- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Vgcreate with error information B??
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
06-04-2003 02:25 AM
06-04-2003 02:25 AM
Vgcreate with error information B??
I have a L3000-6x with 11.11, and I have create one vg:
# mkdir /dev/vg01
# mknod group c 64 0x010000
# vgcreate -e 8192 /dev/vg01 /dev/dsk/c4t1d0 /dev/dsk/c6t1d0
The 2 disks are 9Gb. each. aprox.
# diskinfo /dev/rdsk/c4t1d0
size: 8838720
# diskinfo /dev/rdsk/c6t1d0
size: 8838720
But, when I do:
# vgdisplay -v /dev/v01, its returns:
Max PE per PV: 8631
PE Size: 4 Megas
Total PE: 8630
What is wrong?, I would have 8Gb+8GB, but vgdisplays returns that I have 32Gb. ??????
Thanks a lot of!
Carmen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 02:34 AM
06-04-2003 02:34 AM
Re: Vgcreate with error information B??
Could you post a full vgdisplay -v vg01 ?
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 02:37 AM
06-04-2003 02:37 AM
Re: Vgcreate with error information B??
would it be possible you vgextended the vg01 later by another 2 9GB disks?
Pls do a
strings /etc/lvmtab
to see what disk devices are listed under /dev/vg01
and double-check with vgdisplay -v vg01 that the devices are not alternate links.
Regards,
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 02:39 AM
06-04-2003 02:39 AM
Re: Vgcreate with error information B??
I haven't format the disks with pvcreate (;-) sorry ), now I have recreated totally the vg01, and now I have re-pvcreate the disks... now I can see it correct....
Thanks everyone!
Carmen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 02:40 AM
06-04-2003 02:40 AM
Re: Vgcreate with error information B??
it's adjusted to match max disk size in this vg (man vgcreate)
2)use pvdisplay /dev/dsk/cXtYd0 to see information about the disk
Zeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 02:44 AM
06-04-2003 02:44 AM
Re: Vgcreate with error information B??
Can you give vgcreate /dev/vg01 /dev/dsk/c4t1d0 /dev/dsk/c6t1d0 without -e option
& check vgdisplay -v /dev/vg01
i believe there must be some mistake while creating the VG.
Regards,
Rajesh G.