1838348 Members
3971 Online
110125 Solutions
New Discussion

Re: vgexport option

 
SOLVED
Go to solution
parolin franco
Advisor

vgexport option

vgexport -p -v -m vgpippo.map -f vgpippo.dsk vgpippo

"f": Illegal option.

exist a patch for this problem ?
11 REPLIES 11
Ken Hubnik_2
Honored Contributor

Re: vgexport option

Not sure if it makes a difference but the man pages show using the /dev/vgpippo for the volume group.

Do a man on vgexport and look at the example.
Pete Randall
Outstanding Contributor

Re: vgexport option

What version of HP-UX are you running?

Pete

Pete
parolin franco
Advisor

Re: vgexport option

WE have HPux 11.00
James R. Ferguson
Acclaimed Contributor

Re: vgexport option

Hi:

If you are running 10.20 you need PHCO_23437.

Regards!

...JRF...
John Poff
Honored Contributor

Re: vgexport option

Hi,

I've found that sometimes vgexport and vgimport are picky about the order of the parameters, so I try to use them with the parameters as listed in order by the man page. You might try:

vgexport -m vgpippo.map -p -v -f vgpippo.dsk vgpippo

JP
steven Burgess_2
Honored Contributor

Re: vgexport option

Hi

I've not seen -f option either

Steve
take your time and think things through
Pete Randall
Outstanding Contributor

Re: vgexport option

PHCO_23791

Pete

Pete
James R. Ferguson
Acclaimed Contributor
Solution

Re: vgexport option

Hi (again):

OK, the latest patch for 11.0 is PHCO_24437.

Regards!

...JRF...
Pete Randall
Outstanding Contributor

Re: vgexport option

And the recommended patch is PHCO_23791.

Pete

Pete
Paul Sperry
Honored Contributor

Re: vgexport option

/usr/sbin/vgexport [-m mapfile] [-p] [-v] [-f outfile] vg_name


this is on 11.11
parolin franco
Advisor

Re: vgexport option

I' m solve the problem with PHCO_24437.

Thanks