1820100 Members
3372 Online
109608 Solutions
New Discussion юеВ

deport and than import

 
Deeos
Regular Advisor

deport and than import

Hi all,


can you give me total step is use to deport an than import a disk group with two disk disk01, disk02
Deepak
4 REPLIES 4
Raj D.
Honored Contributor

Re: deport and than import

Deeos,

Ex: Deporting Disk Groups dg_01:
vxdg deport dg_01

Importing:
# vxdg import dg_01
# vxvol -g dg_01 startall
# mount /dev/vx/dsk/dg_01/vol1 /mountpoint

see page#212 , 213:
http://docs.hp.com/en/B3936-90079/B3936-90079.pdf


Cheers,
Raj.

" If u think u can , If u think u cannot , - You are always Right . "
Kapil Jha
Honored Contributor

Re: deport and than import

While importing if u face any issue use -C option to remove locks.

vxdg -C import dg

BR,
Kapil+
I am in this small bowl, I wane see the real world......
Suraj K Sankari
Honored Contributor

Re: deport and than import

Hi,

Deporting Disk Groups
# vxdg deport
where is the name of the disk group that will be
activated by the control script.

Re-Importing Disk Groups
# vxdg import dg_01
# vxvol -g dg_01 startall
# mount /dev/vx/dsk/dg_01/myvol /mountpoint

Suraj
Deeos
Regular Advisor

Re: deport and than import

fine
Deepak