I am in the process of testing/formulating and disaster recovery procedure for our Scalix server.
So far it's a bit like this.
Install new RHEL3 and configure it.
Install Scalix 9.2 on it.
Test to make sure it works
Logged on to SAC
All is okay.
Stop scalix&tomcat
rename /var/opt/scalix
Restore /var/opt/scalix from backup (tar in this case)
Verify access rights.
Modify Authentication for local instead of AD
Restart Tomcat & Scalix
omcheck -i -d
omscan -a -A
It all seems to work. I am able to access my recovered mailbox through webmail using my original local password. (the same one I had to use for SAC with my user)
But...
I cannot logon to SAC.
In an actual DR case, I would reset all the user's local passwords and force change at next logon. I can probably do that through a script or at the command prompt. But logging on to SAC is somewhat important.
Is there something I'm missing for this part? Does the fact that the test machine does not have the same name and IP address have something to do with that? In actual circomstances, I'd configure the recovery machine the same as the original, but for obvious reasons I can't do that now...
Thanks.