The missing files are added by downloading and installing one of the following RPMs depending on whether the box is the CE or CM or HA Server.
If a Collector Manager download
ftp://ftp.novell.com/outgoing/Sentinel8.3/web-sentinelcm-8.3.0.0-101.noarch.rpm
If a Correlation Engine download
ftp://ftp.novell.com/outgoing/Sentinel8.3/web-sentinelce-8.3.0.0-101.noarch.rpm
If an HA Server download
ftp://ftp.novell.com/outgoing/Sentinel8.3/web-sentinelha-8.3.0.0-101.noarch.rpm
1. Once the required RPMs are downloaded depending if the Sentinel box is a CE or CM or HA Server run one of the following commands
rpm -Uvh web-sentinelcm-8.3.0.0-101.noarch.rpm
or
rpm -Uvh web-sentinelce-8.3.0.0-101.noarch.rpm
or
rpm -Uvh web-sentinelha-8.3.0.0-101.noarch.rpm
Note: Running the above commands to install the RPMs will replace the missing files.
2. Next run the following command
systemctl restart vabase vabase-datamodel vabase-jetty
Now the CAF interface should open.
After upgrading to 8.3 there were several files missing from the CE, CM, and HA Servers causing the CAF interface unable to open. Port 9443 shows as listening when running "netstat -an |grep 9443" but the interface is not opening.
The issue is not occurring on the Sentinel core box, only on the standalone CE, CM, and HA Servers. There are several needed files that are missing which allow CAF functionality.
To confirm if files are missing check to if /opt/novell/base_config/tiles.conf exist.
For further confirmation of the issue run the following command "systemctl restart vabase-datamodel vabase-jetty" to confirm if similar errors are occurring "vabase-datamodel.service: Main process exited, code=exited, status=1/FAILURE"
We found out that vabase-jetty.service (which should serve port 9443) fails.
As we see from our service logs, jetty service is not able to come up.
# systemctl status vabase-datamodel.service vabase-jetty.service vabase.service
------------------
vabase-jetty.service - Jetty Web Application Server failed to start
------------------
...while rest of the given services are active and running.