- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Ignite help
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
02-06-2002 07:57 AM
02-06-2002 07:57 AM
Ignite help
Thanks Mitja
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2002 08:02 AM
02-06-2002 08:02 AM
Re: Ignite help
If you want to be able to recover your system, should you lose your disks, you can create a bootable backup:
make_recovery -Avi
it will default to /dev/rmt/0mn.
You can use this same tape to build another similar machine, just remember to change the IP and hostname.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2002 08:08 AM
02-06-2002 08:08 AM
Re: Ignite help
Here is some documentation:
http://www.docs.hp.com/hpux/onlinedocs/B2355-90704/B2355-90704_top.html
http://www.docs.hp.com/hpux/onlinedocs/B8339-90027/B8339-90027_top.html
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2002 08:10 AM
02-06-2002 08:10 AM
Re: Ignite help
Here quick and sure steps:
1. To generate the Ignite-UX tape :
# make_recovery -A -d /dev/rmt/#mn
Means : copy entire vg00 to tape.
The character "#" in the device name /dev/rmt/#mn is the number of your tape drive.
2. To restore a system with Ignite-UX tape :
2.1 Insert the tape into the drive.
2.2 Stop all running applications.
2.3 shutdown reboot.
2.4 Interrupt the boot sequence by typing any character
2.5 intercat with ISL : YES
2.6 ISL> SEA
This search for all your known hardware path within your system.
2.7 ISL> bo P#
Means, Boot with hardware path number P# which is the hardware path for the tape drive that you have under your system.
2.8 If you want the EXACT copy of system on the tape, just type OK and your system configuration will be restored as an image of the one done while generating the Ignite-UX tape in point 1
2.9 If you want to clone another system, just interact with interface to provide a new :
System name, IP address, gateway, sizing file system and so on.
Good luck
Magdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2002 08:15 AM
02-06-2002 08:15 AM
Re: Ignite help
If you choose point 2.8 ( EXACT configuration like the one on tape ), the root password will be the same , unless you want to modify it, you may choose point 2.9 and remains the other values unchanged.
Hope this helps and any questions just post it after .
Good luck.
Magdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2002 08:23 AM
02-06-2002 08:23 AM
Re: Ignite help
Do not forget the no-rewind device in :
/dev/rmt/#mn
This is located by the character "n" at the end of the device name.
Because, Ignite-UX needs to put the lif area in the begining of the tape then followed by the volume group vg00.
Magdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2002 08:27 AM
02-06-2002 08:27 AM
Re: Ignite help
You would install the OS, Applications and any patches and customizations.
Then copy the /opt/ignite/data/scripts/make_sys_image from the Ignite server to /tmp on the client.
edit some places in the script
run
/tmp/make_sys_image with some options.
This creates a tar gzip archive.
You can find information in the Ignite Administration Guide B2355 -90738.
http://docs.hp.com/hpux/os/11i/oe/index.html
under the Sys Admin heading.
The information is on page 110
Eileen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2002 08:28 AM
02-06-2002 08:28 AM
Re: Ignite help
If you try to clone another server, do not forget to change the mac address .
Magdi