Page 1 of 1

Correct way to change IP address

Posted: Wed Jan 17, 2007 1:03 am
by arnaudsj
Hi,

I just installed Scalix 11 GA and everything is good. I now moved the server from the dev environment to the prod env, so I changed the IP address. Somehow though since I did this scalix-postgres service failed to start. What is the correct procedure with Scalix to change the IP address ?

Thank you in advance!

Sébastien

Posted: Wed Jan 17, 2007 8:48 am
by anand_joshi
Hi Sébastien,

It seems that postgres is not configured for the new ip. You can run the installer and reconfigure the postgres to have the new ip in the acess list of ip in postgres.
Please also check if all the service are in running state or not " omstat -s"

Posted: Thu Jan 18, 2007 1:13 am
by arnaudsj
Actually I just went into my /etc/hosts file and changed the ip here and I was able to restart postgres and things look to be working now.

Thanks!