Flex ASM - Migrate standard ASM to Flex ASM

Perform the following steps to migrate a standard ASM to flex ASM

export DISPLAY=glsdb01.global:1
 
asmca -> 
 
Under ASM Istances ->ASM listener Port, Select the network(s) to be used for ASM, Click OK, Click Convert to Oracle Flex ASM
 
gls01:/apps/oracle/grid/cfgtoollogs/asmca/scripts

-rwxr-xr-x 1 oracle oinstall 620 Sep 24 13:19 converttoFlexASM.sh

+ASM1 > cat converttoFlexASM.sh | more
#!/bin/sh

su oracle -c "/apps/oracle/product/12.1.0.1/grid/bin/srvctl add asm -proxy"
/apps/oracle/product/12.1.0.1/grid/srvm/admin/srvmhelper -updateDepASM
for node in glsdb01 glsdb02
do
        /apps/oracle/product/12.1.0.1/grid/bin/crsctl stop cluster -n $node
        /apps/oracle/product/12.1.0.1/grid/bin/crsctl start cluster -n $node

        stat=1
        cmd="/apps/oracle/product/12.1.0.1/grid/bin/crsctl status server $node"
        while [ $stat = 1 ]
        do
                sleep 5
                op=`$cmd`
                op=`echo $op | /bin/cut -d' ' -f2  | /bin/cut -d'=' -f2`
                if [ "$op" = "ONLINE" ]
                then
                        stat=0
                        echo "Cluster bounced in node $node"
                fi
        done
done

gls01:/apps/oracle/grid/cfgtoollogs/asmca/scripts 
 
As root:
 
/apps/oracle/grid/cfgtoollogs/asmca/scripts/converttoFlexASM.sh

