Skip to main content

Posts

Showing posts with the label services

Manage startup/shutdown/status services in 11gR2 RAC

Hi, Earlier i have written one article to manage Grid infra home on standalone Installation. Now i am writing the below article - How to Manage startup/shutdown/status of Grid Infrastructure software in 11gR2 RAC Environment. All these commands are demonstrated on a 4 node cluster running on OEL 5.6. How to check the status of CRS on specific node: [ora11g@racnode1 ~]$ crsctl check crs CRS-4638: Oracle High Availability Services is online CRS-4535: Cannot communicate with Cluster Ready Services CRS-4529: Cluster Synchronization Services is online CRS-4533: Event Manager is online Note: crsctl command will be present in GRID_INRA_HOME How to check the status of services on all nodes: [ora11g@racnode1 ~]$ srvctl status nodeapps VIP racnode1-vip is enabled VIP racnode1-vip is running on node: racnode1 VIP racnode2-vip is enabled VIP racnode2-vip is running on node: racnode2 VIP racnode3-vip is enabled VIP racnode3-vip is running on node: racnode3 VIP racnode4-vip is enabled VIP racnode4-...