Solaris Commands Question:

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

Tweet Share WhatsApp

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 PDF Read All 55 Solaris Commands Questions
Previous QuestionNext Question
What is a layered volume? How to create it using
vxmake?
How to grow a volume?