Operating System - HP-UX
1752785 Members
6038 Online
108789 Solutions
New Discussion юеВ

Re: whats the syntax to create iso image from hp-ux bootable DVD

 
MJA_1
Advisor

whats the syntax to create iso image from hp-ux bootable DVD

What is the syntax to create iso image from hp-ux bootable DVD. I have hp-ux 11.23 1/2 dvd and need a .iso image to boot hpvm guest.

Please let me know.

Thanks .. MJ
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: whats the syntax to create iso image from hp-ux bootable DVD

Shalom,

http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1128431

Most of what you need is in that thread.

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
Torsten.
Acclaimed Contributor

Re: whats the syntax to create iso image from hp-ux bootable DVD

I did this in the past with a simple "dd" command like this:

# dd if=/dev/rdsk/..cd-device.. of=/file bs=2k

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Tim Nelson
Honored Contributor

Re: whats the syntax to create iso image from hp-ux bootable DVD

make_media_install -r B.11.31 -m iso_directory

Change -r for HPUX version. e.g. B.11.23 or B.11.31


This will create an iso file in the supplied directory that you can use as a virtual DVD or burn to real DVD

References to this script at in the Ignite manual

Tim Nelson
Honored Contributor

Re: whats the syntax to create iso image from hp-ux bootable DVD

sorry.. posted too quickly.

and...you can then copy the installation DVDs to a depot for use from all servers.
e.g
boot from boot helper then pick depot installation.


The other options mentioned I am not sure how you are going to append the two DVDs into a single ISO image.