update the manpage to support NGP

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11477 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
daniceexi 2012-02-05 07:15:05 +00:00
parent 65b726382b
commit 92abb1e766
2 changed files with 49 additions and 1 deletions

View File

@ -15,6 +15,8 @@ I<rscan [-V|--verbose] noderange [-u][-w][-x|-z]>
The rscan command lists hardware information for each node managed by the hardware control points specified in noderange.
For the management module of blade, if the blade server is a NGP power blade, the fsp belongs to the blade server also will be scanned.
Note: The first line of the output always contains information about the hardware control point. When using the rscan command to generate output for HMC or IVM hardware control points, it provides the FSPs and BPAs as part of the output. The only exception is the rscan -u flag which provides updates made hardware control point in the xCAT database.
=head1 OPTIONS
@ -29,6 +31,10 @@ B<-V> Verbose output.
B<-u> Updates and then prints out node definitions in the xCAT database for CEC/BPA. It updates the existing nodes that contain the same mtms and serial number for nodes managed by the specified hardware control point. This primarily works with CEC/FSP and frame/BPA nodes when the node name is not the same as the managed system name on hardware control point (HMC), This flag will update the BPA/FSP node name definitions to be listed as the managed system name in the xCAT database.
For the NGP blade server, both the blade server and fsp object of xCAT will be updated if the mpa and slot id are matched to the object which has been defined in the xCAT database.
Note: only the matched object will be updated.
B<-w> Writes output to xCAT database.
B<-x> XML format.
@ -195,6 +201,30 @@ Output is similar to:
groups=all
mgt=zvm
6. To scan the NGP blade center:
I<rscan cmm01>
Output is similar to:
type name id type-model serial-number address
cmm AMM680520153 0 789392X 100048A cmm01
fsp SN#YL10JH184067-fsp1 1 789542X 10F752A 12.0.0.9
blade SN#YL10JH184067 1 789542X 10F752A
fsp SN#YL10JH184079-fsp1 3 789542X 10F697A 12.0.0.11
blade SN#YL10JH184079 3 789542X 10F697A
7. To update the NGP blade server:
I<rscan cmm01 -u>
Output is similar to:
cmm [AMM680520153] Matched To =>[cmm01]
fsp [SN#YL10JH184067-fsp1] Matched To =>[cmm01node01-fsp]
blade [SN#YL10JH184067] Matched To =>[cmm01node01]
fsp [SN#YL10JH184079-fsp1] Matched To =>[cmm01node03-fsp]
blade [SN#YL10JH184079] Matched To =>[cmm01node03]
=head1 FILES

View File

@ -30,12 +30,16 @@ B<rspconfig> I<noderange> B<sshcfg>={B<enable>|B<disable>}
B<rspconfig> I<noderange> B<snmpcfg>={B<enable>|B<disable>}
B<rspconfig> I<noderange> B<solcfg>={B<enable>|B<disable>}
B<rspconfig> I<noderange> B<pd1>={B<nonred>|B<redwoperf>|B<redwperf>}
B<rspconfig> I<noderange> B<pd2>={B<nonred>|B<redwoperf>|B<redwperf>}
B<rspconfig> I<noderange> B<network>={[B<ip>],[B<host>],[B<gateway>],[B<netmask>]|B<*>}
B<rspconfig> I<noderange> B<initnetwork>={[B<ip>],[B<host>],[B<gateway>],[B<netmask>]|B<*>}
B<rspconfig> I<noderange> B<textid>={B<*|textid>}
B<rspconfig> I<singlenode> B<frame>={B<frame_number>}
@ -88,6 +92,10 @@ B<rspconfig> I<noderange> B<hostname>={B<*|name>}
B<rspconfig> I<noderange> B<--resetnet>
=head2 FSP of NGP Blade Server Specific:
B<rspconfig> I<noderange> B<network>={[ip],[host],[gateway],[netmask]│*}
=head2 BPA/Frame Specific:
B<rspconfig> I<noderange> {B<network>|B<dev>|B<celogin1>}
@ -306,7 +314,13 @@ The subnet mask.
=item B<network>={[I<ip>],[I<host>],[I<gateway>],[I<netmask>]|*}
For MPA only. Get or set the MPA network parameters. If '*' is specified, all parameters are read from the xCAT database.
For MPA: get or set the MPA network parameters. If '*' is specified, all parameters are read from the xCAT database.
For FSP of NGP blade server: set the network parameters. If '*' is specified, all parameters are read from the xCAT database.
=item B<initnetwork>={[I<ip>],[I<host>],[I<gateway>],[I<netmask>]|*}
For MPA only. Connecting to the IP of MPA from the hosts.otherinterfaces to set the MPA network parameters. If '*' is specified, all parameters are read from the xCAT database.
=item B<network>={I<nic>,{[I<ip>],[I<host>],[I<gateway>],[I<netmask>]}|*}
@ -359,6 +373,10 @@ Enable or disable SNMP on MPA.
Get or set where the SNMP alerts should be sent to.
=item B<solcfg>={I<enable>|I<disable>}
Enable or disable the sol on MPA and blade servers belongs to it.
=item B<spdump>
Performs a service processor dump.