Page 1 of 1
Installion path
Posted: Thu Sep 01, 2005 2:42 am
by hch
hi!
I am new to the scalix community and corrently testing the evaluation version.
Is it possible to change the installation-path for all scalix components?
Thanks Chris
Re: Installion path
Posted: Thu Sep 01, 2005 5:33 am
by ScalixSupport
hch wrote:hi!
I am new to the scalix community and corrently testing the evaluation version.
Is it possible to change the installation-path for all scalix components?
Thanks Chris
Hello Chris,
currently, this is not supported.
Cheers,
Sascha.
Posted: Thu Sep 01, 2005 2:53 pm
by ScalixSupport
Chris,
Can you explain why you would like to change the installation path ?
Cheers
Dave
Installation path
Posted: Thu Sep 29, 2005 10:16 am
by hch
Sorry for the late answer!
I ´d like to change the installation path in order to install scalix on an enbd device.
I now solved the problem by moving all scalix directories to the enbd device, leaving symbolic links on the original places. It seems to work quite well,
chris
Posted: Thu Sep 29, 2005 10:53 am
by jch
You might wan to look at mount --bind, eg
Code: Select all
mount --bind <real-location> /opt/scalix
For efficiency reasons, if nothing else, it's preferred to a symbolic link. Of course, if you have a partition for the message store, you can mount that as /var/opt/scalix.
I used mount --bind at one stage to flip between different versions of the server, it worked quite well as I recall.