From 8947e743a121f595b693fc2d82b5566e2ddbbada Mon Sep 17 00:00:00 2001 From: nott Date: Sat, 15 Sep 2012 18:38:52 +0000 Subject: [PATCH] add -r option git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@13814 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/mkdsklsnode.1.pod | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/xCAT-client/pods/man1/mkdsklsnode.1.pod b/xCAT-client/pods/man1/mkdsklsnode.1.pod index 421498884..8ec450d0d 100644 --- a/xCAT-client/pods/man1/mkdsklsnode.1.pod +++ b/xCAT-client/pods/man1/mkdsklsnode.1.pod @@ -6,7 +6,7 @@ B - Use this xCAT command to define and initialize AIX/NIM diskless B -B +B =head1 DESCRIPTION @@ -123,6 +123,10 @@ Create a new NIM machine object name for the xCAT node. Use the naming conventio When using backup service nodes only update the primary. The default is to update both the primary and backup service nodes. +=item B<-r|--resonly> + +Use this option if you wish to copy osimages to the service nodes and define the local resources BUT do not wish to define the local NIM client definitions. This option is only valid when the xCAT "site" definition attribute "sharedinstall" is set to "sns" (using xCAT HASN support). You run the mkdslsnode command as you normally would but include the "-r" option. You can run the same command without the "-r" option to define the NIM clients on the service nodes. + =item B<-S|--setuphanfs> Setup NFSv4 replication between the primary service nodes and backup service nodes to provide high availability NFS for the compute nodes. This option only exports the /install directory with NFSv4 replication settings, the data synchronization between the primary service nodes and backup service nodes needs to be taken care of through some mechanism. @@ -183,6 +187,12 @@ Initialize an xCAT node called "node02" as an AIX diskless node. Create a new N B +=item 5 + +In an HASN environment, replicate NIM resources listed in an osimage definiton on remote service nodes without creating NIM client definitions. + +B + =back =head1 FILES