Page 1 of 1

IP change leaves old address at indexes

Posted: Thu Feb 21, 2008 6:53 am
by Marcus.Becker
Hi!
I changed the address of our SCALIX server (CE 11.2.0 on SLES 10.1) following the ChangeIP-howto.
After that I modified and rebuilt according to the RebuildIndex-howto.
Still sxmkindex -r 0 creates indexfiles with the old reverse address in their names and of course searching doesn't work.
Are ther any prerequisites that were not mentioned in the howtos that I could check?

Greets
MB

Posted: Thu Feb 21, 2008 6:59 am
by Valerion
Remove the SIS URL in SAC and then re-create it. Should create with the correct URL then.

Posted: Thu Feb 21, 2008 7:43 am
by Marcus.Becker
Hello Valerion!
Yes, that works. Is there a way to "automate" this. Or do I have to do it for all 280+ users by hand?

Posted: Fri Feb 22, 2008 5:07 am
by Valerion
Do a omshowu -m all to pull a complete userlist. Then for every user you do a

ommodu -o "User Name" --index none
ommodu -o "User Name" --index auto

Posted: Fri Feb 22, 2008 5:31 am
by Marcus.Becker
Thank you!