- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: IGNITE problem
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-18-2002 11:44 AM
07-18-2002 11:44 AM
IGNITE problem
I have a situation in frony of me where I do not understand how ignite works and at the same time wanna use it ina quick way.
Ok here we go. I have one HPUX L1000 server with HPUX 11 loaded on it and one application on it. What I wanna doo is take a complkete backup of this and store it on some tape.
This is because I wanna load another application on this server. But at the same time I want that if I want to use the first application then I should be able to reignite from the first tape recivery which I would have made.
Can someone explain me step by step procedure to do this kind of a thing.
If I do a swlist on my machine then I can see the following :
# swlist | grep -i ignite
Ignite-UX-11-00 B.3.6.82 HP-UX Installation Utilities for Installing 11.00 Systems
So I assume that IGNITE is installed.
Please comment.
Regards
Saurabh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2002 11:51 AM
07-18-2002 11:51 AM
Re: IGNITE problem
I don't think this is actually the one you want -- the one you want is product B5725AA "HP-UX Installation Utilities (Ignite-UX)".
My info is slightly out of date and will no doubt be superseded by someone else, but I'm fairly sure this will still work for you. It works for me. :)
Once you have loaded this (it's on the application CDs), you should have a command /opt/ignite/bin/make_recovery.
There's a manual page for it ("man make_recovery" if your MANPATH is set right), but here's a quick synopsis that should work:
1. Put a labelled 4mm tape in your DAT drive.
2. Log in as root and run:
make_recovery -A -v -C
This takes the entire vg00 and backs up to the default drive /dev/rmt/0m. You can change the drive being used (see man page).
You can then boot from such a tape and it will restore your vg00.
Just ask for more details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2002 12:00 PM
07-18-2002 12:00 PM
Re: IGNITE problem
Ignite is intended for the recovery of vg00. If you make an Ignite recovery tape and use it to reinstall your server (for instance, because of a corrupted vg00), then Ignite will automatically 'vgimport' your non-vg00 volume groups. This is one purpose and/or design feature.
It is possible to include and/or exclude additional volume groups, directories and/or files with Ignite's 'make_tape_recovery'.
*However*, if all you are doing is switching application code, I simply suggest that you backup your appliation data; (re)create the necessary filesystem for the second application and load it.
I hope that you isolate your operating system on vg00 and keep all application code in another volume group(s).
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2002 12:03 PM
07-18-2002 12:03 PM
Re: IGNITE problem
BTW, if you wish to make a bootable Ignite recovery tape of vg00, use:
# make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn
Download the latest Ignite software and documentation from here:
http://www.software.hp.com/products/IUX/index.html
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2002 12:04 PM
07-18-2002 12:04 PM
Re: IGNITE problem
Try the ignite faq,
http://www.software.hp.com/products/IUX/faq.html
and the sys admin guide for ignite,
http://www.software.hp.com/products/IUX/docs/sysadm.html
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2002 12:43 PM
07-18-2002 12:43 PM
Re: IGNITE problem
Might sound strange but this is the tricky situation.
Regards
Saurabh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2002 02:05 PM
07-18-2002 02:05 PM
Re: IGNITE problem
After that, if your second HP-UX machine has a tape drive you can copy the make_net_recovery image to tape and make it bootable.
Details on how to do this are in /opt/ignite/share/doc/makenetrec.txt