Installing the software on a Linux system
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
- Type
cd /media/<mount_point>/linux
- 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.
- 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.
- Unmount the /media/<mount_point>/ file system.