/
/ $Header: opatch/source/oracle/opatch/opatchutil/isshared_help.txt /st_opatch_11.2_gen/1 2010/10/26 02:15:27 vganesan Exp $
/
/ isshared_help.txt
/
/ Copyright (c) 2010, Oracle. All Rights Reserved.
/
/   NAME
/     isshared_help.txt - <one-line expansion of the name>
/
/   DESCRIPTION
/     <short description of component this file declares/defines>
/
/   NOTES
/     <other useful comments, qualifications, etc.>
/
/   MODIFIED   (MM/DD/YY)
/   ramkanda    10/15/10 - isshared
/   ramkanda    10/15/10 - Creation
/

DESCRIPTION
    Returns true if running on shared environment, else it returns false.
    If it fails it returns ZOP code 48.


SYNTAX
opatch util isShared  [-ph <home location>]
		      [-local_node <name of local node> ]
                      [-remote_nodes <name of remote nodes, delimited by commas> ]
                      [-oh <oracle home location>]

OPTIONS
            
       -oh
              The oracle home to work on. This takes precedence over
              the environment variable ORACLE_HOME.

       -ph
              Specify the location of the home, and the function will
              determine if it is shared or not.

       -local_node
              Specify the name of the local node

       -remote_nodes 
              Specify the names of all the nodes in the system, including the
              local node.


EXAMPLE:

./opatch util isShared -ph /etc/ -local_node stajs15 -remote_nodes 
stajs15,stajs16 -oh /scratch/ramkanda/product/11.2.0/dbhome_1

The -ph, -local_node, and -remote_node options are all REQUIRED. The 
oracle home requirement may not be required if your ORACLE_HOME 
environment variable is set.

