diff --git a/xCAT-client/pods/man1/updatenode.1.pod b/xCAT-client/pods/man1/updatenode.1.pod index 2f382580c..bb4fd5a50 100644 --- a/xCAT-client/pods/man1/updatenode.1.pod +++ b/xCAT-client/pods/man1/updatenode.1.pod @@ -10,6 +10,8 @@ B B [B<-k>|B<--security> [B<--user>] [B<--devicetype>]] B B [B<-V>|B<--verbose>] [B] +B B [B<-V>|B<--verbose>] [B<-f>|B<--snsync>] + B [B<-h>|B<--help>] [B<-v>|B<--version>] =head1 DESCRIPTION @@ -515,10 +517,21 @@ Used to specify a source directory other than the standard lpp_source directory =item B<-F|--sync> -Specifies the file synchronization should be +Specifies that file synchronization should be performed on the nodes. rsync and ssh must be installed and configured on the nodes. +=item B<-f|--snsync> + +Specifies that file synchronization should be +performed to the service nodes that service the +nodes in the noderange. This updates the service +nodes with the data to sync to the nodes. rsync and ssh must +be installed and configured on the service nodes. +For hierachy, this should be done before syncing the files +to the nodes with the -F flag. + + =item B<-h|--help> Display usage message. @@ -722,6 +735,12 @@ To update the security keys for the node "node01" B +=item 19 + +To update the service nodes with the files to be synchronized to node group compute: + +B + =back =head1 FILES