fix examples

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2399 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2008-10-28 14:01:48 +00:00
parent 134d02ca7c
commit c02300a631

View File

@ -175,7 +175,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 > /tmp/sinv.template>
B<xdsh> I<node1,node2 "rpm -qa | grep xCAT | xdshbak" 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.
@ -184,7 +184,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 > /tmp/rinv.template>
B<rinv> I<node1-node2 "serial | xdshbak" 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.