Question Paul Coviello · Oct 24, 2024

what settings in Linux do I need to change for the SMP ( CSP) to work

we've set up a new RHEL server 7.9  

I was able to get the portal to work partially from running this command

[root@facsp1 DSA200]# firewall-cmd --zone=public --add-port=57772/tcp --permanent
success

though as I said it was partial. any idea where else I need to change to make this work?

thanks

Paul

Product version: Caché 2015.1
$ZV: 2015.2.3.855.0.16694

Comments

Alexander Koblov · Oct 25, 2024

Usually the Management Portal looks like this, when the browser cannot load static files. Open Web Developer tools, Network tab, refresh the page and see what resource the browser fails to load.

Check apache's error.log

0
Paul Coviello · Oct 30, 2024

I'm running the Intersystems load of Apache and not the separate install.  if that makes a difference.

0
Alexander Koblov  Oct 30, 2024 to Paul Coviello

The same advice applies. See what resource the browser fails to load. What's their HTTP status. Is there anything in the response body? Check apache's error.log. It's in \httpd\logs

0