- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Re : How to sync back the mirror disk
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
Discussions
Discussions
Discussions
Forums
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
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
тАО04-23-2006 03:17 AM
тАО04-23-2006 03:17 AM
Can someone advce, I have a rx2620 with 2 x 73GB disk configure with nirror disk UX. Somehow or rather, the secondary disk fail and a harddisk was replaced. Can I know how can I configure the Mirror disk back. Kindly advice was steps. OS 11i version 2
Regards
Vincent
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-23-2006 04:24 AM
тАО04-23-2006 04:24 AM
Re: Re : How to sync back the mirror disk
Following is the procedure I had noted from some previous thread, which I can get hold of right now, but the info is as below.
Will post thr link to thread if I find it.
1. ioscan -H path### (eg 0/4/0/0 do not use .) # put disk as claimed from no-hw
2. ioscan -funC disk|more # check to see hw is claimed
3. mv /etc/lvmtab /etc/lvmtab.old # pvcreate fails if disk is in lvmtab
4. pvcreate -f -B /dev/rdsk/c_t_d0 # sets aside a boot area
5. mv /etc/lvmtab.old /etc/lvmtab # moves it back
6. vgcfgrestore -n vg00 /dev/rdsk/c_t_d0 # restores headers on drive
7. vgchange -a y /dev/vg00 # puts drive online
8. vgsync vg00 # if disk does not automatically start syncing (if stale)
9. mkboot /dev/rdsk/c_t_d0 # puts the boot sector in the boot area
10. mkboot -a "hpux -lq" /dev/rdsk/c_t_d0 # puts HPUX in the auto file
11. lvlnboot -Rv /dev/vg00 # updates the LIF with the info from the BDRA
12. cd /usr/sbin/diag/lif
13. mkboot -b updatediaglif -p ISL -p HPUX -p LABEL -p AUTO /dev/rdsk/c_t_d0 # to put ODE, etc. back on boot area
14. vgdisplay -v vg00 # to check it
Regards,
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-23-2006 04:29 AM
тАО04-23-2006 04:29 AM
Re: Re : How to sync back the mirror disk
Refer to this thread.
http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=3025
Regards,
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-23-2006 04:37 AM
тАО04-23-2006 04:37 AM
Re: Re : How to sync back the mirror disk
Usually lvsync does the job, logical volume by logical volume.
If it fails there is something wrong preventing it from working, most likely a flakey disk or connection/cabel whatnot.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-23-2006 04:53 AM
тАО04-23-2006 04:53 AM
Re: Re : How to sync back the mirror disk
And refer to this
http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=195202.
No points for this please.
Regards,
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-23-2006 05:01 AM
тАО04-23-2006 05:01 AM
Re: Re : How to sync back the mirror disk
pvcreate -B /dev/dsk/rdsk/c#t#d#
vgcfgrestore -n /dev/vgname /dev/dsk/c#t#d#
vgchange -a y /dev/vgname
mkboot /dev/rdsk/c#t#d#
mkboot -a "hpux -lq(;0)/stand/vmunix" /dev/rdsk/c#t#d#
lvlnboot -R
vgsync /dev/vgname
else
pvcreate /dev/dsk/rdsk/c#t#d#
vgcfgrestore -n /dev/vgname /dev/dsk/c#t#d#
vgchange -a y /dev/vgname
vgsync /dev/vgname
Pls see the attached doc for details on LVM.
Cheers,
Awadhesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-23-2006 08:06 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-23-2006 10:05 PM
тАО04-23-2006 10:05 PM
Re: Re : How to sync back the mirror disk
insert the disk
#ioscan -funC disk
this is to verify that the new disk is functioning
#pvcreate -f -B /dev/rdsk/cxdxtx Create the PV with 2912KB lif area
#lvextend -m 1 /dev/vg00/lvolxx /dev/dsk/cxtxdx & mirror the LVs in the vg00 to the replaced disk
#mkboot -b /dev/rdsk/cxdxtx
#mkboot -a hpux /dev/rdsk/cxtxdx
#lvlnboot -R /dev/vg00
or else u can reffer the white paper named "when good disks go bad " in the www.itrc.hp.com site
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-23-2006 10:19 PM
тАО04-23-2006 10:19 PM
Re: Re : How to sync back the mirror disk
Read the document posted by Andrew - this is the correct procedure, because this is an Integrity Server.
Good luck!
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
тАО04-24-2006 02:41 AM
тАО04-24-2006 02:41 AM