- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Are my operating system disks hot-swappable?
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-01-2009 06:41 AM
тАО04-01-2009 06:41 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2009 06:44 AM
тАО04-01-2009 06:44 AM
Re: Are my operating system disks hot-swappable?
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-01-2009 06:46 AM
тАО04-01-2009 06:46 AM
Re: Are my operating system disks hot-swappable?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2009 06:51 AM
тАО04-01-2009 06:51 AM
Solutionhttp://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad_WP.pdf
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-01-2009 06:57 AM
тАО04-01-2009 06:57 AM
Re: Are my operating system disks hot-swappable?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2009 06:57 AM
тАО04-01-2009 06:57 AM
Re: Are my operating system disks hot-swappable?
No need to reduce the mirror if the disk is already failed.
Just follow these steps.
These are the steps:
1. #Replace the disk
2. Restore the LVM headers onto the new disk c2t1d0
# vgcfgrestore -l -n /dev/vg00 (Just to verify the configuration)
# vgcfgrestore -n /dev/vg00 /dev/rdsk/c2t1d0
3. Activate the volume group to allow the kernel to recognize the new disk as being part
of this volume group:
# vgchange -a y vg00
4. Synchronize the volume group
# vgsync vg00
5. Reinstate the boot and LIF data:
# mkboot -l /dev/rdsk/c2t1d0
(or)
# mkboot -b /dev/rdsk/c3t1d0 /dev/rdsk/c2t1d0
6. Update the AUTO file with quorum override option
# mkboot -a "hpux -lq" /dev/rdsk/c2t1d0
7. Update BDRA and LABEL file
# lvlnboot -vR /dev/vg00
(or)
# lvlnboot -r /dev/vg00/lvol3
# lvlnboot -b /dev/vg00/lvol1
# lvlnboot -s /dev/vg00/lvol2
# lvlnboot -d /dev/vg00/lvol2
# lvlnboot -v
If need use pvchange -a n before remove the disk and pvchange -a y after replaced the disk
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2009 06:58 AM
тАО04-01-2009 06:58 AM
Re: Are my operating system disks hot-swappable?
Not only is the whitepaper Torsten cited a must-have, but so are the OLR patches (or superseding ones) documented therein!
Regards!
...JRF...