Jump to content
 English      
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
     Forums advanced search
HP.com Home
IT Resource Center Forums > HP-UX > system administration

Unable to locate disk address in /etc/lvmtab....

» 

IT Resource Center

» Login
» Register
» My profile
» Search knowledge base
» Forums
» Patch database
» Download drivers, software and firmware
» Warranty check
» Support Case Manager
» Software Update Manager
» Training and Education
» More maintenance and support options
» Online help
» Site map

Member icons
 
 HP moderator  HP moderator
 Expert in this area  Expert in this area
Member status
ITRC Pro ITRC Pro
250 points
ITRC Graduate ITRC Graduate
500 points
ITRC Wizard ITRC Wizard
1000 points
ITRC Royalty ITRC Royalty
2500 points
ITRC Pharaoh ITRC Pharaoh
7500 points
Olympian Olympian
20000 points
1-Star Olympian 1-Star Olympian
40000 points
2-Star Olympian 2-Star Olympian
80000 points
»  How to earn points
»  Support forums FAQs
Question status
Magical answer Magical answer
Message with a response that solved the author's question
Favorites status
Add to my favorites Add to my favorites
Delete from my favorites Delete from my favorites
This thread has been closed Thread closed
 

Content starts here
   Create a new message    Receive e-mail notification if a new reply is posted  Reply to this message
Author Subject: Unable to locate disk address in /etc/lvmtab....      Add to my favorites
John Joaquin
Dec 21, 2005 18:35:45 GMT   

Guys,

Badly need your help,i have this issue in /etc/lvmtab. We have EMC Symmetrix storage on our system. The case is one of the volume in one of our server experience a disk error ( BCV disk ) so i have to re-map a reserve disk to take the place of the defective disk. This defective this happens to be a BCV disk which we usually use for full DB synchronization for us to create a DB replica. So i re-mapped a new disk then proceeded with the disk sync but upon activating the VG using the new set of disks i keep on encountering this error "unable to locate address /dev/rdsk/c0t4d5 in /etc/lvmtab". Does anyone can help me with this.

FYI! I have done the same procedure twice in remapping the BCV disk but i'd never encounter such error as this....


thank's & kind regards,

John
Note: If you are the author of this question and wish to assign points to any of the answers, please login first.For more information on assigning points ,click here


Sort Answers By: Date or Points
Raj D. This member has accumulated 7500 or more points
Dec 21, 2005 18:57:15 GMT    Unassigned

Hi John,

Check this disk is belongs to which volume group. Seems your need to do a vgextend to include this disk in the vg ,
or do a # vgscan -p -v -a , and check if the disk gets located ,

Also does syminq shows the disk.

Cheers,
Raj
Geoff Wild This member has accumulated 20000 or more points
Dec 22, 2005 09:39:52 GMT    Unassigned

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
Jan de Haas
Dec 22, 2005 17:42:12 GMT    Unassigned

- Create a new VG dir and group file
eg.
# mkdir /dev/vg02
# mknod group c 64 0x020000
- vgimport your lun's
# vgimport vg02 <your_lun_device>
- vgchange your VG to active
# vgchange -a y vg02
- Mount your filesystems...

Voila...

Check your /etc/lvmtab file by doing an additional
# strings /etc/lvmtab
To see if your lvmtab looks ok.

If your lvol names are nonstandard (i.e. NOT lvol1, lvol2, lvolx etc...). You might need to create a 'map' file to make sure the lvol names are to your liking.
You should be able to create a mapfile from any VG then change it to reflect your situation. Be VERY careful with this though.
 
Create a new message    Receive e-mail notification if a new reply is posted   Reply to this message
 
 
Printable version
Privacy statement Using this site means you accept its terms
© 2010 Hewlett-Packard Development Company, L.P.