In Oracle 11g, we can now do rolling upgrades of the ASM instanaces in a RAC cluster configuration. In this example shown below, one of the ASM instances is being upgraded to 11.1.0.7 while the other instance is still running on version 11.1.0.6. While the ASM software is being upgraded, client connections to the RAC database will continue as the service will get relocated to the other node in the cluster which is not being currently upgraded. So in other words this is an online patch application.
The database name here is racdba and the two instances are racdba1 and racdba2 running on nodes middba1 and middba2. The platform used in this example is AIX 5.3 64 bit on a P series LPAR.
On one of the nodes in the cluster, connect to the ASM instance (+ASM1) and issue the command to start the rolling migration.
SQL> alter system start rolling migration to
Continue reading 11g ASM rolling upgrade from 11.1.0.6 to 11.1.0.7


Popular Posts