Forum Discussion

phscott's avatar
phscott
Level 3
17 years ago
Solved

Growing logfile in /opt/VRTSpbx/log

I am getting these messages in my logfile in /opt/VRTSpbx/log of the master server.  It is filling up my /opt file system:

 

2,50936,103,103,705347,1221668325350,348358,1,0:,68:A registered PBX service NB_782468_1221668321988338473 has shutdown.,0:,0,(0|)
2,50936,103,103,705348,1221668325350,348358,1,0:,0:,0:,0,(9|A29:NB_782468_1221668321988338473|)
2,50936,103,103,705349,1221668349503,348358,1,0:,38:PBX_Manager:: handle_input with fd = 5,0:,0,(0|)
2,50936,103,103,705350,1221668349503,348358,1,0:,42:PBX_Client_Proxy::parse_line, line = ack=1,0:,0,(0|)
2,50936,103,103,705351,1221668349504,348358,1,0:,50:PBX_Client_Proxy::parse_line, line = extension=EMM,0:,0,(0|)
2,50936,103,103,705352,1221668349504,348358,1,0:,36:hand_off looking for proxy for = EMM,0:,0,(0|)
2,50936,103,103,705353,1221668349504,348358,1,0:,33:is_accepting about to return true,0:,0,(0|)
2,50936,103,103,705354,1221668349504,348358,1,0:,32:Client Expects an ACK, sent one.,0:,0,(0|)
2,50936,103,103,705355,1221668349504,348358,1,0:,12:Proxy found.,0:,0,(0|)
2,50936,103,103,705356,1221668349504,348358,1,0:,30:PBX_Client_Proxy::handle_close,0:,0,(0|)

 

I am running NetBackup 6.0 MP5 on AIX 5.3

Message Edited by phscott on 09-17-2008 09:24 AM
  • Omar's instructions are right EXCEPT that PBX doesn't fall under the NetBackup product ID, so "-p NB" won't help you.  It would be "-p 50936" instead of "-p 5121somethingorother" --

     

    You know what, it's easier to send you to the TechNote.  ;-)

     

    DOCUMENTATION: How to change the logging level and other unified log settings for the Veritas Private Branch Exchange process

     http://support.veritas.com/docs/279929

     

    Turn it down to zero.

     

    I don't know if you have to stop/restart PBX after making that change or not.  If you're not running any backups it wouldn't hurt.

     

     

4 Replies

  • configure your logs to be less verbose, you can use this:

     

    See log files of an Originator ID

    vxlogmgr -s -o <OID>
    List all unified log files
    vxlogmgr -s -o <orginator>
    Delete log files
    vxlogmgr -d -o <originator> -a
    List Settings
    vxlogcfg -l -o <originator> -p NB
    regards
  • Omar's instructions are right EXCEPT that PBX doesn't fall under the NetBackup product ID, so "-p NB" won't help you.  It would be "-p 50936" instead of "-p 5121somethingorother" --

     

    You know what, it's easier to send you to the TechNote.  ;-)

     

    DOCUMENTATION: How to change the logging level and other unified log settings for the Veritas Private Branch Exchange process

     http://support.veritas.com/docs/279929

     

    Turn it down to zero.

     

    I don't know if you have to stop/restart PBX after making that change or not.  If you're not running any backups it wouldn't hurt.

     

     

  • That was it.  My logging level was at 10.  It doesn't seem to allow a logging level of 0, so I set it to 1. 

     

    Another question:  Is there any way to clean up the logfile?  It is ~1.9GB.  If not, I will zero it out with "> logfile". 

     

    Thank you very much for your quick response!

  • After you stop PBX, you should be able to delete the log file without any trouble.  (You could probably delete it while PBX was running, but for peace of mind I'd stop it first.)