HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- VGRA corrupt
Operating System - HP-UX
1833189
Members
3092
Online
110051
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
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-07-2003 11:33 PM
10-07-2003 11:33 PM
VGRA corrupt
Hello
I have a disk where I did:
vgexport /dev/vg01
pvcreate -f /dev/rdsk/c0t1d0
Then I try to use this disk for create a volume group vg02 but I have an error VGRA corrupt and I can not use this disk for
add logical volumes.
Any idea?
I have a disk where I did:
vgexport /dev/vg01
pvcreate -f /dev/rdsk/c0t1d0
Then I try to use this disk for create a volume group vg02 but I have an error VGRA corrupt and I can not use this disk for
add logical volumes.
Any idea?
angel0
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2003 11:58 PM
10-07-2003 11:58 PM
Re: VGRA corrupt
I belive the problem is that you did a vgexport instead of vgreduce. The vgexport does not touch the vg info VGRA on the disk when you export. Try vgimporting the disk back into vg01 and then vgreduce the disk out of vg01. Be sure you DON'T care about the data on the disk first!!
--Jim
--Jim
"Everyone can be taught to sculpt: Michelangelo would have had to be taught how not to. So it is with the great programmers."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 12:00 AM
10-08-2003 12:00 AM
Re: VGRA corrupt
I dont know what is exactly the situation, but as I can see,you need to move 1 ph.disk
from vg01 to vg02.
So the setps could be:
#pvmove ... data to other disk;
#vgreduce /dev/vg01 /dev/dsk/c0t1d0
#vgextend /dev/vg02 /dev/dsk/c1t0d0
from vg01 to vg02.
So the setps could be:
#pvmove ... data to other disk;
#vgreduce /dev/vg01 /dev/dsk/c0t1d0
#vgextend /dev/vg02 /dev/dsk/c1t0d0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 12:13 AM
10-08-2003 12:13 AM
Re: VGRA corrupt
does the pvcreate exists with a zero (0) ??
Because the pvcreate is supposed to clean the vgra structure, putting some zeros where the vgid lies, to let the use in another vg.
i suspect some other kind of error:
how does the device show up in a ioscan ?
is there any I/O error ?
if you can work on the system, try overwriting the data:
dd if=/stand/vmunix of=/dev/rdsk/c0t1d0 bs=1024
pay attention to this last command, if VERY DESTRUCTIVE !!!
and, after that,
pvcreate -f /dev/rdsk/c0t1d0
Logic behind: put some real garbage, the kernel, and after that have a clean initialization...
Massimo
Massimo
Because the pvcreate is supposed to clean the vgra structure, putting some zeros where the vgid lies, to let the use in another vg.
i suspect some other kind of error:
how does the device show up in a ioscan ?
is there any I/O error ?
if you can work on the system, try overwriting the data:
dd if=/stand/vmunix of=/dev/rdsk/c0t1d0 bs=1024
pay attention to this last command, if VERY DESTRUCTIVE !!!
and, after that,
pvcreate -f /dev/rdsk/c0t1d0
Logic behind: put some real garbage, the kernel, and after that have a clean initialization...
Massimo
Massimo
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