add note about length of NIM machine object name

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8784 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
nott 2011-02-01 20:09:53 +00:00
parent 62f559eae9
commit 7ee475037c
2 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,8 @@ This xCAT command can be used to define and/or initialize AIX/NIM diskless machi
The command can be used to define and initialize a new NIM machine object or it may be used to reinitialize an existing machine to use a different operating system image.
Note: The length of a NIM object name must be no longer than 39 characters.
If you are using xCAT service nodes the B<mkdsklsnode> command will automatically determine the correct server(s) for the node and create the NIM definitions on that server(s).
When creating a new NIM machine definition the default is to use the same name as the xCAT node name that is provided.

View File

@ -18,6 +18,8 @@ The B<xcat2nim> command uses xCAT database information, command line input, and
The xCAT node, group and network definition names will correspond to the NIM machine, machine group and network definitions.
Note: The length of a NIM object name must be no longer than 39 characters.
To create or update a NIM definition you must provide the names of the xCAT definitions to use. The default behavior is to create new NIM definitions but not apply updates to existing definitions. If you wish to update existing NIM definitions then you must use the "update" option. If you wish to completely remove the old definition and re-create it you must use the "force" option.
The xCAT code uses the appropriate NIM commands to create the NIM definitions. To create definitions the "nim -o define" operation is used. To update definitions the "nim -o change" operation is used. If you wish to specify additional information to pass to the NIM commands you can use the "attr=val" support. The attribute names must correspond to the attributes supported by the relevant NIM commands. (For example. "netboot_kernel=mp")