Solaris Volume Manager Administration Guide

ProcedureHow to Increase the Number of Default Disk Sets

This task shows you how to increase the number of disk sets from the default value of 4.


Caution – Caution –

Do not decrease the number of default disk sets if you have already configured disk sets. Lowering this number could make existing disk sets unavailable or unusable.


Before You Begin

Review Prerequisites for Troubleshooting the System.

Steps
  1. Edit the /kernel/drv/md.conf file.

  2. Change the value of the md_nsets field. Values up to 32 are supported.

  3. Save your changes.

  4. Perform a reconfiguration reboot to build the volume names.


    # reboot  -- -r
    

Example 22–4 Increasing the Number of Default Disk Sets

Here is a sample md.conf file that is configured for five shared disk sets. The value of md_nsets is 6, which results in five shared disk sets and one local disk set.


#
#
#pragma ident   "@(#)md.conf    2.1     00/07/07 SMI"
#
# Copyright (c) 1992-1999 by Sun Microsystems, Inc.
# All rights reserved.
#
name="md" parent="pseudo" nmd=128 md_nsets=6;
# Begin MDD database info (do not edit)
...
# End MDD database info (do not edit)