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/license directory.
  • 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.

To install the base product in automated mode:
  1. 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.
  2. Open a command line and enter this command to make sure you are in the root directory:
    • cd /
  3. Mount the primary server to the file server.
    • On the lead primary server, use these commands:
      mkdir /aiw
      mount -t nfs fileserver-hostname:/mpaiw/primary1aiw /aiw
    • On the alternate primary server, use these commands:
      mkdir /aiw
      mount -t nfs fileserver-hostname:/mpaiw/primary2aiw /aiw

    where fileserver-hostname is the IP address or host name of the file server.

  4. If you are installing from a DVD:
    1. Insert the base product DVD in the drive.
    2. To determine the name of the mount point, enter:
      • ls /media
      On some systems, the name of the mount point is the same as the name of the CD or DVD.
        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.

    3. Mount the drive, if necessary. Enter:
      • mount /media/mount_point
    4. Change directories so you can see the contents of the DVD. Enter these commands:
      • cd /media/mount_point
      • cd linux
    5. Continue with step .
  5. If you are installing from an ISO file:
    1. Follow the instructions in Mounting an ISO file.
    2. Change directories so you see the contents of the ISO file, then open the linux directory.
  6. 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.

  7. When the command line returns, determine whether the install was successful or an error occurred.
    1. On the lead primary: Open the install summary file, located here: /opt/infoprint/ippd/logs/installer/summary.log and look at the last line of the file.
        Note:
      • If the file doesn't exist, the install process likely failed in prerequisite checking. Continue with step .

      If the installation completed successfully, the last line includes this text:

      RICOH ProcessDirector system activation complete. Return code: 0.

      • If the installation was successful, continue with step .
      • If the last line is different, review the summary for information about errors. If you see an activation error, contact Software Support.

    2. 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.log
      

      In 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

    3. Open the prerequisite report, located here: /opt/infoprint/ippd/logs/installer/prereq.out
      This 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.
    4. Check the entries in the response file.
      Make sure all the values use correct spelling and upper/lower case letters. Try to run the installer again (step ).
    5. If the install fails for a second time, contact Software Support.
  8. 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.

  9. 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.

  10. If you installed from a DVD, eject the disc.
  11. Reboot the system.
  12. If you just installed on the lead primary, continue with Configuring the lead primary server.
  13. If you just installed on the alternate primary, continue with Configuring the alternate primary server.