- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can't run vgcreate!
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
09-02-2002 01:09 PM
09-02-2002 01:09 PM
I can't run vgcreate.
I've added a new 9GB disk to an old scrapper of an HP-UX workstation. I've run pvcreate, make a directory for a new vg, did the mknod thing (didn't complain about non-unique numbers), but when I run vgcreate, I get a message saying the vg "could not be created: Invalid argument"
The exact command was:
vgcreate /dev/vg05 /dev/dsk/c1t0d0
Which looks OK to me. I can vgextend other vg's with this disk, but that's no use because of the limits on the other vg's mean I can't use the whole disk.
Any help or advice would be greatly appreciated!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2002 01:28 PM
09-02-2002 01:28 PM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2002 01:50 PM
09-02-2002 01:50 PM
Re: Can't run vgcreate!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2002 02:13 PM
09-02-2002 02:13 PM
Re: Can't run vgcreate!
vg00 = 0x000000
vg01 = 0x010000
vg05 = 0x050000
vg12 = 0x0c0000
(or vg12 = 0x120000)
The numbers beyond 09 could be represented as their hex equivalent or simply put the decimal digits there. With decimal numbering, you would be limited to 100 volume groups while using hex numbers, you can have up to 255 volume groups.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2002 02:33 PM
09-02-2002 02:33 PM