Running the prerequisite checker
Use the prerequisite checker to verify that your system is ready to install RICOH ProcessDirector.
- Note:
- By default, the prerequisite checker log file is stored in this directory:
/opt/infoprint/ippd/logs/installer/prereq.out
- Log in to the primary computer as the root user.
- Important:
- You must log in as a user with UID 0. If you must log in as a different user, you can use sudo su - or su - to become the root user. However, do not use sudo or the su command in any other way to become the root user.
- Open a command line and enter this command to make sure that you are in the root directory:
- cd /
- If you are installing from a product DVD:
- Insert the base product DVD in the drive.
- If you already have a CD file system defined (named /cdrom, for example), you can
insert the disk and enter:
- mount /cdrom
To determine if you already have a file system defined, enter:- /usr/sbin/lsfs | grep cdrfs | awk ‘{print $3}’
- If you do not have a CD file system present, you can create one.
- Determine the name of the CD device by entering: lsdev -Cc cdrom
- Create the CD file system for device ‘cd0’ at mount point ‘/cdrom’ by entering: /usr/sbin/crfs -v cdrfs -p ro -d’cd0’ -m’/cdrom’
- To determine the name of the mount point, enter:
- Mount the drive, if necessary. Enter:
- mount /media/mount_point
- Change directories so you can see the contents of the DVD. Enter these commands:
- cd /media/mount_point
- ls
- If you are installing from a mounted ISO file:
- 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
- Enter this command:
- If you are installing from a TAR file:
- If you downloaded the TAR file, go to the folder where you downloaded the TAR file.cd /<tar file download directory>
- To expand the TAR file, enter:tar -xvf <tar file name>
- If you downloaded the TAR file, go to the folder where you downloaded the TAR file.
- To start the prerequisite checker, enter:
- For a DVD-based installation:
- /cdrom/setup -p PREREQ_ONLY=TRUE
- For a TAR-based installation:
- setup -p PREREQ_ONLY=TRUE
Note: Make sure that you enter the command for the prerequisite checker correctly. If it is not entered correctly, the RICOH ProcessDirector installer runs instead of the prerequisite checker. - For a DVD-based installation:
- If you are installing from a remote directory:
- Follow the instructions in Installing from a remote directory. Return and complete this procedure after you go to the mounted directory.
/opt/infoprint/ippd/logs/installer/prereq.out