From 59af92bb8f7f6db9a8f4ac7813301c7f0e97b970 Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Wed, 24 Apr 2013 20:13:39 +0000 Subject: [PATCH] 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 --- xCAT-client/pods/man1/psh.1.pod | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/xCAT-client/pods/man1/psh.1.pod b/xCAT-client/pods/man1/psh.1.pod index c42ac2dad..3470fccda 100644 --- a/xCAT-client/pods/man1/psh.1.pod +++ b/xCAT-client/pods/man1/psh.1.pod @@ -4,7 +4,7 @@ psh - parallel remote shell =head1 B -B [B<-i> I] [B<-f> I] [B<-l> I] I I +B [B<-i> I] [B<-f> I] [B<-l> I] [B<--nonodecheck>] I I B {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 See L.