- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vg create failed
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
10-21-2005 08:59 AM
10-21-2005 08:59 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2005 09:17 AM
10-21-2005 09:17 AM
Re: vg create failed
Verify that the minor number its no duplicate
cd /dev
ll vg* | grep group
Review taht numner hexadecimal ints no duplicate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2005 09:19 AM
10-21-2005 09:19 AM
Re: vg create failed
1) move /etc/lvmtab to /etc/lvmtab.kill
2) do a vgscan -v
Anything else?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2005 09:29 AM
10-21-2005 09:29 AM
Re: vg create failed
Please see the attachment.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2005 05:16 PM
10-21-2005 05:16 PM
Re: vg create failed
A better option will be to do the same from command line. First identify the disk or disks on which you want to create the VG.
Now note down the next available minor number for new VG in hex by
#ll /dev/*/group
Suppose the number you got is 0x0f0000 as next available number and /dev/dsk/cxtydz as the disk on which you are creating the VG. Also note down the size of disk.
#mkdir /dev/vgname
#mknod /dev/vgname/group c 64 0x0f0000
#pvcreate /dev/rdsk/cxtydz
#vgcreate -e 15000 -s 32 /dev/vgname /dev/dsk/cxtydz
Other options apart from this also can be provided.
#lvcreate -L(Size of LVOL in MB) /dev/vgname
#newfs -F vxfs /dev/vgname/lvol1
Repeat if required to create multiple file systems.
Create entry in /etc/fstab for new file systems.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2005 08:16 AM
10-22-2005 08:16 AM
Re: vg create failed
It looks like you are getting vg16b and vg16g confused in your SAM screen shots.
Write down on a piece of paper all your VGs and all the minor numbers and pick one that is unique.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2005 08:19 AM
10-22-2005 08:19 AM
Re: vg create failed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2005 09:06 AM
10-22-2005 09:06 AM
SolutionPlease have a look at the maxvgs kernel parameter. The default value (10 I think) may either be set too low to add the new vg.
Can you also post the output from 'll /dev/*/group' and the value of maxvgs from 'kmtune -q maxvgs'.
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2005 06:23 PM
10-22-2005 06:23 PM
Re: vg create failed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2005 06:24 PM
10-22-2005 06:24 PM