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
This commit is contained in:
yinle 2011-04-18 09:18:08 +00:00
parent 775b7b7324
commit ee4baa2d3a

View File

@ -12,6 +12,8 @@ B<mkhwconn> [B<-v>| B<--version>]
B<mkhwconn> [B<-V>| B<--verbose>] I<noderange> B<-t>
B<mkhwconn> [B<-V>| B<--verbose>] Inoderange B<-s>
B<mkhwconn> [B<-V>| B<--verbose>] I<noderange> B<-p> I<hmc> [B<-P> I<passwd>]
=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<lpar> 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<A-0> and B<B-0>; If the port value is "B<1>", the side column should be B<A-1> and B<B-1>.
=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.