- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- disk failure mirror vg00
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
10-12-2001 12:56 PM
10-12-2001 12:56 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2001 01:07 PM
10-12-2001 01:07 PM
SolutionSee this thread:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0xd8e9660142b2d5118ff10090279cd0f9,00.html
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2001 01:22 PM
10-12-2001 01:22 PM
Re: disk failure mirror vg00
First off shutdown the system and replace
the disk. Once the disk has been replaced
boot the server into single user mode and
bypass the quorum.
ISL> hpux -is -lq /stand/vmunix
Run the following lvm command to initialise and use your new disk.
# vgcfgrestore -n /dev/vg00 /dev/rdsk/cXtXdX
# vgchange -a y /dev/vg00
# mount /usr
# mkboot /dev/rdsk/cXtXdX
# mkboot -a "hpux -lq /stand/vmunix" /dev/rdsk/CXtXdX
# lvlnboot -R
# lvlnboot -v
# vgsync /dev/vg00
# shutdown -ry 0
We had a failed disk about two weeks ago and this is how I fixed. It should also work for you.
Good Luck
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2001 01:38 PM
10-12-2001 01:38 PM
Re: disk failure mirror vg00
I may not get points for this post. But there are quite a number of threads on this issue and a search on mirrordisk will give you out all of those magical answers.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2001 02:13 PM
10-12-2001 02:13 PM
Re: disk failure mirror vg00
Like sridhar said, there are a lot of questions and answeres in the forum for the problem mentioned by you. You can also browse thru the Tech docs.
Here are some threads.
http://us-support.external.hp.com/cki/bin/doc.pl/sid=fb6f0dfe08717b3354/screen=ckiDisplayDocument?docId=200000024603956
http://us-support.external.hp.com/cki/bin/doc.pl/sid=fb6f0dfe08717b3354/screen=ckiDisplayDocument?docId=200000054531628
http://us-support.external.hp.com/cki/bin/doc.pl/sid=fb6f0dfe08717b3354/screen=ckiDisplayDocument?docId=200000056385778
Hope these helps.
thanks