Burn Image to DVD in AIX

Burn Image to DVD in AIX

 
Burn Image to DVD
there are two ways to restore a mksysb file.  One is to use NIM, the other is to burn the mksysb image onto
DVD.

  This was the copying a mksysb image to a DVD or creating an ISO
image with the entire DVD image in it.  So I'll just give you some
sample commands:

To create the mksysb image:
# mksysb -i /some/file
Note: Make sure that the filesystem you are using is either larg-file
enabled JFS or JFS2.

To burn that mksysb image onto a DVD (using UDF format):
# mkdvd -U -m /some/file -d /dev/cd0
This will skip the step of creating the mksysb image and use the one you
specify.  Again, this must be done on a system at the same ML or higher
than the original system.

To create an ISO image of the DVD:
# mkdvd -S -m /some/file -d /dev/cd0
If you want the mkdvd command to create the mksysb image for you, just
leave out the -m flag:
# mkdvd -S -d /dev/cd0

To burn an ISO image using an AIX system:
# burn_cd -d /dev/cd0 /some/ISO_file
Note: The -d flag indicates that this is a DVD.  For CDs, leave the -d
out.
0 (0)
Article Rating (No Votes)
Rate this article
Attachments
There are no attachments for this article.
Comments
There are no comments for this article. Be the first to post a comment.
Full Name
Email Address
Security Code Security Code
Related Articles RSS Feed
Got Duplicate PVIDs in Your User VG? Try Recreatevg!
Viewed 3795 times since Fri, Feb 1, 2019
List of 10 Must Know Oracle Database Parameters for Database Administrator
Viewed 130054 times since Thu, Jun 21, 2018
Recovery from LED 552, 554, or 556 in AIX
Viewed 2761 times since Tue, Apr 16, 2019
LVM: Extend an existing Volume Group by adding a new disk
Viewed 5812 times since Sat, Jun 2, 2018
SSH Essentials: Working with SSH Servers, Clients, and Keys
Viewed 4596 times since Wed, Jun 27, 2018
Mount CD/DVD & ISO image in AIX 6.1
Viewed 4200 times since Tue, Jul 17, 2018
n a perfect world....rootvg would always reside on hdisk0
Viewed 2439 times since Thu, Jun 6, 2019
AIX - How to get network speed and statistic of ethernet adapter in AIX
Viewed 14678 times since Fri, Jun 8, 2018
The new VIOS performance advisor tool part util
Viewed 3484 times since Tue, Jun 4, 2019
AIX perf how to
Viewed 19217 times since Tue, Aug 14, 2018