- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Disk Failure
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
01-03-2004 08:41 PM
01-03-2004 08:41 PM
Disk Failure
I have an RP 7410 with a failed mirror disk. I want to replace the failed disk, and I want to know if there are any commands i need to type before I replace the disk? The way i see it, since the disk is failed, I don't need to unmount the file systems anyway, all i need to do is switch the disk, restore (vgcfgrestore) and re-sync. Please advice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2004 09:26 PM
01-03-2004 09:26 PM
Re: Disk Failure
Just replace the disk with a new one, do a vgcfgrestore on the new disk, that should re-sync all mirrors and if not do a vgsync
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2004 10:03 PM
01-03-2004 10:03 PM
Re: Disk Failure
Replace the disk. No need to unmount filesystems
Do #pvcreate /dev/rdsk/cXtXdX
#vgcfgrestore vgname /dev/dsk/cXtXdX
#vgsync /dev/vgname
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2004 12:58 AM
01-04-2004 12:58 AM
Re: Disk Failure
-Hazem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2004 03:36 AM
01-04-2004 03:36 AM
Re: Disk Failure
Yes, you would definately have to issue vgsync for each volume group that it is associated with.
The procedure is as follows.
pvcreate /dev/rdsk/
vgcfgrestore /dev/
vgsync /dev/
Issue vgsync for each volumegroup the disk is a member of.
Remember that if the disk is a bootdevice you will need to add '-B' to pvcreate, and reapply the LIF area.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2004 09:30 AM
01-04-2004 09:30 AM
Re: Disk Failure
Let me correct you, a disk can belong to only one VG, so how can you say there can be many VG assocaited with a particular PV?
And by the way you can even re-activate the VG and that will start the VG syncing.