manual update for the change of setting frame num with rspconfig
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4085 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
f9931a9148
commit
0e14b4f481
@ -24,7 +24,7 @@ B<rspconfig> I<noderange> B<garp>={I<time>}
|
||||
|
||||
=head2 MPA specific:
|
||||
|
||||
B<rspconfig> I<noderange> {B<sshcfg>|B<snmpcfg>|B<pd1>|B<pd2>|B<network>|B<swnet>|B<ntp>|B<textid>}
|
||||
B<rspconfig> I<noderange> {B<sshcfg>|B<snmpcfg>|B<pd1>|B<pd2>|B<network>|B<swnet>|B<ntp>|B<textid>|B<frame>}
|
||||
|
||||
B<rspconfig> I<noderange> B<sshcfg>={B<enable>|B<disable>}
|
||||
|
||||
@ -38,6 +38,10 @@ B<rspconfig> I<noderange> B<network>={[B<ip>],[B<host>],[B<gateway>],[B<netmask>
|
||||
|
||||
B<rspconfig> I<noderange> B<textid>={B<*|textid>}
|
||||
|
||||
B<rspconfig> I<singlenode> B<frame>={B<frame_number>}
|
||||
|
||||
B<rspconfig> I<noderange> B<frame>={B<*>}
|
||||
|
||||
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>]}
|
||||
@ -115,6 +119,10 @@ Enter the current date.
|
||||
|
||||
Enables or disables deconfiguration policies.
|
||||
|
||||
=item B<frame>={B<framenumber>|I<*>}
|
||||
|
||||
Set or get frame number. If no framenumber and * specified, framenumber for the nodes will be displayed and updated in xCAAT database. If framenumber is specified, it only support single node and the framenumber will be set for that frame. If * is specified, it supports noderange and all the frame numbers for the noderange will be read from xCAT database and set to frames.
|
||||
|
||||
=item B<frequency>
|
||||
|
||||
The NTP update frequency (in minutes).
|
||||
@ -257,6 +265,31 @@ B<rspconfig> I<node4 snmpdest>
|
||||
|
||||
=item *
|
||||
|
||||
To display the frame number for frame 9A00-10000001
|
||||
|
||||
B<rspconfig> I<9A00-10000001 frame>
|
||||
|
||||
9A00-10000001: 1
|
||||
|
||||
=item *
|
||||
|
||||
To set the frame number for frame 9A00-10000001
|
||||
|
||||
B<rspconfig> I<9A00-10000001 frame=2>
|
||||
|
||||
9A00-10000001: SUCCESS
|
||||
|
||||
=item *
|
||||
|
||||
To set the frame numbers for frame 9A00-10000001 and 9A00-10000002
|
||||
|
||||
B<rspconfig> I<9A00-10000001,9A00-10000002 frame=*>
|
||||
|
||||
9A00-10000001: SUCCESS
|
||||
9A00-10000002: SUCCESS
|
||||
|
||||
=item *
|
||||
|
||||
To display the MPA network parameters for mm01:
|
||||
|
||||
B<rspconfig> I<mm01 network>
|
||||
|
Loading…
Reference in New Issue
Block a user