- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Replace striped LVM disk
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
06-08-2005 07:48 PM
06-08-2005 07:48 PM
Replace striped LVM disk
I have a machine with various LV's which are made up of 10 stripes. One of the the disks in this set is faulty and I've got an engineer out to replace it later on today. Just wanted to check the activities I need to do once the new one has been up in. Right now I'm thinking:
Bring the box up in single user mode
mount up root filesystems etc
vgcfgresore -n VGNAME NEWDISK
vgchange -a y VGNAME
Restore data back to affected filesystems
This all seems a bit to easy so can someone confirm I've not missed anything out?
Cheers,
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2005 08:20 PM
06-08-2005 08:20 PM
Re: Replace striped LVM disk
life can be so easy! However, a restore may take some time...
Regards,
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2005 09:57 PM
06-08-2005 09:57 PM
Re: Replace striped LVM disk
It don't have any problems and should be enough. Moreover this is what we loose for getting performance, you may require to restore many files systems, which you might found in some old documentations as well, if you have.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2005 03:11 AM
06-09-2005 03:11 AM
Re: Replace striped LVM disk
The procedure looks fine!
Thanks
Binu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2005 03:16 AM
06-09-2005 03:16 AM
Re: Replace striped LVM disk
Extra points going if you can tell me how to determine the Nport ID of the disk so I can use fcmsutil replace_disk?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2005 03:19 AM
06-09-2005 03:19 AM
Re: Replace striped LVM disk
fcmsutil /dev/tdX
X being the card which this disk hangs from.
Regards,
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2005 03:30 AM
06-09-2005 03:30 AM
Re: Replace striped LVM disk
You should see the Nport ID logged in the syslog file. Once you know that AND the appropriate fibre card instance you just do:
# fcmsutil /dev/tdX replace_disk 0x?????
Where the 0x????? is the Nport ID.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2005 04:54 PM
06-09-2005 04:54 PM
Re: Replace striped LVM disk
#ioscan -funC fc
and this will return the HBAs
do the fcmsutil /dev/XXX | grep -i port
as you can see the device from the output of the ioscan.
thanks
Devesh