CREATING BOOTABLE CD MEDIA
发表于:2007-05-26来源:作者:点击数:
标签:
Preferably on the same system that the non-bootable backup came from, execute the following commands: # cd /var/adm/ras # ls ./bosinst.data ./image.data | backup -ivqf/tmp/fakemksysb # mkcd -m /tmp/fakemksysb -d /dev/cdx # Where cdx is an
Preferably on the same system that the non-bootable backup came from, execute
the following commands:
# cd /var/adm/ras
# ls ./bosinst.data ./image.data | backup -ivqf/tmp/fakemksysb
# mkcd -m /tmp/fakemksysb -d /dev/cdx # Where cdx is an attached cdwriter
OR
# mkcd -m /tmp/fakemksysb -S # Will create a CD image which can be
# transferred to a system with a cdwriter
Note: The final mkcd command in the previous example makes an image that could
be transferred to another system (AIX or non-AIX) for burning.
Note: The bosinst.data file must be set for a prompted install (PROMPT = yes).
原文转自:http://www.ltesting.net
|