Tricks#
What happened to the Saved Login Feature in Imanager 2.5?#
http://www.novell.com/coolsolutions/tip/15322.html
But, I can't get it to work. -jim
Issues:#
On Linux on ino0L900, PHP needs ot be upgraded.
On ino0s701, GUI seemd to be very slow when finding focus enter the user name and tree name in the GUI. (in X-Windows)
Solaris#
To Install useiManagerInstallSolaris.bin -i consoleThe install logs are at /var/opt/novell/tomcat4/webapps/nps/WEB-INF/logs/install/iManager_Install_2.5_InstallLog.log
iManager_InstallLog.log is the sumary file of all errors.
Can not get iManager to Launch. No errors in any logs I can find.
Look at...
tail -f /var/opt/novell/tomcat4/logs/catalina.out ... Incompatible JClient/DClient package JClient Revision: 1.4.1101 DClient Revision: 1.3.1173 AuthenticatorServl..253 Incompatible JClient/DClient package JClient Revision: 1.4.1101 DClient Revision: 1.3.1173
The above does not appear until you try to login from a browser.
# ls -l /opt/novell/iManager/lib/jclient.jar -rwxr-xr-x 1 root bin 115098 Dec 17 17:22 /opt/novell/iManager/lib/jclient.jar # pkgchk -l -p /opt/novell/iManager/lib/jclient.jar Pathname: /opt/novell/iManager/lib/jclient.jar Type: regular file Expected mode: 0755 Expected owner: root Expected group: bin Expected file size (bytes): 115098 Expected sum(1) of contents: 23170 Expected last modification: Dec 17 17:22:32 2004 Referenced by the following packages: iManNDSbase Current status: installed # pkginfo -l iManNDSbase PKGINST: iManNDSbase NAME: Directory User Agent CATEGORY: system ARCH: SPARC VERSION: 8.8 BASEDIR: /opt/novell/iManager VENDOR: Novell PSTAMP: Novell Directory Services INSTDATE: May 12 2005 09:36 STATUS: completely installed FILES: 38 installed pathnames 10 shared pathnames 10 directories 14 executables 4710 blocks used (approx)
# find /var/opt/novell -name jclient.jar -exec ls -l {} \; -rw-rw-r-- 1 nobody other 239716 Jan 13 02:08 /var/opt/novell/tomcat4/webapps/nps/WEB-INF/lib/jclient.jar -rw-r--r-- 1 nobody root 118482 Dec 4 2003 /var/opt/novell/tomcat4/nps_2.0.1.0/WEB-INF/lib/jclient.jar
The above makes me wonder a couple of things:
- Which jclient.jar is actually being used?
- Is iManager 2.5 really intended to be used on 8.7.x? (I'm assuming that DClient version is linked to eDirectory version.)
Looks like the upgrade on ino0s701 didn't upgrade Tomcat:
# pkgparam tomcat4 none US/Eastern /sbin:/usr/sbin:/usr/bin:/usr/sadm/install/bin /usr/sadm/sysadm tomcat4 Apache Tomcat Servlet Container 4.1.27 application sparc http://jakarta.apache.org/tomcat NDS-UI-SOLARIS20031016082107 tomcat4 /var/sadm/pkg/tomcat4/save Oct 18 2004 17:10
# pkgparam -d tomcat4.pkg tomcat4 tomcat4 Apache Tomcat Servlet Container 4.1.30 application sparc http://jakarta.apache.org/tomcat none SIDS-SOLARIS920041220163521
After manually uninstalling both httpd and tomcat4 packages, then adding this symlink:
lrwxrwxrwx 1 root other 3 Jun 28 16:46 java -> jre
... all is well with iManager on ino0s701.
Attached a DRAFT document for installation on Linux and Solaris. It is incomplete.