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
This commit is contained in:
lissav 2012-05-08 16:25:12 +00:00
parent 09291d399f
commit 4434a60729

View File

@ -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<Note:> 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<sinv> 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<sinv> 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<Files>