diff --git a/xCAT-client/pods/man1/chdef.1.pod b/xCAT-client/pods/man1/chdef.1.pod index 97cce3d73..a79cee8fa 100644 --- a/xCAT-client/pods/man1/chdef.1.pod +++ b/xCAT-client/pods/man1/chdef.1.pod @@ -118,6 +118,12 @@ To update a set of definitions based on information contained in the stanza file cat mystanzafile | chdef -z +=item 8. + +To update a dynamic node group definition to add the cons=hmc wherevals pair. + + chdef -t group -o dyngrp -d -p -w "cons=hmc" + =back diff --git a/xCAT-client/pods/man1/mkdef.1.pod b/xCAT-client/pods/man1/mkdef.1.pod index bacae549d..1587c4b86 100644 --- a/xCAT-client/pods/man1/mkdef.1.pod +++ b/xCAT-client/pods/man1/mkdef.1.pod @@ -118,6 +118,18 @@ To create node definitions for a set of node host names contained in the node ra mkdef -t node node1,node2,node3 power=hmc groups="all,aix" +=item 8. + +To create a dynamic node group definition called HMCMgtNodes containing all the HMC managed nodes" + + mkdef -t group -o HMCMgtNodes -d -w "mgt=hmc,cons=hmc" + +=item 9. + +To create a dynamic node group definition called SLESNodes containing all the SLES nodes + + mkdef -t group -o SLESNodes -d -w "os=|^sles[0-9]+$|" + =back