From 3536473874e6b9648f0ff176bd7a64d120f75f39 Mon Sep 17 00:00:00 2001 From: jjhua Date: Fri, 8 Apr 2011 05:02:13 +0000 Subject: [PATCH] add the rackstandby exit_rackstandby lowpower functions git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9249 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/PPCpower.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/PPCpower.pm b/perl-xCAT/xCAT/PPCpower.pm index e9bde2ffd..201c6b132 100644 --- a/perl-xCAT/xCAT/PPCpower.pm +++ b/perl-xCAT/xCAT/PPCpower.pm @@ -16,7 +16,7 @@ sub parse_args { my $command = $request->{command}; my $args = $request->{arg}; my %opt = (); - my @rpower = qw(on onstandby off softoff stat state reset boot of sms); + my @rpower = qw(on onstandby off softoff stat state reset boot of sms rackstandby exit_rackstandby lowpower); ############################################# # Responds with usage statement