Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Interface1: New switch in PBS Configuration:

...

highres_

...

time_

...

log_

...

enable
    • Visibility: Public
    • Change Control: Stable
    • Synopsis: PBShighres_LOGtime_HIGHRESlog_TIMESTAMPenable
    • Details: This is new qmgr parameter for pbs.conf file, using this parameter using which admin can control high resolution time stamp logging in PBS daemons logs. Possible value for this parameter is 1 or 0. 1 == Enabled and 0 == Disabled. By default high resolution will be enabled in PBS. If high resolution
                    To enable this parameter use the following command.
                           qmgr -c "set server highres_time_log_enable=1"
                    To disable this parameter use the following command.
                           qmgr -c "unset server highres_time_log_enable"

      By default high resolution logging will be disabled in PBS. If it is enabled then log's datetime format will be DD/MM/YYYY HH:MM:SS.XXXXXX where XXXXXX will be is microsecond. If high resolution is disabled then no change in current log's datetime format (i.e. DD/MM/YYYY HH:MM:SS). High resolution logging will NOT be used in Accounting logs for backward compatibility for PBS Analytics.

...