Resizing the VM may be needed for performance or cost reasons. Resizing requires database downtime.
-
Update SGA and PGA sizing parameters for the databases according to the new VM memory size
-
Skip this step unless you have
vm.nr_hugepages
parameter in/etc/sysctl.conf
manually configured. If you have it manually configured, then update the parameters according to the new VM size. -
Stop all running databases.
-
Stop the FlashGrid server system. The following command will gracefully stop HAS, FlashGrid services and the VM.
# flashgrid-node poweroff
-
Resize the VM using the Azure console. The VM automatically starts up at the end of the process.
-
Wait until ASM is started:
[grid@myhostname ~]$ srvctl status asm ASM is running on myhostname
-
Start the databases stopped previously.