Modifying the VIP or VIP Hostname of a 10g Oracle Clusterware Node

Posted by Sagar Patil

Planning for VIP changes
Changing the VIP involves modification of the nodeapps, which includes the Virtual IP address, the GSD, the  Listener, and Oracle Notification Services (ONS). The VIP can be modified while the nodeapps are running,however changes wil not take effect until the VIP, and hence the nodeapps, are restarted.

Read more…

ADD/REMOVE/REPLACE/MOVE Oracle Cluster Registry (OCR) and Voting Disk

Posted by Sagar Patil

Note: You must be logged in as the root user, because root owns the OCR files.  Make sure there is a recent copy of the OCR file before making any changes: ocrconfig ­showbackup

Read more…

Managing CRS/ Commands

Posted by Sagar Patil

CRS DAEMON FUNCTIONALITY

CRSD: Performs high availability recovery and management operations such as maintaining the OCR and managing application resources.
- Engine for HA operation
- Manages ‘application resources’
- Starts, stops, and fails ‘application resources’ over
- Spawns separate ‘actions’ to start/stop/check application resources
- Maintains configuration profiles in the OCR (Oracle Configuration Repository)
- Stores current known state in the OCR.
- Runs as root
- Is restarted automatically on failure

Read more…

Oracle Clusterware Administration Quick Reference

Posted by Sagar Patil

Sequence of events to bring cluster database back..

1.    Start all services using “start -nodeapps”
2.    Start ASM instnace using “srvctl start asm -n (node)”
3.    Start RAC instances using “srvctl start instance -d (database) -I (instance)”
4.    Finish up by bringing our load balanced/TAF service online “srvctl start service -d orcl -s RAC”

Read more…

CRSCTL : Oracle Clusterware Service Administration

Posted by Sagar Patil

Read more…

RAC : Managing OCR Backup and Recovering OCR

Posted by Sagar Patil

Read more…

Oracle Clusterware Log/Clusterware log files

Posted by Sagar Patil

In Oracle 10.2, Oracle Clusterware log files are created in the $ORA_CRS_HOME/log directory.

Read more…

Top of Page