Resizing the AWS instance 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 AWS instance 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 AWS instance size. -
Stop all running databases.
-
Stop the FlashGrid server system. The following command will gracefully stop HAS, FlashGrid services and the AWS instance.
# flashgrid-node poweroff
-
Resize the AWS instance using AWS console.
-
Start the AWS instance.
-
Wait until ASM is started:
[grid@myhostname ~]$ srvctl status asm ASM is running on flashgrid server
-
Start the databases stopped previously.