- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: What is the best procedure for remplacing a di...
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
10-30-2001 09:05 AM
10-30-2001 09:05 AM
Is there a probleme if I use "vgcfgrestore" ? I' ve checked before the /etc/lvmconf/ directory to see if the files vg**.conf were there.
Another way is to use "lvreduce", "vgreduce", "vgextend", "lvextend". What is the best procedure?
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2001 09:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2001 09:19 AM
10-30-2001 09:19 AM
Re: What is the best procedure for remplacing a disk under LVM ?
1) Non-Boot disk without mirroring:
vgcfgrestore -n vg_name /dev/rdsk/c?t?d?
Now restore your data. Since it wasn't mirrored, you have no data left.
2) Non-Boot disk with mirroring
vgcfgrestore -n vg_name /dev/rdsk/c?t?d?
vgsync -- This will resync your mirrors, no restore needed
3) Boot disk with mirroring
vgcfgrestore -n vg_name /dev/rdsk/c?t?d?
Use mkboot commands to make the disk bootable again
vgsync to resync the mirrors
4) Boot disk without mirroring
I hope you have an Ignite/UX backup handy. You're gonna need it.
Keep in mind when replacing disks that some may be hot swappable and some may not be. If they are not and the disk you are replacing is a boot disk, you may need to boot off the alternate boot disk, assuming they are mirrored.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2001 09:21 AM
10-30-2001 09:21 AM
Re: What is the best procedure for remplacing a disk under LVM ?
The following is a thread posted to the forums that discussed this issue:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0xa601670142b2d5118ff10090279cd0f9,00.html
I especially reccomend that you download the Document ID "KBAN00000347"; it fully discusses are the possible combinations and permutations.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2001 09:22 AM
10-30-2001 09:22 AM
Re: What is the best procedure for remplacing a disk under LVM ?
The Technical Knowledge Base contains an excellent docuement detailing the appropriate procedures for a variety of circumstances. See document #KBAN00000347 (attached).
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2001 12:00 PM
10-30-2001 12:00 PM
Re: What is the best procedure for remplacing a disk under LVM ?
Craig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2001 12:02 PM
10-30-2001 12:02 PM
Re: What is the best procedure for remplacing a disk under LVM ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2001 12:15 PM
10-30-2001 12:15 PM
Re: What is the best procedure for remplacing a disk under LVM ?
Look at the threads below for more info on LVM disk replacement.
Replacing an unmirrored hot swap hard disk (non-root)
http://us-support.external.hp.com/cki/bin/doc.pl/sid=f587d0f20cf95e8f42/screen=ckiDisplayDocument?docId=200000054518791
Replacing a mirrored data disk
(no hot swap)
http://us-support.external.hp.com/cki/bin/doc.pl/sid=f587d0f20cf95e8f42/screen=ckiDisplayDocument?docId=200000054562996
Replace root disk with mirroring
http://us-support.external.hp.com/cki/bin/doc.pl/sid=f587d0f20cf95e8f42/screen=ckiDisplayDocument?docId=200000024603956
Replacing a mirrored root disk
(no hot swap)
http://us-support.external.hp.com/cki/bin/doc.pl/sid=cbe693c709bb4ddf64/screen=ckiDisplayDocument?docId=200000054531628
Hope this helps.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 09:36 PM
01-22-2002 09:36 PM
Re: What is the best procedure for remplacing a disk under LVM ?
thnks