rpower softoff for system p partitions
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6630 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -55,6 +55,7 @@ my %powercmd = ( | ||||
|       sms   =>"chsysstate -r %s -m %s -o on --id %s -f %s -b sms", | ||||
|       reset =>"chsysstate -r %s -m %s -o shutdown --id %s --immed --restart", | ||||
|       off   =>"chsysstate -r %s -m %s -o shutdown --id %s --immed", | ||||
|       softoff   =>"chsysstate -r %s -m %s -o shutdown --id %s", | ||||
|       boot  =>"undetermined" }, | ||||
|   sys  => {  | ||||
|       reset =>"chsysstate -r %s -m %s -o off --immed --restart", | ||||
|   | ||||
| @@ -16,7 +16,7 @@ sub parse_args { | ||||
|     my $command = $request->{command}; | ||||
|     my $args    = $request->{arg}; | ||||
|     my %opt     = (); | ||||
|     my @rpower  = qw(on onstandby off stat state reset boot of sms); | ||||
|     my @rpower  = qw(on onstandby off softoff stat state reset boot of sms); | ||||
|  | ||||
|     ############################################# | ||||
|     # Responds with usage statement | ||||
|   | ||||
		Reference in New Issue
	
	Block a user