Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • Interface1: New switch in PBS Configuration -   PBS async_LOGlog_ASYNCenable
    • Visibility: Public
    • Change Control: Stable
    • Synopsis: PBSasync_LOGlog_ASYNCenable
    • Details: This is new qmgr parameter introduced in pbs.conf file using which PBS Admin can set the logging to asynchronous for the daemons so that slow or busy file system will not adversely impact their performance. Possible value for this parameter are 0(disabled) and 1(enabled). By  
      To enable asynchronous logging use the following command
            qmgr -c "set server async_log_enable=1"
      To disable asynchronous logging use the following command
            qmgr -c "unset server async_log_enable
       By default asynchronous logging is enabled disabled in PBS.