2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 09:13:08 +00:00

Remove trailing spaces in file xCAT-client/pods/man1/xcat2nim.1.pod

This commit is contained in:
GONG Jie 2017-12-31 23:59:59 +00:00
parent 653b7a5f04
commit c37d3a8aac

View File

@ -1,6 +1,6 @@
=head1 NAME
B<xcat2nim> - Use this command to create and manage AIX NIM definitions based on xCAT node, group and network object definitions.
B<xcat2nim> - Use this command to create and manage AIX NIM definitions based on xCAT node, group and network object definitions.
=head1 SYNOPSIS
@ -28,19 +28,19 @@ If the object type you are creating is a node then the object names can be a nod
If you are using xCAT service nodes the B<xcat2nim> command will automatically determine the correct server for the node and create the NIM definitions on that server.
The B<xcat2nim> command support for NIM networks is limited to creating and listing.
The B<xcat2nim> command support for NIM networks is limited to creating and listing.
When creating network definitions the command will check to make sure the network definition (or it's equivalent) does not exist and then create the required NIM network, route and interface definitions. In some cases the equivalent network definition may exist using a different name. In this case a new definition WILL NOT be created.
To list the NIM definitions that were created you must specify the "list" option and the names of the xCAT objects that were used to create the NIM definitions. The B<xcat2nim> command will list the corresponding NIM machine, machine group or network definitions using the "lsnim -l" command.
To list the NIM definitions that were created you must specify the "list" option and the names of the xCAT objects that were used to create the NIM definitions. The B<xcat2nim> command will list the corresponding NIM machine, machine group or network definitions using the "lsnim -l" command.
To remove NIM definitions you must specify the "remove" option and the names of the xCAT objects that were used to create the NIM definitions.
To remove NIM definitions you must specify the "remove" option and the names of the xCAT objects that were used to create the NIM definitions.
The remove("-r"), force("-f") and update("-u") options are not supported for NIM network definitions.
=head1 OPTIONS
B<-a|--all> The list of objects will include all xCAT node, group and network objects.
B<-a|--all> The list of objects will include all xCAT node, group and network objects.
I<attr=val [attr=val ...]> 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.
@ -60,7 +60,7 @@ B<-r|--remove> Remove NIM definitions corresponding to xCAT definitions.
B<-t> I<object-types> A set of comma delimited xCAT object types. Supported types include: node, group, and network.
Note: If the object type is "group", it means that the B<xcat2nim> command will operate on a NIM machine group definition corresponding to the xCAT node group definition. Before creating a NIM machine group, all the NIM client nodes definition must have been created.
Note: If the object type is "group", it means that the B<xcat2nim> command will operate on a NIM machine group definition corresponding to the xCAT node group definition. Before creating a NIM machine group, all the NIM client nodes definition must have been created.
B<-u|--update> Update existing NIM definitions based on xCAT definitions.