From 2207e8401fb0604ef406c75f012bd3fd5968736e Mon Sep 17 00:00:00 2001 From: zhaoertao Date: Thu, 17 Apr 2014 01:44:40 -0700 Subject: [PATCH 1/2] fix bug 3893:rpower man page should note the need for the required ASU Power.S3Enable setting --- xCAT-client/pods/man1/rpower.1.pod | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/xCAT-client/pods/man1/rpower.1.pod b/xCAT-client/pods/man1/rpower.1.pod index 6c29906fd..50108eb06 100644 --- a/xCAT-client/pods/man1/rpower.1.pod +++ b/xCAT-client/pods/man1/rpower.1.pod @@ -119,6 +119,28 @@ Wake up the target nodes which is in B state. Don't try to run B against the 'on' state node, it would cause the node gets to 'off' state. +For some of xCAT hardware such as NeXtScale, it may need to enable S3 before using B. The following steps can be used to enable S3. Please reference L for "pasu" usage. + + [root@xcatmn home]# echo "set Power.S3Enable Enable" > power-setting + [root@xcatmn home]# pasu -b power-setting feihunode02 + feihunode02: Batch mode start. + feihunode02: [set Power.S3Enable Enable] + feihunode02: Power.S3Enable=Enable + feihunode02: + feihunode02: Beginning intermediate batch update. + feihunode02: Waiting for command completion status. + feihunode02: Command completed successfully. + feihunode02: Completed intermediate batch update. + feihunode02: Batch mode completed successfully. + + [root@xcatmn home]# pasu feihunode02 show all|grep -i s3 + feihunode02: IMM.Community_HostIPAddress3.1= + feihunode02: IMM.Community_HostIPAddress3.2= + feihunode02: IMM.Community_HostIPAddress3.3= + feihunode02: IMM.DNS_IP_Address3=0.0.0.0 + feihunode02: IMM.IPv6DNS_IP_Address3=:: + feihunode02: Power.S3Enable=Enable + =item B|B Print the current power state/status. From 24e04c803f1e985e3524bcd05f4e4e44d39a6998 Mon Sep 17 00:00:00 2001 From: zhaoertao Date: Thu, 17 Apr 2014 01:49:47 -0700 Subject: [PATCH 2/2] modify the manpage of rpower not to use internal node names --- xCAT-client/pods/man1/rpower.1.pod | 34 +++++++++++++++--------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/xCAT-client/pods/man1/rpower.1.pod b/xCAT-client/pods/man1/rpower.1.pod index 50108eb06..7ff9dd453 100644 --- a/xCAT-client/pods/man1/rpower.1.pod +++ b/xCAT-client/pods/man1/rpower.1.pod @@ -122,24 +122,24 @@ Don't try to run B against the 'on' state node, it would cause the node ge For some of xCAT hardware such as NeXtScale, it may need to enable S3 before using B. The following steps can be used to enable S3. Please reference L for "pasu" usage. [root@xcatmn home]# echo "set Power.S3Enable Enable" > power-setting - [root@xcatmn home]# pasu -b power-setting feihunode02 - feihunode02: Batch mode start. - feihunode02: [set Power.S3Enable Enable] - feihunode02: Power.S3Enable=Enable - feihunode02: - feihunode02: Beginning intermediate batch update. - feihunode02: Waiting for command completion status. - feihunode02: Command completed successfully. - feihunode02: Completed intermediate batch update. - feihunode02: Batch mode completed successfully. + [root@xcatmn home]# pasu -b power-setting node01 + node01: Batch mode start. + node01: [set Power.S3Enable Enable] + node01: Power.S3Enable=Enable + node01: + node01: Beginning intermediate batch update. + node01: Waiting for command completion status. + node01: Command completed successfully. + node01: Completed intermediate batch update. + node01: Batch mode completed successfully. - [root@xcatmn home]# pasu feihunode02 show all|grep -i s3 - feihunode02: IMM.Community_HostIPAddress3.1= - feihunode02: IMM.Community_HostIPAddress3.2= - feihunode02: IMM.Community_HostIPAddress3.3= - feihunode02: IMM.DNS_IP_Address3=0.0.0.0 - feihunode02: IMM.IPv6DNS_IP_Address3=:: - feihunode02: Power.S3Enable=Enable + [root@xcatmn home]# pasu node01 show all|grep -i s3 + node01: IMM.Community_HostIPAddress3.1= + node01: IMM.Community_HostIPAddress3.2= + node01: IMM.Community_HostIPAddress3.3= + node01: IMM.DNS_IP_Address3=0.0.0.0 + node01: IMM.IPv6DNS_IP_Address3=:: + node01: Power.S3Enable=Enable =item B|B