Installing the base product (automated mode)
Before you begin, make sure that you have verified all the prerequisites for your configuration as listed in Planning for installation and Preparing the primary computer for installation. Also make sure that you have created an installer response file as described in Creating an installer response file.
- Note:
- On Red Hat-derived operating systems, CD and DVD drives are configured to mount automatically. However, drives that are automatically mounted are often set up so you cannot run programs from the media, including installation programs. You must unmount the drive and mount it again before you can start the installation program. You must remount the drive for every CD or DVD that you insert.
- During the installation, the RICOH ProcessDirector license files are copied to the
/opt/infoprint/ippd/base/licensedirectory. - To start the installation program in automated mode, you must log in as the root user.
However, if you use a configuration management program such as Ansible, you can log in as a different user. The configuration management program must have root access, but the user who logs in does not.
- Log in 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 you are in the root directory:
- cd /
- Mount the primary server to the file server.
where fileserver-hostname is the IP address or host name of the file server.
- If you are installing from a 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:
- Change directories so you can see the contents of the DVD. Enter these commands:
- Continue with step .
- If you are installing from an ISO file:
- Follow the instructions in Mounting an ISO file.
- Change directories so you see the contents of the ISO file, then open the
linuxdirectory.
- Start the installer.
- If you are installing the lead primary, enter: ./setupIPPD.bin -f path_to_response_file
- If you are installing the alternate primary, use this command to skip activation. Enter: ./setupIPPD.bin -f path_to_response_file -DONT_ACTIVATE=true
The installer runs without intervention. No messages appear in the command window to provide status. The command line returns either when the install completes successfully or when it encounters an error.A successful installation on the lead primary server requires at least 15 minutes and could last much longer. Installing on the alternate primary server completes faster because the product is not activated.
- When the command line returns, determine whether the install was successful or an
error occurred.
- On the lead primary: Open the install summary file, located here:
/opt/infoprint/ippd/logs/installer/summary.logand look at the last line of the file. - On the alternate primary: Type this command to see the last 20 lines of the install log:
tail -20 /opt/infoprint/ippd/logs/installer/ippd.dump.logIn the output, look for these lines:
INSTALL_SUCCESS=SUCCESS Congratulations! Ricoh ProcessDirector has been successfully installed to: /opt/infoprint/ippd
If those lines are present, the installation succeeded. Continue with step . If you do not see those lines, continue with step
- Open the prerequisite report, located here:
/opt/infoprint/ippd/logs/installer/prereq.outThis file shows the results of the prerequisite checker, which runs as part of the installation. If the file reports prerequisite issues, fix them and run the installer again. - Check the entries in the response file.
- If the install fails for a second time, contact Software Support.
- On the lead primary: Open the install summary file, located here:
- If you just installed the lead primary server, copy the Multiple Primary feature to
the primary server. Type this command:cp mountpoint/mpfeature/MultiplePrimary-*.epk /opt/infoprint/ippd/available/
where mountpoint is the mount point for the DVD or ISO file.
- On both primary servers, copy the synchronization script to the primary server. Type
this command:cp mountpoint/scripts/mp/rpd-sync.sh ~
where mountpoint is the mount point for the DVD or ISO file.
- If you installed from a DVD, eject the disc.
- Reboot the system.
- If you just installed on the lead primary, continue with Configuring the lead primary server.
- If you just installed on the alternate primary, continue with Configuring the alternate primary server.