- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Mirror disk issue for change HW
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
10-12-2005 04:27 AM
10-12-2005 04:27 AM
Mirror disk issue for change HW
OLD: 0/0/15/1.5.0
NEW: 0/0/15/1.6.0
maybe my co-worker have change some hardware,the VG infomation is changed yet,vgdisplay -v warnning the pv is not found,how can I restore the mirror?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2005 04:31 AM
10-12-2005 04:31 AM
Re: Mirror disk issue for change HW
vgcfgrestore -R -n /dev/vgXX /dev/rdsk/cXtXdX
where cXtXdX is the "new" device and vgXX is your vg - ie vg01.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2005 04:31 AM
10-12-2005 04:31 AM
Re: Mirror disk issue for change HW
vgcfgrestore vg00
vgsync vg00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2005 04:40 AM
10-12-2005 04:40 AM
Re: Mirror disk issue for change HW
BTW, where is the disk located?
I don't know about a HW-Path 0/0/15/1.x.0 for a rp4440.
If you sure to go with the "new" disk, split the mirror and set it up with the new device.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2005 03:10 PM
10-12-2005 03:10 PM
Re: Mirror disk issue for change HW
Pay your attention on:
Appendix A: Preparing for the Recovery of an LVM System
AND
CHAPTER 4 : Replacing a boot disk WITH mirroring
HTH
tienna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2005 01:06 AM
10-13-2005 01:06 AM
Re: Mirror disk issue for change HW
1) ioscan -funC disk
2) lvlnboot -v
3) strings /etc/lvmtab
-tjh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2005 06:10 AM
10-13-2005 06:10 AM
Re: Mirror disk issue for change HW
1. Remove the missing alternate disk
vgreduce -A n /dev/vgXX /dev/dsk/cXtXdX
2. Add the new alternate disk back
vgextend /dev/vgXX /dev/dsk/cYtYdY
Note: In step 1 you need to include -A n option in the command or else it will hang the command.
Hope that help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2005 06:27 AM
10-13-2005 06:27 AM
Re: Mirror disk issue for change HW
Example:
lvreduce -A n -m /dev/vgXX/lvol?? /dev/dsk/olddisk