Planning and implementing for Linux

Linux High Availability provides an environment that ensures a fast and reliable recovery of important applications from hardware and software failures. Linux High Availability is referred to as Linux HA hereafter.

Before installing InfoPrint Manager or any of the components for your Linux HA configuration, you need to plan for the configuration of system resources, plan for the configuration of important file systems across your installation, and plan the sequence that products should be installed on your Linux server.

InfoPrint Manager supports Red Hat Enterprise Linux High Availability Add On and SUSE Linux Enterprise High Availability Extension.

The following sections provide the Linux HA implementation requirements for InfoPrint Manager:

  1. Resource configuration planning
  2. File system configuration planning
  3. Installation order planning
    Note:
  • If you are installing InfoPrint Manager for AIX in an existing high availability installation, you should note that InfoPrint Manager appends information to the end of the /etc/inittab file. If a high availability application has been installed on the AIX server before InfoPrint Manager for AIX, the InfoPrint Manager information appears at the end of the /etc/inittab file.
  • InfoPrint Manager is not supported with mutual takeover and cannot run in that environment.
  • Stop and disable the following InfoPrint Manager services by running the following commands:

    InfoPrint Manager Web Server

    systemctl is-active --quiet ipm-ws.service && systemctl stop ipm-ws.service
    systemctl disable ipm-ws.service
    

    InfoPrint Manager IPPGW

    systemctl is-active --quiet ipm-ippgw.service && systemctl stop ipm-ippgw.service 
    systemctl disable ipm-ippgw.service
    

    InfoPrint Manager MVS Download

    systemctl is-active --quiet ipm-mvsd.service && systemctl stop ipm-mvsd.service 
    systemctl disable ipm-mvsd.service

    InfoPrint Manager LPD

    systemctl is-active --quiet ipm-lpd.service && systemctl stop ipm-lpd.service 
    systemctl disable ipm-lpd.service
    

    InfoPrint Manager SAP

    systemctl is-active --quiet ipm-sapcbd.service && systemctl stop ipm-sapcbd.service 
    systemctl disable ipm-sapcbd.service
    

    InfoPrint Manager PDServers

    systemctl is-active --quiet ipm-pdservers.service && systemctl stop ipm-pdservers.service 
    systemctl disable ipm-pdservers.service

    InfoPrint Manager Notification

    systemctl is-active --quiet ipm-notifyd.service && systemctl stop ipm-notifyd.service 
    systemctl disable ipm-notifyd.service

    InfoPrint Manager LDAP Cache

    systemctl is-active --quiet ipm-lcd.service && systemctl stop ipm-lcd.service 
    systemctl disable ipm-lcd.service

    InfoPrint Manager Licensing

    systemctl is-active --quiet ipm-licverd.service && systemctl stop ipm-licverd.service 
    systemctl disable ipm-licverd.service