diff --git a/xCAT-client/pods/man1/lshwconn.1.pod b/xCAT-client/pods/man1/lshwconn.1.pod index 3c160749a..8c2d396ca 100644 --- a/xCAT-client/pods/man1/lshwconn.1.pod +++ b/xCAT-client/pods/man1/lshwconn.1.pod @@ -8,8 +8,14 @@ B [B<-h>| B<--help>] B [B<-v>| B<--version>] +=head2 PPC (with HMC) specific: + B [B<-V>| B<--verbose>] noderange +=head2 PPC (without HMC, using FSPAPI) specific: + +B noderange B<-T tooltype> + =head1 DESCRIPTION This command is used to display the connection status for FSP and BPA node. @@ -25,6 +31,10 @@ Display usage message. Verbose output. +=item B<-T> + +The tooltype is used to communicate to the FSP/BPA. The value could be lpar or fnm. The tooltype value lpar is for xCAT and fnm is for CNM. + =back @@ -60,6 +70,17 @@ Output is similar to: frame1: side=a,ipaddr=192.168.200.247,alt_ipaddr=unavailable,state=Connected frame1: side=b,ipaddr=192.168.200.248,alt_ipaddr=unavailable,state=Connected +=item 3. + +To display connection status for all FSP nodes in node group fsp to hardware server, and using lpar tooltype: + + lshwconn fsp -T lpar + +Output is similar to: + + cec1: sp=primary,ipadd=40.3.7.1,alt_ipadd=unavailable,state=LINE UP + cec2: Connection not found + =back