Operating System - HP-UX
1752815 Members
5815 Online
108789 Solutions
New Discussion юеВ

Re: How to present same virtual volume in same server HP-UX 11.31

 
SOLVED
Go to solution
ashraf_islam
Advisor

How to present same virtual volume in same server HP-UX 11.31

I have created a physical copy(dp-test1) from a virtual volume-vv_test(which is presented in one host)  in 3PAR  and then promote to base volume of that physical copy and finally present to my required host (HP-UX 11.31) by using vgexport and vgimport command. Finally mount it .

Command run:

vgexport -p -s -m /tmp/vg05.mapfile /dev/vg05
vgimport -s -m /tmp/vg05.mapfile /dev/vg05
 vgchange -c n /dev/vg05
 vgchange -a y /dev/vg05
 vgcfgbackup /dev/vg05
 vgchange -a y /dev/vg05
 fsck -m /dev/vg05/lvol1
 fsck -y /dev/vg05/lvol1
 vgchange -a y /dev/vg05
 mkdir /bk_test
 mount /dev/vg05/lvol1 /bk_test  , finally entry in /etc/fstab file


 bdf-------------------->successfully done

Now I create  another three  physical copy(dp-test2,dp-test3, dp-test4)  from that virtual volume-vv_test in 3PAR.

here question is that what is the syntex or  how to  run vgexport and vgimport comand ? because same vg is imported.

Please suggest from expert for solution.

2 REPLIES 2
ashraf_islam
Advisor

Re: How to present same virtual volume in same server HP-UX 11.31

Any solution from hp-ux expert..

ashraf_islam
Advisor
Solution

Re: How to present same virtual volume in same server HP-UX 11.31

I have solved my problem by import the disk without map file and got all original data .