CRS-2673: Attempting to stop 'ora.crsd' on 'glsdb01'
CRS-2790: Starting shutdown of Cluster Ready Services-managed resources on 'glsdb01'
CRS-2673: Attempting to stop 'ora.LISTENER_SCAN1.lsnr' on 'glsdb01'
CRS-2673: Attempting to stop 'ora.dba12c.db' on 'glsdb01'
CRS-2673: Attempting to stop 'ora.LISTENER.lsnr' on 'glsdb01'
CRS-2677: Stop of 'ora.LISTENER_SCAN1.lsnr' on 'glsdb01' succeeded
CRS-2673: Attempting to stop 'ora.scan1.vip' on 'glsdb01'
CRS-2677: Stop of 'ora.LISTENER.lsnr' on 'glsdb01' succeeded
CRS-2673: Attempting to stop 'ora.glsdb01.vip' on 'glsdb01'
CRS-2677: Stop of 'ora.dba12c.db' on 'glsdb01' succeeded
CRS-2673: Attempting to stop 'ora.mgmtdb' on 'glsdb01'
CRS-2673: Attempting to stop 'ora.dbatools.db' on 'glsdb01'
CRS-2677: Stop of 'ora.scan1.vip' on 'glsdb01' succeeded
CRS-2672: Attempting to start 'ora.scan1.vip' on 'glsdb02'
CRS-2677: Stop of 'ora.glsdb01.vip' on 'glsdb01' succeeded
CRS-2672: Attempting to start 'ora.glsdb01.vip' on 'glsdb02'
CRS-2677: Stop of 'ora.dbatools.db' on 'glsdb01' succeeded
CRS-2673: Attempting to stop 'ora.DBA_DATA501.dg' on 'glsdb01'
CRS-2676: Start of 'ora.scan1.vip' on 'glsdb02' succeeded
CRS-2672: Attempting to start 'ora.LISTENER_SCAN1.lsnr' on 'glsdb02'
CRS-2677: Stop of 'ora.DBA_DATA501.dg' on 'glsdb01' succeeded
CRS-2676: Start of 'ora.glsdb01.vip' on 'glsdb02' succeeded
CRS-2676: Start of 'ora.LISTENER_SCAN1.lsnr' on 'glsdb02' succeeded
CRS-2677: Stop of 'ora.mgmtdb' on 'glsdb01' succeeded
CRS-2673: Attempting to stop 'ora.GI.dg' on 'glsdb01'
CRS-2673: Attempting to stop 'ora.MGMTLSNR' on 'glsdb01'
CRS-2677: Stop of 'ora.MGMTLSNR' on 'glsdb01' succeeded
CRS-2672: Attempting to start 'ora.MGMTLSNR' on 'glsdb02'
CRS-2677: Stop of 'ora.GI.dg' on 'glsdb01' succeeded
CRS-2676: Start of 'ora.MGMTLSNR' on 'glsdb02' succeeded
CRS-2672: Attempting to start 'ora.mgmtdb' on 'glsdb02'
CRS-5017: The resource action "ora.mgmtdb start" encountered the following error: 
CRS-2679: Attempting to clean 'ora.mgmtdb' on 'glsdb02'
CRS-2681: Clean of 'ora.mgmtdb' on 'glsdb02' succeeded
CRS-2673: Attempting to stop 'ora.asm' on 'glsdb01'
CRS-2677: Stop of 'ora.asm' on 'glsdb01' succeeded
CRS-2673: Attempting to stop 'ora.ASMNET1LSNR_ASM.lsnr' on 'glsdb01'
CRS-2677: Stop of 'ora.ASMNET1LSNR_ASM.lsnr' on 'glsdb01' succeeded
CRS-2673: Attempting to stop 'ora.ons' on 'glsdb01'
CRS-2677: Stop of 'ora.ons' on 'glsdb01' succeeded
CRS-2673: Attempting to stop 'ora.net1.network' on 'glsdb01'
CRS-2677: Stop of 'ora.net1.network' on 'glsdb01' succeeded
CRS-2792: Shutdown of Cluster Ready Services-managed resources on 'glsdb01' has completed
CRS-2677: Stop of 'ora.crsd' on 'glsdb01' succeeded
CRS-2673: Attempting to stop 'ora.ctssd' on 'glsdb01'
CRS-2673: Attempting to stop 'ora.evmd' on 'glsdb01'
CRS-2673: Attempting to stop 'ora.storage' on 'glsdb01'
CRS-2677: Stop of 'ora.storage' on 'glsdb01' succeeded
CRS-2673: Attempting to stop 'ora.asm' on 'glsdb01'
CRS-2677: Stop of 'ora.ctssd' on 'glsdb01' succeeded
CRS-2677: Stop of 'ora.evmd' on 'glsdb01' succeeded
CRS-2677: Stop of 'ora.asm' on 'glsdb01' succeeded
CRS-2673: Attempting to stop 'ora.cluster_interconnect.haip' on 'glsdb01'
CRS-2677: Stop of 'ora.cluster_interconnect.haip' on 'glsdb01' succeeded
CRS-2673: Attempting to stop 'ora.cssd' on 'glsdb01'
CRS-2677: Stop of 'ora.cssd' on 'glsdb01' succeeded
CRS-2672: Attempting to start 'ora.evmd' on 'glsdb01'
CRS-2676: Start of 'ora.evmd' on 'glsdb01' succeeded
CRS-2672: Attempting to start 'ora.cssdmonitor' on 'glsdb01'
CRS-2676: Start of 'ora.cssdmonitor' on 'glsdb01' succeeded
CRS-2672: Attempting to start 'ora.cssd' on 'glsdb01'
CRS-2672: Attempting to start 'ora.diskmon' on 'glsdb01'
CRS-2676: Start of 'ora.diskmon' on 'glsdb01' succeeded
CRS-2676: Start of 'ora.cssd' on 'glsdb01' succeeded
CRS-2672: Attempting to start 'ora.ctssd' on 'glsdb01'
CRS-2672: Attempting to start 'ora.cluster_interconnect.haip' on 'glsdb01'
CRS-2676: Start of 'ora.ctssd' on 'glsdb01' succeeded
CRS-2676: Start of 'ora.cluster_interconnect.haip' on 'glsdb01' succeeded
CRS-2672: Attempting to start 'ora.asm' on 'glsdb01'
CRS-2676: Start of 'ora.asm' on 'glsdb01' succeeded
CRS-2672: Attempting to start 'ora.storage' on 'glsdb01'
CRS-2676: Start of 'ora.storage' on 'glsdb01' succeeded
CRS-2672: Attempting to start 'ora.crsd' on 'glsdb01'
CRS-2676: Start of 'ora.crsd' on 'glsdb01' succeeded
Cluster bounced in node glsdb01
CRS-2673: Attempting to stop 'ora.crsd' on 'glsdb02'
CRS-2790: Starting shutdown of Cluster Ready Services-managed resources on 'glsdb02'
CRS-2673: Attempting to stop 'ora.oc4j' on 'glsdb02'
CRS-2673: Attempting to stop 'ora.LISTENER.lsnr' on 'glsdb02'
CRS-2673: Attempting to stop 'ora.LISTENER_SCAN2.lsnr' on 'glsdb02'
CRS-2673: Attempting to stop 'ora.LISTENER_SCAN3.lsnr' on 'glsdb02'
CRS-2673: Attempting to stop 'ora.cvu' on 'glsdb02'
CRS-2677: Stop of 'ora.cvu' on 'glsdb02' succeeded
CRS-2672: Attempting to start 'ora.cvu' on 'glsdb01'
CRS-2676: Start of 'ora.cvu' on 'glsdb01' succeeded
CRS-2677: Stop of 'ora.LISTENER.lsnr' on 'glsdb02' succeeded
CRS-2677: Stop of 'ora.LISTENER_SCAN2.lsnr' on 'glsdb02' succeeded
CRS-2673: Attempting to stop 'ora.scan2.vip' on 'glsdb02'
CRS-2677: Stop of 'ora.LISTENER_SCAN3.lsnr' on 'glsdb02' succeeded
CRS-2673: Attempting to stop 'ora.scan3.vip' on 'glsdb02'
CRS-2677: Stop of 'ora.scan2.vip' on 'glsdb02' succeeded
CRS-2672: Attempting to start 'ora.scan2.vip' on 'glsdb01'
CRS-2677: Stop of 'ora.scan3.vip' on 'glsdb02' succeeded
CRS-2672: Attempting to start 'ora.scan3.vip' on 'glsdb01'
CRS-2676: Start of 'ora.scan2.vip' on 'glsdb01' succeeded
CRS-2672: Attempting to start 'ora.LISTENER_SCAN2.lsnr' on 'glsdb01'
CRS-2673: Attempting to stop 'ora.dba12c.db' on 'glsdb02'
CRS-2673: Attempting to stop 'ora.dbatools.db' on 'glsdb02'
CRS-2673: Attempting to stop 'ora.oggdb.db' on 'glsdb02'
CRS-2673: Attempting to stop 'ora.glsdb02.vip' on 'glsdb02'
CRS-2676: Start of 'ora.scan3.vip' on 'glsdb01' succeeded
CRS-2672: Attempting to start 'ora.LISTENER_SCAN3.lsnr' on 'glsdb01'
CRS-2677: Stop of 'ora.glsdb02.vip' on 'glsdb02' succeeded
CRS-2672: Attempting to start 'ora.glsdb02.vip' on 'glsdb01'
CRS-2677: Stop of 'ora.dba12c.db' on 'glsdb02' succeeded
CRS-2677: Stop of 'ora.dbatools.db' on 'glsdb02' succeeded
CRS-2676: Start of 'ora.glsdb02.vip' on 'glsdb01' succeeded
CRS-2676: Start of 'ora.LISTENER_SCAN2.lsnr' on 'glsdb01' succeeded
CRS-2676: Start of 'ora.LISTENER_SCAN3.lsnr' on 'glsdb01' succeeded
CRS-2677: Stop of 'ora.oggdb.db' on 'glsdb02' succeeded
CRS-2673: Attempting to stop 'ora.DBA_DATA501.dg' on 'glsdb02'
CRS-2677: Stop of 'ora.DBA_DATA501.dg' on 'glsdb02' succeeded
CRS-2677: Stop of 'ora.oc4j' on 'glsdb02' succeeded
CRS-2672: Attempting to start 'ora.oc4j' on 'glsdb01'
CRS-2673: Attempting to stop 'ora.GI.dg' on 'glsdb02'
CRS-2677: Stop of 'ora.GI.dg' on 'glsdb02' succeeded
CRS-2673: Attempting to stop 'ora.dba12c.dba12c_rac.svc' on 'glsdb01'
CRS-2673: Attempting to stop 'ora.dba12c.dba12c_rpt.svc' on 'glsdb01'
CRS-2677: Stop of 'ora.dba12c.dba12c_rac.svc' on 'glsdb01' succeeded
CRS-2677: Stop of 'ora.dba12c.dba12c_rpt.svc' on 'glsdb01' succeeded
CRS-2673: Attempting to stop 'ora.dba12c.db' on 'glsdb01'
CRS-2677: Stop of 'ora.dba12c.db' on 'glsdb01' succeeded
CRS-2673: Attempting to stop 'ora.asm' on 'glsdb02'
CRS-2677: Stop of 'ora.asm' on 'glsdb02' succeeded
CRS-2676: Start of 'ora.oc4j' on 'glsdb01' succeeded
CRS-2673: Attempting to stop 'ora.ASMNET1LSNR_ASM.lsnr' on 'glsdb02'
CRS-2677: Stop of 'ora.ASMNET1LSNR_ASM.lsnr' on 'glsdb02' succeeded
CRS-2673: Attempting to stop 'ora.ons' on 'glsdb02'
CRS-2677: Stop of 'ora.ons' on 'glsdb02' succeeded
CRS-2673: Attempting to stop 'ora.net1.network' on 'glsdb02'
CRS-2677: Stop of 'ora.net1.network' on 'glsdb02' succeeded
CRS-2792: Shutdown of Cluster Ready Services-managed resources on 'glsdb02' has completed
CRS-2677: Stop of 'ora.crsd' on 'glsdb02' succeeded
CRS-2673: Attempting to stop 'ora.ctssd' on 'glsdb02'
CRS-2673: Attempting to stop 'ora.evmd' on 'glsdb02'
CRS-2673: Attempting to stop 'ora.storage' on 'glsdb02'
CRS-2677: Stop of 'ora.storage' on 'glsdb02' succeeded
CRS-2673: Attempting to stop 'ora.asm' on 'glsdb02'
CRS-2677: Stop of 'ora.ctssd' on 'glsdb02' succeeded
CRS-2677: Stop of 'ora.evmd' on 'glsdb02' succeeded
CRS-2677: Stop of 'ora.asm' on 'glsdb02' succeeded
CRS-2673: Attempting to stop 'ora.cluster_interconnect.haip' on 'glsdb02'
CRS-2677: Stop of 'ora.cluster_interconnect.haip' on 'glsdb02' succeeded
CRS-2673: Attempting to stop 'ora.cssd' on 'glsdb02'
CRS-2677: Stop of 'ora.cssd' on 'glsdb02' succeeded
CRS-2672: Attempting to start 'ora.evmd' on 'glsdb02'
CRS-2672: Attempting to start 'ora.cssdmonitor' on 'glsdb02'
CRS-2676: Start of 'ora.evmd' on 'glsdb02' succeeded
CRS-2676: Start of 'ora.cssdmonitor' on 'glsdb02' succeeded
CRS-2672: Attempting to start 'ora.cssd' on 'glsdb02'
CRS-2672: Attempting to start 'ora.diskmon' on 'glsdb02'
CRS-2676: Start of 'ora.diskmon' on 'glsdb02' succeeded
CRS-2676: Start of 'ora.cssd' on 'glsdb02' succeeded
CRS-2672: Attempting to start 'ora.ctssd' on 'glsdb02'
CRS-2672: Attempting to start 'ora.cluster_interconnect.haip' on 'glsdb02'
CRS-2676: Start of 'ora.ctssd' on 'glsdb02' succeeded
CRS-2676: Start of 'ora.cluster_interconnect.haip' on 'glsdb02' succeeded
CRS-2672: Attempting to start 'ora.asm' on 'glsdb02'
CRS-2676: Start of 'ora.asm' on 'glsdb02' succeeded
CRS-2672: Attempting to start 'ora.storage' on 'glsdb02'
CRS-2676: Start of 'ora.storage' on 'glsdb02' succeeded
CRS-2672: Attempting to start 'ora.crsd' on 'glsdb02'
CRS-2676: Start of 'ora.crsd' on 'glsdb02' succeeded
Cluster bounced in node glsdb02

real    7m3.449s
user    0m1.587s
sys     0m0.435s
You have new mail in /var/spool/mail/oracle

No comments:

Post a Comment