diff --git a/xCAT-client-2.0/share/man/man1/xdsh.1 b/xCAT-client-2.0/share/man/man1/xdsh.1 index 85ec03e5a..844569f3e 100644 --- a/xCAT-client-2.0/share/man/man1/xdsh.1 +++ b/xCAT-client-2.0/share/man/man1/xdsh.1 @@ -59,19 +59,13 @@ defined by specifying a default context for unqualified target names (See .PP A target is a node where a remote command will be executed. Node targets are specified inputting the -\fInode_list\fR or \fInodegroups\fR, or the -\fBDSH_NODE_LIST\fR environment variable. +\fInode_list\fR or \fInodegroups\fR. .PP If the local host is included as part of the targets, the \fIcommand_list\fR is executed directly on the local host and not through the configured remote shell, unless a \fIuser_ID\fR is specified for execution with the local host (see \fBRemote user\fR). .PP -The \fBDSH_NODE_LIST\fR environment -variable specify the file listing the target nodes. The file -format is one target per line. Blank lines and comment lines beginning -with \fB#\fR are ignored. -.PP Node targets can also be specified using node ranges as supported by xCAT. If the same target is specified more than once, the remote command will only be executed @@ -533,13 +527,6 @@ Specifies the fanout value. This variable is overridden by the \fB-f\fR flag. .RE .RS +3 -\fBDSH_NODE_LIST -\fR -.RE -.RS +9 -Specifies a file containing a list of node targets. -.RE -.RS +3 \fBDSH_NODE_OPTS \fR .RE @@ -636,10 +623,6 @@ xdsh node1,node2 "ps" 2. To run the \fBps\fR command on each node target listed in the \fBmyhosts\fR file, enter: .sp -.nf -DSH_NODE_LIST=./myhosts; xdsh ps -.fi -.sp .HP 3 3. To execute the commands contained in \fBmyfile\fR in the XCAT \fBcontext\fR on several node targets,