Modify the man page of xcatsetup to support the new features of it. Synchronize it with the file in 2.6.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10723 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
f088e28058
commit
1f928a3fcf
@ -101,7 +101,7 @@ This sample configuration file is for a 2 building block cluster.
|
||||
# The nameservers in site table will be set with the value of master automatically.
|
||||
|
||||
xcat-service-lan:
|
||||
# IP range used for DHCP. If you set the entry, the networks table will be filled
|
||||
# IP range used for DHCP. If you set the entry, the networks table will be filled
|
||||
# automatically with this range and the dhcp interface will be set in the site table.
|
||||
dhcp-dynamic-range = 50.0.0.0-50.0.0.200
|
||||
|
||||
@ -115,13 +115,22 @@ This sample configuration file is for a 2 building block cluster.
|
||||
num-frames-per-hmc = 3
|
||||
# this lists which serial numbers go with which frame numbers
|
||||
vpd-file = vpd2bb.stanza
|
||||
# There are two rules of defining FSP/BPAs. The first defining the node's host name by increasing the last bit
|
||||
# of IP address, while the second defining the node's name by varying the second bit and the third bit of IP.
|
||||
# This assumes you have 2 service LANs: a primary service LAN 10.230.0.0/255.255.0.0 that all of the port 0's
|
||||
# are connected to, and a backup service LAN 10.231.0.0/255.255.0.0 that all of the port 1's are connected to.
|
||||
bpa-a-0-starting-ip = 10.230.1.1
|
||||
bpa-b-0-starting-ip = 10.230.2.1
|
||||
bpa-a-1-starting-ip = 10.231.1.1
|
||||
bpa-b-1-starting-ip = 10.231.2.1
|
||||
|
||||
# bpa-a-0-starting-ip = 10.230.1.1
|
||||
# bpa-b-0-starting-ip = 10.230.2.1
|
||||
# bpa-a-1-starting-ip = 10.231.1.1
|
||||
# bpa-b-1-starting-ip = 10.231.2.1
|
||||
# This assumes you have 2 service LANs: a primary service LAN 40.x.y.z/255.0.0.0 that all of the port 0's
|
||||
# are connected to, and a backup service LAN 41.x.y.z/255.0.0.0 that all of the port 1's are connected to.
|
||||
# "x" is the frame number and "z" is the bpa/fsp id (1 for the first BPA/FSP in the Frame/CEC, 2 for the
|
||||
# second BPA/FSP in the Frame/CEC). For BPAs "y" is always be 0 and for FSPs "y" is the cec id.
|
||||
vlan-1 = 40
|
||||
vlan-2 = 41
|
||||
|
||||
|
||||
xcat-cecs:
|
||||
# These are the connections to the CECs. Either form of hostname is supported.
|
||||
#hostname-range = cec01-cec64
|
||||
@ -134,13 +143,13 @@ This sample configuration file is for a 2 building block cluster.
|
||||
supernode-list = supernodelist2bb.txt
|
||||
# If you do not want to specify the supernode-list at this time and you have a consistent
|
||||
# number of cecs in each frame, you can instead just use this setting:
|
||||
#num-cecs-per-frame = 12
|
||||
fsp-a-0-starting-ip = 10.230.3.1
|
||||
fsp-b-0-starting-ip = 10.230.4.1
|
||||
fsp-a-1-starting-ip = 10.231.3.1
|
||||
fsp-b-1-starting-ip = 10.231.4.1
|
||||
|
||||
|
||||
num-cecs-per-frame = 12
|
||||
#fsp-a-0-starting-ip = 10.230.3.1
|
||||
#fsp-b-0-starting-ip = 10.230.4.1
|
||||
#fsp-a-1-starting-ip = 10.231.3.1
|
||||
#fsp-b-1-starting-ip = 10.231.4.1
|
||||
|
||||
|
||||
xcat-building-blocks:
|
||||
num-frames-per-bb = 3
|
||||
num-cecs-per-bb = 32
|
||||
@ -149,7 +158,8 @@ This sample configuration file is for a 2 building block cluster.
|
||||
num-lpars-per-cec = 8
|
||||
# If you set these, then do not set the corresponding attributes in the other node stanzas below.
|
||||
# Except you still need to set xcat-service-nodes:starting-ip (which is the ethernet adapter)
|
||||
hostname-range = f[1-6]c[01-12]p[1-8]
|
||||
#hostname-range = f[1-6]c[01-12]p[1-8]
|
||||
hostname-range = f[1-6]c[01-12]p[01,05,09,13,17,21,25,29]
|
||||
starting-ip = 10.1.1.1
|
||||
aliases = -hf0
|
||||
# ml0 is for aix. For linux, use bond0 instead.
|
||||
@ -162,7 +172,7 @@ This sample configuration file is for a 2 building block cluster.
|
||||
# this is for the ethernet NIC on each SN
|
||||
#hostname-range = sn1-sn4
|
||||
starting-ip = 10.10.1.1
|
||||
# this value is the same format as the hosts.otherinterfaces attribute except
|
||||
# this value is the same format as the hosts.otherinterfaces attribute except
|
||||
# the IP addresses are starting IP addresses
|
||||
#otherinterfaces = -hf0:10.10.1.1,-hf1:10.11.1.1,-hf2:10.12.1.1,-hf3:10.13.1.1,-ml0:10.14.1.1
|
||||
|
||||
@ -247,9 +257,14 @@ VPD data or supernode numbers at this time.
|
||||
hostname-range = frame[1-2]
|
||||
|
||||
xcat-cecs:
|
||||
hostname-range = cec[01-24]
|
||||
#hostname-range = cec[01-24]
|
||||
hostname-range = f[1-2]c[01-12]
|
||||
num-cecs-per-frame = 12
|
||||
|
||||
|
||||
xcat-lpars:
|
||||
hostname-range = f[1-2]c[01-12]p[01,05,09,13,17,21,25,29]
|
||||
|
||||
=head2 Database Attributes Written
|
||||
|
||||
The following lists which database attributes are filled in as a result of each stanza. Note that depending on the values
|
||||
@ -265,7 +280,7 @@ site table: domain, nameservers, topology
|
||||
|
||||
site table: ea_primary_hmc, ea_backup_hmc
|
||||
|
||||
nodelist table: node, groups (all HMCs (hmc) )
|
||||
nodelist table: node, groups (all HMCs (hmc) ), hidden
|
||||
|
||||
hosts table: node, ip
|
||||
|
||||
@ -275,11 +290,21 @@ nodetype table: node, nodetype
|
||||
|
||||
=item B<xcat-frames>
|
||||
|
||||
nodelist table: node, groups (all frames (frame) )
|
||||
nodelist table: node, groups (all frames (frame) ), hidden
|
||||
|
||||
hosts table: node, ip
|
||||
ppc table: node, id, hcp, nodetype, sfp
|
||||
|
||||
ppc table: node, id, hcp
|
||||
nodetype table: node, nodetype
|
||||
|
||||
nodehm table: node, mgt
|
||||
|
||||
vpd table: node, serial, mtm, side
|
||||
|
||||
=item B<xcat-bpas>
|
||||
|
||||
nodelist table: node, groups (bpa,all) , hidden
|
||||
|
||||
ppc table: node, id, hcp, nodetype, parent
|
||||
|
||||
nodetype table: node, nodetype
|
||||
|
||||
@ -289,9 +314,8 @@ vpd table: node, serial, mtm, side
|
||||
|
||||
=item B<xcat-cecs>
|
||||
|
||||
nodelist table: node, groups (all CECs (cec), all CECs in a frame (<frame>cec) )
|
||||
nodelist table: node, groups (all CECs (cec), all CECs in a frame (<frame>cec) ), hidden
|
||||
|
||||
hosts table: node, ip
|
||||
|
||||
ppc table: node, supernode, hcp, id, parent
|
||||
|
||||
@ -303,9 +327,21 @@ nodegroup table: groupname, grouptype, members, wherevals (all nodes in a CEC (
|
||||
|
||||
nodepos: rack, u
|
||||
|
||||
=item B<xcat-fsps>
|
||||
|
||||
nodelist table: node, groups (fsp,all), hidden
|
||||
|
||||
ppc table: node, id, hcp, nodetype, parent
|
||||
|
||||
nodetype table: node, nodetype
|
||||
|
||||
nodehm table: node, mgt
|
||||
|
||||
vpd table: node, serial, mtm, side
|
||||
|
||||
=item B<xcat-building-blocks>
|
||||
|
||||
site table: sharedtftp
|
||||
site table: sharedtftp, sshbetweennodes(service)
|
||||
|
||||
ppc table: node, parent (for frame)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user