DESCRIPTION
    This operation propagates/removes files/directories to/on remote nodes
    using files under ORACLE_HOME/.patch_storage/<ID>/rac/*.  The directories 
    listed in copy_dirs.txt will be copied to remote nodes. The files listed
    in copy_files.txt wil be copied to remote nodes. The direcotries listed in 
    remove_dirs.txt will be deleted on remote nodes. The files listed in
    remove_files.txt will be deleted on remote nodes. 

SYNTAX
opatch util UpdateRemoteNodes [-invPtrLoc <Path to oraInst.loc> ]
                              [-jre <LOC> ]
                              [-oh <ORACLE_HOME> ]
                              [-property_file <Path to property file>]
                              [-ps <patch ID with time stamp>, this will be
                                located under ORACLE_HOME/.patch_storage/]
                              [-remote_nodes <List of remote nodes
                                (node1,node2)>]

OPTIONS

        -invPtrLoc 
              Used to locate the oraInst.loc file. Needed when the
              installation used the -invPtrLoc flag. This should be
              the path to the oraInst.loc file.
              
        -jre
              This option tells OPatch to use JRE (java) from the
              specified location instead of the default location
              under Oracle Home. 
        
        -oh
              The oracle home to work on. This takes precedence over
              the environment variable ORACLE_HOME.
              
        -property_file
              The user defined property file for OPatch to use. The
              path to the property file should be absolute. This
              property file takes precedence over the one that is
              supplied with OPatch.
              
        -ps
              This option is used to specify the Patch ID with timestamp. 
              A directory by this name will be present under
              ORACLE_HOME/.patch_storage. The files present in 
              ORACLE_HOME/.patch_storage/<Patch ID with timestamp>/rac
              will be used to update the remote nodes. 
              
        -remote_nodes
              This option can be used to specify to OPatch the list
              of remote nodes to be used for RAC mode application of 
              the patch. The node names are comma separated and
              without spaces.
