document the --nonodecheck flag of psh
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16059 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
58f0ffc4f1
commit
59af92bb8f
@ -4,7 +4,7 @@ psh - parallel remote shell
|
||||
|
||||
=head1 B<Synopsis>
|
||||
|
||||
B<psh> [B<-i> I<interface>] [B<-f> I<fanout>] [B<-l> I<user>] I<noderange> I<command>
|
||||
B<psh> [B<-i> I<interface>] [B<-f> I<fanout>] [B<-l> I<user>] [B<--nonodecheck>] I<noderange> I<command>
|
||||
|
||||
B<psh> {B<-h>|B<--help>|B<-v>|B<--version>}
|
||||
|
||||
@ -42,6 +42,12 @@ rently executing remote shell processes.
|
||||
Log into the nodes as the specified username. The default is to use the same username as you
|
||||
are running the psh command as.
|
||||
|
||||
=item B<--nonodecheck>
|
||||
|
||||
Do not contact the xCAT daemon to resolve the given noderange to a list of node names. When
|
||||
using this option, the noderange you specify must be a comma-separated list of hostnames. This
|
||||
allows you to run psh without xcatd or the xCAT-server package installed.
|
||||
|
||||
=item B<noderange>
|
||||
|
||||
See L<noderange(3)|noderange.3>.
|
||||
|
Loading…
Reference in New Issue
Block a user