- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- I want to change my system 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
11-18-2002 02:40 AM
11-18-2002 02:40 AM
I want to change my system disk
I want to change my system disk on D330 HPUX 10.20, and i want make it by make_recovery. Do you think it is a good idea or maybe there is a better way to do this.
Does make_recovery will erase everything from other disks (group vg01, vg02).
Best Regards
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 02:47 AM
11-18-2002 02:47 AM
Re: I want to change my system disk
no make_Recovery don't erase the other vg,
Make_recovery is a good idea, but if you know very vell lvm, you can add the other disk, create a mirror and split the new for the boot.
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 02:49 AM
11-18-2002 02:49 AM
Re: I want to change my system disk
This is not done by default tho... thus no problem.. unless hardware paths changes for the vg's other than vg00
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 02:50 AM
11-18-2002 02:50 AM
Re: I want to change my system disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 02:55 AM
11-18-2002 02:55 AM
Re: I want to change my system disk
No, you are correct, using Ignite is the best way to do this. It will also give you the opurtunity to change logical volume sizes if required very easily, especially root, swap and stand.
As for the other volume groups, you will just need to import them after the re-install. If you use non-standard logical volume names, ie not lvol1.... you should ensure you run :
vgexport -m /vgXX.map -p vgXX
(substituting XX for the volume group name) and ftp them to another server. You can then import these once the server is rebuilt. All data on the disks will be retained.
Regards,
James.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 02:59 AM
11-18-2002 02:59 AM
Re: I want to change my system disk
this process creates a system recovery archive.
The archive contains all files which will be used to bring up the system to the previous state incase of failures.
you can take a make_tape_recovery of the vg00(volume group) which houses all your system file systems.
Like /usr /stand /var /opt /.
The other non-system volume groups does not require a make_tape_recovery as they can be backedup under normal procedure.
I have attached a document which helps in changing the disks(system as well as non-system) without a make_tape_recovery.
check whether it can help you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 03:01 AM
11-18-2002 03:01 AM
Re: I want to change my system disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 07:21 AM
11-18-2002 07:21 AM
Re: I want to change my system disk
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2002 07:35 AM
11-20-2002 07:35 AM
Re: I want to change my system disk
I want to ask for one more thing, when i try execute command: make_tape_recovery -v -x inc_entire=vg00 -x inc_entire=vg01 -x inc_entire=vg02
i get an error message that there is not enough space on tape, it needs 33GB, and streamer is DDS3 so i can only insert 24GB tape.
The disks in server are about 37GB but there is about 20GB of space. If i remove one disk (16GB) it will work?
Rgds
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2002 07:37 AM
11-20-2002 07:37 AM
Re: I want to change my system disk
Strictly speaking, Ignite is designed to recover your operating system's standard filesystems. This usually equates to vg00. The recovery of non-vg00 volumes is by 'vgimport' or from seperate, appropriate backup media. Since the recovery tape uses 'pax' to copy files, multiple reels of tape should be honored if you run the process interactively (or redirect stdin to a file contraining the expected responses to queries for more tapes).
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2002 08:08 AM
11-20-2002 08:08 AM
Re: I want to change my system disk
What's been said so far assumes you are removing the old system disk, replacing it with a new one, and leaving the current non-vg00 disks alone. If so, then use make_tape_recovery for vg00 and vgimport the other VGs after you reload from the Ignite tape.
If you are moving vg00 to a disk currently used in another VG, you will have to rebuild that VG and restore it from a backup.
Just wanted to be sure we understood what you are trying to do.
Darrell