Operating System - HP-UX
1825737 Members
2538 Online
109687 Solutions
New Discussion

Re: Can't Create Logical volume

 
Khalid Akram
New Member

Can't Create Logical volume

Hello all


I am trying to create new logical volume on vg01 using sam

But I am receiving the attached error message

HP-Server Information

Model: HP9000/rp7410

OS: 11i

64 bits

II Processors

MC-Service Guard


Thank you with best regards
5 REPLIES 5
Khalid Akram
New Member

Re: Can't Create Logical volume

Up
Calandrello
Trusted Contributor

Re: Can't Create Logical volume

Friend
does not use sam it and yes the command lvcreate is easy to create lvols
Fabio Ettore
Honored Contributor

Re: Can't Create Logical volume

Hi,

curious....you ran SAM on ora_hp1 and is trying to create a logical volume on ora_hp2???
Pardon, probably something misses me...

Try to just go on command line of ora_hp2 system and run the lvcreate command, for example:

lvcreate -L 200 -n lvol1 /dev/vg01

This command does create a logical volume named lvol1 with size of 200Mb within vg01.

Good luck.

Best regards,
Fabio
WISH? IMPROVEMENT!
Khalid Akram
New Member

Re: Can't Create Logical volume

Thanks for all

Dear Fabio Ettore

No I am creating lv on node orahp_01 on it's volume group vg01

I would like to ask ,if I create the new lv
is it a mast for me to use vgexport'd and reimported on the other nodes to recreate the map file of the VG ?

Thank you with best regards
Vasu Viswanadha
Advisor

Re: Can't Create Logical volume



Hi,

If it is in SG environment & the VG is shared, it is required to export & import the VG.

Refer to 'man vgexport' for more information.


BR

Vasu