Select Menu

Ads

Random Posts

Powered By Blogger
Powered By Blogger

Blog Archive

Search This Blog

Thirupal Boreddy. Powered by Blogger.

My Blog List

Followers

Lorem 1

Technology

Circle Gallery

Shooting

Racing

News

Lorem 4

» »Unlabelled » Health Check of the cluster

Health Check of the cluster
# cd /u01/app/11.2.0/grid/bin
1. # ./crsctl check cluster -all
##################################################################################################
ol6-112-rac1_HAIDB:
CRS-4537: Cluster Ready Services is online
CRS-4529: Cluster Synchronization Services is online
CRS-4533: Event Manager is online
**************************************************************
ol6-112-rac2_HAIDB:
CRS-4537: Cluster Ready Services is online
CRS-4529: Cluster Synchronization Services is online
CRS-4533: Event Manager is online
########################################################################
2. The following command gives information about the individual resources.
# ./crsctl stat res -t
########################################################################    
3. Run the olsnodes command on all cluster nodes and see that it returns a list of all the nodes in each case.
olsnodes
# cd /u01/app/11.2.0/grid/bin
# ./olsnodes
########################################################################    
4. cluvfy
You have probably run the runcluvfy.sh utility from the installation media before the installing the clusterware software.
 Once the Oracle software is installed, the cluvfy utility is available to provide useful post-installation information.
########################################################################     


About Oracle DBA World

WePress Theme is officially developed by Templatezy Team. We published High quality Blogger Templates with Awesome Design for blogspot lovers.The very first Blogger Templates Company where you will find Responsive Design Templates.
«
Next
Newer Post
»
Previous
Older Post

No comments

Leave a Reply

QUERY FOR CPU USAGE

select  a.target_name as HOST, to_char(a.rollup_timestamp,' dd-Mon-yy::hh24:mi') as "DAY-TIME", sum(c.cpu_count) as ...