Page 1 of 1

Error message: [OM 28506] Which Scalix Server system?

Posted: Mon Jul 09, 2007 6:32 am
by marato
Hello all,

I've deleted my intire scalix install so far, and started over again.
Installed all the packages, configured the /etc/hosts file and now I am getting an error at the first step, an error which I haven't had when installing before.

When I type:

sxconfig --set -t general.usrl_cn_rule='S, G'

Terminal returns with asking: [OM 28506] Which Scalix Server system?


This is how my /opt/scalix/global/config file looks like:

OMNAME=localhost
OMHOSTNAME=localhost
OMDATADIR=/var/opt/scalix/lt/s
OMAUTOSTART=TRUE

OMNAME=mailserver
OMHOSTNAME=mailserver.internetstarters.nl
OMDATADIR=/var/opt/scalix/mr/s
OMAUTOSTART=TRUE
~
~
~
~

Anyone knows what to do now? I've searched the forum for an answer, but haven't found one.

Thanks,

Posted: Mon Jul 09, 2007 7:29 am
by ls-al
If there is more than one instance in /etc/scalix/instance.cfg (/opt/scalix/global/config) you would have to set OMCURRENT to the name of the instance (OMNAME).

In your case the first instance "localhost" does not make much sense.
Please delete these 4 lines:

OMNAME=localhost
OMHOSTNAME=localhost
OMDATADIR=/var/opt/scalix/lt/s
OMAUTOSTART=TRUE


cheers,
Dirk

Posted: Mon Jul 09, 2007 10:03 am
by marato
Thank you, it has solved the problem.

Continuing install now.