Operating System - HP-UX
1753774 Members
6902 Online
108799 Solutions
New Discussion юеВ

Make ignite DVD without an ignite server

 
Jim Naylor
Advisor

Make ignite DVD without an ignite server

I need to make an install DVD for one of my systems. I would like to include other volume groups in this install DVD. I know I can do this with make_tape_recovery, but this system does not have a tape drive. I ran the make_media_install and it created an image.iso file but I am not sure if this is just a boot disk or an install disk or if it included other volume groups. Is there a way to create this Ignite DVD that includes other volume groups without an Ignite Server?
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: Make ignite DVD without an ignite server

Shalom,

complete guide:

http://docs.hp.com/en/5992-6584/ch14s03.html

No Ignite server required.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
rleon
Regular Advisor

Re: Make ignite DVD without an ignite server

cd /opt/ignite/data/scripts/examples
# ./make_media_install

It will try to write an iso to a dvd in the server. But at step 6 it will fail .. you can download the iso and burn it on your desktop.

/var/opt/ignite/media/image.iso

=== Step 6: Write image file to tape/CD/DVD media ===
+ /opt/ignite/lbin/growisofs -Z /dev/rdsk/c0t0d0=/var/opt/ignite/media/image.iso
:-[ LOAD TRAY failed with SK=5h/ASC=24h/ACQ=00h]: I/O error
+ Error 83 /opt/ignite/lbin/growisofs failed.
./make_media_install: ERROR: /opt/ignite/lbin/growisofs failed.

For help on the command.
# ./make_media_install -help
./make_media_install[1882]: getopts: h A specified flag is not valid for this command.
Usage: ./make_media_install
[-C|-T] [-r release] [-o 32|64v|64w|IA]
[-f config_file] [-F config_file]
[-a archive]... [-d depot]... [-l impact_level]
[-m media_dir] [-p pseudo_root]
[-b block_special] [-c char_special] [-S dev_spec] [-M mount_point]
[-H] [-R LV_char_special] [-s start_step]
Hakki Aydin Ucar
Honored Contributor

Re: Make ignite DVD without an ignite server

Hello Jim,

I found this one today, just coincidence because I was looking for another thing but I found this one in Patrick Wallek's Web site maybe it is good for you, recommend you to check it out:

http://www.wallek.com/pwtech/Creating_a_bootable_DVD_from_an_Ignite_tape.pdf