From ee4baa2d3adda667fbb22a66acb0a17206505be7 Mon Sep 17 00:00:00 2001 From: yinle Date: Mon, 18 Apr 2011 09:18:08 +0000 Subject: [PATCH] Add description of flag -s to mkhwconn git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9338 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/mkhwconn.1.pod | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/xCAT-client/pods/man1/mkhwconn.1.pod b/xCAT-client/pods/man1/mkhwconn.1.pod index f0a5d3530..e7b00afd7 100644 --- a/xCAT-client/pods/man1/mkhwconn.1.pod +++ b/xCAT-client/pods/man1/mkhwconn.1.pod @@ -12,6 +12,8 @@ B [B<-v>| B<--version>] B [B<-V>| B<--verbose>] I B<-t> +B [B<-V>| B<--verbose>] Inoderange B<-s> + B [B<-V>| B<--verbose>] I B<-p> I [B<-P> I] =head2 PPC (without HMC, using Direct FSP Management) specific: @@ -31,6 +33,8 @@ When B<-t> is specified, this command reads the connection information from the When B<-p> is specified, this command gets the connection information from command line arguments. If B<-P> is not specified, the default password for FSP and BPA nodes is used. +The flag B<-s> is used to make the connection between the frame and its Service focal point(HMC). The sfp of the frame should be specified in ppc table. + In any case, before running this command, the FSP and BPA nodes need be defined with correct nodetype.nodetype value (fsp or bpa) and nodehm.mgt value (hmc). Note: If a CEC (FSP) belongs to a frame, which has a BPA installed, this CEC should not be assigned to an HMC individually. Instead, the whole frame (BPA) should be assigned to the HMC. @@ -70,6 +74,10 @@ The tooltype is used to communicate to the FSP/BPA. The value could be B o The port value specify which side will be used to create the connection to the FSP/BPA. The value could be "B<0>" or "B<1>". If this port value is not specfied in the command, it will use the default value "B<0>". If the port value is "B<0>", in the vpd table, the side column should be B and B; If the port value is "B<1>", the side column should be B and B. +=item B<-s> + +The flag -s is used to make the connection between the frame and its Service Focal Point(HMC). -s flag is not supposed to work with other functional flags. The noderange should be frame. + =item B<-V|--verbose> Verbose output.