Solstice DiskSuite 4.2.1 User's Guide

How to Change a Mirror's Options (Command Line)

After checking the prerequisites listed ("Prerequisites for Changing DiskSuite Objects"), and the preliminary information ("Preliminary Information for Changing Mirror Options"), use the metaparam(1M) command to display and change a mirror's options. Refer to Table 4-2 for a description of mirror options. For more information, refer to the metaparam(1M) man page.

Example -- Changing a Mirror's Read Policy


# metaparam -r geometric d30
# metaparam d30
d30: mirror current parameters are:
    Pass: 1
    Read option: geometric (-g)
    Write option: parallel (default)

The -r option changes a mirror's read policy to geometric.

Example -- Changing a Mirror's Write Policy


# metaparam -w serial d40
# metaparam d40
d40: mirror current parameters are:
    Pass: 1
    Read option: roundrobin (default)
    Write option: serial (-S)

The -w option changes a mirror's write policy to serial.

Example -- Changing a Mirror's Pass Number


# metaparam -p 5 d50
# metaparam d50
d50: mirror current parameters are:
    Pass: 5
    Read option: roundrobin (default)
    Write option: parallel (default)

The -p option changes a mirror's pass number to five.