- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: pvcreate error
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-29-2004 05:12 AM
09-29-2004 05:12 AM
pvcreate error
vgcreate: "/dev/####/group": not a character device.
I've done an insf -e and everything seems fine
Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2004 05:16 AM
09-29-2004 05:16 AM
Re: pvcreate error
mknod /dev/vgxx/group 64 0x010000. Remember this should be uniq number. and in same format as above.
Before vgcreate you will do pvcreate on specified device and then follwo by
vgcreate -f -s 8 vgxx physicalvolumepath
Hope this helps
check your required disks status using ioscan
ioscan -fnC disk
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2004 05:19 AM
09-29-2004 05:19 AM
Re: pvcreate error
# mkdir /dev/vgname
# mknod /dev/vgname c 64 0xNN0000
NN = a unique number smaller than the value of kernel parameter maxvgs
# vgcreate /dev/vgname /dev/dsk/
- Sundar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2004 05:20 AM
09-29-2004 05:20 AM
Re: pvcreate error
mkdir /dev/vgxx
mknod /dev/vgxx/group c 64 0x0y0000
y-is minor number.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2004 05:20 AM
09-29-2004 05:20 AM
Re: pvcreate error
I had tried to do this through SAM first and it kept failing. I did the mknod and it worked perfectly. thanks for the help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2004 05:21 AM
09-29-2004 05:21 AM
Re: pvcreate error
Take a look at the EXAMPLES section of the vgcreate man page for a step by step guide to creating VGs.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2004 05:22 AM
09-29-2004 05:22 AM
Re: pvcreate error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2004 05:53 AM
09-29-2004 05:53 AM
Re: pvcreate error
Please assign points to all individuals.
Thanks
Prashant