cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
545
Views
0
Helpful
2
Replies

LMS 3.0 - Log files available for logrot

RyanJohnstone
Level 1
Level 1

we have some large log files in the program files\cscopx\logs which we would like to include in the logrot process or find some way of shrinking them, these files are listed below

NOSServer.log

PTMServer.log

EPMServer.log

DFMLogServer.log

ConfigMgmtServer.log

does anyone know if these files can be included??  they are not listed under the log file status window so if they can be included can anyone advise on the recommended maximum size?

Thank you

Ryan

2 Replies 2

Gaganjeet Chug
Level 4
Level 4

Hi Ryan,

Its safe to include the below logs for log rotation.

NOSServer.log

PTMServer.log

EPMServer.log

DFMLogServer.log

ConfigMgmtServer.log

You can configure logrot feature to rotate these logs like

NMSROOT\bin\perl logrot.pl -c    ( -c option will let you to configure logrot for these files)

Regarding the maximun size for these files that depends on the server requirement.I will suggest to make it 10 MB so that you have recent relevant data in case you need it somehow and data which is very old iwill be actually truncated.

Thanks

Gaganjeet.

Thanks Gaganjeet,

I will get these set up on logrot.