From 4434a60729feb042aa24d278d6bd0f99fc2a107c Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 8 May 2012 16:25:12 +0000 Subject: [PATCH] fix man page, if no seed given then the seed becomes one of the nodes from the noderange, not necessarily the first git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@12568 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/sinv.1.pod | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/xCAT-client/pods/man1/sinv.1.pod b/xCAT-client/pods/man1/sinv.1.pod index eb7057b81..97ec10676 100644 --- a/xCAT-client/pods/man1/sinv.1.pod +++ b/xCAT-client/pods/man1/sinv.1.pod @@ -79,7 +79,7 @@ which will automatically build the template for you from the seed node named. If a template path file does not exist, and a seed node is not input, -then sinv will automatically use the first node in the noderange as +then sinv will automatically use the one node in the noderange as the seed node and build the template. @@ -106,7 +106,7 @@ that is stored in template path. You can use this parameter instead of running the command yourself to build the template. B If the template path file does not exists, and no seed node is -supplied, the seed node automatically is the first node in the +supplied, the seed node automatically is one node in the noderange. @@ -234,13 +234,11 @@ To execute B on noderange, node1-node4, using node1 as the seed node, to generate the sinv.template from the xdsh command (-c), using the exact match option, generating no additional templates, enter: - B I<-c "xdsh node1-node4 lslpp -l | grep bos.adt" -s node1 -e -p /tmp/sinv.template -o /tmp/sinv.output> Note: the /tmp/sinv.template file must be empty, otherwise it will be used as an admin generated template. - =back =head1 B