Sun Cluster Software Installation Guide for Solaris OS

Recovering From Storage Configuration Changes During Upgrade

This section provides the following repair procedures to follow if changes were inadvertently made to the storage configuration during upgrade:

ProcedureHow to Handle Storage Reconfiguration During an Upgrade

Any changes to the storage topology, including running Sun Cluster commands, should be completed before you upgrade the cluster to Solaris 9 software. If, however, changes were made to the storage topology during the upgrade, perform the following procedure. This procedure ensures that the new storage configuration is correct and that existing storage that was not reconfigured is not mistakenly altered.

Before You Begin

Ensure that the storage topology is correct. Check whether the devices that were flagged as possibly being replaced map to devices that actually were replaced. If the devices were not replaced, check for and correct possible accidental configuration changes, such as incorrect cabling.

Steps
  1. Become superuser on a node that is attached to the unverified device.

  2. Manually update the unverified device.


    # scdidadm -R device
    
    -R device

    Performs repair procedures on the specified device

    See the scdidadm(1M) man page for more information.

  3. Update the DID driver.


    # scdidadm -ui
    # scdidadm -r
    
    -u

    Loads the device-ID configuration table into the kernel

    -i

    Initializes the DID driver

    -r

    Reconfigures the database

  4. Repeat Step 2 through Step 3 on all other nodes that are attached to the unverified device.

Next Steps

Return to the remaining upgrade tasks.

ProcedureHow to Resolve Mistaken Storage Changes During an Upgrade

If accidental changes are made to the storage cabling during the upgrade, perform the following procedure to return the storage configuration to the correct state.


Note –

This procedure assumes that no physical storage was actually changed. If physical or logical storage devices were changed or replaced, instead follow the procedures in How to Handle Storage Reconfiguration During an Upgrade.


Before You Begin

Return the storage topology to its original configuration. Check the configuration of the devices that were flagged as possibly being replaced, including the cabling.

Steps
  1. As superuser, update the DID driver on each node of the cluster.


    # scdidadm -ui
    # scdidadm -r
    
    -u

    Loads the device–ID configuration table into the kernel

    -i

    Initializes the DID driver

    -r

    Reconfigures the database

    See the scdidadm(1M) man page for more information.

  2. If the scdidadm command returned any error messages in Step 1, make further modifications as needed to correct the storage configuration, then repeat Step 1.

Next Steps

Return to the remaining upgrade tasks.