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:
ligc 2010-07-01 09:48:16 +00:00
parent 2a91be8cf7
commit 84f4e4d2d4
2 changed files with 2 additions and 1 deletions

View File

@ -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",

View File

@ -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