- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to remove group character device file
Operating System - HP-UX
1824993
Members
2147
Online
109678
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
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
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
тАО10-21-2003 06:54 PM
тАО10-21-2003 06:54 PM
How to remove group character device file
Hi guys, I made a mistake trying to create a volume group. I've created the group device file using 64 0x00000c, and when I tried to create the volume group it displayed a error:
vgcreate: Cannot open the control file "/dev/vg_prod/group":
No such device or address
I guess this minor and major numbers are associated to vg00 (operating system) and I wish to remove it, so I can create the group file using the right major and minor numbers. Can you help me with this???
vgcreate: Cannot open the control file "/dev/vg_prod/group":
No such device or address
I guess this minor and major numbers are associated to vg00 (operating system) and I wish to remove it, so I can create the group file using the right major and minor numbers. Can you help me with this???
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-21-2003 07:15 PM
тАО10-21-2003 07:15 PM
Re: How to remove group character device file
Just remove it with rm(1) and create a new one with mknod(1M). No problem.
Essentially you create a device file pointing to vg00/lvol12, which obviously does not exist. So the open() was rejected by the kernel.
Best regards...
Dietmar.
Essentially you create a device file pointing to vg00/lvol12, which obviously does not exist. So the open() was rejected by the kernel.
Best regards...
Dietmar.
"Logic is the beginning of wisdom; not the end." -- Spock (Star Trek VI: The Undiscovered Country)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-21-2003 07:25 PM
тАО10-21-2003 07:25 PM
Re: How to remove group character device file
You can use rm to remove the group file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-21-2003 08:03 PM
тАО10-21-2003 08:03 PM
Re: How to remove group character device file
#rm /dev/vg_prod/group
# mknod /dev/vg_prod/group c 64 0x000001
# vgcreate /dev/vg_prod /dev/dsk/cxtxdx
# mknod /dev/vg_prod/group c 64 0x000001
# vgcreate /dev/vg_prod /dev/dsk/cxtxdx
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
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP