From a3d37933ea1d2ef4b59afdba23e7e8accf317ee8 Mon Sep 17 00:00:00 2001 From: zhaoertao Date: Mon, 17 Oct 2011 05:59:42 +0000 Subject: [PATCH] update BSR,failover part git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.6@10787 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/rspconfig.1.pod | 78 +++++++++++++++++++++++---- 1 file changed, 67 insertions(+), 11 deletions(-) diff --git a/xCAT-client/pods/man1/rspconfig.1.pod b/xCAT-client/pods/man1/rspconfig.1.pod index 90e8439db..6f5915538 100644 --- a/xCAT-client/pods/man1/rspconfig.1.pod +++ b/xCAT-client/pods/man1/rspconfig.1.pod @@ -140,6 +140,12 @@ B I B={B|B} B I {B} +B I {B} + +B I B={B|B} + +B I {B} + B I B<--resetnet> =head2 BPA/Frame (using Direct FSP Management) Specific: @@ -252,7 +258,15 @@ Display the CEC/BPA system names. =item B -Get (Barrier Synchronization Register) BSR allocation for a CEC. +Get Barrier Synchronization Register (BSR) allocation for a CEC. + +=item B={I|I} + +Enable or disable the service processor failover function of a CEC or display status of this function. + +=item B + +Force a service processor failover from the primary service processor to the secondary service processor. =item B={I<*|name>} @@ -599,17 +613,59 @@ To show the BSR allocation for cec01: B I + cec01: Barrier Synchronization Register (BSR) cec01: Number of BSR arrays: 256 - cec01: Bytes per BSR array: 4096 - cec01: Available BSR array: 0 - cec01: lpar01: 32 - cec01: lpar02: 32 - cec01: lpar03: 32 - cec01: lpar04: 32 - cec01: lpar05: 32 - cec01: lpar06: 32 - cec01: lpar07: 32 - cec01: lpar08: 32 + cec01: Bytes per BSR array : 4096 + cec01: Available BSR array : 0 + cec01: Partition name: BSR arrays + cec01: lpar01 : 32 + cec01: lpar02 : 32 + cec01: lpar03 : 32 + cec01: lpar04 : 32 + cec01: lpar05 : 32 + cec01: lpar06 : 32 + cec01: lpar07 : 32 + cec01: lpar08 : 32 + +=item * + +To disable service processor failover for cec01, in order to complete this command, the user should power off cec01 first: + +B I + + cec01: Failover status: Enabled + +B I + +B I + + cec01: Success + +B I + + cec01: Failover status: Disabled + +=item * + +To force service processor failover for cec01: + +B I + + cec01: 192.168.1.1: LINE DOWN + cec01: 192.168.2.1: sp=primary,ipadd=192.168.2.1,alt_ipadd=unavailable,state=LINE UP + cec01: 192.168.1.2: sp=secondary,ipadd=192.168.1.2,alt_ipadd=unavailable,state=LINE UP + cec01: 192.168.2.2: LINE DOWN + +B I + + cec01: Success. + +B I + + cec01: 192.168.1.1: sp=secondary,ipadd=192.168.1.1,alt_ipadd=unavailable,state=LINE UP + cec01: 192.168.2.1: LINE DOWN + cec01: 192.168.1.2: LINE DOWN + cec01: 192.168.2.2: sp=primary,ipadd=192.168.2.2,alt_ipadd=unavailable,state=LINE UP =item *