QueueStore, how to purge?

Hi,

One of our machines is throwing this warning to /var/adm/messages every few minutes.

May 9 08:14:46 host SRS Proxy[315]: [ID 626578 daemon.warning] QueueStore reclaimed 1 entry, 2048 bytes

/opt/SUNWsrspx/bin/srspxrun -p shows no current problems communicating with Sun.

There are over 10000 messages sitting in /var/SUNWsrspx/SRSQueueStore/store/queues/URGENT/high, some from as far back as February. I am wondering if there's an easy way to purge these older items or if I should just use 'rm' based on the date of the files? I haven't found anything on the forums or Google at this point.

Stacey Conrad

Millersville University

[821 byte] By [] at [2007-11-25 22:37:35]
# 1

The cleanest way is to just delete the entire queuestore, and follow it with a restart of the srsproxy process:

# rm -r /var/SUNWsrspx/* ; pkill -9 srsproxy

The restart of srsrproxy will recreate the queue structure.

at 2007-7-5 14:06:10 > top of Java-index,General,Maintenance...
# 2
Thanks for the info...... Soma
c015365 at 2007-7-5 14:06:10 > top of Java-index,General,Maintenance...