Ed_Carter
12 years agoLevel 4
5220 - Schedule additional queue processing
Just wondering if its possible to schedule additional MSDP queue processing on a 5220 in a similar way that on a windows host you could just create a job in the task scheduler.
I find the two auto runs just don't keep the queue in check and its irritating having to do manual runs during the day..
Thanks!
Ed
Hope i get this right!:
crontab -e
THis opens up crontab in the same way vi editor works
Add this line:
0 */6 * * * /usr/openv/pdde/pdcr/bin/crcontrol --processqueue
This means .. starting at hour 0 run this command every 6 hours - so you can adjust the 0 and the 6 if you wish
Let me know if this is what you wanted