Your customer has chosen to use Solaris Volume Manager for their shared disks. A diskset
named ds1 has already been created with node1 and node2 being able to master the diskset. The
customer would like to build a mirrored volume to contain their application data. The diskset ds1
contains two 36 Gbyte disk drives using did devices d4 and dS. The customer would like to use as
volume names d101 and d102 as the submirrors and d100 as the mirror.
Which sequence of commands will accomplish this task?
A.
metainit d101 1 1 /dev/did/rdsk/d4s0
metainit d102 1 1 /dev/did/rdsk/d8s0
metainit d100 -m d101
metattach d100 d102
B.
metainit d101 1 1 /dev/did/rdsk/d4s0
metainit d102 1 1 /dev/did/rdsk/d8s0
metainit d100 -m d101,d102
C.
metacreate -s ds1 d101 /dev/did/rdsk/d4s0
metacreate -s ds1 d102 /dev/did/rdsk/d8s0
metamirror -s ds1 d100 d101,d102
D.
metainit -s ds1 d101 1 1 /dev/did/rdsk/d4s0
metainit -s ds1 d102 1 1 /dev/did/rdsk/d8s0
metainit -s ds1 d100-m d101
metattach -s ds1 d100 d102