add an example of using the -o flag

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4590 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2009-11-17 17:37:26 +00:00
parent dad7b3ddc3
commit 30a0f15ff0

View File

@ -468,12 +468,17 @@ B<xdsh> I<node1 -K>
=item *
To run the B<ps> command on node targets B<node1> and B<node2>, enter:
To run the B<ps -ef > command on node targets B<node1> and B<node2>, enter:
B<xdsh> I<node1,node2 ps>
B<xdsh> I<node1,node2 "ps -ef">
=item *
To run the B<ps> command on node targets B<node1> and run the remote command with the -v and -t flag, enter:
B<xdsh> I<node1,node2 -o"-v -t" ps>
=item *
To execute the commands contained in B<myfile> in the B<XCAT>
context on several node targets, with a fanout of B<1>, enter: