- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- burning data CD and DVD
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
08-28-2007 06:40 PM
08-28-2007 06:40 PM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2007 06:53 PM
08-28-2007 06:53 PM
Re: burning data CD and DVD
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2007 07:18 PM
08-28-2007 07:18 PM
SolutionDik,
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2007 07:34 PM
08-28-2007 07:34 PM
Re: burning data CD and DVD
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2007 07:47 PM
08-28-2007 07:47 PM
Re: burning data CD and DVD
Current supported DVD writers support only the 4 GB RW+ format.
Take that into consideration in planning.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2007 09:18 PM
08-28-2007 09:18 PM
Re: burning data CD and DVD
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