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
09-01-2005 03:29 AM
09-01-2005 03:29 AM
I have an A500 I would like to make a copy or image of the installed OS and installed software.I have never done this before.Can someone help me out and point me in the right direction to do this.
Your help is appreciated.
Jon
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2005 03:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2005 03:34 AM
09-01-2005 03:34 AM
Re: image
Probably you already have ignite installed, if you don't download it from:
http://www.docs.hp.com/en/IUX/
Then:
#make_tape_recovery -v -I -x inc_entire=vg00
Enjoy :)
Pedro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2005 03:41 AM
09-01-2005 03:41 AM
Re: image
Thank you for your help and time.
Jon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2005 03:43 AM
09-01-2005 03:43 AM
Re: image
try before with
make_tape_recovery -p -v -x inc_entire=vgname
so you can first preview the result of making the image.
Then launch the commands explained in the answers above, so you'll create a full backup of your system, also including other VG other than the VG00.
The command will use the default tape, but you can specify also other devices.
Regards,
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2005 03:45 AM
09-01-2005 03:45 AM
Re: image
You can do clever stuff with Ignite servers, perhaps that can wait for a bit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2005 03:49 AM
09-01-2005 03:49 AM
Re: image
Have a good read of the document on that link, it looks pretty helpful to me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2005 03:52 AM
09-01-2005 03:52 AM
Re: image
The make_tape_recovery command needs to be issued from the A500. You will need to install a minimal version of ignite in order to accomplish it.
If you wish, you can set up an ingnite server and have it issue the recovery command, but again, you will need a minimal ignite install on the A500.
Another way to make an achival backup of the system is to reboot the system in single user mode, mount all the mount points ( mount -a ) and perform a full backup to tape using your preferred choice.
cpio, tar and fbackup are on the system, and any of them will backup to tape.
You can even do a full system backup with the system in multiuser mode, but any open files will not be backed up properly.
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2005 03:55 AM
09-01-2005 03:55 AM
Re: image
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=947588
It might not be the best post, it seemed to help though.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2005 04:02 AM
09-01-2005 04:02 AM
Re: image
You don't need to setup an Ignite server for this, it's much easier to install Ignite and do it to a tape.
On my previous post I metion the link and commando to run!
Enjoy :)
Pedro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2005 04:05 AM
09-01-2005 04:05 AM
Re: image
download Ignite at the following link:
http://docs.hp.com/en/IUX/download.html
Regards,
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2005 06:59 AM
09-01-2005 06:59 AM
Re: image
Jon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2005 07:29 PM
09-01-2005 07:29 PM
Re: image
your tape driver is properly configured?
Run
ioscan -kfnC tape
and post the output...
Then launch the make_tape_recovery command adding the option "-a tape_driver"
tape_driver default is /dev/rmt/0m
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2005 08:51 PM
09-01-2005 08:51 PM
Re: image
What is the situation? You said that Ignite was not installed on your A500, you can check this with:
swlist -l product | grep -i ignite
If Ignite is installed then you can proceed with:
make_tape_recovery -v -I -x inc_entire=vg00 -a /dev/rmt/0mn
or whatever your tape device is (you must use mn for no rewind).
If ignite is not installed then go to the link Pedro gave, download and install it, using the document on that link as a guide.
Please let us know how it is going.
Cheers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2005 12:23 AM
09-02-2005 12:23 AM
Re: image
Jon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2005 12:26 AM
09-02-2005 12:26 AM