2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-09-04 12:07:56 +00:00

docs(rspconfig): describe one network value per BMC

Record that a node with more than one BMC is configured one BMC at a
time and that a comma separated value gives one setting per BMC, in
both the man page source and the checked-in text.
This commit is contained in:
Vinícius Ferrão
2026-08-21 02:49:03 -03:00
parent 8a64b224a3
commit d4c3191b07
2 changed files with 11 additions and 0 deletions
@@ -40,6 +40,8 @@ BMC specific:
\ **rspconfig**\ \ *noderange*\ {\ **ip | netmask | gateway | backupgateway | garp | vlan**\ }
\ **rspconfig**\ \ *noderange*\ {\ **ip | netmask | gateway**\ }=\ *value*\ [,\ *value*\ ...]
\ **rspconfig**\ \ *noderange*\ \ **garp**\ =\ *time*\
@@ -313,6 +315,8 @@ DESCRIPTION
For options \ **autopower | iocap | decfg | memdecfg | procdecfg | time | date | spdump | sysdump | network**\ , user need to use \ *chdef -t site enableASMI=yes*\ to enable ASMI first.
A node whose \ **ipmi.bmc**\ attribute names more than one BMC is configured one BMC at a time, in the order the attribute lists them. Give one value per BMC, separated by commas, when a setting differs between them, for example \ *ip=10.1.1.1,10.1.1.2*\ . A single value is sent to every BMC of the node.
*******
OPTIONS
+7
View File
@@ -20,6 +20,8 @@ B<rspconfig> I<noderange> B<community>={B<public> | I<string>}
B<rspconfig> I<noderange> {B<ip>|B<netmask>|B<gateway>|B<backupgateway>|B<garp>|B<vlan>}
B<rspconfig> I<noderange> {B<ip>|B<netmask>|B<gateway>}=I<value>[,I<value>...]
B<rspconfig> I<noderange> B<garp>=I<time>
=head2 OpenBMC specific:
@@ -266,6 +268,11 @@ B<rspconfig> configures various settings in the nodes' service processors.
For options B<autopower>|B<iocap>|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.
A node whose B<ipmi.bmc> attribute names more than one BMC is configured one
BMC at a time, in the order the attribute lists them. Give one value per BMC,
separated by commas, when a setting differs between them, for example
I<ip=10.1.1.1,10.1.1.2>. A single value is sent to every BMC of the node.
=head1 OPTIONS
=over 4