HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: vgcreate error
Operating System - HP-UX
1825793
Members
2872
Online
109687
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-19-2009 02:56 PM
03-19-2009 02:56 PM
vgcreate error
hhln-b00-vmh101:/ # mkdir /dev/vg01.200.app
hhln-b00-vmh101:/ # mknod /dev/vg01.200.app/group c 64 0x0a0000
hhln-b00-vmh101:/ # pvcreate /dev/rdsk/c12t0d4
Physical volume "/dev/rdsk/c12t0d4" has been successfully created.
hhln-b00-vmh101:/ # pvcreate /dev/rdsk/c14t0d4;pvcreate /dev/rdsk/c8t0d4;pvcreate /dev/rdsk/c10t0d4
Physical volume "/dev/rdsk/c14t0d4" has been successfully created.
Physical volume "/dev/rdsk/c8t0d4" has been successfully created.
Physical volume "/dev/rdsk/c10t0d4" has been successfully created.
hhln-b00-vmh101:/ # vgcreate -s 64 vg01.200.app /dev/dsk/c8t0d4
vgcreate: Cannot open the control file "/dev/vg01.200.app/group":
No such device
serverxx:/ # ll /dev/*/group
crw-r----- 1 root sys 64 0x000000 Oct 8 2006 /dev/vg00/group
crw-r----- 1 root sys 64 0x0a0000 Mar 19 22:40 /dev/vg01.200.app/group
crw-r----- 1 root sys 64 0x090000 Mar 19 22:29 /dev/vg01.200.os/group
crw-r----- 1 root sys 64 0x020000 Oct 17 2006 /dev/vg02/group
crw-r----- 1 root sys 64 0x030000 Oct 17 2006 /dev/vg03/group
crw-r----- 1 root sys 64 0x040000 Jan 30 2008 /dev/vg04/group
crw-r----- 1 root sys 64 0x070000 Mar 4 19:31 /dev/vgapp/group
crw-r----- 1 root sys 64 0x080000 Mar 4 19:41 /dev/vglog/group
crw-r----- 1 root sys 64 0x050000 Mar 4 19:01 /dev/vgos/group
serverxx:/ #
I checked the maxvgs value..it is default 10
I have only nine Vgs so far(including the lasst error giving vg)
Any help?
hhln-b00-vmh101:/ # mknod /dev/vg01.200.app/group c 64 0x0a0000
hhln-b00-vmh101:/ # pvcreate /dev/rdsk/c12t0d4
Physical volume "/dev/rdsk/c12t0d4" has been successfully created.
hhln-b00-vmh101:/ # pvcreate /dev/rdsk/c14t0d4;pvcreate /dev/rdsk/c8t0d4;pvcreate /dev/rdsk/c10t0d4
Physical volume "/dev/rdsk/c14t0d4" has been successfully created.
Physical volume "/dev/rdsk/c8t0d4" has been successfully created.
Physical volume "/dev/rdsk/c10t0d4" has been successfully created.
hhln-b00-vmh101:/ # vgcreate -s 64 vg01.200.app /dev/dsk/c8t0d4
vgcreate: Cannot open the control file "/dev/vg01.200.app/group":
No such device
serverxx:/ # ll /dev/*/group
crw-r----- 1 root sys 64 0x000000 Oct 8 2006 /dev/vg00/group
crw-r----- 1 root sys 64 0x0a0000 Mar 19 22:40 /dev/vg01.200.app/group
crw-r----- 1 root sys 64 0x090000 Mar 19 22:29 /dev/vg01.200.os/group
crw-r----- 1 root sys 64 0x020000 Oct 17 2006 /dev/vg02/group
crw-r----- 1 root sys 64 0x030000 Oct 17 2006 /dev/vg03/group
crw-r----- 1 root sys 64 0x040000 Jan 30 2008 /dev/vg04/group
crw-r----- 1 root sys 64 0x070000 Mar 4 19:31 /dev/vgapp/group
crw-r----- 1 root sys 64 0x080000 Mar 4 19:41 /dev/vglog/group
crw-r----- 1 root sys 64 0x050000 Mar 4 19:01 /dev/vgos/group
serverxx:/ #
I checked the maxvgs value..it is default 10
I have only nine Vgs so far(including the lasst error giving vg)
Any help?
Behind every Great fortune, there is a crime
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2009 03:09 PM
03-19-2009 03:09 PM
Re: vgcreate error
Hi:
> I checked the maxvgs value..it is default 10 ...I have only nine Vgs so far(including the last error giving vg)
You need to use a minor number that is less than the 'maxvgs' kernel value. You could use '0x06' or '0x01'.
Regards!
...JRF...
> I checked the maxvgs value..it is default 10 ...I have only nine Vgs so far(including the last error giving vg)
You need to use a minor number that is less than the 'maxvgs' kernel value. You could use '0x06' or '0x01'.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2009 08:39 PM
03-19-2009 08:39 PM
Re: vgcreate error
I was discussing this with my colleague
the number of VGs is anyway less than 10
so..why cant I create with the minor number 0x0a0000 or 0x0b0000 something like that?
also.. how should i create with mknod 0x650000 (as per my design document)
i tried...it gave me error.
ultimately i used unused minors (0x010000 and 0x060000) ;-)
the number of VGs is anyway less than 10
so..why cant I create with the minor number 0x0a0000 or 0x0b0000 something like that?
also.. how should i create with mknod 0x650000 (as per my design document)
i tried...it gave me error.
ultimately i used unused minors (0x010000 and 0x060000) ;-)
Behind every Great fortune, there is a crime
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2009 09:49 PM
03-19-2009 09:49 PM
Re: vgcreate error
Hi
also.. how should i create with mknod 0x650000 (as per my design document)
i tried...it gave me error
If you want to use 0xa..... than increase the maxvg value than only u will be able to use this.
Regards
Sanjeev
also.. how should i create with mknod 0x650000 (as per my design document)
i tried...it gave me error
If you want to use 0xa..... than increase the maxvg value than only u will be able to use this.
Regards
Sanjeev
Everything is Possible as " IMPOSSIBLE" word itself says I M POSSIBLE
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP