Note: Running yum update
without first stopping Oracle and FlashGrid services may result in the services restarting non-gracefully during the update.
To update OS on a running server perform the following steps
-
Create backup snapshot of the OS disk
a. Flush OS buffers:
# sync
b. Create snapshot of the OS disk using Azure portal or CLI
-
Stop all running databases.
-
Stop Oracle High Availability Services:
# crsctl stop has
-
Stop FlashGrid Storage Fabric services:
# flashgrid-node stop
-
Install OS updates:
# yum update
-
Reboot the server
# sync; sync
# reboot