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.
- To determine the name of the mount point, enter:
- ls /media
Note: If you are using a Red Hat or Rocky Linux system, the drive might mount automatically. However, drives that are mounted automatically on those systems are set up so that you cannot run programs from the media. You must unmount the drive and mount it again with the exec option before you can continue. You can use this command:mount -t iso9660 -o remount, exec <mount_point>
You must remount the drive for every CD or DVD that you insert.
- Mount the drive, if necessary. Enter:
- mount /media/mount_point
- Change directories so you can see the contents of the DVD. Enter these commands:
- If you are installing from a mounted ISO file:
- Create the ISO mounting point. For example,
mkdir /isomount
.Note: The mounting point for the ISO file does not need to be created off the root directory. It can be created anywhere on the system. - Transfer the ISO file to the computer. For example, place the file in the directory
/tmp/RPD.iso
. - Mount the ISO file using this command:
mount -o loop /<location of ISO>/<mounting point>
For example:mount -o loop /tmp/RPD.iso /isomount
- Create the ISO mounting point. For example,
- 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.
- To start the prerequisite checker, enter: ./setup -p PREREQ_ONLY=TRUENote: Make sure that you enter the command for the prerequisite checker correctly. If you type the -p flag incorrectly, the installer ignores the flag and runs the full installation program instead of the prerequisite checker.
/opt/infoprint/ippd/logs/installer/prereq.out