IBM®
Skip to main content
    Country/region [select]      Terms of use
 
 
    
     Home      Products      Services & solutions      Support & downloads      My account     
 
developerworks > My developerWorks >  Dashboard > AIX > ... > AIXV53Howtos > AIXV53BldISO
developerWorks
Log In   View a printable version of the current page.
Overview Connect Spaces Forums Wikis
AIXV53BldISO
Added by OneSkyWalker, last edited by OneSkyWalker on Oct 13, 2009  (view change)
Labels: 
(None)

How to build a .ISO file from the contents of an AIX V5.3 directory

The following command will create a file in Rock Ridge (ISO9660) format:

/usr/sbin/mkcd -I /tmp/iso -r /tmp/input -S

where:

  • /tmp/input is the directory whose contents are to be placed in the ISO image file and
  • /tmp/iso is the directory in which the ISO image file is to be written.

The ISO image file will be named something like cd_image_19214 in the /tmp/iso directory. Seems prudent to rename the ISO image file to something with a .ISO suffix (eg, bestprac.iso) immediately after it is built.

Notes:

  1. An ISO image can be mounted on AIX V5.3 to confirm that the image is good.

  2. According to the /usr/lpp/bos.sysmgt/README.oem_cdwriters file, the following command will burn an ISO image to CD-R or CD-RW media:
    /usr/sbin/burn_cd /dev/cd0 /tmp/bestprac.iso
    

    where:

    • /tmp/cd0 is the device on which the ISO image is to be burned and
    • /tmp/bestprac.iso is the ISO image to be burned.

  3. The mkisofs package (available for download from the AIX Toolbox for Linux Applications web page) probably offers an alternative to the mkcd command.

The contents of this web page solely reflect the personal views of the authors and do not necessarily represent the views, positions, strategies or opinions of IBM or IBM management. Please use the Add Comment link at the bottom of the page to provide feedback. Note: Until you log in (using the link in the upper right corner of this web page), you will not see the Add Comment link and you can not add a comment. If you do not already have an IBM ID, use the Register Now link on the sign in page to obtain one. Registration is quick and easy.


 
    About IBM Privacy Contact