1753956 Members
7428 Online
108811 Solutions
New Discussion юеВ

Re: export /import

 
Prashanth Waugh
Esteemed Contributor

export /import

Hi,

How to export and import individual VG in cluster.

Regrads
atulkumar
For success, attitude is equally as important as ability
4 REPLIES 4
Kapil Jha
Honored Contributor

Re: export /import

to export you have to use.

vgexport -m vgname.map -v -f vgname.file /dev/vgname

vgimport -m vgname.map -v -f vgname.file /dev/vgname

What is ur situation why u want to do this.
For more info see vgexport(1M) and vgimport(1M)

BR,
Kapil+
I am in this small bowl, I wane see the real world......
Shrikant Lavhate
Esteemed Contributor

Re: export /import

Hi,

May this helps you.
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1076190

http://docs.hp.com/en/B5158-90018/ch07s09.html

#man vgexport
#man vgimport
Will it remain a personal, if I broadcast it here!
Sharma Sanjeev
Respected Contributor

Re: export /import

Hi Atul

to export

vgexport -m vgname.map -v -f vgname.file /dev/vgname

than copy vgname.map and vgname.file to other node and than import it

vgimport -m vgname.map -v -f vgname.file /dev/vgname

Regards
Sanjeev
Everything is Possible as " IMPOSSIBLE" word itself says I M POSSIBLE
vjta
Regular Advisor

Re: export /import

Hi AK!

for vgexport if having HA Cluster:
#vgexport -p -s -v -m /tmp/vgx.map /dev/vgx

for vg import :
copy the map file which created thru vgexport in /tmp i.e vgx.map to 2nd Node's /tmp directory & type cmd
#vgimport -v -s -m /tmp/vgx.map /dev/vgx

Once it is successfully completed activate the vg in 2nd Node.

Thanks & regards
vjta
Vijeta Bhedi