- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unable to locate disk in /etc/lvmtab.....
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
12-22-2005 04:47 AM
12-22-2005 04:47 AM
Unable to locate disk in /etc/lvmtab.....
Need your help on this guys, On my case we have encountered a disk failure from one of our HP server & the affected disk happened to be a BCV disk from our EMC Symmetrix Storage. So I re-map a new known working BCV disk on the affected server then restarted the server after the modification. After rebooting, I started performing full DB synchronization where the new disk will be included on the newly formed VG during the disk synchronization. Then when I was about to activate the volume group( Where the new BCV disk was included) the system returned an error stating "Unable to locate /dev/etc/c0t5d4 in /etc/lvmtab". I believe that this file can't be updated manually using VI since the lvmtab file recognizes as data. What do i need to resolve the problem guys?
FYI! I have already perform this procedure twice when we encountered the same BCV disk error but now it's a bit wierd cause this is the only 1st time that i encountered this problem when adding a new BCV disk.
thanks & kind regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2005 04:50 AM
12-22-2005 04:50 AM
Re: Unable to locate disk in /etc/lvmtab.....
vgreduce -f
Best regards,
Oz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2005 05:12 AM
12-22-2005 05:12 AM
Re: Unable to locate disk in /etc/lvmtab.....
It seems to me that the new disk has another name.
Could you please run
strings /etc/lvmtab
and find the disks which belong to the affected volume group. After that find which name has the new disk. I suggest, this is the reason of the message.
You can exclude /dev/etc/c0t5d4 from the volume group by vgreduce and then add it by vgextend (don't forget to create physical volume by pvcreate)
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2005 05:13 AM
12-22-2005 05:13 AM
Re: Unable to locate disk in /etc/lvmtab.....
You will need to re-import the vg - vgexport it, then vgimport -p -s -m /tmp/yourvg.map /dev/vgXX (don't forget to mkdir /dev/vgXX and mknod the group file first)...
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2005 06:13 AM
12-22-2005 06:13 AM
Re: Unable to locate disk in /etc/lvmtab.....
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=985649
hth,
Raj