This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

restart httpproxy

Hello,

we have an asg 220 and I want to know how I can stop/start the httproxy process within putty and the ASG webadmin.
How can make a cronjob to restart a process or is that not allowed?


This thread was automatically locked due to age.
Parents
  • I use this script to restart proxy twice per day. Using it for 6 months.


    mail:/home/login # cat /etc/crontab-static
    -----------------------------------------------------------------------------------------------
    SHELL=/bin/sh
    PATH=/usr/bin:/usr/sbin:/sbin:/bin
    MAILTO=""

    30 6 * * *     root    /var/mdw/scripts/httpproxy restarta
    35 6 * * *     root    sync; echo 3 > /proc/sys/vm/drop_caches

    30 12 * * *     root    /var/mdw/scripts/httpproxy restart
    35 12 * * *     root    sync; echo 3 > /proc/sys/vm/drop_caches
Reply
  • I use this script to restart proxy twice per day. Using it for 6 months.


    mail:/home/login # cat /etc/crontab-static
    -----------------------------------------------------------------------------------------------
    SHELL=/bin/sh
    PATH=/usr/bin:/usr/sbin:/sbin:/bin
    MAILTO=""

    30 6 * * *     root    /var/mdw/scripts/httpproxy restarta
    35 6 * * *     root    sync; echo 3 > /proc/sys/vm/drop_caches

    30 12 * * *     root    /var/mdw/scripts/httpproxy restart
    35 12 * * *     root    sync; echo 3 > /proc/sys/vm/drop_caches
Children
No Data