HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vgcreate problem
Operating System - HP-UX
1833606
Members
3244
Online
110061
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
Go to solution
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
06-08-2002 06:18 PM
06-08-2002 06:18 PM
Hi all,
I am trying to create a new VG, but I am getting the next message:
#vgcreate /dev/xxx /dev/dsk/c1t3d0
vgcreate: "/dev/xxx/group": not a character device.
The disk is ok and it is available to the box:
#lssf /dev/dsk/c1t3d0
disc3 card instance 1 SCSI target 3 SCSI LUN 0 section 0 at address 24.3.0 /dev/dsk/c1t3d0
#diskinfo /dev/rdsk/c1t3d0
SCSI describe of /dev/rdsk/c1t3d0:
vendor: HP
product id: C2490WD
type: direct access
size: 2082636 Kbytes
bytes per sector: 512
#dd if=/dev/rdsk/c1t3d0 of=/dev/null bs=512 count=2000
2000+0 records in
2000+0 records out
I don't have /dev/xxx directory. The disk is on a shared SCSI bus ( I already have one VG on that bus) in a cluster. HP-UX version is 11i, the box model is 9000/867/G40/H40.
Thanks,
Troy.
I am trying to create a new VG, but I am getting the next message:
#vgcreate /dev/xxx /dev/dsk/c1t3d0
vgcreate: "/dev/xxx/group": not a character device.
The disk is ok and it is available to the box:
#lssf /dev/dsk/c1t3d0
disc3 card instance 1 SCSI target 3 SCSI LUN 0 section 0 at address 24.3.0 /dev/dsk/c1t3d0
#diskinfo /dev/rdsk/c1t3d0
SCSI describe of /dev/rdsk/c1t3d0:
vendor: HP
product id: C2490WD
type: direct access
size: 2082636 Kbytes
bytes per sector: 512
#dd if=/dev/rdsk/c1t3d0 of=/dev/null bs=512 count=2000
2000+0 records in
2000+0 records out
I don't have /dev/xxx directory. The disk is on a shared SCSI bus ( I already have one VG on that bus) in a cluster. HP-UX version is 11i, the box model is 9000/867/G40/H40.
Thanks,
Troy.
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2002 06:39 PM
06-08-2002 06:39 PM
Solution
Did you create the device file before you create your new VG ? For example if you want to create vg04.
# pvcreate /dev/rdsk/c1t3d0
# mkdir /dev/vg04
# mknod /dev/vg04/group c 64 0x040000
==> Major number for LVM = 64 (lsdev|grep 64)
==> Makes sure the minor number is unique (0x040000). To check for all existing minor number .. (ll /dev/vg*/group)
# vgcreate /dev/vg04 /dev/dsk/c1t3d0
Assumption==> c1t3d0 is not used in any VG yet.
# pvcreate /dev/rdsk/c1t3d0
# mkdir /dev/vg04
# mknod /dev/vg04/group c 64 0x040000
==> Major number for LVM = 64 (lsdev|grep 64)
==> Makes sure the minor number is unique (0x040000). To check for all existing minor number .. (ll /dev/vg*/group)
# vgcreate /dev/vg04 /dev/dsk/c1t3d0
Assumption==> c1t3d0 is not used in any VG yet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2002 07:06 PM
06-08-2002 07:06 PM
Re: vgcreate problem
Thanks S.K. Chan,
Next time I will be more carefull and try not to miss "mknod" :-).
Thanks again,
Troy.
Next time I will be more carefull and try not to miss "mknod" :-).
Thanks again,
Troy.
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP