diff --git a/xCAT-client/pods/man1/nodeimport.1.pod b/xCAT-client/pods/man1/nodeimport.1.pod index 01f2ddf2d..994c9bcd1 100644 --- a/xCAT-client/pods/man1/nodeimport.1.pod +++ b/xCAT-client/pods/man1/nodeimport.1.pod @@ -123,6 +123,14 @@ To import nodes using a profile, follow the following steps: switch=myswitch switchport=9 + Example of a node information file that specifies a CEC-based rack-mounted Power node that uses direct FSP management: + # Node information file begins + # This entry defines a Power rack-mount node. + __hostname__: + mac=b8:ac:6f:37:59:28 + cec=mycec + # Node information file ends. + The node information file includes the following items: B<__hostname__:> This is a mandatory item. @@ -145,6 +153,10 @@ B> This is a mandatory item while define a PureFlex node. Description: The node position in the PureFlex Chassis. +B> This is a mandatory option for defining Power rack-mounted nodes. + +Description: Specifies the name of a Power rack-mount central electronic complex (CEC). + B> This is an optional item. Description: Specify the IP address used for provisioning a node, where is in the form xxx.xxx.xxx.xxx. If this item is not included, the IP address used to provision the node is generated automatically according to the Network Profile used by the node.