HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can't Display vg00
Operating System - HP-UX
1834665
Members
2031
Online
110069
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
12-05-2006 03:37 PM
12-05-2006 03:37 PM
Re: Can't Display vg00
hi geetha,
i've experienced this before. It would be best you follow Uday's recommendation. Boot to lvm maintenance and do the following.
Clear /etc/lvmtab
# mv /etc/lvmtab /etc/lvmtab.orig
# vgchange -a n vg00
# vgchange -a n vg01
If possible, remove vg's defination. Starting with vg00 (assuming you have vg01)
# cd /dev
# rm -rf vg00
# rm -rf vg01
# vgexport vg00
# vgexport vg01
# mkdir /dev/vg00
# mknod /dev/vg00/group c 64 0x000000
# vgimport vg00 /dev/dsk/c0t5d0 /dev/dsk/c0t6d0
# mknod /dev/vg01/group c 64 0x000001
# vgimport /dev/vg01 /dev/dsk/c?t?d?
# init 3
Upon going to multiusermode, run vgscan to scan the rest of the disks.
i've experienced this before. It would be best you follow Uday's recommendation. Boot to lvm maintenance and do the following.
Clear /etc/lvmtab
# mv /etc/lvmtab /etc/lvmtab.orig
# vgchange -a n vg00
# vgchange -a n vg01
If possible, remove vg's defination. Starting with vg00 (assuming you have vg01)
# cd /dev
# rm -rf vg00
# rm -rf vg01
# vgexport vg00
# vgexport vg01
# mkdir /dev/vg00
# mknod /dev/vg00/group c 64 0x000000
# vgimport vg00 /dev/dsk/c0t5d0 /dev/dsk/c0t6d0
# mknod /dev/vg01/group c 64 0x000001
# vgimport /dev/vg01 /dev/dsk/c?t?d?
# init 3
Upon going to multiusermode, run vgscan to scan the rest of the disks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2006 01:23 AM
12-06-2006 01:23 AM
Re: Can't Display vg00
I disagree with this:
# cd /dev
# rm -rf vg00
# rm -rf vg01
# vgexport vg00
# vgexport vg01
# mkdir /dev/vg00
# mknod /dev/vg00/group c 64 0x000000
# vgimport vg00 /dev/dsk/c0t5d0 /dev/dsk/c0t6d0
# mknod /dev/vg01/group c 64 0x000001
# vgimport /dev/vg01 /dev/dsk/c?t?d?
# init 3
First off - no need to do the rm -rf as the vgexport does that for you.
Also, don't vgimport /dev/dsk/c0t6d0 as that is the disk that is causing the issue - as well it has been pvcreated -f in a prevous step.
Lastly, I still believe that this should be solved without going to lvm maintenance mode nor a reboot.
Do you have a contract with HP? If yes, then you should place a call - telling them all the steps you have done so far.
Rgds...Geoff
# cd /dev
# rm -rf vg00
# rm -rf vg01
# vgexport vg00
# vgexport vg01
# mkdir /dev/vg00
# mknod /dev/vg00/group c 64 0x000000
# vgimport vg00 /dev/dsk/c0t5d0 /dev/dsk/c0t6d0
# mknod /dev/vg01/group c 64 0x000001
# vgimport /dev/vg01 /dev/dsk/c?t?d?
# init 3
First off - no need to do the rm -rf as the vgexport does that for you.
Also, don't vgimport /dev/dsk/c0t6d0 as that is the disk that is causing the issue - as well it has been pvcreated -f in a prevous step.
Lastly, I still believe that this should be solved without going to lvm maintenance mode nor a reboot.
Do you have a contract with HP? If yes, then you should place a call - telling them all the steps you have done so far.
Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2006 01:45 AM
12-06-2006 01:45 AM
Re: Can't Display vg00
can you give read permission for /dev/vg00/group for all and see ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2006 03:40 AM
12-06-2006 03:40 AM
Re: Can't Display vg00
Thanks Guys! I did have to go to lvm maintenance mode and follow Uday's procedure. ( I wanted to give you a 10, but the system won't let me change points).
Once, in lvm maint mode, I had to
vgexport vg00
mkdir /dev/vg00
mknod /dev/vg00/group c 64 0x000000
vgimport vg00 /dev/dsk/c0t6d0
vgchange -q -n -a y vg00 (activate it without quorum)
(It complained if I gave it two disks)
Then I had to vgscan -v
& pvcreate -f /dev/dsk/c0t5d0
It created the new /etc/lvmtab file without the mirror disk. Now I'm going to re-mirror.
Thanks for all your input.
Geetha.
Once, in lvm maint mode, I had to
vgexport vg00
mkdir /dev/vg00
mknod /dev/vg00/group c 64 0x000000
vgimport vg00 /dev/dsk/c0t6d0
vgchange -q -n -a y vg00 (activate it without quorum)
(It complained if I gave it two disks)
Then I had to vgscan -v
& pvcreate -f /dev/dsk/c0t5d0
It created the new /etc/lvmtab file without the mirror disk. Now I'm going to re-mirror.
Thanks for all your input.
Geetha.
- « Previous
-
- 1
- 2
- Next »
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