From de818eeca0036d9a27439b9fcda5fb025459d8c1 Mon Sep 17 00:00:00 2001 From: sakolish Date: Tue, 25 Mar 2008 18:10:11 +0000 Subject: [PATCH] Removed HMC/IVM power control support - Line #45 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@885 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT-2.0/xCAT/PPCcli.pm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/perl-xCAT-2.0/xCAT/PPCcli.pm b/perl-xCAT-2.0/xCAT/PPCcli.pm index 5eebdec65..83d5a5938 100644 --- a/perl-xCAT-2.0/xCAT/PPCcli.pm +++ b/perl-xCAT-2.0/xCAT/PPCcli.pm @@ -43,10 +43,6 @@ my %lssyscfg = ( # Power control supported formats ############################################## my %powercmd = ( - hmc => { - reset =>"hmcshutdown -t now -r" }, - ivm => { - reset =>"reboot" }, lpar => { on =>"chsysstate -r %s -m %s -o on -b norm --id %s -f %s", of =>"chsysstate -r %s -m %s -o on --id %s -f %s -b of",