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.
# 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.
# 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.
# metaparam -p 5 d50
# metaparam d50
d50: mirror current parameters are:
Pass: 5
Read option: roundrobin (default)
Write option: parallel (default)
|