The following document describes the procedure used to move the EGATE Production database environment from the current Power 4 architecture to the Power5/6/7 architecture on the p590's with the Production Disaster Recovery provisions in place.

  1. The first phase of this process is to shutdown the EGATE database environment on the current Power 4 production platform.
  2. The second phase is to acquire the production resources on the Power5/6/7 systems.
  3. The third phase is to start the production EGATE database environment on the Power5/6/7 systems.
  4. The last phase is to verify and implement monitoring.


Phase 1

- Shutdown the EGATE database environment on the production platform.


Phase 1 Start Time: 00:01
Phase 1 Duration: 92m

  • Run configuration manager to pull in all SAN disks

    mxfapega01:


    Start Time: 00:21
    Duration: 4m
    cfgmgr
    

    mxfapega02:


    Start Time: 00:21
    Duration: 4m
    cfgmgr
    

  • Clear persistant reserves on all SAN disks

    mxfapega01:


    Start Time: 00:25
    Duration: 10m
    cd /usr/DynamicLinkManager/bin
    for i in $( lspv | awk '{ print $1 }' | grep "^hdisk" )
    do
        print y | ./dlmpr -c ${i}
    done
    

    mxfapega02:


    Start Time: 00:27
    Duration: 10m
    cd /usr/DynamicLinkManager/bin
    for i in $( lspv | awk '{ print $1 }' | grep "^hdisk" )
    do
        print y | ./dlmpr -c ${i}
    done
    

  • Remove all SAN disks and rediscover to obtain PVID's

    mxfapega01:


    Start Time: 00:36
    Duration: 10m
    for i in $( lspv | awk '{ print $1 }' )
    do
        rmdev -Rdl ${i}
    done
    cfgmgr
    

    mxfapega02:


    Start Time: 00:36
    Duration: 10m
    for i in $( lspv | awk '{ print $1 }' )
    do
        rmdev -Rdl ${i}
    done
    cfgmgr
    


  • Phase 2

    - Acquire the production resources on the Power5/6/7 systems.


    Phase 2 Start Time: 01:33
    Phase 2 Duration: 100m


    Phase 3

    - The third phase is to start the production EGATE database environment on the Power5/6/7 systems.


    Phase 3 Start Time: 03:12
    Phase 3 Duration: 33m


    Phase 4

    - Verification and Monitoring


    Phase 4 Start Time: 03:48
    Phase 4 Duration: 37m