Oracle Exadata Database Machine Shutdown and Reboot Procedure
This example uses a quarter rack X2-2 for an example. The quarter rack composes of 2 database node and 3 cell node.
To Shutdown
Go to DB Node 1
To Shutdown
Go to DB Node 1
- Login as root
- use command . oraenv to change the Oracle base to +ASM1 instance
- type crsctl status res -t | more to check the Oracle service status
- type ps -ef | grep pmon to check oracle instances
- which crsctl to check the oracle home. We should use the crsctl under /u01/app/11.2/grid/bin/crsctl
- shutdown Oracle: crsctl stop crs
You should see the message "CRS-4133: Oracle High Availability Services has been stopped." as the last message. - Double check if all Oracle instances have been closed: type ps -ef | grep pmon
- shutdown the Linux: shutdown -h -y now
- Login as root
- use command . oraenv to change the Oracle base to +ASM2 instance
- Repeat all other steps just like those on Node 1
- login as root
- use the command service celld status to check the status of storage service
You should see rsStatus, msStatus and cellsrvStatus are "running". - stop the service: service celld stop
- We can use service celld status to double check if rsStatus is stopped.
- Shutdown the Linux: shutdown -h -y now
To power on
- Power on Cell Node 1,2 and 3
- Double check if the Cell service is up by using command service celld status
- Then power on DB Node 1 and Node 2.
- Double check if DB status is normal: crsctl status res -t | more
Comments