Mounting an ISO file on AIX
You can use a virtual drive to mount an ISO file to install RICOH ProcessDirector.
- Enter this command:
ulimit -f unlimited
. - Transfer the ISO file to the computer. For example, place the file in the
/aiw
directory. - Create a directory for the ISO file:
mkdir /iso
- Mount the ISO file:
loopmount -i <filename.iso> -o "-V cdrfs -o ro" -m /iso
For example:
loopmount -i aiw_aix.iso -o "-V cdrfs -o ro" -m /iso
- Before you run the setup script, change directories:
cd /iso