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 6 Next »


  • Interface: As an admin, I would like to have the mom log her hostname each time the log file gets opened.


  • Visibility: Public
  • Change Control: Stable
  • Details: MOM logs her hostname information whenever a new log file is opened, on HUP, etc.
  • So that user can know easily and for sure which host produced a log file I am looking at.

  • This will get displayed in the next line sequential to pbs_version.
  • Both PBS_LEAF_NAME and hostname are logged if PBS_LEAF_NAME is set.

    • Sample Log:

      11/11/2016 17:56:31;0002;pbs_mom;Svr;Log;Log opened
      11/11/2016 17:56:31;0002;pbs_mom;Svr;pbs_mom;pbs_version=14.2.1.20161110064834
      11/11/2016 17:56:31;0002;pbs_mom;Svr;pbs_mom;hostname=vbox,pbs_leaf_name=N/A
      11/11/2016 17:56:31;0002;pbs_mom;Svr;pbs_mom;pbs_build=mach=N/A:security=N/A:configure_args=N/A
      11/11/2016 17:56:31;0100;pbs_mom;Svr;parse_config;file config
      .........................................................................................................
      .........................................................................................................
      .........................................................................................................


  • No labels