- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Replacing Primary OS drive.
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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-06-2005 03:15 AM
04-06-2005 03:15 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2005 03:48 AM
04-06-2005 03:48 AM
Solutionread chapter 4
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000073905420
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2005 03:53 AM
04-06-2005 03:53 AM
Re: Replacing Primary OS drive.
the basic principle:
1. break mirror
2. replace bad disk
3. prepare new disk
4. Sync
For a more detailed instruction you could start with:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=182948
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2005 04:00 AM
04-06-2005 04:00 AM
Re: Replacing Primary OS drive.
Let's assume your bad drive is c0t6d0.
vgcfgrestore -n /dev/vg00 /dev/rdsk/c0t6d0
vgchange -a y /dev/vg00
mkboot /dev/rdsk/c0t6d0
mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/c0t6d0
lvlnboot -R
vgsync /dev/vg00
The vgsync will take some time to complete. When finished check each lvol with lvdisplay -v to make sure all extents all "current" on all PV's.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2005 10:46 PM
04-07-2005 10:46 PM
Re: Replacing Primary OS drive.
have you completed the replacement.
What did you do in the end?
Any problems?
Thanks