Sun Cluster Software Installation Guide for Solaris OS

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.