Page 1 of 1

Can't see the users and groups in SAC

Posted: Wed Dec 28, 2005 9:42 am
by rudi
Hi,

I have change the host name and the domain name in a scalix test environment. I also have adapted the DIRSYNC. I have deleted the old import egreement with "omdelds -i 1 -D". Is this right?
Well, now I can't see any users and groups in the SAC. If I make a omsearch -s the users are listed. When I add a new user in SAC, the new user will also be show.

Thanks for help!!

Posted: Wed Dec 28, 2005 7:35 pm
by ScalixSupport
Hi Rudi,

Did you run sxmodfqdn? Please see the man page for sxmodfqdn and the Updating Scalix After Changing the Name of the Server section on page 282 of the admin guide.

Regards,
Don

Can't see users in SAC

Posted: Mon Jan 02, 2006 4:09 am
by rudi
Hi,

yes I have made all instructions on page 282 in the admin guide. In the first message, I have made a false statement. When I make an omsearc -s the users will not be listet. when I make a omshowu -n "Firstname Lastname" the user will be listed. How can I list the users in the SAC again?

Thanks for help!!

Re: Can't see users in SAC

Posted: Tue Jan 03, 2006 11:56 am
by ScalixSupport
rudi wrote:Hi,

yes I have made all instructions on page 282 in the admin guide. In the first message, I have made a false statement. When I make an omsearc -s the users will not be listet. when I make a omshowu -n "Firstname Lastname" the user will be listed. How can I list the users in the SAC again?

Thanks for help!!


ok, can you please post the output of omsearch -m @all-attr@ -s | grep -i "testuser" whereas "testuser" is one that is NOT listed when you search for it.

Cheers,

Sascha.

Can't see users in SAC

Posted: Tue Jan 03, 2006 12:08 pm
by rudi
Hi,

here is the output:

omsearch -m @all-attr@ -s | grep -i "Markus Sitz"

S=Sitz/G=Markus/OU1=amiga/OU2=mioco/CN=Markus Sitz/INTERNET-ADDR="Markus Sitz" <Markus.Sitz@mioco.local>/UL-AUTHID=Markus.Sitz/UL-CAPS=6/UL-CLASS=Full/HOST-FQDN=amiga.mioco.local/GLOBAL-UNIQUE-ID=1310000083a71a34-322.0.861.291/SOURCE-LID=321/CNTRY=AT/PROPAGATED-BY=720/IA-FORMAL=Markus.Sitz@mioco.local/S-SDX=S320/G-SDX=M622/LOCAL-UNIQUE-ID=737/DBV-ID=33554457

Regards,
rudi

Posted: Wed Jan 04, 2006 5:29 am
by florian
Now, what catches my attention here is the following part of the directory entry:

PROPAGATED-BY=720

This indicates that the entry has been created by a dirsync operation, so it seems that this is a multi-server situation using directory synchronisation.

In this case, it is quite normal that SAC will not display non-local user accounts when running standalone on both servers separately.

What you should do is to run a distributed SAC infrastructure, with one server hosting the Admin service and the other being a subordinate server running only the Remote Execution Service "RES".

The way to archieve this is to, on one of the machines, deinstall the SAC and RES components using the scalix installer, then, using a customized install, only install the RES component on this server. This will ask you for the name of the other server (which will have the SAC) as it's admin server. When you thereafter login to the SAC server, you should see all the users.

Let us know if this helps,

Cheers,
Floiran.