1834586 Members
3549 Online
110069 Solutions
New Discussion

burning data CD and DVD

 
SOLVED
Go to solution
dik
Occasional Contributor

burning data CD and DVD

Hi ,
I have HP-UX 11.31 box.
I want to burn data DVD.
What commands and options should I specify to achieve this?


Thanks,
Dik
5 REPLIES 5
Torsten.
Acclaimed Contributor

Re: burning data CD and DVD

In the past, there was a special depot for 11.11 and 11.23:

http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXDVDWRITE

The needed tools are now included in ignite/UX (growisofs, makeisofs ...) and should be already installed on your system, check for example
# whereis growisofs

You'll find docs in the link above or the ignite documentation

http://docs.hp.com/en/IUX

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!   
whiteknight
Honored Contributor
Solution

Re: burning data CD and DVD


Dik,

this function already built in ignite-ux

See this link
http://docs.hp.com/en/5991-7999/ch11s03.html

You can find both scripts in the directory

/opt/ignite/data/scripts/examples.

Detailed usage information is available via

#make_media_install -?

and summary information is available via

#make_opticaldisc_recovery -?



WK
Problem never ends, you must know how to fix it
Danny Petterson - DK
Trusted Contributor

Re: burning data CD and DVD

Another way to do it, is using these opensource-tools (cdrtools):

http://cdrecord.berlios.de

They work on most *n*x-platforms, if you ever need to use them on other than hp-ux.

Cheers
Danny Petterson
Steven E. Protter
Exalted Contributor

Re: burning data CD and DVD

Shalom,

Current supported DVD writers support only the 4 GB RW+ format.

Take that into consideration in planning.

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
V. Nyga
Honored Contributor

Re: burning data CD and DVD

Hi,

see the man pages of 'growisofs' and 'mkisofs'.
I use it this way:
growisofs -Z /dev/rdsk/c0t0d0 -r -U -max-iso9660-filenames
To test it first, use the option 'dry-run':
growisofs -Z /dev/rdsk/c0t0d0 -dry-run -r -U -max-iso9660-filenames

HTH
Volkmar
*** Say 'Thanks' with Kudos ***