|
Question : WebAccess and iManager no longer load on startup
|
|
Netware 6.5 Groupwise 7.1 Server Everything works good post sp6 on this Groupwise server except for some reason, my GW WebAccess and IManager no longer load correctly. I believe the problem has something to do with tomcat not loading correctly or something with LDAP as the console shows the following message when trying to access the WEBACCESS page: tccheck: LDAP is not up yet; waiting - LDAP connectivity not found on ldap://localhost:636 Please load NLDAP and then manually execute command: sys:/tomcat/4/bin/startup If your server host certificates have change recently, executing sys:/system/tckeygen.ncf may be needed.... After starting the server, I can get both working again by typing the following at the console: LOAD NLDAP SYS:/TOMCAT/4/BIN/STARTUP Webaccess and IManager will then work again until I restart the server. Listed below is my autoexec.ncf file. Thanks. SEARCH ADD SYS:\ni\update\bin SET BINDERY CONTEXT = O=MNW SET DAYLIGHT SAVINGS TIME OFFSET = 1:00:00 #Set parameter changed by the DSTSHIFT.NLM tool #SET START OF DAYLIGHT SAVINGS TIME = (APRIL SUNDAY FIRST 2:00:00 AM) set start of daylight savings time = (MARCH SUNDAY SECOND 2:00 AM) #Set parameter changed by the DSTSHIFT.NLM tool #SET END OF DAYLIGHT SAVINGS TIME = (OCTOBER SUNDAY LAST 2:00:00 AM) set end of daylight savings time = (NOVEMBER SUNDAY FIRST 2:00 AM) SET TIME ZONE = CST6CDT SEARCH ADD SYS:\JAVA\BIN SEARCH ADD SYS:\JAVA\NWGFX\BIN SEARCH ADD SYS:\JAVA\NJCLV2\BIN SEARCH ADD SYS:\NI\UPDATE\BIN FILE SERVER NAME IS1 load conlog MAXIMUM=100 ; Network driver LOADs and BINDs are initiated via ; INITSYS.NCF. The actual LOAD and BIND commands ; are contained in INITSYS.NCF and NETINFO.CFG. ;MOUNT ALL IPMINIT.NCF SYS:\SYSTEM\NMA\NMA5.NCF BSTART.NCF load nile.nlm load httpstk.nlm /SSL /keyfile:"SSL CertificateIP" LOAD PORTAL.NLM LOAD NDSIMON.NLM LOAD NICISDI.XLM LOAD SASDFM.XLM AFPSTRT.NCF CIFSSTRT.NCF SYS:/BIN/UNIXENV.NCF SEARCH ADD sys:/usr/sbin SEARCH ADD sys:/usr/bin LOAD PKI.NLM # Storage Management Services components required for Backup SMSSTART.NCF #---Added By Native File Access For Unix--- nfsstart #---Added By Native File Access For Unix END--- openwbem.ncf SERVERID 35926833 SET TIMESYNC TYPE = SECONDARY SYS:\SYSTEM\INOENV.NCF ETRUSTAV AUTOSTART NAMED TSA500 SEARCH ADD SYS:\APACHE2 AP2WEBUP #Apache2 is now the admin server ADMSRVUP # tc4admin begin SEARCH ADD SYS:/tomcat/4/bin tomcat4 tcadmup.ncf # tomcat4 end
DELAY 90 GRPWIS5 DELAY 60 STRTWEB DELAY 60 GWIA
PSA gwtsa.ncf # SEARCH ADD GRPWISE:\Novell\NM # GRPWISE:\Novell\NM\nmstart.ncf SEARCH ADD SYS:system # astart ; END OF AUTOEXEC.NCF
|
Answer : WebAccess and iManager no longer load on startup
|
|
The "PKI" section should look kinda like this:
SYS:\SYSTEM\NMA\NMA5.NCF BSTART.NCF load nile.nlm load httpstk.nlm /SSL /keyfile:"SSL CertificateIP" LOAD PORTAL.NLM LOAD NDSIMON.NLM LOAD NICISDI.XLM s LOAD SASDFM.XLM LOAD SAS.NLM LOAD PKI.NLM LOAD NLDAP.NLM
Load SMSSTART after that. Take out all the individual SMS component loads and make sure they're all in SMSSTART.
Why are you loading TSA500? That's for NetWare 5.0. You should be loading TSAFS, with the /enablegw switch, and the TSAFSGW helper app, not TSA500 and GWTSA. If it's because of the age of your backup software, you should consider using a version of ARCserve that supports current Novell technologies rather than backrevving OS components like that. You actually should be using the latest SMS update patch, which was released post-SP6.
|
|
|
|