An observation when adding new VMs to your vmcluster in an EXACC when your DBs are a standby or dataguard.
- Adding a VM to a cluster will not automatically extend any database which is part of a Data Guard configuration (either primary or standby) to the newly provisioned VM.
- For databases not part of a Data Guard configuration, only databases that are running on all VMs in the existing cluster will be added to the newly provisioned VM. Any database running on a subset of VMs will not extend automatically to run on the newly added VM.
srvctl add instance -db BDPRD -instance BDPRD03 -node exaccprd03
srvctl add instance -db BDPRD -instance BDPRD04 -node exaccprd04
Note: on my situation my new VMs added are called: exaccprd03 and exaccprd04
PD: don't forget to add or reconfigure your existing services to take up these new instances you added. Example:
srvctl modify service -d BDPRD -s BDPRDSRV -r exaccprd01, exaccprd02, exaccprd03, exaccprd04 -q TRUE -e SESSION -j LONG -B SERVICE_TIME -m BASIC -z 300 -w 1
srvctl stop service -db BDPRD -service BDPRDSRV
srvctl start service -db BDPRD -service BDPRDSRV
No comments:
Post a Comment