corrections to targetpath and remove DSH_CONTEXT env variable

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4317 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2009-10-07 12:47:44 +00:00
parent 85c0d184a8
commit ed719e25d0
2 changed files with 8 additions and 36 deletions

View File

@ -32,11 +32,6 @@ If using hierarchy, then xdcp runs on the service node that is servicing the com
the files from the compute node to the Management node, hierarchically. There
is a two step process, see -P flag.
B<TARGET> B<SPECIFICATION>:
Target specification is identical for the xdcp and xdsh commands. See the
xdsh man page for details on specifying targets for the xdcp command.
B<REMOTE> B<USER>:
A user_ID can be specified for the remote copy command. Remote user
@ -90,13 +85,14 @@ When used with the -P flag, only a single file can be specified.
=item B<targetpath>
Specifies the complete path to copy one or more source_file
files to on the target. If the -P flag is specified, the tar-
get_path is the local host location for the copied files. The
remote file directory structure is recreated under target_path
and the remote target name is appended to the copied
source_file name in the target_path directory. Note: the targetpath
directory must exist.
If one source_file file, then it specifies the file to copy the source_file
file to on the target. If multiple source_file files, it specifies
the directory to copy the source_file files to on the target.
If the -P flag is specified, the target_path is the local host location
for the copied files. The remote file directory structure is recreated
under target_path and the remote target name is appended
to the copied source_file name in the target_path directory.
Note: the targetpath directory must exist.
=item B<-f>|B<--fanout> I<fanout_value>
@ -229,11 +225,6 @@ Displays the B<xdcp> command version information.
=over 4
=item B<DSH_CONTEXT>
Specifies the default context to use when resolving
targets. This variable is overridden by the B<-C> flag.
=item B<DSH_ENVIRONMENT>
Specifies a file that contains environment variable

View File

@ -27,20 +27,6 @@ formatted so that command results from all nodes can be managed.
The B<xdsh> command is an xCAT Distributed Shell Utility.
B<TARGET> B<SPECIFICATION>:
A target is a node where a remote command will be executed. Node
targets are specified inputting the I<node_list> or I<nodegroups>.
If the local host is included as part of the targets, the I<command_list>
is executed directly on the local host and not through the configured
remote shell, unless a I<user_ID> is specified for execution with the
local host (see B<Remote> B<user>).
Node targets can also be specified using node ranges as supported by
xCAT. If the same target is specified more than once, the remote com-
mand will only be executed once on the specified target.
B<COMMAND> B<SPECIFICATION>:
The commands to execute on the remote targets are specified by the
@ -379,11 +365,6 @@ issued command is B<0>.
=over 4
=item B<DSH_CONTEXT>
Specifies the default context to use when resolving
targets. This variable is overridden by the B<-C> flag.
=item B<DEVICETYPE>
Specify a user-defined device type. See B<--devicetype> flag.