Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
mmorri8305 wrote:
gbaddeley wrote:
It might occur again.... Does your monitoring script record the output of "ls -l" on a regular basis? This will provide solid evidence for file sequence numbers apparently disappearing and reappearing.
Actually, we are just monitoring manually.
It would be pretty easy to set up a script that is regularly run by a cron job from mqm userid. eg. /var/mqm/loglist.ksh
Code:
#!/usr/bin/ksh
{
date
ls -lR /var/mqm/log
} >>/var/mqm/loglist.out 2>&1
However, it may not be of much value, as MQ log processing is very solid and reliable. _________________ Glenn
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum