JES 2005 Q1

Hi Folks,
Please advise? Does the below steps sufficient to get mmp started.
1. Already have the mail store up and running on another machine ( server A )
2. Attempt to install mmp on another machine ( server B )
3. Install messaging server and configure to install only messaging express and multiplexor on server B
4. Successfully started mmp using start-msg
After all the above, I should be able to login webmail (mmp-server B) which will redirect to mail store on another machine ( server A )? Is this the way to do it ? Please advise.

Thanks for the reply.
Have installed mail store (mailboxes) and directory on server A.
Then, installed both mmp (for imap/pop multiplex) and MEM (for http webmail multiplex) on server B.
Note: This is JES2005 Q1
After that, configure MEM on server B as below, restarted http service;
./configutil -o local.service.http.proxy -v 1
Try logging in to webmail using server B http webmail then get the below error:
[12/Sep/2005:15:38:40 +0800] lithium httpd[4232]: General Error: proxy: connect to halley.xynaps.com failed: Connection refused
[12/Sep/2005:15:38:40 +0800] lithium httpd[4232]: Network Warning: proxy login replay error
[12/Sep/2005:15:38:40 +0800] lithium httpd[4232]: Account Notice: close [192.168.1.28:4530] [unauthenticated] 2005/9/12 15:38:36 0:00:04 956 2534 0
Logging in using the mail store (server A) webmail is ok. Please advise what I had done wrong. Is it really necessary to install a proxy server into this serverB to make webmail multiplexor to work? Thanks.

