Patching Oracle Grid Infrastructure Using Local-Mode Configuration
When you install Oracle Grid Infrastructure or when you upgrade an older version to this current version, the Fleet Patching and Provisioning Server is configured automatically in local mode.
Note:
You must enable and start the Fleet Patching and Provisioning Server using the following commands before you can use the local-mode patching operation:$ srvctl enable rhpserver
$ srvctl start rhpserver
$ srvctl stop rhpserver
$ srvctl remove rhpserver
Proceed with the steps described in "Creating a Fleet Patching and Provisioning Server" to create the central-mode Fleet Patching and Provisioning Server.
rhpctl move gihome
command parameters for the patching operation:
-
-node
: If the home you are moving is an Oracle Grid Infrastructure home installed on more than one node, then the default operation is a rolling update on all nodes. To apply a patch to just one node, specify the name of that node with this parameter. -
-nonrolling
: If the home you are moving is an Oracle Grid Infrastructure home installed on more than one node, then the default operation is a rolling update on all nodes. To patch all nodes in a nonrolling manner, use this parameter instead of the-node
parameter. -
-ignorewcpatches
: By default, Fleet Patching and Provisioning will not perform the move operation if the destination home is missing any patches present in the source home. You can override this functionality by using this parameter, for example, to move back to a previous source home if you must undo an update.
Related Topics
Parent topic: Oracle Fleet Patching and Provisioning Local Mode