From 0e5c3cc8c0801fbfa0b96fa018094ad4de6de103 Mon Sep 17 00:00:00 2001 From: lissav Date: Mon, 28 Jan 2008 14:48:28 +0000 Subject: [PATCH] Remove DSH_LIST support git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@339 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client-2.0/share/man/man1/xdsh.1 | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) 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,