there is no possibility to change the size of netmon.trace files.
But you can use a small script running in the background, like:
#!/bin/ksh
while true
do
if [ -f /usr/OV/log/netmon.trace.old ]
do
TIMESTAMP=`date +"%y%m%d%H%M%S"`
mv /usr/OV/log/netmon.trace.old /usr/OV/log/netmon.trace.$TIMESTAMP
done
I've just typed it without testing .....
Kind regards
Oliver Bruchhaeuser
Tivoli NetView EMEA L2 Support
IBM Deutschland GmbH - ITS Tivoli - Dept. 7977 - Hechtsheimer Str. 2 -
55131 Mainz - Germany
Phone: +49-6131-84-5108 - Fax: +49-6131-84-6585 - email:
bruchhae@de.ibm.com
Need help with Tivoli Software Products?
Ask Tivoli!
http://www.tivoli.com/asktivoli (login with your customer account)
Bartlomiej
Grenda/Poland/ To: nv-l@tkg.com
IBM@IBMPL cc:
Sent by: Subject: [NV-L] How can I change
size of the netmon.trace file?
owner-nv-l@tkg
.com
10.08.2001
10:47
Please respond
to IBM NetView
Discussion
Tivoli NetView 6.0.2 on AIX. 4.3.3
I'm trying to capture some problems with false alarms (described in my
previous post). Therefor I'm collecting netmon traces at highest level
possible (netmon -M -1). But netmon.trace file (and accompanying
netmon.trace.old of course) fills very quickly and it seems to have defined
max size so I'm loosing interesting for me log (I've got only later logs in
it, I don't have it event in netmon.trace.old file). Where is netmon.trace
file size defined? Can I change it?
Pozdrowienia/Regards
Bartlomiej Grenda
_____________________________________
IBM Poland, I/T Specialist
tel +48-61-8649493, fax +48-61-8649488
e-mail: Bartlomiej.Grenda@pl.ibm.com
_________________________________________________________________________
NV-L List information and Archives: http://www.tkg.com/nv-l
|