- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Jamaica disk to replace
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
05-10-2004 02:06 AM
05-10-2004 02:06 AM
This is a D350 box that has 10x2GB disk drives. I think that one drive in vg01 (has only one lvol and one unmirrored drive) is failed because: cd to the mount point shows no data; dd to the disk gives an I/O error; vgdisplay shows lvol as available but the PV status is unavailable; there are a bunch of root e-mails stating a problem on a hw path 8/4.13.0; dmesg shows lbolts and resets.
I assume that the drive is dead although the ioscan shows it as claimed.
Questions:
How can I physically identify the drive?
What are the LVM steps before I can pool the drive?
Once the drive is replaced, I need to recreate an LVM again and after that I can restore the data. Is this correct?
Thank you,
Elena.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 02:10 AM
05-10-2004 02:10 AM
Re: Jamaica disk to replace
Maybe not the perfect answer but, you could eliminate the other (good) disks with a dd, and look for activity (led's) on the disks.
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 02:22 AM
05-10-2004 02:22 AM
Re: Jamaica disk to replace
Replace the failed disk.
Check connectivity with
# ioscan -fnC disk
Restore the LVM header to the disk:
# vgcfgrestore -n vg01 /dev/rdsk/cxtydz
xyz --> from ioscan
# vgchange -a y vg01
Check, which Logical Volumes have extents on the hard disk:
pvdisplay -v /dev/dsk/c1t1d0
The backup of these Logical Volumes has to be restored. For Logical Volumes with file systems a newfs has to be executed prior to restoring the data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 03:07 AM
05-10-2004 03:07 AM
Re: Jamaica disk to replace
I identified the drive, - thanks!
Should I go to SAM and remove lvol and vg01 before I take out the bad drive?
I need to run pvcreate on the new drive first?
Elena.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 03:30 AM
05-10-2004 03:30 AM
Re: Jamaica disk to replace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2004 12:46 AM
05-11-2004 12:46 AM
Re: Jamaica disk to replace
Cheers,
Mel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2004 12:50 AM
05-11-2004 12:50 AM
SolutionBill Hassell, sysadmin