Please enter search query.
Search <book_title>...
Cluster Server 8.0 Application Note: Dynamic Reconfiguration for Oracle Servers - Solaris
Last Published:
2021-12-21
Product(s):
InfoScale & Storage Foundation (8.0)
Platform: Solaris
- Dynamic reconfiguration of Oracle servers
- Supported software and hardware
- Scenarios requiring a VCS shutdown
- Stopping and starting VCS
- Performing dynamic reconfiguration on Oracle SunFire (s6800; e12K/15K/ e25K)
Restarting VCS in SF for Oracle RAC environment
If you used the procedure described in Stopping VCS in SF for Oracle RAC environment before dynamically reconfiguring a CPU/memory board, use the following procedures to restart VCS and bring the service groups on the domain online.
To restart LLT, GAB, VCS, and DBE/AC processes
- Restart LLT.
# svcadm enable system/llt
- Restart GAB.
# svcadm enable system/gab
- Restart the LMX driver.
# svcadm enable system/lmx
- Restart the VCSMM driver.
# svcadm enable system/vcsmm
- Restart the VXFEN driver
# svcadm enable system/vxfen
- Restart the ODM driver.
# svcadm enable system/odm
- Start VCS.
# hastart
- Verify that the CVM service group is online.
# hagrp -state cvm
- Verify the GAB memberships required for DBE/AC for Oracle9i RAC are configured.
# /sbin/gabconfig -a
GAB Port Memberships ============================================================ Port a gen 4a1c0001 membership 012 Port b gen g8ty0002 membership 012 Port d gen 40100001 membership 012 Port f gen f1990002 membership 012 Port h gen g8ty0002 membership 012 Port o gen f1100002 membership 012 Port q gen 28d10002 membership 012 Port v gen 1fc60002 membership 012 Port w gen 15ba0002 membership 012
- Bring the service groups that had been take offline in See Step 3.
# hagrp -online service_grp_name -sys dom1
- Start the Oracle instances that are outside VCS control using the following commands:
# srvctl start database -d db_name
Mount the CFS files systems and start the application using the native application commands that are not managed by VCS.