From ed719e25d0d3c3535a8bf96c4e0559a4c1f2a386 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 7 Oct 2009 12:47:44 +0000 Subject: [PATCH] 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 --- xCAT-client/pods/man1/xdcp.1.pod | 25 ++++++++----------------- xCAT-client/pods/man1/xdsh.1.pod | 19 ------------------- 2 files changed, 8 insertions(+), 36 deletions(-) diff --git a/xCAT-client/pods/man1/xdcp.1.pod b/xCAT-client/pods/man1/xdcp.1.pod index 5c465e009..5b6659f25 100644 --- a/xCAT-client/pods/man1/xdcp.1.pod +++ b/xCAT-client/pods/man1/xdcp.1.pod @@ -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 B: - -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 B: 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 -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 @@ -229,11 +225,6 @@ Displays the B command version information. =over 4 -=item B - -Specifies the default context to use when resolving -targets. This variable is overridden by the B<-C> flag. - =item B Specifies a file that contains environment variable diff --git a/xCAT-client/pods/man1/xdsh.1.pod b/xCAT-client/pods/man1/xdsh.1.pod index fa6acd8cb..17db6d75c 100644 --- a/xCAT-client/pods/man1/xdsh.1.pod +++ b/xCAT-client/pods/man1/xdsh.1.pod @@ -27,20 +27,6 @@ formatted so that command results from all nodes can be managed. The B command is an xCAT Distributed Shell Utility. -B B: - -A target is a node where a remote command will be executed. Node -targets are specified inputting the I or I. - -If the local host is included as part of the targets, the I -is executed directly on the local host and not through the configured -remote shell, unless a I is specified for execution with the -local host (see B B). - -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 B: 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 - -Specifies the default context to use when resolving -targets. This variable is overridden by the B<-C> flag. - =item B Specify a user-defined device type. See B<--devicetype> flag.