From e23d707cc0727fb6350795bb48250d3fe138c6f6 Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 9 Jun 2009 17:06:35 +0000 Subject: [PATCH] xdcp -i examples git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3543 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/xdcp.1.pod | 39 ++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/xCAT-client/pods/man1/xdcp.1.pod b/xCAT-client/pods/man1/xdcp.1.pod index 9bb92bfac..cc0231f10 100644 --- a/xCAT-client/pods/man1/xdcp.1.pod +++ b/xCAT-client/pods/man1/xdcp.1.pod @@ -109,6 +109,20 @@ rently executing remote shell processes. Serial execution can be specified by indicating a fanout value of B<1>. If B<-f> is not specified, a default fanout value of B<64> is used. +=item B<-F>|B<--File> I + +Specifies the full path to the file that will be used to +build the rsync command. +The format of the input file is as follows, each line contains: + I,,... -> < path to destination file/directory> + +For example: + /etc/password /etc/hosts -> /etc + /tmp/file1 -> /tmp + /tmp/file2 -> /tmp/filex + + + =item B<-h>|B<--help> Displays usage information. @@ -400,6 +414,31 @@ B I to update the Service Nodes B I to update the Compute Nodes +=item * + +To rsync files in the Linux image at /install/netboot/fedora9/x86_64/compute/rootimg on the MN: + +Create a rsync file /tmp/myrsync, with this line: + +/etc/hosts /etc/passwd -> /etc + +Run: + +B I<-i /install/netboot/fedora9/x86_64/compute/rootimg -F /tmp/myrsync> + + +=item * + +To rsync files in the AIX image at /install/nim/spot/61Hdskls/usr/lpp/bos/inst_root on the MN: + +Create a rsync file /tmp/myrsync, with this line: + +/etc/hosts /etc/passwd -> /etc + +Run: + +B I<-i /install/nim/spot/61Hdskls/usr/lpp/bos/inst_root -F /tmp/myrsync> + =back =head1 B