Messaging Server Installation Help
Hi Jay and others,
I have installed SJES Msg Server 2005Q4 on solaris 10.
Everything went smooth and Server is operational now.
I'm using directory server console to manager users etc.
But, i'm unable to configure Delegated administration ( i want to use this for user management) and getting error due to improper identity manager configuration (access mgr). Though access manager and delegated adminstration are installed, they're not properly configured hence i find delegated administration is not running/working.
As the server is operational and online, how do i solve this problem and enable delegated admin..? It's must for me to configure delegated admin as user insisting..
TIA
[734 byte] By [
sun_prvnrk] at [2007-11-26 7:07:30]

# 2
Hi,
excuse me for the "intrusion", but it seems to me that the problem I faced today is similar to your case: a fresh installation of Solaris 10 on which I were installing JES 2005Q4.
I've configured and deployed AccessManager in the AppSvr with the Legacy Mode installation (not REALM) without problems.
The real issue i found was while configuring the Delegated Admin; before installing DA bits, i had to install the patch:
119254-19: (SunOS 5.10: Install and Patch Utilities Patch)
and probably the bundled version of DA (SUNWcomic, patchlevel: 119777-09) has some leaks in the while installing in the Global Zone.
Try to get a more recent version of this patch.
I've applied the T119777-12 patch (with patchadd -G), and even if it's a T-Patch it fixes a lot of bugs, and for the moment it *SEEMS* to work:
- DA can be configured (deployed in AppSvr 8)
- DA is now Up&Running
I still haven't found any particular bug; provisioning of both Messaging and Calendar services is straightforward, and seems to work.
For clearness sake I've to tell you that I did only tests using the Top-Level Domain Administrator, and I didn't take any tests strictly regarding the concept of Delegated Administration... anyway I'm confident that it should be working.
regards.
# 3
Normally, I recommend all current patches. Unfortunately, many on this list cannot get to tech support to get t-patches. Also, this particular case is so lacking in detail, I have no idea what the true problem is.
I do find that even though it doesn't work wonderfully well, a standard install of JES4 does work, and DA works as installed.
Please do feel welcome to contribute any time you have something to add. I get kind of lonely, being the only one answering questions...
# 4
Jay,
as usual you're right: today i tried to install on another fresh machine 2005Q4 bits.
Without the 119254-19 patch, DelAdmin installation goes well but in the end it lacks some files under <DEL_ADM_ROOT>/lib such as ldapsearch/ldapmodify and some properties files, as you can see from the following java exception (/app/javaes/deladm is my <DEL_ADM_ROOT>)
java.io.FileNotFoundException: /app/javaes/deladm/data/WEB-INF/classes/sun/comm/cli/server/servlet/resource.pr operties (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at java.io.FileInputStream.<init>(FileInputStream.java:66)
at java.io.FileReader.<init>(FileReader.java:41)
at com.sun.msg.install.SubstituteFiles.substitute(SubstituteFiles.java:50)
at com.sun.msg.install.IscliCfgPanel.doSubs(IscliCfgPanel.java:917)
at com.sun.msg.install.IscliCfgPanel.processPostSequence(IscliCfgPanel.java:885)
at com.sun.msg.install.ExecuteTaskPanel.sequenceComplete(ExecuteTaskPanel.java:356 )
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.sun.wizards.core.WizardTreeManager.callObjectMethod(WizardTreeManager.java: 2374)
at com.sun.wizards.core.WizardTreeManager.callClientObjectMethod(WizardTreeManager .java:2206)
at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.sun.wizards.core.ArchiveReader.callObjectMethod(ArchiveReader.java:1399)
at com.sun.wizards.core.GenericWizardState.callClientObjectMethod(GenericWizardSta te.java:2813)
at com.sun.wizards.core.Sequence.callSequenceCompleteMethod(Sequence.java:272)
at com.sun.wizards.core.Sequence.perform(Sequence.java:364)
at com.sun.wizards.core.SequenceManager.run(SequenceManager.java:226)
at java.lang.Thread.run(Thread.java:595)
after that here what I did:
- Disintalled Delegated Admin
- Applied the patch 119254-19
- Reinstaled Delegated Admin
Now it works also without appliying the T-Patch,
bye.