- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Replacing hard drive in FC10
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
11-27-2000 12:45 PM
11-27-2000 12:45 PM
Replacing hard drive in FC10
I have to replace a hard drive in a FC10(fiber channel disk array). I have a plan set out to do this but it contains a "hope" that I don't like and can't rely on. I just want to bounce this off your heads.
Halt the system
Power off
Remove the old drive (Having read/write errors)
Insert the new drive
Hopefully it recognizes the hard drive as the old drives Physical volume. (Otherwise pvcreate then recreate the logical volume to point to this physical volume?)
Power on system
Restore data on the disk.
I have thought about dd but with the read/write errors is not probable. Two logical volumes are using this drive.
I have about a little over an hour window to do this so I have to be precise.
Any advise would be appreciated.
Thanx in advance
D
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2000 01:12 PM
11-27-2000 01:12 PM
Re: Replacing hard drive in FC10
If it is RAID 5 then the disk should be hot swappable and do an auto-rebuild of the array. If not, then your plan sounds good.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2000 01:15 PM
11-27-2000 01:15 PM
Re: Replacing hard drive in FC10
Do a man vgcfgrestore for more info.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2000 01:30 PM
11-27-2000 01:30 PM
Re: Replacing hard drive in FC10
Thanx anyway Patrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2000 01:35 PM
11-27-2000 01:35 PM
Re: Replacing hard drive in FC10
Your steps sound good in that case, with the addition of the vgcfgrestore in place of your pvcreate.
Hopefully you don't have much data to restore or have a really fast tape drive. :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2000 04:18 AM
12-01-2000 04:18 AM
Re: Replacing hard drive in FC10
I though it was just a JBOD.
In any case you don't need to power the
entire enclosure down just remove the failed
disk, replace the new one in the same slot.
The disk array will assign a loop id
dependant on the slot position and your
device file will be exactly the same.
Now, if you rebooted your host, the state
of NO_HW on the failed drive on an ioscan -fnk
output will vanish.. ie no hardware found.
You will have to run an ioscan -fn (or reboot)
to see the replacement disk and
insf -H8/12.8.0.255.0.7
to install the device file HW path is an example.
Then you must restore your LVM configuration
to the disk.
Find out what VG it's in.
strings /etc/lvmtab and look for device file.
then
vgcfgrestore vg
Because its a JBOD, unless you have mirroring
you'll have to restore data from backup.
a vgchange activation or vgsync will resync
your mirrors, If you're doing RAID? on it
I'm not sure how you'll restore it.. it may
be automatic, but if you're doing RAID, that
means you've got a lun and probably lvm has
nothing to do with the rebuild/restore.
For sure LVM doesn't do RAID 5.
Later,
Bill
PS don't forget the ESD strap. Those disks
are worth money!!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2000 09:54 AM
12-01-2000 09:54 AM
Re: Replacing hard drive in FC10
Thanx all for your input.
D
P.S. unfortunatly no raid on these disks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2000 08:15 AM
12-04-2000 08:15 AM
Re: Replacing hard drive in FC10
Here are the steps for a successful disk swap.
1. Made sure had good backups.
2. Shutdown the server.
3. The FC10 is hot swappable, no need to power it down. Swapped for identicle hard drives.
4. Powered on the server.
5. Ran "vgcfgrestore -n vg01 /dev/rdsk/cXtXdX"
6. "vgchange -a y /dev/vg01"
7. "newfs -F vxfs /dev/vg01/rlvolX - for each logical volume that had any data on the disk.
(pvdisplay -v /dev/dsk/cXtXdX |more).
8. Mounted the logica volumes
9. Restored each lvol affected.
10. :-)
Thanx all again
D