- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Error while creating Volume Group
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
01-29-2003 10:04 PM
01-29-2003 10:04 PM
# vgcreate /dev/vg01 /dev/dsk/c0t9d0
Increased the number of physical extents per physical volume to 17501.
vgcreate: Volume group "/dev/vg01" could not be created:
Inappropriate ioctl for device - the command was attempted on a
logical volume device rather than the control device.
Does anyone know the solution for this error ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2003 10:10 PM
01-29-2003 10:10 PM
Re: Error while creating Volume Group
I assume you have done pvcreate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2003 10:10 PM
01-29-2003 10:10 PM
Re: Error while creating Volume Group
#pvcreate -f /dev/rdsk/c0t9d0
#mkdir /dev/vg01
#cd /dev/vg01
#mknod group c 64 0x010000
#vgcreate vg01 /dev/dsk/c0t1d0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2003 10:10 PM
01-29-2003 10:10 PM
Re: Error while creating Volume Group
#pvcreate -f /dev/rdsk/c0t9d0
#mkdir /dev/vg01
#cd /dev/vg01
#mknod group c 64 0x010000
#vgcreate vg01 /dev/dsk/c0t9d0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2003 10:11 PM
01-29-2003 10:11 PM
Re: Error while creating Volume Group
The major number should be 64
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2003 10:14 PM
01-29-2003 10:14 PM
Solutionyou are using a number which is for a volume.
Use like
0x010000 for vg00
0x020000 for vg02,etc
Change it and it should work fine
Also make sure that they are unique taking into account of all the volume groups
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2003 10:21 PM
01-29-2003 10:21 PM
Re: Error while creating Volume Group
The problem was with 'group' file minor number. I corrected it and now I am able to create the VG.
Thanks,
Amod.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2003 10:48 PM
01-29-2003 10:48 PM
Re: Error while creating Volume Group
we get many thanx's like this