Which sequence of commands will accomplish this task?

Your customer has chosen to use Solaris Volume Manager for the 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.
The customer would like to create two soft partitions named d10 and d11, with d10 5gb and d11
10gb in size.
Which sequence of commands will accomplish this task?

Your customer has chosen to use Solaris Volume Manager for the 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.
The customer would like to create two soft partitions named d10 and d11, with d10 5gb and d11
10gb in size.
Which sequence of commands will accomplish this task?

A.
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
metainit -s ds1 d10 -p d100 5g
metainit -s ds1 d11 -p d100 10g

B.
metainit d101 1 1 /dev/did/rdsk/d4s0
metainit d102 1 1 /dev/did/rdsk/d8s0
metainit d100 -m d101
metattach d100 d102
metainit d10 -p d100 5g
metainit d11 -p d100 10g

C.
metainit d101 1 1 /dev/did/rdsk/d4s0

metainit d102 1 1 /dev/did/rdsk/d8s0
metainit d100 -m d101,d102
metainit d10 -p d100 5g, d11 -p d100 10g

D.
metacreate -s ds1 d101 /dev/did/rdsk/d4s0
metacreate -s ds1 d102 /dev/did/rdsk/d8s0
metamirror -s ds1 d100 d101,d102
metaspart -s ds1 d10 d100 5g
metaspart -s ds1 d11 d100 10g



Leave a Reply 0

Your email address will not be published. Required fields are marked *