Solaris Volume Manager Administration Guide

ProcedureHow to Initialize Solaris Volume Manager From a Configuration File


Caution – Caution –

Use this procedure only if you have experienced a complete loss of your Solaris Volume Manager configuration, or if you have no configuration yet and you want to create a configuration from a saved configuration file.


If your system loses the information maintained in the state database (for example, because the system was rebooted after all state database replicas were deleted), and as long as no volumes were created since the state database was lost, you can use the md.cf or md.tab files to recover your Solaris Volume Manager configuration.


Note –

The md.cf file does not maintain information on active hot spares. Thus, if hot spares were in use when the Solaris Volume Manager configuration was lost, those volumes that were using active hot spares will likely be corrupted.


For more information about these files, see the md.cf(4) and the md.tab(4) man pages.

Steps
  1. Create state database replicas.

    See Creating State Database Replicas for more information.

  2. Create, or update the /etc/lvm/md.tab file.

    • If you are attempting to recover the last known Solaris Volume Manager configuration, copy the md.cf file to the md.tab file.

    • If you are creating a new Solaris Volume Manager configuration based on a copy of the md.tab file that you preserved, put a copy of your preserved file at /etc/lvm/md.tab.

  3. Edit the “new” md.tab file and do the following:

    • If you are creating a new configuration or recovering a configuration after a crash, configure the mirrors as one-way mirrors. If a mirror's submirrors are not the same size, be sure to use the smallest submirror for this one-way mirror. Otherwise data could be lost.

    • If you are recovering an existing configuration and Solaris Volume Manager was cleanly stopped, leave the mirror configuration as multi-way mirrors

    • Specify RAID 5 volumes with the -k option, to prevent reinitialization of the device. See the metainit(1M) man page for more information.

  4. Check the syntax of the md.tab file entries without committing changes by using the following form of the metainit command:


    # metainit -n -a component-name
    

    The metainit command does not maintain a hypothetical state of the devices that might have been created while running with the -n, so creating volumes that rely on other, nonexistent volumes will result in errors with the -n even though the command may succeed without the -n option.

    • -n specifies not to actually create the devices. Use this to check to verify that the results will be as you expect

    • -a specifies to activate the devices.

    • component-name specifies the name of the component to initialize. If no component is specified, all components will be created.

  5. If no problems were apparent from the previous step, recreate the volumes and hot spare pools from the md.tab file:


    # metainit -a component-name
    
    • -a specifies to activate the devices.

    • component-name specifies the name of the component to initialize. If no component is specified, all components will be created.

  6. As needed, make the one-way mirrors into multi-way mirrors by using the metattach command.

  7. Validate the data on the volumes.