- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Can't Create Logical volume
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2006 05:59 PM
11-19-2006 05:59 PM
Can't Create Logical volume
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2006 04:57 PM
11-20-2006 04:57 PM
Re: Can't Create Logical volume
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2006 10:14 PM
11-20-2006 10:14 PM
Re: Can't Create Logical volume
does not use sam it and yes the command lvcreate is easy to create lvols
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2006 10:43 PM
11-20-2006 10:43 PM
Re: Can't Create Logical volume
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2006 11:08 PM
11-20-2006 11:08 PM
Re: Can't Create Logical volume
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2006 11:10 PM
11-20-2006 11:10 PM
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