Solaris Commands Question:

Download Job Interview Questions and Answers PDF

How to quickly mirror a volume, if the volume is empty?

Solaris Commands Interview Question
Solaris Commands Interview Question

Answer:

With DRL : #vxassist –g <diskgroup> make <vol name>
<length> layout=mirror, log <diskname> <diskname>
Without DRL : #vxassist –g <diskgroup> make <volname>
<length> layout=mirror, nolog <diskname> <diskname>

Download Solaris Commands Interview Questions And Answers PDF

Previous QuestionNext Question
What is a layered volume? How to create it using
vxmake?
How to grow a volume?