- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Bad disk-- how to add a different disk into vol gr...
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
08-05-2002 11:58 AM
08-05-2002 11:58 AM
What are the steps to do this please.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 12:06 PM
08-05-2002 12:06 PM
Solutionhopes the VG is not activated now. Check it with:
# vgdisplay -v /dev/vg_name
If the disk is hot-swappable, then remove the disk and install the new one. If not, then you need to shutdown the server to replace the disk. Once replaced, then:
# ioscan -fnC disk (check the new disk is identified)
# pvcreate /dev/rdsk/cxtydz
# vgcfgrestore /dev/vg_name /dev/rdsk/cxtydz
This will restore the VG information to the new disk.
# vgchange -a y /dev/vg_name ( this will activate the VG back)
Then findout the LVs which was configured on the old disk using:
# pvdisplay -v pv_path
# newfs -F fs_type lv_name
Now mount all FS using - mount -a and restore the data.
gl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 12:07 PM
08-05-2002 12:07 PM
Re: Bad disk-- how to add a different disk into vol group
(1) do you have the volume group backed up on tape or elsewhere? What LV's were lost? Did you have striping or mirroring enabled?
(2) add the disk using the same SCSI ID as the old bad one (makes life easier).
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 12:09 PM
08-05-2002 12:09 PM
Re: Bad disk-- how to add a different disk into vol group
http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000058036738
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 02:10 PM
08-05-2002 02:10 PM
Re: Bad disk-- how to add a different disk into vol group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 04:08 PM
08-05-2002 04:08 PM
Re: Bad disk-- how to add a different disk into vol group
The disk was on an EMC symmetrix? Are you saying you LOST data because a Symmetrix failed?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 05:20 PM
08-05-2002 05:20 PM
Re: Bad disk-- how to add a different disk into vol group
An EMC engineer should replace the dead disk and the unit should automatically re-sync.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 05:26 PM
08-05-2002 05:26 PM
Re: Bad disk-- how to add a different disk into vol group
Though loss of data could occur within a symmetrix, but unlikely as Michael has pointed out.
live free or die
harry