Adding new domain/user with all services enabled.

I have deployed Sun JES 2005Q4 with the help of single host evaluation guide. Every thing working fine with my default domain. But when I add new domain and its users IM and Calender not working on it. I have tried them via both amserver and delegated adminsitrator but its not working. I have also checked all service enabled on it (inherited via top i-e o=isp) and then I manulay add them to user via amserver.

Kindly tell me whats the best way to add domains and their users with all services enabled.

Thanks.

[531 byte] By [azfara] at [2007-11-26 13:25:33]
# 1

Well, since this is a Messaging forum, I only claim expertise with Messaging. I add domains with commadmin. I know to add the "service", "cal" when I use it.

I don't know IM at all."amserver" isn't something very useful for adding working domains. Access Manager doesn't know how to add things that work for messaging and calendar.

commadmin is what I typically use.

jay_plesseta at 2007-7-7 18:01:03 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 2
Well, Jay I tried commadmin but I a am still getting problems. I am getting calendar service not configured properly error on uwc and unable to login to IM.
azfara at 2007-7-7 18:01:03 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 3
May I suggest the Calendar forum? When you created the user, you did add the "calendar" service, right?I don't know IM at all.
jay_plesseta at 2007-7-7 18:01:03 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 4

You mentioned that you moved from a single domain to hosted domain,there are a couple of parameters that must be set on the Calendar server side for it to host multiple domains.

They are(with examples) : (Edit /opt/SUNWics5/cal/config/ics.conf)

service.virtualdomain.support = "y"

local.schemaversion = "2"

service.dcroot = "o=iec" (or whatever u have given during installation)

service.schema2root = "o=iec"

service.defaultdomain = "india.sun.com"

service.loginseparator = "@+"

service.siteadmin.userid = "calmaster@india.sun.com"

service.virtualdomain.scope = "select"

Restart CS after these changes are made.

Pls let me know.

Thanks,

Ramya

ramya_ravia at 2007-7-7 18:01:03 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 5

Thanks guys after follwoing the guide by some one here on forum calendar problem solved. It was similer to you ramya_ravi.

kindly tell me just in one word that can I use only one instance of portal and IM for multiple hosted domains. Its working for default domain but not for virtual domains.

azfara at 2007-7-7 18:01:03 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 6
Yes, IMO you can use only one instance of portal and IM for multiple hosted domains.You can confirm by mailing ot the Im forum alias.thanks,Ramya
ramya_ravia at 2007-7-7 18:01:03 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...