Using the SystemD services

You can start, stop, restart, enable, or disable the following InfoPrint Manager services using the SystemD systemctl command:

  • InfoPrint Manager IPPGW (ipm-ippgw)
  • InfoPrint Manager Licensing (ipm-licverd)
  • InfoPrint Manager LDAP Cache (ipm-lcd)
  • InfoPrint Manager LPD (ipm-lpd)
  • InfoPrint Manager MVS Download (ipm-mvsd)
  • InfoPrint Manager Notification (ipm-notifyd)
  • InfoPrint Manager PDServers (ipm-pdservers)
  • InfoPrint Manager SAP (ipm-sapcbd)
  • InfoPrint Manager Web Server (ipm-ws)

To start a stopped InfoPrint Manager service, you can use:

systemctl start <servicename>[.service]

To stop an InfoPrint Manager service, you can use:

systemctl stop <servicename>[.service]

To restart an InfoPrint Manager service, you can use:

systemctl restart <servicename>[.service]

To enable an InfoPrint Manager service, you can use:

systemctl enable <servicename>[.service]

To disable an InfoPrint Manager service, you can use:

systemctl disable <servicename>[.service]

    Note:
  • Only root and the user running InfoPrint Manager can start, stop, or restart an InfoPrint Manager service by using systemctl.
  • 2. Only root can enable or disable an InfoPrint Manager service by using systemctl.

For more information, see the man page for systemctl (1).