From e75338b968b38e5dba6e34098dfd4c6333bee963 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 22 Jul 2009 13:54:56 +0000 Subject: [PATCH] add -s flag back in git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3857 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/xdcp.1.pod | 33 +++++++++++++++++++++++--------- 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/xCAT-client/pods/man1/xdcp.1.pod b/xCAT-client/pods/man1/xdcp.1.pod index 2e1887ca9..9b1ecab8b 100644 --- a/xCAT-client/pods/man1/xdcp.1.pod +++ b/xCAT-client/pods/man1/xdcp.1.pod @@ -4,13 +4,16 @@ B - Concurrently copies files to or from multiple nodes. In addition, prov =head1 B -B I [B<-C> I] [B<-f> I] +B I [[B<-f> I] [B<-L>] [B<-l> I] [B<-o> I] [B<-r> I] [B<-R>] [B<-t> I] [B<-T>] [B<-v>] [B<-X> I] sourcefile.... targetpath B I [B<-F> I] +B I [B <-s> B<-F> I] + + B [B<-i> I] [B<-F> I] @@ -92,14 +95,6 @@ and the remote target name is appended to the copied source_file name in the target_path directory. -=item B<-C>|B<--context> I - -The default context to use when resolving target names. The -I value must correspond to a valid context extension -module in the B directory. For -example, the B file is the module -for the B context. - =item B<-f>|B<--fanout> I Specifies a fanout value for the maximum number of concur- @@ -182,6 +177,13 @@ single source directory can be specified using the source_file parameter. +=item B<-s> I + +Will only sync the files listed in the synclist (-F), to the service +nodes for the input compute node list. The files will be placed in the +directory defined by the site.SNsyncfiledir attribute, or the default +/var/xcat/syncfiles directory. + =item B<-t>|B<--timeout> I Specifies the time, in seconds, to wait for output from any @@ -393,6 +395,19 @@ B I to update the Compute Nodes =item * +To rsync to the service nodes in preparation for rsyncing the compute nodes +during an install from the service node. + +Create a rsync file /tmp/myrsync, with this line: + +/etc/hosts /etc/passwd -> /etc + +Run: + +B I to sync the service node for compute + +=item * + To rsync the /etc/file1 and file2 to your compute nodes and rename to filex and filey: Create a rsync file /tmp/myrsync, with these line: