1752790 Members
6107 Online
108789 Solutions
New Discussion

vgimport and vgexport

 
SOLVED
Go to solution
Abubakkar
Frequent Contributor

vgimport and vgexport

Dear Friends,

I am very new to HPUX while reading docs, little confuse in vgexport, vgimport and vgchange commants

 

1) what is the use of below syntax when this syntax has to use?

vgexport -v -s -p -m /tmp/map.vg01 vg01

vgexport -v -m /tmp/map.vgo1 vg01

vgimport -v -s -N -m /tmp/map.vg01 vg01

vgimport -v -m /tmp/map.vg01 vg01

 

2)when below commants required and why ??

vgchange -a n vg01

vgchange -a y vg01 

 

Kindly explain as with examble of usage.

 

Regards

Abubakkar Sithick

 

1 REPLY 1
P Arumugavel
Respected Contributor
Solution

Re: vgimport and vgexport

Hi Abu,

 

These are the commands very oftenly used in cluster management.

Please go through the below pdf's and come back if you still have any doubts.

 

vgexport:

http://h20000.www2.hp.com/bc/docs/support/SupportManual/c02273768/c02273768.pdf

 

vgimport:

http://h20000.www2.hp.com/bc/docs/support/SupportManual/c02273771/c02273771.pdf

 

vgchange:

http://h20000.www2.hp.com/bc/docs/support/SupportManual/c02273760/c02273760.pdf

 

Rgds...