- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Physical Volume in LVMTAB not recognized with ...
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-01-2005 07:51 AM
07-01-2005 07:51 AM
Cannot proceed with backup.". A reboot didn't clear this. Any ideas for fixing this inconsistency?
I receive
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2005 07:54 AM
07-01-2005 07:54 AM
Re: Physical Volume in LVMTAB not recognized with vgdisplay.
Do you have disk /dev/dsk/c1t6d0?? Can you do pvdisplay on all pvs under vg01??
What does vgsan -pva say??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2005 08:31 AM
07-01-2005 08:31 AM
Re: Physical Volume in LVMTAB not recognized with vgdisplay.
The specified path does not correspond to physical volume attached to
this volume group
pvdisplay: Warning: couldn't query all of the physical volumes.
pvdisplay: Couldn't retrieve the names of the physical volumes
belonging to volume group "/dev/vg01".
pvdisplay: Cannot display physical volume "/dev/dsk/c1t6d0". The vgscan -p -v shows "Following Physical Volumes belong to one Volume Group.
Unable to match these Physical Volumes to a Volume Group.
Use the vgimport command to complete the process.
/dev/dsk/c1t6d0. Looks to me like the problem is that c1t6d0 doesn't have anything about vg01 in its header. Maybe a vgcfgrestore -n vg01 /dev/dsk/c1t6d0 and then a vgchange -a y vg01 and vgsync vg01 would work (like with a new disk).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2005 08:35 AM
07-01-2005 08:35 AM
Re: Physical Volume in LVMTAB not recognized with vgdisplay.
Is firmware version on disk very old?? (disk info shows that. You can compare the diskinfo info of some other disk)
If it is showing in /etc/lvmtab, and you are sure it is part of vg01, you can run vgcfgrestore and try it.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2005 08:38 AM
07-01-2005 08:38 AM
Re: Physical Volume in LVMTAB not recognized with vgdisplay.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2005 09:00 AM
07-01-2005 09:00 AM
Re: Physical Volume in LVMTAB not recognized with vgdisplay.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2005 09:01 AM
07-01-2005 09:01 AM
Re: Physical Volume in LVMTAB not recognized with vgdisplay.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2005 09:48 AM
07-01-2005 09:48 AM
Re: Physical Volume in LVMTAB not recognized with vgdisplay.
If THIS doesn't work - pull the disk off to another spare HP box, and run the "dd" command, then a "pvcreate -f" command, then run "pvremove" on it. Then bring back to the original box that you were working on. You should be OK at that point.
If you can't(or don't want to) actually 'pull' the disks as per my suggestion above, then you can probably accomplish everything without it - I'm just thinking that the more steps we can use to convince the system that it's a failed disk the better (but probably totally unnecessary).
Also, keep in mind that if this is a disk that you're going to mirror a boot drive from you've got to run the pvcreate command with the "-B" option, as well as running the mkboot command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2005 10:02 AM
07-01-2005 10:02 AM
Re: Physical Volume in LVMTAB not recognized with vgdisplay.
If it is claimed then do the diskinfo on that disk.
These two should provide enough info to take it from there.
thanks
DP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2005 03:17 PM
07-01-2005 03:17 PM
Re: Physical Volume in LVMTAB not recognized with vgdisplay.
1. Boot into maintenance mode.
2. vgexport vg00
3. mkdir /dev/vg00
4. mknod /dev/vg00/group c 64 0x000000
5. vgimport /dev/vg00
If you are using standard lvol names then a map file is not needed.
6. vgscan
7. Do vgdisplay of vg00, it should now show the current and 4 active.
8. lvlnboot -v
9. Reboot the system.
The system should successfully display all active volume groups
Good Luck
vinod
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2005 03:28 PM
07-01-2005 03:28 PM
Re: Physical Volume in LVMTAB not recognized with vgdisplay.
i mistook the vg as vg00(root vg). pls all ignore my previous reply;and can see this steps
1. vgexport vg01
2. mkdir /dev/vg01
3. mknod /dev/vg01/group c 64 0x010000
4. vgimport /dev/vg01
If you are using standard lvol names then a map file is not needed.
5. vgscan
6. Do vgdisplay of vg01, it should now show the current and 4 active.
7. Reboot the system if reqd.
The system should successfully display all active volume groups an pv's
Good Luck
vinod
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2005 12:34 AM
07-03-2005 12:34 AM
SolutionI was stucked with similar situation last week end. On running any commad it use to give "vgcfgbackup: /etc/lvmtab is out of date with the running kernel:Kernel indicates 3 disks for "/dev/vg01"; /etc/lvmtab has 4 disks.
As the missing disk in the one out of two new disks which you just added to the VG & do not contain anything, remove it from the VG forcefully as I did using -
#vgreduce -f /dev/vg01
Once done you can do normal vgextend after pvcreate on the same disk as posted earlier.
HTH,
Devender