Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

  • Interface1: New switch in PBS Configuration -  async_log_enable
    • Visibility: Public
    • Change Control: Stable
    • Synopsis:async_log_enable
    • Details: This is new qmgr parameter introduced 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. 
      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"
       OR
           qmgr -c "set server async_log_enable=0"
       By default asynchronous logging is disabled in PBS. 

 


  • No labels