Solaris Commands Question:

How to create a shared disk group in VxVM?

Tweet Share WhatsApp

Answer:

Creating shared dg form the existing dg’s
1) List all the dg available: #vxdg list
2) Find out the node that is master or slace using:
#vxdctl -c mode
3) Deport the disk groups to be shared: #vxdg deport
<dg name>
4) Import dgs to be shared: #vxdg -s import < dg
name> % Do this on master node
5) To check the shared disk groups: #vxdg list

Download Solaris Commands PDF Read All 55 Solaris Commands Questions
Previous QuestionNext Question
Suppose You have a boot disk under svm, the machine fails to boot and remains in ok prompt? what could be the possible reason?What is the difference between private and public regions in Veritas Volume manager?