fix per defect 3102008

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2429 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2008-10-31 11:56:33 +00:00
parent aacacd3f52
commit 6743fbae4b

View File

@ -183,7 +183,7 @@ Verbose mode.
To setup sinv.template (name optional) for input to the B<sinv> command , enter:
B<xdsh> I<node1,node2 "rpm -qa | grep xCAT | xdshbak -q " E<gt> /tmp/sinv.template>
B<xdsh> I<node1,node2 "rpm -qa | grep xCAT " | xdshbak -q E<gt> /tmp/sinv.template>
Note: when setting up the template the output of xdsh must be piped
to xdshbak, sinv processing depends on it.
@ -192,7 +192,7 @@ Note: when setting up the template the output of xdsh must be piped
To setup rinv.template for input to the B<sinv> command , enter:
B<rinv> I<node1-node2 "serial | xdshbak -q " E<gt> /tmp/rinv.template>
B<rinv> I<node1-node2 serial | xdshbak -q E<gt> /tmp/rinv.template>
Note: when setting up the template the output of rinv must be piped
to xdshbak, sinv processing depends on it.