SCM for GEO ( SunPlex GEO ) is not coming up with Nevada Build 86 (i.e 3.1 web console). The GEO link itself is missing in the main page of the console to launch the application.
Below are the webconsole information :
============================================
=====================================
bash-3.2# smcwebserver -V
Version 3.1
=====================================
Work Around
Lockhart team is working on this issue and meanwhile following workaround can be used. Please note that this workaround is to be applied on the node BEFORE installing any of the cluster packages.
$> /usr/sbin/smcwebserver stop
$> cp ${console_home}/import/lib/registrationservlet.jar \
${console_home}/private/import/lib
$> /usr/sbin/smcwebserver start
where ${console_home} is the console_home property value in config.properties.
For solaris, $(console_home) would be /usr/share/webconsole/
Speculative, untested workaround:
Copy the missinging jar (and any I18n variants) from
${console_home}/import/
to
/var/webconsole/webapps/SunPlexManagerGeo/WEB-INF/lib/
after sc geo is installed, then restart the webserver.