NETWORK PRESENCE ABOUT SERVICES PRODUCTS TRAINING CONTACT US SEARCH SUPPORT
 


Search
display results
words begin  exact words  any words part 

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FW1] Automating script on Nokia



Hi All,

My platform is Nokia 650 IPSO 3.2.1

I need to automate a script that will kill the mail dequeuer (MDQ) every 2
hours. Can someone help me with this.

Here is the script I got earlier from this mailing list to kill MDQ but it
doesn't work for me. Can someone tell me what might be the problem. I think
the problem is that it doesn't set pid and therefore, the kill fails.

Thanks in advance

#!/bin/csh
set pid = "ps ugxaw | grep mdq | grep -v grep | awk '{print $2}'"
if ( "$pid" != "") then
     kill $pid
endif   


================================================================================
     To unsubscribe from this mailing list, please see the instructions at
               http://www.checkpoint.com/services/mailing.html
================================================================================



 
----------------------------------

ABOUT SERVICES PRODUCTS TRAINING CONTACT US SEARCH SUPPORT SITE MAP LEGAL
   All contents � 2003 Network Presence, LLC. All rights reserved.