- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: CanB4t create a lv by default, Why ?
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
03-05-2003 12:45 AM
03-05-2003 12:45 AM
CanB4t create a lv by default, Why ?
lvcreate: Logical volume "/dev/vg00/lvol5" already exists.
Why ?
Thanks.
Juanma.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 12:49 AM
03-05-2003 12:49 AM
Re: CanB4t create a lv by default, Why ?
Do a 'vgdisplay -v /dev/vg00' and locate the next free lvol number manually.
Then do an 'lvcreate -L 100 -n lvol7 /dev/vg00'
(If lvol7 is the next free logical volume name).
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 12:50 AM
03-05-2003 12:50 AM
Re: CanB4t create a lv by default, Why ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 12:55 AM
03-05-2003 12:55 AM
Re: CanB4t create a lv by default, Why ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 12:58 AM
03-05-2003 12:58 AM
Re: CanB4t create a lv by default, Why ?
Eg lvol1, 2, 3, 4, 5, 8, 9
In this example, lvols 6 and 7 are not used. Lvol Manager gets confused when selecting the next number by default, so you have to specify it manually.
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 01:00 AM
03-05-2003 01:00 AM
Re: CanB4t create a lv by default, Why ?
check the contents of the /dev/vg00 directory and compare the same with a vgdisplay -v output. if there is no lvol5 in vgdisplay and still it appears in /dev/vg00, then there is some inconsistency.
alternatively, try
lvcreate -L100 -n
hth
-balaji