update man page for rspconfig
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9838 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
53a3fa1da3
commit
c1d4c5a66c
@ -46,14 +46,18 @@ B<rspconfig> I<noderange> B<swnet>={[B<ip>],[B<gateway>],[B<netmask>]}
|
||||
|
||||
B<rspconfig> I<noderange> B<ntp>={[B<ntpenable>],[B<ntpserver>],[B<frequency>],[B<v3>]}
|
||||
|
||||
=head2 FSP specific:
|
||||
=head2 FSP/CEC specific:
|
||||
|
||||
B<rspconfig> I<noderange> {B<autopower>|B<iocap>|B<decfg>|B<memdecfg>|B<procdecfg>|B<time>|B<date>|B<spdump>|B<sysdump>|B<network>}
|
||||
B<rspconfig> I<noderange> {B<autopower>|B<iocap>|B<dev>|B<celogin1>|B<decfg>|B<memdecfg>|B<procdecfg>|B<time>|B<date>|B<spdump>|B<sysdump>|B<network>}
|
||||
|
||||
B<rspconfig> I<noderange> B<autopower>={B<enable>|B<disable>}
|
||||
|
||||
B<rspconfig> I<noderange> B<iocap>={B<enable>|B<disable>}
|
||||
|
||||
B<rspconfig> I<noderange> B<dev>={B<enable>|B<disable>}
|
||||
|
||||
B<rspconfig> I<noderange> B<celogin1>={B<enable>|B<disable>}
|
||||
|
||||
B<rspconfig> I<noderange> B<time>={B<hh:mm:ss>}
|
||||
|
||||
B<rspconfig> I<noderange> B<date>={B<mm:dd:yyyy>}
|
||||
@ -84,7 +88,7 @@ B<rspconfig> I<noderange> B<hostname>={B<*|name>}
|
||||
|
||||
B<rspconfig> I<noderange> B<--resetnet>
|
||||
|
||||
=head2 BPA Specific:
|
||||
=head2 BPA/Frame Specific:
|
||||
|
||||
B<rspconfig> I<noderange> {B<network>}
|
||||
|
||||
@ -94,6 +98,10 @@ B<rspconfig> I<noderange> B<network>={B<nic,[IP,][hostname,][gateway,][netmask]>
|
||||
|
||||
B<rspconfig> I<noderange> B<network>={B<nic,0.0.0.0>}
|
||||
|
||||
B<rspconfig> I<noderange> B<dev>={B<enable>|B<disable>}
|
||||
|
||||
B<rspconfig> I<noderange> B<celogin1>={B<enable>|B<disable>}
|
||||
|
||||
B<rspconfig> I<noderange> B<HMC_passwd>={B<currentpasswd,newpasswd>}
|
||||
|
||||
B<rspconfig> I<noderange> B<admin_passwd>={B<currentpasswd,newpasswd>}
|
||||
@ -149,6 +157,8 @@ B<rspconfig> I<noderange> B<--resetnet>
|
||||
B<rspconfig> configures various settings in the nodes' service processors. If only a keyword is
|
||||
specified, without the B<=>, it displays the current value.
|
||||
|
||||
For options B<autopower>|B<iocap>|B<dev>|B<celogin1>|B<decfg>|B<memdecfg>|B<procdecfg>|B<time>|B<date>|B<spdump>|B<sysdump>|B<network>, user need to use I<chdef -t site enableASMI=yes> to enable ASMI first, then access I<http://w3.pok.ibm.com/organization/prodeng/pw/> to get the dynamic password for 'celogin' and put it in passwd table. After completed the command, user should use I<chdef -t site enableASMI=no> to disable ASMI.
|
||||
|
||||
=head1 OPTIONS
|
||||
|
||||
=over 4
|
||||
@ -205,6 +215,14 @@ Set CEC/BPA system names to the names in xCAT DB or the input name.
|
||||
|
||||
Select the policy for I/O Adapter Enlarged Capacity. This option controls the size of PCI memory space allocated to each PCI slot.
|
||||
|
||||
=item B<dev>={I<enable>|I<disable>}
|
||||
|
||||
Enable or disable the 'dev' account.
|
||||
|
||||
=item B<celogin1>={I<enable>|I<disable>}
|
||||
|
||||
Enable or disable the 'celogin1' account.
|
||||
|
||||
=item B<ip>
|
||||
|
||||
The ip address.
|
||||
|
Loading…
Reference in New Issue
Block a user