Installing the InfoPrint Manager macOS client

The macOS Command Line Clients and the InfoPrint server are available in these languages:

  • English
  • French
  • German
  • Italian
  • Japanese
  • Spanish
To use a non-English version of InfoPrint Manager, your Linux system must have installed the file sets for that language. You should associate the macOS Command Line clients with an InfoPrint server running in your language.

To install the InfoPrint Manager macOS Command Line clients:

  1. Log into the macOS system as root.
  2. Insert the RICOH InfoPrint Manager: Common Clients DVD-ROM, LCD4–5642 into your drive.
  3. Copy the installer package for the version of the macOS Command Line Client you want to install to a temporary location. For example: /tmp.
  4. To install macOS Command Line Client, double-click on the ipr-cmd-4.13.m-n.i586.pkg package to launch the installer, where m and n represent the service update level.

    If you want to install the macOS Command Line Clients in silent mode:

    1. Open a command terminal.
    2. Execute the following command:

      sudo -S installer -verbose -pkg /tmp/ipr-cmd-4.13.m-n.i586.pkg \
       -target
      where m and n represent the service update level.

  5. Follow the instructions provided in the installer to finish the installation.
  6. Remove the RICOH InfoPrint Manager: Common Clients DVD-ROM.
  7. Create a shell script in the language of your choice or manually set these environment variables:
    PDHOST
    The name of the host where the InfoPrint server is located.
    PD_SOCKET
    The TCP/IP socket number of the port for the InfoPrint server. The default socket is 6874. Use 6874 unless your system has been specifically set up differently, or you have more than one InfoPrint Manager server running on the host.
    PDPRINTER
    The default logical destination in the InfoPrint Manager server. The commands will use this value if you do not specify a logical destination (the -PDestinationName flag) on the command line.

    This example shows a Korn shell script to set the environment variables:

    export PDHOST="hostname-of-infoprint-server"
    export PD_SOCKET="6874"
    export PDPRINTER="name-of-default-logical-destination"
    

  8. Test the system:
    1. Open a command line window.
    2. Set the environment variables as directed in step 7 either manually or using a shell script.
    3. Issue one of the chosen commands, followed by the -h flag to display the syntax of that command and verify the installation.

      For example:

      pdls -h

    4. Arrange for all users of the macOS Command Line Clients to set the environment variables as directed in step 7, whenever they log in. You can use either of these methods:
      • Set the environment variables in the default shell configuration file, either individually or by invoking the shell script.
      • Tell each user to set the environment variables in his or her own shell configuration file, either individually or by invoking the shell script.
Note: To perform a correct installation, use a macOS account with admin rights.