diff --git a/xCAT-client/pods/man1/xcat2nim.1.pod b/xCAT-client/pods/man1/xcat2nim.1.pod index 1f2559ca2..9a5d44333 100644 --- a/xCAT-client/pods/man1/xcat2nim.1.pod +++ b/xCAT-client/pods/man1/xcat2nim.1.pod @@ -4,9 +4,9 @@ B - Use this command to create and manage AIX NIM definitions based on =head1 SYNOPSIS -I +I -I +I =head1 DESCRIPTION @@ -20,13 +20,15 @@ The default behavior is to create new NIM definitions but not apply updates to e =head1 OPTIONS -B<-a |--all> Create NIM definitions corresponding to all xCAT node and group definitions. +B<-a|--all> Create NIM definitions corresponding to all xCAT node and group definitions. B Specifies one or more "attribute equals value" pairs, separated by spaces. Attr=val pairs must be specified last on the command line. The attribute names must correspond to the attributes supported by the relevant NIM commands. When providing attr=val pairs on the command line you must not specify more than one object type. -B<-h |--help> Display the usage message. +B<-f|--force> The force option will remove the existing NIM definition and create a new one. -B<-l | --list> List NIM definitions corresponding to xCAT definitions. +B<-h|--help> Display the usage message. + +B<-l|--list> List NIM definitions corresponding to xCAT definitions. B A set of comma delimited node names and/or group names, (must be the first parameter). See the "noderange" man page for details on supported formats. @@ -34,11 +36,11 @@ B<-o object-names> A set of comma delimited xCAT object names. B<-t object-types> A set of comma delimited xCAT object types. Supported types include: node and group. -B<-r | --remove> Remove NIM definitions corresponding to xCAT definitions. +B<-r|--remove> Remove NIM definitions corresponding to xCAT definitions. -B<-u | --update> Update existing NIM definitions based on xCAT definitions. +B<-u|--update> Update existing NIM definitions based on xCAT definitions. -B<-V |--verbose> Verbose mode. +B<-V|--verbose> Verbose mode. =head1 RETURN VALUE @@ -74,13 +76,17 @@ I +I 6. To list the NIM definition for node clstrn02. I -7. To remove the NIM definition for the group "AIXnodes". +7. To re-create a NIM machine definiton and display verbose output. + +I + +8. To remove the NIM definition for the group "AIXnodes". I @@ -89,10 +95,6 @@ I $XCATROOT/bin/xcat2nim -(The XCATROOT environment variable is set when xCAT is installed. The -default value is "/opt/xcat".) - - =head1 NOTES This command is part of the xCAT software product.