The CA Gen Release 8.5 for AIX is now distributed as an ISO file. Use the following instructions to mount the ISO file:
Follow these steps:
Example:
ls -la /tmp/CAGen85.AIX.iso -rwxr-xr-x 1 root system 253929472 Dec 26 16:05 /tmp/CAGen85.AIX.iso
In our example, the image is approximately 254 MB, so use 256 MB as an image size.
For example, hdisk0.
# mklv -y cdlv -s n -L /dev/cdlv rootvg 256M hdisk0
In the following example command, the pseudo-device is /dev/cdlv.
# dd if=/tmp/CAGen85.AIX.iso of=/dev/cdlv
Note: This command may take a long time and creates two dd processes.
# mkdir -p /mnt/iso-disk # mount -v cdrfs -o ro /dev/cdlv /mnt/iso-disk
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|