- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Root disk replacement
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
06-24-2004 01:20 AM
06-24-2004 01:20 AM
Root disk replacement
In a HP rp8420, can a failed mirrored root disk be replaced online?
In general can a mirrored root disk be replaced online if the disk is hot pluggable?
Aidan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 01:23 AM
06-24-2004 01:23 AM
Re: Root disk replacement
Absolutely, that's the whole point. Swap the new disk in, run vgcfgrestore, then vgchange -a y vg00, then vgsync and you're home free!
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 01:24 AM
06-24-2004 01:24 AM
Re: Root disk replacement
1) If the disk is completely "dead", such as if you run ioscan and status is "no_hw" then you can hot swap the disk online.
2) However in circumstances where the disk has not fully failed please do one of the following to avoid data corruption :
a) reduce mirror before replacing the disk
b) deactivate VG before replacing the disk
c) shutdown system to replace the disk
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 01:40 AM
06-24-2004 01:40 AM
Re: Root disk replacement
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000073905420
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 02:04 AM
06-24-2004 02:04 AM
Re: Root disk replacement
For a disk that has not failed completely, I find that if I do an lvdisplay -v to confirm that all the extents are current on the good disk for all the LVOLS in question then I simply unplug the flaky drive and wait a minute or so. You now have a completely failed disk and can replace without doing a vgreduce.
I make it a practice to keep spare drives on hand eventhough I am on full HP support; in fact, my last action is to place the support call to get a replacement for my spare drive.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 09:00 PM
06-24-2004 09:00 PM
Re: Root disk replacement
# lvreduce -m 0 /dev/vg00/lvol1 /dev/dsk/c#t#d#
# lvreduce -m 0 /dev/vg00 /dev/dsk/c#t#d#
.
.
# vgreduce /dev/vg00 /dev/dsk/c#t#d#
2. Confirm the lmvtab file.
# strings /etc/lvmtab
3. Activates the Volume group.
# vgchange -a y vg00
4. Sync the Volume group.
# vgsync vg00