Similar Messages

  • JES 2005 Q4 for windows not available to download

    Hi,
    i'm trying to get the new release of JES, the 2005 Q4.
    For Solaris and Linux it shows to me link, but not for the Windows.
    I've seen the docs, the Release Notes and everything telling me that the version exists, but not the link. It shows me the link for Q1.
    How can i get the Q4? Applying patchs?
    Thanks.

    Luiz,
    I took a look at one of our internal support pages and the windows version is not yet out, but I expect that it will be very shortly. I'll post again once I hear a definite date.

  • JES Access Manager User Creation for Messanger

    Hi Everyone
    I installed JES 2005 Q4 on Solaris 10 x86 with schema 2 and Access Manager 7. The Directory Tree is as follows:
    Sol1.nucleussoftware.com:389
    dc=nucleussoftware,dc=com (34 acis)
    DSAME Users
    Internet
    People
    Groups
    Client Data
    services
    nucleussoftware.com
    People
    Groups
    o=Netscape Root (3 acis)
    cn=Schema (6 acis)
    cn=monitor (5 acis)
    cn=config (4 acis)
    Organization DN when I ran "configutil" after running comm_dssetup.pl, was specified o=nucleussoftware,dc=nucleussoftware,dc=com
    This is fresh installation and not any migration.
    Now I create user from Access Manager, http://sol1.nucleussoftware.com/amserver
    There are two organizations 1. Nucleussoftware and 2. Nucleussoftware->nucleussoftware.com
    So I have two locations to create users in People.
    When I create user from Access Manager and try to login into WebMail, I get Login Failed.
    But when I open "startconsole" or "mpsconsole" and open Messaging Server Console and in new user's property, Account Attribute, I mark the check box, and now try to login into WebMail, I get error message, "Mailbox is on a different server".
    I am missing one attribute that I used to get with schema 1 on iPlanet 5.2 for any user, Mail Server Address.
    Please tell me the exact method of creating a user for Messaging.
    Regards
    Amit Bist

    Access Manager was never intended to create working mail users. The Delegated Admin package is provided as part of JES, and that's what it is for, to manage users and groups. There's both a web interface, and a command-line interface, "commadmin"
    Or, you can examine the ldap entries for the automatically created accounts, and duplicate that. Messaging doesn't really care how the ldap entries get done, just so that they are done correctly.

  • Installation notes: JES 2005Q4 on Fedora Core 4

    Hi,
    Getting JES (with Portal Server 6) to work on a Linux platform (that's unsupported by SUN) can be a nightmare. Here's what to do with Fedora Core 4:
    1. You need to install compat-libstdc++-296.i386 rpm package. This provides /usr/lib/libstdc++-libc6.2-2.so.3 that the application server needs.
    If you don't have that package installed, install with yum:
    yum install compat-libstdc++-296.i386
    Note: I used...
    yum provides libstdc++-libc6.2-2.so.3
    ... to find out the package.
    Actually I installed compat-libstdc++-33.i386 as well, but I'm not sure did that affect anything.
    2. Install pdksh
    There are many ksh clones available. Fedora Core 4 ships with some version of ksh that lacks features used by PS6 install scripts. You have to get pdksh from http://www.math.mun.ca/~michael/pdksh/
    Configure and install it according to the instructions. Then get rid of the ksh that came with FC4 and make sure /bin/ksh points to /usr/local/bin/ksh (if you installed pdksh to the default location).
    3. Run the JES installer and everything should work out fine. The installation process meter still seems to hang when installing portal server but actually it is working hard for several minutes. You can verify that by using top.
    More details on the problems that occur if you don't follow these steps (should help for other distros than FC4):
    The installation process hangs when it gets to install portal server (verify with top that it isn't actually doing anything). This is because you don't have the right ksh. Using ps -aef you'll see that there are processes running ksh.
    The actual problem is that the PS6 installation script is defining variables with the keyword 'local' that's not supported with ksh shipped with FC4. If you try to run the portal configuration script manually you get lines like:
    opt/sun/portal/lib/postinstall_Base[21]: local : not found [ no such file or directory]
    opt/sun/portal/lib/postinstall_Base[22]: local : not found [ no such file or directory]
    opt/sun/portal/lib/postinstall_Base[23]: local : not found [ no such file or directory]
    The JES installation program will not recover from this. So get pdksh!
    If you don't have libstdc++-libc6.2-2.so.3 the installation seems to work fine, but it will fail on deploying anything on the appserver (it won't be able to start the domain). This was the really ridiculous thing about the installer because it reported no errors even though it was failing to install anything on the appserver!
    Hope this helps someone. Took me nearly two days to figure out.

    Instead of downloading the source code for Korn Shell and going thru the manual compilation and configuration go to http://rpm.pbone.net and perform an advanced search for ksh for Red Hat 9.
    You will find : pdksh-5.2.14-21.i386.rpm
    Here's the url for a mirror site:
    ftp://mirror.switch.ch/mirror/fedoralegacy/redhat/9/os/i386/pdksh-5.2.14-21.i386.rpm
    Download the rpm.
    Remove the existing pdksh by :# rpm -e pdksh
    Install the ksh of choice: rpm -ivh pdksh-5.2.14-21.i386.rpm
    I was able to install JES 2005 Q4 on Fedora core 5.
    Good Luck

  • App Server Install fails - due to incompatible Message Queue

    I had JES 2005 q1 installed in one of the test machines...now I am trying to set up JES 2005q4 on that. I cud install a Web Server on that ut when I tried to set up the App Server it throws up a msg stating that there is an incompatible version of Message Queue installed and hence installation cannot go ahead.
    I am not able to find any instance of Message Queu setup....how do I detect and uninstall old versions of Message Queue??
    thx
    anand

    I assume you are talking about appserver install on Solaris. Message Queue on Solaris is a package based install. The easiest way to uninstall the old version of MQ is: "pkginfo -i | grep Message" ---> "pkgrm all MQ packages".

  • Mailbox is on a different server

    Hi,
    I had successfully configured JES 2005 Q1 Messaging+ Calendaring + Delegated Administration on top of Directory and Access Manager on Sol-10 x-86. It was working perfectly fine until, I hyad a necessity to configure the same LDAP as a Native Solaris authentication.
    Subsequent to my Native Solaris authentication, Calendar, Delegated Administrator is working perfectly fine, whereas in Messaging, when I login as a user, it returns with an error Message "Mailbox is on a different server".
    My mailHost and preferredMailHost attributes are perfect. Any other place to look out for this.
    I am also sending the /opt/SUNWmsgsr/sbin/getconf output. Thanks
    OUTPUT OF /opt/SUNWmsgsr/sbin/getconf
    alarm.createtimestamp = 20050519053744Z
    alarm.creatorsname = "cn=directory manager"
    alarm.diskavail.createtimestamp = 20050519053744Z
    alarm.diskavail.creatorsname = "cn=directory manager"
    alarm.diskavail.modifiersname = "cn=directory manager"
    alarm.diskavail.modifytimestamp = 20050519055448Z
    alarm.diskavail.msgalarmdescription = "percentage mail partition diskspace available"
    alarm.diskavail.msgalarmstatinterval = 3600
    alarm.diskavail.msgalarmthreshold = 10
    alarm.diskavail.msgalarmthresholddirection = -1
    alarm.diskavail.msgalarmwarninginterval = 24
    alarm.diskavail.objectclass = nsmsgCfgAlarm
    ,top
    alarm.modifiersname = "cn=directory manager"
    alarm.modifytimestamp = 20050519055448Z
    alarm.msgalarmnoticeport = 25
    alarm.msgalarmnoticercpt = postmaster
    alarm.msgalarmnoticesender = postmaster
    alarm.objectclass = nsmsgCfgAlarmContainer
    ,top
    alarm.serverresponse.createtimestamp = 20050519053744Z
    alarm.serverresponse.creatorsname = "cn=directory manager"
    "conf.test" 422 lines, 16839 characters
    alarm.diskavail.msgalarmstatinterval = 3600
    alarm.diskavail.msgalarmthreshold = 10
    alarm.diskavail.msgalarmthresholddirection = -1
    alarm.diskavail.msgalarmwarninginterval = 24
    alarm.diskavail.objectclass = nsmsgCfgAlarm
    ,top
    alarm.modifiersname = "cn=directory manager"
    alarm.modifytimestamp = 20050519055448Z
    alarm.msgalarmnoticeport = 25
    alarm.msgalarmnoticercpt = postmaster
    alarm.msgalarmnoticesender = postmaster
    alarm.objectclass = nsmsgCfgAlarmContainer
    ,top
    alarm.serverresponse.createtimestamp = 20050519053744Z
    alarm.serverresponse.creatorsname = "cn=directory manager"
    alarm.serverresponse.modifiersname = "cn=directory manager"
    alarm.serverresponse.modifytimestamp = 20050519055448Z
    alarm.serverresponse.msgalarmdescription = "server response time in seconds"
    alarm.serverresponse.msgalarmstatinterval = 600
    alarm.serverresponse.msgalarmthreshold = 10
    alarm.serverresponse.msgalarmthresholddirection = 1
    alarm.serverresponse.msgalarmwarninginterval = 24
    alarm.serverresponse.objectclass = nsmsgCfgAlarm
    ,top
    createtimestamp = 20050519053744Z
    creatorsname = "cn=directory manager"
    encryption.createtimestamp = 20050519053744Z
    encryption.creatorsname = "cn=directory manager"
    encryption.fortezza.createtimestamp = 20050519053744Z
    encryption.fortezza.creatorsname = "cn=directory manager"
    encryption.fortezza.modifiersname = "cn=directory manager"
    encryption.fortezza.modifytimestamp = 20050519055448Z
    encryption.fortezza.nssslactivation = off
    encryption.fortezza.objectclass = top
    ,nsEncryptionModule
    encryption.modifiersname = "cn=directory manager"
    encryption.modifytimestamp = 20050519055448Z
    encryption.nsssl2 = off
    encryption.nsssl3 = on
    encryption.nsssl3ciphers = rsa_rc4_40_md5
    ,rsa_rc2_40_md5
    ,rsa_des_sha
    ,rsa_rc4_128_md5
    ,rsa_3des_sha
    encryption.nsssl3sessiontimeout = 0
    encryption.nssslclientauth = 0
    encryption.nssslsessiontimeout = 0
    encryption.objectclass = top
    ,nsEncryptionConfig
    encryption.rsa.createtimestamp = 20050519053744Z
    encryption.rsa.creatorsname = "cn=directory manager"
    encryption.rsa.modifiersname = "cn=directory manager"
    encryption.rsa.modifytimestamp = 20050519055448Z
    encryption.rsa.nssslactivation = on
    encryption.rsa.nssslpersonalityssl = Server-Cert
    encryption.rsa.nsssltoken = internal
    encryption.rsa.objectclass = top
    ,nsEncryptionModule
    gen.accounturl = http://%[email protected]:390/bin/user/admin/bin/enduser
    gen.configversion = 4.0
    gen.createtimestamp = 20050519053744Z
    gen.creatorsname = "cn=directory manager"
    gen.folderurl = http://%[email protected]:390/bin/user/admin/bin/mailacl.cgi?folder=%M
    gen.installedlanguages = "en,de,fr,es,ja,ko,zh-CN,zh-TW"
    gen.modifiersname = "cn=directory manager"
    gen.modifytimestamp = 20050519055448Z
    gen.objectclass = nsmsgCfgGen
    ,top
    gen.sitelanguage = en
    local.defdomain = sunray.bdc3.co.in
    local.enduseradmincred = Xg2qcd0sEE
    local.enduseradmindn = "uid=msg-admin-bdc3srssu3.sunray.bdc3.co.in-20050519055344Z, ou=People, o=sunray.bdc3.co.in,dc=sunray,dc=bdc3,dc=co,dc=in"
    local.ens.enable = 1
    local.hostname = bdc3srssu3.sunray.bdc3.co.in
    local.imta.enable = 1
    local.imta.imta_tailor = /opt/SUNWmsgsr/config/imta_tailor
    local.imta.ssrenabled = yes
    local.installeddir = /opt/SUNWmsgsr
    local.instancedir = /opt/SUNWmsgsr
    local.lastconfigfetch = 1118409516
    local.ldapbasedn = o=NetscapeRoot
    local.ldapcachefile = /opt/SUNWmsgsr/config/local.conf
    local.ldaphost = bdc3srssu3.sunray.bdc3.co.in
    local.ldapport = 389
    local.ldapsiecred = 6kca=wnDnr
    local.ldapsiedn = "cn=msg-config, cn=Sun ONE Messaging Suite, cn=Server Group, cn=bdc3srssu3.sunray.bdc3.co.in, ou=sunray.bdc3.co.in, o=NetscapeRoot"
    local.ldapusessl = False
    local.mmp.enable = 0
    local.sched.enable = 1
    local.schedule.expire = "0 23 * * * /opt/SUNWmsgsr/sbin/imexpire"
    local.schedule.msprobe = "5,15,25,35,45,55 * * * * /opt/SUNWmsgsr/lib/msprobe"
    local.schedule.purge = "0 0,4,8,12,16,20 * * * /opt/SUNWmsgsr/lib/purge -num=5"
    local.schedule.return_job = "30 0 * * * /opt/SUNWmsgsr/lib/return_job"
    local.servergid = mail
    local.servername = bdc3srssu3.sunray.bdc3.co.in
    local.serverroot = /opt/SUNWmsgsr
    local.servertype = msg
    local.serveruid = mailsrv
    local.service.pab.attributelist = pabattrs
    local.service.pab.enabled = 1
    local.service.pab.ldapbasedn = o=pab
    local.service.pab.ldapbinddn = "uid=msg-admin-bdc3srssu3.sunray.bdc3.co.in-20050519055344Z, ou=People, o=sunray.bdc3.co.in,dc=sunray,dc=bdc3,dc=co,dc=in"
    local.service.pab.ldaphost = bdc3srssu3.sunray.bdc3.co.in
    local.service.pab.ldappasswd = Xg2qcd0sEE
    local.service.pab.ldapport = 389
    local.service.pab.maxnumberofentries = 500
    local.store.enable = 1
    local.store.snapshotdirs = 3
    local.store.snapshotinterval = 1440
    local.store.snapshotpath = dbdata/snapshots
    local.supportedlanguages = "[en,de,fr,es,af,ca,da,nl,fi,gl,ga,is,it,no,pt,sv,ja,ko,zh-CN,zh-TW]"
    local.tmpdir = /opt/SUNWmsgsr/data/tmp
    local.ugldapbasedn = "dc=sunray,dc=bdc3,dc=co,dc=in"
    local.ugldapbindcred = Xg2qcd0sEE
    local.ugldapbinddn = "uid=msg-admin-bdc3srssu3.sunray.bdc3.co.in-20050519055344Z, ou=People, o=sunray.bdc3.co.in,dc=sunray,dc=bdc3,dc=co,dc=in"
    local.ugldapdeforgdn = "o=sunray.bdc3.co.in,dc=sunray,dc=bdc3,dc=co,dc=in"
    local.ugldaphost = bdc3srssu3.sunray.bdc3.co.in
    local.ugldapport = 389
    local.ugldapuselocal = yes
    local.watcher.enable = yes
    local.webmail.da.host = bdc3srssu3.sunray.bdc3.co.in
    local.webmail.da.port = 8080
    local.webmail.sso.enable = 0
    local.webmail.sso.singlesignoff = 1
    logfile.admin.buffersize = 0
    logfile.admin.createtimestamp = 20050519053744Z
    logfile.admin.creatorsname = "cn=directory manager"
    logfile.admin.expirytime = 604800
    logfile.admin.flushinterval = 60
    logfile.admin.logdir = /opt/SUNWmsgsr/data/log
    logfile.admin.loglevel = Notice
    logfile.admin.logtype = NscpLog
    logfile.admin.maxlogfiles = 10
    logfile.admin.maxlogfilesize = 2097152
    logfile.admin.maxlogsize = 20971520
    logfile.admin.minfreediskspace = 5242880
    logfile.admin.modifiersname = "cn=directory manager"
    logfile.admin.modifytimestamp = 20050519055448Z
    logfile.admin.objectclass = nsmsgCfgLog
    ,top
    logfile.admin.rollovertime = 86400
    logfile.createtimestamp = 20050519053744Z
    logfile.creatorsname = "cn=directory manager"
    logfile.default.buffersize = 0
    logfile.default.createtimestamp = 20050519053744Z
    logfile.default.creatorsname = "cn=directory manager"
    logfile.default.expirytime = 604800
    logfile.default.flushinterval = 60
    logfile.default.logdir = /opt/SUNWmsgsr/data/log
    logfile.default.loglevel = Notice
    logfile.default.logtype = NscpLog
    logfile.default.maxlogfiles = 10
    logfile.default.maxlogfilesize = 2097152
    logfile.default.maxlogsize = 20971520
    logfile.default.minfreediskspace = 5242880
    logfile.default.modifiersname = "cn=directory manager"
    logfile.default.modifytimestamp = 20050519055448Z
    logfile.default.objectclass = top
    ,nsmsgCfgLog
    logfile.default.rollovertime = 86400
    logfile.http.buffersize = 0
    logfile.http.createtimestamp = 20050519053745Z
    logfile.http.creatorsname = "cn=directory manager"
    logfile.http.expirytime = 604800
    logfile.http.flushinterval = 60
    logfile.http.logdir = /opt/SUNWmsgsr/data/log
    logfile.http.loglevel = Notice
    logfile.http.logtype = NscpLog
    logfile.http.maxlogfiles = 10
    logfile.http.maxlogfilesize = 2097152
    logfile.http.maxlogsize = 20971520
    logfile.http.minfreediskspace = 5242880
    logfile.http.modifiersname = "cn=directory manager"
    logfile.http.modifytimestamp = 20050519055449Z
    logfile.http.objectclass = top
    ,nsmsgCfgLog
    logfile.http.rollovertime = 86400
    logfile.imap.buffersize = 0
    logfile.imap.createtimestamp = 20050519053744Z
    logfile.imap.creatorsname = "cn=directory manager"
    logfile.imap.expirytime = 604800
    logfile.imap.flushinterval = 60
    logfile.imap.logdir = /opt/SUNWmsgsr/data/log
    logfile.imap.loglevel = Notice
    logfile.imap.logtype = NscpLog
    logfile.imap.maxlogfiles = 10
    logfile.imap.maxlogfilesize = 2097152
    logfile.imap.maxlogsize = 20971520
    logfile.imap.minfreediskspace = 5242880
    logfile.imap.modifiersname = "cn=directory manager"
    logfile.imap.modifytimestamp = 20050519055448Z
    logfile.imap.objectclass = top
    ,nsmsgCfgLog
    logfile.imap.rollovertime = 86400
    logfile.imta.buffersize = 0
    logfile.imta.createtimestamp = 20050519053745Z
    logfile.imta.creatorsname = "cn=directory manager"
    logfile.imta.expirytime = 604800
    logfile.imta.flushinterval = 60
    logfile.imta.logdir = /opt/SUNWmsgsr/data/log
    logfile.imta.loglevel = Notice
    logfile.imta.logtype = NscpLog
    logfile.imta.maxlogfiles = 10
    logfile.imta.maxlogfilesize = 2097152
    logfile.imta.maxlogsize = 20971520
    logfile.imta.minfreediskspace = 5242880
    logfile.imta.modifiersname = "cn=directory manager"
    logfile.imta.modifytimestamp = 20050519055449Z
    logfile.imta.objectclass = top
    ,nsmsgCfgLog
    logfile.imta.rollovertime = 86400
    logfile.modifiersname = "cn=directory manager"
    logfile.modifytimestamp = 20050519053744Z
    logfile.objectclass = top
    ,nsmsgCfgContainer
    logfile.pop.buffersize = 0
    logfile.pop.createtimestamp = 20050519053745Z
    logfile.pop.creatorsname = "cn=directory manager"
    logfile.pop.expirytime = 604800
    logfile.pop.flushinterval = 60
    logfile.pop.logdir = /opt/SUNWmsgsr/data/log
    logfile.pop.loglevel = Notice
    logfile.pop.logtype = NscpLog
    logfile.pop.maxlogfiles = 10
    logfile.pop.maxlogfilesize = 2097152
    logfile.pop.maxlogsize = 20971520
    logfile.pop.minfreediskspace = 5242880
    logfile.pop.modifiersname = "cn=directory manager"
    logfile.pop.modifytimestamp = 20050519055449Z
    logfile.pop.objectclass = top
    ,nsmsgCfgLog
    logfile.pop.rollovertime = 86400
    logfiles.admin.alias = |logfile|admin
    logfiles.admin.createtimestamp = 20050519053744Z
    logfiles.admin.creatorsname = "cn=directory manager"
    logfiles.admin.modifiersname = "cn=directory manager"
    logfiles.admin.modifytimestamp = 20050519055448Z
    logfiles.admin.objectclass = nsmsgCfgAlias
    ,top
    logfiles.createtimestamp = 20050519053744Z
    logfiles.creatorsname = "cn=directory manager"
    logfiles.default.alias = |logfile|default
    logfiles.default.createtimestamp = 20050519053744Z
    logfiles.default.creatorsname = "cn=directory manager"
    logfiles.default.modifiersname = "cn=directory manager"
    logfiles.default.modifytimestamp = 20050519055448Z
    logfiles.default.objectclass = nsmsgCfgAlias
    ,top
    logfiles.http.alias = |logfile|http
    logfiles.http.createtimestamp = 20050519053744Z
    logfiles.http.creatorsname = "cn=directory manager"
    logfiles.http.modifiersname = "cn=directory manager"
    logfiles.http.modifytimestamp = 20050519055448Z
    logfiles.http.objectclass = nsmsgCfgAlias
    ,top
    logfiles.imap.alias = |logfile|imap
    logfiles.imap.createtimestamp = 20050519053744Z
    logfiles.imap.creatorsname = "cn=directory manager"
    logfiles.imap.modifiersname = "cn=directory manager"
    logfiles.imap.modifytimestamp = 20050519055448Z
    logfiles.imap.objectclass = nsmsgCfgAlias
    ,top
    logfiles.imta.alias = |logfile|imta
    logfiles.imta.createtimestamp = 20050519053744Z
    logfiles.imta.creatorsname = "cn=directory manager"
    logfiles.imta.modifiersname = "cn=directory manager"
    logfiles.imta.modifytimestamp = 20050519055448Z
    logfiles.imta.objectclass = nsmsgCfgAlias
    ,top
    logfiles.modifiersname = "cn=directory manager"
    logfiles.modifytimestamp = 20050519053744Z
    logfiles.objectclass = nsmsgCfgContainer
    ,top
    logfiles.pop.alias = |logfile|pop
    logfiles.pop.createtimestamp = 20050519053744Z
    logfiles.pop.creatorsname = "cn=directory manager"
    logfiles.pop.modifiersname = "cn=directory manager"
    logfiles.pop.modifytimestamp = 20050519055448Z
    logfiles.pop.objectclass = nsmsgCfgAlias
    ,top
    modifiersname = "cn=directory manager"
    modifytimestamp = 20050519055448Z
    nsclassname = "[email protected]@cn=admin-serv-bdc3srssu3, cn=Administration Server, cn=Server Group, cn=bdc3srssu3.sunray.bdc3.co.in, ou=sunray.bdc3.co.in, o=NetscapeRoot"
    objectclass = top
    ,nsAdminObject
    ,nsConfig
    pipeprograms.createtimestamp = 20050519053745Z
    pipeprograms.creatorsname = "cn=directory manager"
    pipeprograms.modifiersname = "cn=directory manager"
    pipeprograms.modifytimestamp = 20050519053745Z
    pipeprograms.objectclass = nsmsgCfgContainer
    ,top
    service.authcachesize = 10000
    service.authcachettl = 900
    service.createtimestamp = 20050519053745Z
    service.creatorsname = "cn=directory manager"
    service.dcroot = "dc=sunray,dc=bdc3,dc=co,dc=in"
    service.defaultdomain = sunray.bdc3.co.in
    service.dnsresolveclient = no
    service.http.allowadminproxy = no
    service.http.allowanonymouslogin = no
    service.http.createtimestamp = 20050519053745Z
    service.http.creatorsname = "cn=directory manager"
    service.http.enable = 1
    service.http.enablesslport = 1
    service.http.fullfromheader = no
    service.http.idletimeout = 3
    service.http.ipsecurity = yes
    service.http.maxmessagesize = 5242880
    service.http.maxpostsize = 5242880
    service.http.maxsessions = 6000
    service.http.maxthreads = 250
    service.http.modifiersname = "cn=msg-config,cn=sun one messaging suite,cn=server group,cn=bdc3srssu3.sunray.bdc3.co.in,ou=sunray.bdc3.co.in,o=netscaperoot"
    service.http.modifytimestamp = 20050519063623Z
    service.http.numprocesses = 1
    service.http.objectclass = top
    ,nsmsgCfgHttp
    service.http.plaintextmincipher = 0
    service.http.port = 80
    service.http.resourcetimeout = 900
    service.http.sessiontimeout = 7200
    service.http.smtpport = 25
    service.http.spooldir = /opt/SUNWmsgsr/data/http
    service.http.sslcachesize = 0
    service.http.sslport = 443
    service.http.sslusessl = yes
    service.imap.allowanonymouslogin = no
    service.imap.banner = "%h %p service (%P %V)"
    service.imap.createtimestamp = 20050519053745Z
    service.imap.creatorsname = "cn=directory manager"
    service.imap.enable = 1
    service.imap.enablesslport = 1
    service.imap.idletimeout = 30
    service.imap.maxsessions = 4000
    service.imap.maxthreads = 250
    service.imap.modifiersname = "cn=directory manager"
    service.imap.modifytimestamp = 20050519055449Z
    service.imap.numprocesses = 1
    service.imap.objectclass = top
    ,nsmsgCfgImap
    service.imap.plaintextmincipher = 0
    service.imap.port = 143
    service.imap.sslcachesize = 0
    service.imap.sslport = 993
    service.imap.sslusessl = yes
    service.ldapmemcache = no
    service.ldapmemcachesize = 131072
    service.ldapmemcachettl = 30
    service.listenaddr = INADDR_ANY
    service.loginseparator = @
    service.modifiersname = "cn=directory manager"
    service.modifytimestamp = 20050519055449Z
    service.objectclass = top
    ,nsmsgCfgService
    service.plaintextloginpause = 0
    service.pop.allowanonymouslogin = no
    service.pop.banner = "%h %p service (%P %V)"
    service.pop.createtimestamp = 20050519053745Z
    service.pop.creatorsname = "cn=directory manager"
    service.pop.enable = 1
    service.pop.enablesslport = 1
    service.pop.idletimeout = 10
    service.pop.maxsessions = 600
    service.pop.maxthreads = 250
    service.pop.modifiersname = "cn=directory manager"
    service.pop.modifytimestamp = 20050519055449Z
    service.pop.numprocesses = 1
    service.pop.objectclass = top
    ,nsmsgCfgPop
    service.pop.plaintextmincipher = 0
    service.pop.popminpoll = 0
    service.pop.port = 110
    service.pop.sslport = 992
    service.pop.sslusessl = yes
    service.readtimeout = 10
    store.admins = admin
    store.cleanupage = 1
    store.createtimestamp = 20050519053745Z
    store.creatorsname = "cn=directory manager"
    store.dbcachesize = 16777216
    store.defaultacl = "anyone lrs"
    store.defaultmailboxquota = -1
    store.defaultmessagequota = -1
    store.defaultpartition = primary
    store.diskflushinterval = 15
    store.expirerule.createtimestamp = 20050519053745Z
    store.expirerule.creatorsname = "cn=directory manager"
    store.expirerule.modifiersname = "cn=directory manager"
    store.expirerule.modifytimestamp = 20050519053745Z
    store.expirerule.objectclass = nsmsgCfgContainer
    ,top
    store.modifiersname = "cn=directory manager"
    store.modifytimestamp = 20050519055449Z
    store.objectclass = top
    ,nsmsgCfgStore
    store.partition.createtimestamp = 20050519053745Z
    store.partition.creatorsname = "cn=directory manager"
    store.partition.modifiersname = "cn=directory manager"
    store.partition.modifytimestamp = 20050519053745Z
    store.partition.objectclass = top
    ,nsmsgCfgContainer
    store.partition.primary.createtimestamp = 20050519053745Z
    store.partition.primary.creatorsname = "cn=directory manager"
    store.partition.primary.modifiersname = "cn=directory manager"
    store.partition.primary.modifytimestamp = 20050519055449Z
    store.partition.primary.objectclass = top
    ,nsmsgCfgPartition
    store.partition.primary.path = /opt/SUNWmsgsr/data/store/partition/primary
    store.quotaenforcement = on
    store.quotaexceededmsginterval = 7
    store.quotagraceperiod = 120
    store.quotanotification = off
    store.quotawarn = 90
    store.serviceadmingroupdn = "cn=Service Administrators,ou=Groups, dc=sunray,dc=bdc3,dc=co,dc=in"
    store.umask = 077

    i had the "Mailbox is on a different server" error too recently (mine shows up in ms outlook express) - and believe my problem came from having the hostnamealiases space delimited instead of comma separated (with no spaces, e.g. "foo.host1.com,bar.host2.com") - comma delimited, no spaces seems to be required ...
    i am having a different problem now though:
    i can login to communications express hosted domains via -
    the main host url using credentials like: [email protected]/passwd
    but when going to any of the hosted.com's urls, and trying to login without the @hosted1.com in the user - i get redirected to access manager (and subsequently can't login using either uid or [email protected] at the hosted1.com/uwc url).
    here's what i have in AMConfig.properties:
    com.sun.identity.server.fqdnMap[mail.hosted1.com]=mail.actual.org
    com.sun.identity.server.fqdnMap[mail.hosted2.com]=mail.actual.org
    com.sun.identity.server.fqdnMap[mail.hosted3.com]=mail.actual.org
    here's what i have in uwcauth.properties:
    virtualdomain.mode = y
    mail.actual.org.isvirutalhostname=mail.actual.org
    i have also added the cookiedomains in amconsole under service configuration --> platform - in addition to creating directories (hosted1.com, hosted2.com, hosted3.com) under /opt/SUNWuwc/WEB-INF/domain - containing the original files and directories under /opt/SUNWuwc/WEB-INF/domain (i was not clear if these directories should take this form e.g. including the .com or if they should just contain the domain-name --e.g. hosted1?)
    i can receive hosted email via pop using uid [email protected]/passwd, etc.
    thanks for any input.
    s7
    using sparc 2005q4 msg -58; uwc - 42

  • Java.lang.ClassNotFoundException DSSServlet

    Hi
    I am getting this error on the server log,
    Just wanted to know which Jar file does this class contain
    java.lang.ClassNotFoundException: com.iplanet.services.dss.servlet.DSSServlet
    JES 2005 Q1 is my environment Solaris 9 sparc
    Thanks In advance
    John

    It seams like the jaxb-impl is missing from classpath.
    Are you using shared libraries to define your jaxb-version, and implementation, see http://www.gwr.no/?p=549.
    javax.xml.bind.JAXBException: Provider com.sun.xml.bind.v2.ContextFactory not found is solved by the
    jaxb-impl part added to the shared library.

  • PS 7 Installation

    Hi,
    Am trying to set up the portal server for our university research institute.
    I downloaded the newly available PS 7 installer for Solaris 10 X86 from http://www.sun.com/download/products.xml?id=43b9e006.
    The installation after running the installer in GUI mode completed successfully. The directory server, web server parts are installed fine. But the install log says the portal server inst per se has failed.
    Running the prodreg and dummy run of uninstaller suggests that the portal server is installed.
    pkginfo -p does not give any output (I think this means that there are no partial packages).
    There is a /opt/SUNWportal directory as well.
    But running pkginfo suggests that there is none of the SUNWps* packages of the portal server. (list got from SUN JES 2005 Q4 Inst ref guide).
    Can you please tell me where I should look further for this problem?
    Thanks,
    Giriprasad

    the poorly fammated XML section is relevant to the certificate defined fields. It appears the "Certificate Divsion" value cannot contain spaces since it appears not be be enclosed in quotes.
    Review the example files at /opt/SUNWportal/samples/psconfig and replace the token in the relevant example file.
    ../SUNWportal/bin/psconfig --config <modified-example-xml-file>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • User Access for Messaging Server and Calendar Server

    This is the first time i have setup JES. What i did was install Messaging, Calendar, Directory and Administration server. I did a configure after install option and followed the post install instructions for all of those servers.
    I then started the administration console and added a user via the crete user option under "users and groups". Next i tried to logon as the user i just created via webmail and pop (exchange) and get an error message stating that the user does not exist. I did a search on the user via that admin server console and i did find the user and the "mail account" option was selected. I also verified the password was correct.
    My main question is what am i doing wrong?
    My goal is to create a email and calndar server using JES. I also want webmail.
    Do i need to configure Identity Manager to create users for mail / calendar? Or do i create the users using the directory server / administration console?
    Also i didnt setup delegated administrator. I didnt think i needed it becasue i will configure all of this using on administrator. If i dont need multiple administrators do i need delegated admin.
    Here is some background information.
    Sun W2100Z
    4GB RAM
    Solaris 10 01/06 x86
    JES 2005 Q4
    Thanks for any assistance.

    You can not use the Administration console for creating Messaging users. Look-up "provisioning users" in the Messaging admin guide. If you're using schema 1, use Delegated Administrator. If you're using schema 2, use commadmin.
    HTH,
    Roger S.

  • AmAdmin user doesnt have sufficient access

    Hi,
    Can someone please tell where things would have gone wrong for me to get the problem that I have mentioned below.
    I am using Access Manager of JES 2005Q4. After installation I logged in as amadmin user and added services, users and some of the other activites that the amadmin user can do. All of a sudden I have started getting that the amadmin user doesnt have sufficient access to do any changes in the Access Manager. Wheneven I try to create something new or try to edit any existing data I get "User does not have sufficient access".
    The other insteresting thing is that I am able to log on into the Directory Server console using cn=Directory Manager user and create users which can be viewed on the Access Manager but no changes could be made from AM. I am also not able to change the password or edit the user information when I log through that user as well.
    The strange part I have deployed an application which uses the AMConfig.properties file of the AM for its login module and even through that application I am able to change the password of a particular user.
    My worry is that what could have happened to the Access Manager and how can I solve it and also to avoid this happening again? Can someone please shed some light on this becasue I am totally stuck and I am not able to proceed in anyways to solve this issue.
    Thanks & Regards,
    Soma.

    Hi Everyone
    I installed JES 2005 Q4 on Solaris 10 x86 with schema 2 and Access Manager 7. The Directory Tree is as follows:
    Sol1.nucleussoftware.com:389
    dc=nucleussoftware,dc=com (34 acis)
    DSAME Users
    Internet
    People
    Groups
    Client Data
    services
    nucleussoftware.com
    People
    Groups
    o=Netscape Root (3 acis)
    cn=Schema (6 acis)
    cn=monitor (5 acis)
    cn=config (4 acis)
    Organization DN when I ran "configutil" after running comm_dssetup.pl, was specified o=nucleussoftware,dc=nucleussoftware,dc=com
    This is fresh installation and not any migration.
    Now I create user from Access Manager, http://sol1.nucleussoftware.com/amserver
    There are two organizations 1. Nucleussoftware and 2. Nucleussoftware->nucleussoftware.com
    So I have two locations to create users in People.
    When I create user from Access Manager and try to login into WebMail, I get Login Failed.
    But when I open "startconsole" or "mpsconsole" and open Messaging Server Console and in new user's property, Account Attribute, I mark the check box, and now try to login into WebMail, I get error message, "Mailbox is on a different server".
    I am missing one attribute that I used to get with schema 1 on iPlanet 5.2 for any user, Mail Server Address.
    Please tell me the exact method of creating a user for Messaging.
    Regards
    Amit Bist

  • SUN JES Web Server 2005/04 6.1SP5 in a sparse zone on Solaris 10 ?

    Can I run the web server inside a sparse zone ? Strictly speaking I would like to know that about every single one of the JES components but the Docs are quite miracoulous about that one ;)

    - Web Server does run inside sparse zones.
    check this out
    http://docs.sun.com/app/docs/doc/819-2328/6n4khb8hi?a=view

  • Error while doing DBRestore of MSSQLServer 2005 DB on WindowsServer2008R2

    Hi ,
    We are facing an issue while doing DB Restore .
    Our present SAP Environment is
    OS-Windows 2003
    DB-MSSQL Server 2005 SP3
    SAP -XI3.0 SP19
    and we are trying to do a copy of our development server to new environment
    OS- Windows 2008 R2
    DB-MSSQL Server 2005 SP3
    SAP -XI3.0 SP19
    We have done CI and DB installation(standard installation).
    Now trying to do DB Restore .For that , we took Full DB backup file *.bak of current development system  .Selected  "Overwrite  the existing Database"  and "Leave the database  ready  to use by rolling back uncommitted transactions.Additional transactional logs cannot be restored (RESTORE WITH RECOVERY)" options in SQL Server Studio DB restore option and now facing the error
    " Restore failed for Server '<Our server>(Microsoft.sqlserver.smo)
    Additional Information System.Data.Sqlclient.sqlerror:Restore  detected an error on page (0:0) in database <Database> as read from  the backup set .(Microsoft .SqlServer.SMO).'"
    Any idea why this error is occurring ?Please help .
    Thanks,
    Padmaja

    Hi Padmaja!
    Possibly this backup file is corrupted; try verifying it by triggering a command like (check before in Books Online):
    restore verifyonly from disk='<path><backupfile>.bak'
    Cheers!
    --Jesú

  • Which patches to apply to a fresh installation of JES 2005Q1/2005Q4?

    Hi Jay,
    Hi Forum,
    i just installed JES2005Q4 on Solaris 10 and i ask myself which patches Sun recommends to install for this JES release, if there are any (patches for application not for solaris!).
    For JES2005Q1on Solaris 10 i found the follwing patches to be useful (although the communcation express patch is only for sol9):
    Document Audience:     PUBLIC
    Document ID:          116577-24
    Title:               Calendar Server SunOS 5.8 5.9 5.10: Core patch
    Update Date:          Tue Sep 06 14:08:36 MDT 2005
    Link:               http://sunsolve.sun.com/search/document.do?assetkey=1-21-116577-24-1
    Document Audience:     PUBLIC
    Document ID:          118207-37
    Title:               Messaging Server 6.2-3.03: core patch
    Update Date:          Fri Aug 19 17:26:24 MDT 2005
    Link:               http://sunsolve.sun.com/search/document.do?assetkey=1-21-118207-37-1
    Document Audience:     PUBLIC
    Document ID:          118540-10
    Title:               Sun Java System Communications Express 6.2p1 SunOS 5.8 5.9: core patch
    Update Date:          Thu Mar 10 14:46:18 MST 2005
    Link:               http://sunsolve.sun.com/search/document.do?assetkey=1-21-118540-10-1
    Maybe some people can comment my list or tell from their experiences (for both versions 2005Q1 & 2005Q4). I want to make my setup as clean & fresh as possible.
    Thanks a lot,
    af_inet

    sorry, the CE patch is for any os level. . .
    There are actually later versions of these patches, not quite released to Sunsolve, yet. You need to contact Tech Support to get them.

  • JES 2 (2004/Q2 and 118263-14 - Portal 6.3 PC 14)

    Hi all,
    Just wanted to 'ping' the crowd, has anyone else tested JES 2 and the current public release 118263-14 (portal 6.3 and patch cluster 14) ?
    My PC12 (plus patch from 13 to fix a bug regression) is rock solid, but doing some testing with PC14, I find that once 1 single user logs in, and retrieves the authenticated portal desktop, you can refresh the screen (F5) and you'll start to see the 'webservd' threads escalate, and after a short while, it continues past "999" and will soon core dump the webservd process (a single user can cause this within 30 seconds)
    Has anyone else experienced this ?
    I'm not rocking the boat, and only have 115766-01 (Access manager 6.2 PC 1 installed)
    SUN support is on this, but wondering if anyone else has experienced this?
    Thanks
    Dave

    Hey There,
    If you are using 6.0.. stop, pull out! eject ! Do not pass Go. at a minimum java client versions will give you grief. Yep the docs are a tad... errr.. lacking...
    I'd suggest you at a min use 2005/Q1, it seems to be relatively stable, or patch 2004/Q2 to at least PC_9 or PC_10, and you should have a stable platform.
    - We stopped using Netfile (the built-in samba share) due to it's poor performance, and reverted to a GPL version:
    http://www.dragonsdawn.net/~gordon/smb-network/
    - it's awesome with SRA, as it's incrediably fast, only drawback is it doesn't do deletes, whereas netfile gives you this.
    - as far as the original thread, yes waaay back, I saw this error, and it had to do with some of the solaris TCP variables missing on a base install.
    specifically "domainname" (type that at prompt and you should not see a "blank" return. (defaultdomain variable). Check all your other TCP settings as well and ensure everything is fully working,
    Thanks
    dave

  • JES on Linux Enterprise AS 4

    I'm looking into putting the following JES products on various x86 servers running RHL Ent AS4.
    Calendar and LDAP - machA
    Portal Server - MachB
    Gateway for PS - MachC
    LDAP only - MachD
    The official Sun page says that JES2005Q4 is supported on RHL Ent AS3. But that realase is pretty old. It was released in Sept. 2003. I'd like to run AS 4.
    Has anyone tried JES on AS4?
    The only relevant post was JES on Fedora Core 4.
    Thanks,
    Roger S.

    Hi Roger,
    Java ES 2005Q4 was released in October of 2005 and, as you point out, supports RHEL 3.
    The release under testing and available in beta form, Java ES 5, supports RHEL 4. This release is planned for general availability very early in CY07.
    Thanks,
    Chris

Maybe you are looking for