- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Disk replacement
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
07-30-2008 06:39 AM
07-30-2008 06:39 AM
Can some one please give me steps to do this replace? The OS version is 10.20 and the HD is hot swappable.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2008 06:46 AM
07-30-2008 06:46 AM
Re: Disk replacement
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2008 06:46 AM
07-30-2008 06:46 AM
Re: Disk replacement
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2008 07:41 AM
07-30-2008 07:41 AM
Re: Disk replacement
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2008 07:52 AM
07-30-2008 07:52 AM
Re: Disk replacement
You have to provide more info regarding your setup before we can help.
Is VG02 mirrored? From your comment regarding the volume spanning two disk, and the fact that it only has 2 disk, I am assumming its RAID 0.
If this is the case, I'd immediately shutdown and make a full backup of VG02 before more data will be lost.
You can NOT do this change online as the faulty disk is the only copy.
Jov
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2008 07:52 AM
07-30-2008 07:52 AM
Re: Disk replacement
take a full ignite or make_tape backup.
take a nickel output.
then replace the disk and then restore from ignite image.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2008 08:02 AM
07-30-2008 08:02 AM
Solution**********
what you can in this situation is,
take a full ignite or make_tape backup.
take a nickel output.
then replace the disk and then restore from ignite image.
**********
Actually, no. An ignite backup is NOT recommended here. And you don't need to restore from the Ignite backup.
He said this is VG02, NOT VG00.
The steps I would take are:
1) Shut down whatever application uses VG02 mount points
2) Run a complete backup of VG02 mount points.
3) Replace the disk
4) Run ioscan to make sure the new disk is available.
5) Run vgcfgrestore to restore the configuration to the new disk
6) Run 'vgchange -a y vg02' to make sure vg02 can see the new disk.
7) Restore the data to the disk
8) Restart the applications.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2008 08:10 AM
07-30-2008 08:10 AM
Re: Disk replacement
Good suggestion, but becareful in suggesting Ignite tape recovery without more details.
The default make_tape_recovery will only backup the essential OS files making it quicker to recover, but miss vg02.
To backup vg02, you need the addition of "-x inc_entire=vgXX".
e.g.
make_tape_recovery -I -v -x inc_entire=vg00 -x inc_entire=vg02
Maybe it can be simplified to
make_tape_recovery -I -v -x inc_entire=vg00,vg02
But check the manpages as I dont have access to a HP-UX system to verify.
Jov
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2008 10:30 AM
07-30-2008 10:30 AM
Re: Disk replacement
Either it isn't a L-class server or it doesn't run 10.20. This combination is impossible.
Anyway, I would suggest to "fbackup" the data, replace the disk, restore the disk config (vgcfgrestore), create a new file system on the LVOLs and restore the data.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2008 01:56 PM
07-30-2008 01:56 PM
Re: Disk replacement
Hmmm...Good catch, Torsten. I completely missed that little tidbit.