Installing the software on a Linux system

Log in to the Linux system as root.
Note: If you are using the InfoPrint Manager Notifications client to receive notifications from a InfoPrint Manager Linux server, you must start the client from the system that it is installed on. You cannot telnet into the Linux system where the Notification client is installed from another system and try to start the Notification client.

To install the InfoPrint Manager Notifications client on a Linux system where you have not installed the InfoPrint Manager server you must first mount the InfoPrint Manager Common Clients ISO:

sudo mount /path/to/image.iso /media/<mount_point> -o loop

  1. Type cd /media/<mount_point>/linux
  2. To install the Java required by the Operations and Administration Interface on Linux, enter: rpm -i ipr-base-java-4.v.m-n.x86_64.rpm, where v represents the version while m and n represent the service update level.
  3. To install the Notification Client on Linux, enter: rpm -i ipr-base-notifyclient-4.v.m-n.x86_64.rpm , where v represents the version while m and n represent the service update level.
  4. Unmount the /media/<mount_point>/ file system.