- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Volume Group Creation
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
07-26-2000 02:12 AM
07-26-2000 02:12 AM
I have initialised all the discs using pvcreate and created the volume group directory and group file.
When I create the volume group with the first disk using the command:
vgcreate /dev/vg_ecs /dev/dsk/c1t4d0
the volume group gets created but I also get the error message 'VGRA appears corrupted'
No backup configuration file is created and when I run vgcfgbackup manually I again get the message VGRA appears corrupted.
I have written a file to the disk using the 'dd' command in order to erase any previous volume group information and then reinitialised it. However this does not seem to cure the problem.
Has anyone seen this problem before ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2000 02:37 AM
07-26-2000 02:37 AM
Re: Volume Group Creation
No I've not seen this before. Have you tried creating the volume group with any combination of the other three disks?
This would eliminate that particular disk from being a problem.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2000 02:58 AM
07-26-2000 02:58 AM
Re: Volume Group Creation
1.First do pvcreate /dev/rdsk/c1t4d0(Initialize the disk)
2.mkdir /dev/vg1ecs(create a directory for vol group)
3.mknod /dev/vg1ecs/group c 64 0xNN000(create a device file named group)
4.vgcreate /dev/vg1ecs /dev/dsk/c1t4d0 (create volume group)
5.lvcreate /dev/vg1ecs(to create logical volume)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2000 03:09 AM
07-26-2000 03:09 AM
Re: Volume Group Creation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2000 03:34 AM
07-26-2000 03:34 AM
SolutionWhat version of the operating system are you using? There was an issue at 10.20 that was addressed by the latest LVM cumulative patch.
Patch Name: PHCO_18563
Patch Description: s700_800 10.20 LVM commands cumulative patch
This patch has other LVM related patch dependencies which must be installed at the same time. (If you need the list, I can post it here or email it to you.)
Best Wishes,
Cheryl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2000 03:48 AM
07-26-2000 03:48 AM
Re: Volume Group Creation
1.Do pvcreate on all 4 disks
2.mkdir /dev/vg1ecs
3.mknod /dev/vg1ecs/group c 64 0xNN000
4.vgcreate /dev/vg1ecs on all 4 disks
or vgcreate on 1st disk
5.create all the logical volumes.
6.do vgextend /dev/vgecs on all the 3 disks( if vgcreate was done only on 1st disk in step 4)
Will u be mirroring these disks?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2000 04:22 AM
07-26-2000 04:22 AM
Re: Volume Group Creation
What type of disk do you use?
As already said above, see if you have the LVM patches.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2000 06:56 AM
07-26-2000 06:56 AM
Re: Volume Group Creation
The timestamps on the disk have become so large that they become negative when it is treated as signed integer (since HP-UX 10.10), thus VG commands fail due to a negative timestamp. I take it these disks are old and have been used a bit ?
Try pvcreate - f /dev/rdsk/cxxxxx first then add it to a VG, if you still get the error use mediainit on the disk first, then you should be able to add it into a VG no problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2000 09:57 AM
07-31-2000 09:57 AM
Re: Volume Group Creation
-f option when creating the physical volume.
EXAMPLE: pvcreate -f /dev/rdsk/cxtxdx.Also I think someone else mentioned above as to when the error apears.Adding one at a time should tell you what disk is bad. The -f will force the creation and delete any previous filesystem that may have been on it prior. There is also the -f option in the vgcreate as well. Let us know how it works out. If you use the -f option for vgcreate make usre the physical extent size are all the same size or you can cause corruption.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2000 06:13 PM
07-31-2000 06:13 PM
Re: Volume Group Creation
I have seen the same problem with Hpux 10.20
and fixed it after loading few patches as suggested by Cheryl.
(Load the dependencies as well.)
Good Luck,
Sundar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2000 06:53 AM
08-18-2000 06:53 AM