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

UTM 9.404-5 on VMware problem

Hi.

I have my utm installed on my IBM server in VMware environment.

the last days the UTM suddelny stops all traffic over WAN randomly.
the solution to get it working is to reboot the UTM VM and things get back to normal. 

Today this has happens 3 times in 6h and getting a little inconvenient.

This is the graph from VMware.

 

were in the UTM can i start looking to troubleshoot my problem?

/Dan



This thread was automatically locked due to age.
Parents
  • i did disable application control and qos. 
    th e problem stop.

    i did se a 100% CPU load over a long period, when connection loss started.

    A bug? 

  • Dan, this is just a WAG, but I wonder if you don't have a broken PostgreSQL database.  To repair only the SMTP databases, run the following as root at the command line:

    /var/mdw/scripts/smtp stop
    dropdb -U postgres smtp
    createdb -U postgres smtp
    /var/mdw/scripts/smtp start

    If that doesn't solve your problem, make a copy of your VM so that you can keep your data bases if the following doesn't fix the problem:

    /etc/init.d/postgresql92 rebuild

    Any luck?

    Cheers - Bob

Reply
  • Dan, this is just a WAG, but I wonder if you don't have a broken PostgreSQL database.  To repair only the SMTP databases, run the following as root at the command line:

    /var/mdw/scripts/smtp stop
    dropdb -U postgres smtp
    createdb -U postgres smtp
    /var/mdw/scripts/smtp start

    If that doesn't solve your problem, make a copy of your VM so that you can keep your data bases if the following doesn't fix the problem:

    /etc/init.d/postgresql92 rebuild

    Any luck?

    Cheers - Bob

Children