update the description of ppc, ppcdirect, vpd and nodetype table
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9650 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
8b91ffa854
commit
706c9b5af2
@ -575,7 +575,7 @@ nodetype => {
|
||||
profile => 'Either the name of an xCAT osimage definition or a pointer to a kickstart or autoyast template to use for OS deployment of this node.',
|
||||
provmethod => 'The provisioning method for node deployment. The valid values are install, netboot, statelite or an os image name from the osimage table. If install, netboot or statelite is specified, the combination of profile, os and arch are used for the name of the template files that are needed to generate the image or kickstart templates. The search order for these files is /install/custom... directory first, then /opt/xcat/share/xcat... directory. However, if the provemethod specifies an image name, the osimage table together with linuximage table (for Linux) or nimimage table (for AIX) are used for the file locations.',
|
||||
supportedarchs => 'Comma delimited list of architectures this node can execute.',
|
||||
nodetype => 'A comma-delimited list of characteristics of this node. Valid values: blade, vm (virtual machine), lpar, osi (OS image), hmc, fsp, ivm, bpa, mm, rsa, switch.',
|
||||
nodetype => 'A comma-delimited list of characteristics of this node. Valid values: blade, vm (virtual machine), lpar, osi (OS image), hmc, fsp, cec, ivm, bpa, frame, mm, rsa, switch.',
|
||||
comments => 'Any user-written notes.',
|
||||
disable => "Set to 'yes' or '1' to comment out this row.",
|
||||
},
|
||||
@ -644,7 +644,7 @@ passwd => {
|
||||
keys => [qw(key username)],
|
||||
table_desc => 'Contains default userids and passwords for xCAT to access cluster components. In most cases, xCAT will also actually set the userid/password in the relevant component when it is being configured or installed. Userids/passwords for specific cluster components can be overidden in other tables, e.g. mpa, ipmi, ppchcp, etc.',
|
||||
descriptions => {
|
||||
key => 'The type of component this user/pw is for. Valid values: blade (management module), ipmi (BMC), system (nodes), omapi (DHCP), hmc, ivm, fsp, bpa.',
|
||||
key => 'The type of component this user/pw is for. Valid values: blade (management module), ipmi (BMC), system (nodes), omapi (DHCP), hmc, ivm, fsp, bpa, cec, frame.',
|
||||
username => 'The default userid for this type of component',
|
||||
password => 'The default password for this type of component',
|
||||
cryptmethod => 'Indicates the method that was used to encrypt the password attribute. On AIX systems, if a value is provided for this attribute it indicates that the passwword attribute is encrypted. If the cryptmethod value is not set it indicates the password is a simple string value. On Linux systems, the cryyptmethod is not supported however the code attempts to auto-discover MD5 encrypted passowrds.',
|
||||
@ -686,13 +686,13 @@ ppc => {
|
||||
cols => [qw(node hcp id pprofile parent nodetype supernode sfp comments disable)],
|
||||
keys => [qw(node)],
|
||||
tablespace =>'XCATTBS16K',
|
||||
table_desc => 'List of system p hardware: HMCs, IVMs, FSPs, BPCs.',
|
||||
table_desc => 'List of system p hardware: HMCs, IVMs, FSPs, BPCs, CECs, Frames.',
|
||||
descriptions => {
|
||||
node => 'The node name or group name.',
|
||||
hcp => 'The hardware control point for this node (HMC or IVM).',
|
||||
id => 'For LPARs: the LPAR numeric id; for FSPs: the cage number; for BPAs: the frame number.',
|
||||
pprofile => 'The LPAR profile that will be used the next time the LPAR is powered on with rpower.',
|
||||
parent => 'For LPARs: the FSP/CEC; for FSPs: the BPA (if one exists); for BPAs: the building block (BB) which consists 1 or more service nodes and compute/storage nodes that are serviced by them.',
|
||||
hcp => 'The hardware control point for this node (HMC, IVM, Frame or CEC).',
|
||||
id => 'For LPARs: the LPAR numeric id; for FSPs/CECs: the cage number; for BPAs/Frames: the frame number.',
|
||||
pprofile => 'The LPAR profile that will be used the next time the LPAR is powered on with rpower. For DFM, the pprofile attribute should be set to blank ',
|
||||
parent => 'For LPARs: the CEC; for FSPs: the CEC; for CEC: the frame (if one exists); for BPA: the frame; for frame: the building block (BB) which consists 1 or more service nodes and compute/storage nodes that are serviced by them.',
|
||||
nodetype => 'The hardware type of the node. Only can be one of fsp, bpa, cec, frame, hmc and lpar',
|
||||
supernode => 'Comma separated list of 2 ids. The first one is the id of the supernode the FSP resides in. The second one is the logic location number (0-3) within the supernode for the FSP.',
|
||||
sfp => ' The Service Focal Point of the Frame. It should be the name of HMC.',
|
||||
@ -704,11 +704,11 @@ ppcdirect => {
|
||||
cols => [qw(hcp username password comments disable)],
|
||||
keys => [qw(hcp username)],
|
||||
nodecol => "hcp",
|
||||
table_desc => 'Info necessary to use FSPs to control system p CECs.',
|
||||
table_desc => 'Info necessary to use FSPs/BPAs to control system p CECs/Frames.',
|
||||
descriptions => {
|
||||
hcp => 'Hostname of the FSP.',
|
||||
username => 'Userid of the FSP. If not filled in, xCAT will look in the passwd table for key=fsp. If not in the passwd table, the default used is admin.',
|
||||
password => 'Password of the FSP. If not filled in, xCAT will look in the passwd table for key=fsp. If not in the passwd table, the default used is admin.',
|
||||
hcp => 'Hostname of the FSPs/BPAs(for ASMI) and CECs/Frames(for DFM).',
|
||||
username => 'Userid of the FSP/BPA(for ASMI) and CEC/Frame(for DFM). If not filled in, xCAT will look in the passwd table for key=fsp. If not in the passwd table, the default used is admin.',
|
||||
password => 'Password of the FSP/BPA(for ASMI) and CEC/Frame(for DFM). If not filled in, xCAT will look in the passwd table for key=fsp. If not in the passwd table, the default used is admin.',
|
||||
comments => 'Any user-written notes.',
|
||||
disable => "Set to 'yes' or '1' to comment out this row.",
|
||||
},
|
||||
@ -899,7 +899,7 @@ vpd => {
|
||||
node => 'The node name or group name.',
|
||||
serial => 'The serial number of the node.',
|
||||
mtm => 'The machine type and model number of the node. E.g. 7984-6BU',
|
||||
side => 'The side information for the BPA/FSP',
|
||||
side => '<BPA>-<port> or <FSP>-<port>. The side information for the BPA/FSP. The side attribute refers to which BPA/FSP, A or B, which is determined by the slot value returned from lsslp command. It also lists the physical port within each BPA/FSP which is determined by the IP address order from the lsslp response. This information is used internally when communicating with the BPAs/FSPs',
|
||||
asset => 'A field for administators to use to correlate inventory numbers they may have to accomodate',
|
||||
uuid => 'The UUID applicable to the node',
|
||||
comments => 'Any user-written notes.',
|
||||
|
Loading…
x
Reference in New Issue
Block a user