Subscribe to Posts by Email

Subscriber Count

    696

Disclaimer

All information is offered in good faith and in the hope that it may be of use for educational purpose and for Database community purpose, but is not guaranteed to be correct, up to date or suitable for any particular purpose. db.geeksinsight.com accepts no liability in respect of this information or its use. This site is independent of and does not represent Oracle Corporation in any way. Oracle does not officially sponsor, approve, or endorse this site or its content and if notify any such I am happy to remove. Product and company names mentioned in this website may be the trademarks of their respective owners and published here for informational purpose only. This is my personal blog. The views expressed on these pages are mine and learnt from other blogs and bloggers and to enhance and support the DBA community and this web blog does not represent the thoughts, intentions, plans or strategies of my current employer nor the Oracle and its affiliates or any other companies. And this website does not offer or take profit for providing these content and this is purely non-profit and for educational purpose only. If you see any issues with Content and copy write issues, I am happy to remove if you notify me. Contact Geek DBA Team, via geeksinsights@gmail.com

Pages

CLUVFY Cheat Sheet

Oracle 11g Release 2: Cluster Verify Components (CLUVFY)

cluvfy [-help] or cluvfy -h

cluvfy stage {-pre|-post} stage_name stage_specific_options [-verbose]

Valid stage options and stage names are:
        -post hwos        :  post-check for hardware and operating system
        -pre  cfs       :  pre-check for CFS setup
        -post cfs       :  post-check for CFS setup
        -pre  crsinst      :  pre-check for CRS installation
        -post crsinst      :  post-check for CRS installation
        -pre  hacfg       :  pre-check for HA configuration
        -post hacfg       :  post-check for HA configuration
        -pre  dbinst    :  pre-check for database installation
        -pre  acfscfg     :  pre-check for ACFS Configuration.
        -post acfscfg     :  post-check for ACFS Configuration.
        -pre  dbcfg       :  pre-check for database configuration
        -pre  nodeadd     :  pre-check for node addition.
        -post nodeadd     :  post-check for node addition.
        -post nodedel     :  post-check for node deletion.

Example:- Installation checks after hwos - Hardware and Operating system installation
    cluvfy stage -post hwos -n node_list [-verbose]
    ./runcluvfy.sh stage -post hwos -n node1,node2 -verbose

Example:- Installation checks before/after Cluster File System
    cluvfy stage -pre cfs -n node_list [-verbose]
    cluvfy stage -post cfs -n node_list [-verbose]

Example:- Installation checks before/after CRS installation
    cluvfy stage -pre crsinst -n node_list [-c ocr_location] [-r {10gR1|10gR2|11gR1|11gR2}] [-q voting_disk] [-osdba osdba_group] [-orainv orainventory_group] [-verbose]
    cluvfy stage -pre crsinst -n node1,node2,node3
    ./runcluvfy.sh stage -pre crsinst -n all -verbose
    cluvfy stage -post crsinst -n node_list [-verbose]

Example:- Installation checks before/after DB installation/configuration
    cluvfy stage -pre dbinst -n node_list [-r {10gR1|10gR2|11gR1|11gR2}] [-osdba osdba_group] [-orainv orainventory_group] [-verbose]
    cluvfy stage -pre dbcfg -n node_list -d oracle_home [-verbose]

cluvfy comp component_name component_specific_options [-verbose]
Valid components are:

        nodereach : checks reachability between nodes
        nodecon    : checks node connectivity
        cfs         : checks CFS integrity
        ssa        : checks shared storage accessibility
        space     : checks space availability
        sys        : checks minimum system requirements
        clu         : checks cluster integrity
        clumgr   : checks cluster manager integrity
        ocr        : checks OCR integrity
        olr        : checks OLR integrity
        ha        : checks HA integrity
        crs        : checks CRS integrity
        nodeapp   : checks node applications existence
        admprv    : checks administrative privileges
        peer        : compares properties with peers
        software  : checks software distribution
        asm        : checks ASM integrity
        acfs        : checks ACFS integrity
        gpnp       : checks GPnP integrity
        gns         : checks GNS integrity
        scan        : checks SCAN configuration
        ohasd      : checks OHASD integrity
        clocksync  : checks Clock Synchronization
        vdisk        : check Voting Disk Udev settings
Examples:-
    cluvfy comp nodereach -n node_list [-srcnode node] [-verbose]
    cluvfy comp nodecon -n node_list [-i interface_list] [-verbose]
    cluvfy comp nodecon -n node1,node2,node3 -i eth0 -verbose
    cluvfy comp nodeapp [-n node_list] [-verbose]
    cluvfy comp peer [-refnode node] -n node_list [-r {10gR1|10gR2|11gR1|11gR2}] [-orainv orainventory_group] [-osdba osdba_group] [-verbose]
    cluvfy comp peer -n node1,node2 -r 10gR2 -verbose
    cluvfy comp crs [-n node_list] [-verbose]
    cluvfy comp cfs [-n node_list] -f file_system [-verbose]
    cluvfy comp cfs -f /oradbshare -n all -verbose
    cluvfy comp ocr [-n node_list] [-verbose]
    cluvfy comp clu -n node_list -verbose
    cluvfy comp clumgr [-n node_list] [-verbose]
    cluvfy comp sys [-n node_list] -p {crs|database} [-r {10gR1|10gR2|11gR1|11gR2}] [-osdba osdba_group] [-orainv orainventory_group] [-verbose]
    cluvfy comp sys -n node1,node2 -p crs -verbose
    cluvfy comp admprv [-n node_list] [-verbose] |-o user_equiv [-sshonly] |-o crs_inst [-orainv orainventory_group] |-o db_inst [-orainv orainventory_group] [-osdba osdba_group] |-o db_config -d oracle_home
    cluvfy comp ssa [-n node_list] [-s storageID_list] [-verbose]
    cluvfy comp space [-n node_list] -l storage_location -z disk_space{B|K|M|G} [-verbose]
    cluvfy comp space -n all -l /home/dbadmin/products -z 2G -verbose
    cluvfy comp olr