B.0 iPrint Log Files Location

This section details the location of the iPrint log files.

Name

Location

Driver Store

/var/opt/novell/log/iprint/idsd.log

Print Manager

/var/opt/novell/log/iprint/ipsmd.log

iPrint Gateway

/var/opt/novell/log/iprint/iprintgw.log

LPR enabled printers

/var/opt/novell/log/iprint/ilprsrvrd.log

Print Manager CIM Provider

/var/opt/novell/log/iprint/ipsmprov.log

Cluster related

/var/opt/novell/log/iprint_nss_relocate.log

ZCM Migration

/var/opt/novell/migration/zcm10-migration.log

iPrintman

/var/opt/novell/log/iprintmgmt/iprintman0.log

New Log Levels

Update 1-OES 2018-Mandatory patch introduces new log levels for ipsmd.log.

To change the log levels, do the following:

  1. Edit the /etc/opt/novell/iprint/conf/iprintconf.properties file if the log level information is not available after applying the patch.

    Sample iprintconf.properties file

    platform=oes
    mobility_addon_installed=false
    mobility_addon_configured=false
    1. Add the following information:

      #Log level for Print Manager logs(ipsmd.log). Any other level set other than the following will be reset to "warning".
      # 1) warning(logs WARNING and FATAL level logs)
      # 2) info(logs all types of logs)
      server_log_level=warning

      If the server_log_level=warning, it logs Warning and Fatal messages.

      To log all types of logs, change the parameter to info.

      server_log_level=info

      Sample iprintconf.properties file

      platform=oes
      mobility_addon_installed=false
      mobility_addon_configured=false
      
      #Log level for Print Manager logs(ipsmd.log).Any other level set other than the following will be reset to "warning".
      # 1) warning(logs WARNING and FATAL level logs)
      # 2) info(logs all types of logs)
      server_log_level=info

      NOTE:Only add the log level information, do not edit the existing information from the iprintconf.properties file.

  2. To apply the log level changes, you must restart Print Manager, systemctl restart novell-ipsmd.service