- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- replace mirrored boot disk on 11.31 intanium
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-31-2008 06:11 AM
07-31-2008 06:11 AM
Here's the procedure I was following:
Replacing /dev/disk/disk3 which is a mirrored boot disk on our rx7640 running 11.31
pvchange -a N /dev/disk/disk3
(replaced the disk)
scsimgr replace_wwid -D /dev/rdisk/disk3
ioscan -m lun (got new lun path - which is /dev/rdisk/disk34)
created /tmp/idf file which contained: 3, EFI 499MB, HPUX 100%, HPSP 400MB
idisk -f /tmp/idf -w /dev/disk/disk34
insf -e -H 1/0/0/3/0.0x6/0x0
io_redirect_dsf -d /dev/disk/disk3 -n /dev/disk/disk34
/dev/disk/disk3 is being used. Cannot perform redirection.
The io_redirect_dsf command is not working. I found the error in a patch (PHCO_37864) and applied this patch; however I am still getting the same error.
Question is what do I do now?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2008 06:48 AM
07-31-2008 06:48 AM
Re: replace mirrored boot disk on 11.31 intanium
http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf
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
07-31-2008 07:02 AM
07-31-2008 07:02 AM
Re: replace mirrored boot disk on 11.31 intanium
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2008 07:21 AM
07-31-2008 07:21 AM
Re: replace mirrored boot disk on 11.31 intanium
If you can, vgreduce the bad device (or follow the procedures to vgcfgrestore with the new dev_file).
and/or
reduce the old_dev from the vg(if you can)
prep the disk,partition and boot files
extend the new_device into the vg
and extend the mirrors to it.
If I had the time I guess I would do as you are doing and find the procedure to redirect the new wwn and dev_file for future use.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2008 08:57 AM
07-31-2008 08:57 AM
Re: replace mirrored boot disk on 11.31 intanium
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2008 11:03 AM
07-31-2008 11:03 AM
Re: replace mirrored boot disk on 11.31 intanium
I would search the "ps" output if there is any diagnostic disk monitor related process is still running or hang.
The specific monitor process may depend on the chassis where the disk is mounted.
Of course a reboot should solve this too, but it's worth to check.
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
07-31-2008 11:33 AM
07-31-2008 11:33 AM
Re: replace mirrored boot disk on 11.31 intanium
I still have messy ioscan's with 2 disks at the same hardware path - 1 the old disk3 NO_HW and 1 with the new disk, which is working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2008 09:06 PM
07-31-2008 09:06 PM
Re: replace mirrored boot disk on 11.31 intanium
The procedure for replacing a bad boot disk on 11.31 is obviously different to 11.23.
Link to documentation:
http://docs.hp.com/en/5992-3385/ch04s08.html#v1446838
HP-UX System Administrator's Guide: Logical Volume Management: HP-UX 11i Version 3 > Chapter 4 Troubleshooting LVM
Replacing a Bad Disk
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
08-06-2008 05:06 AM
08-06-2008 05:06 AM
Re: replace mirrored boot disk on 11.31 intanium
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2008 02:43 PM
11-14-2008 02:43 PM
Solution