#
Displaying Core Server Tracking pages in the Analysis Server
The Tracking pages in the Core Server can also be displayed as License Monitor Core and Status Monitor subtabs in the Analysis Server's LM Portal. Follow these steps to show these tabs:
Displaying the Tracking pages in the Analysis Server may be detected as a website vulnerability.
In the Open iT Core Server, open the
httpd.conf
file in the httpd directory, which is by default inC:\Program Files\OpeniT\Core\Configuration\httpd
.Update the Header always set Content-Security-Policy: "frame-ancestors 'self'" line by adding the Analysis Server URI.
httpd.conf201| Header always set Content-Security-Policy: "frame-ancestors 'self' http(s)://<AS_hostname>:<port_number>"
Example201| Header always set Content-Security-Policy: "frame-ancestors 'self' http://mnl0007win:8088"
Save the changes.
Open the
.htaccess
file, which is by default inC:\Program Files\OpeniT\Core\ReportingServer\html\api
.Update the Header always set Access-Control-Allow-Origin line by adding the Analysis Server URI.
.htaccess08| Header always set Access-Control-Allow-Origin "http(s)://<AS_hostname>:<port_number>"
Example08| Header always set Access-Control-Allow-Origin "http://mnl0007win:8088"
Save the changes.
Open Task Manager and click Services tab.
Restart the OpeniTReporting service.
In the Open iT Core Server, open the
httpd.conf
file in the httpd directory, which is by default in/var/opt/openit/httpd
.Update the Header always set Content-Security-Policy: "frame-ancestors 'self'" line by adding the Analysis Server URI.
httpd.conf201| Header always set Content-Security-Policy: "frame-ancestors 'self' http(s)://<AS_hostname>:<port_number>"
Example201| Header always set Content-Security-Policy: "frame-ancestors 'self' http://mnl0007win:8088"
Save the changes.
Open the
.htaccess
file, which is by default in/opt/openit/html/api/
.Update the Header always set Access-Control-Allow-Origin line by adding the Analysis Server URI.
.htaccess08| Header always set Access-Control-Allow-Origin "http(s)://<AS_hostname>:<port_number>"
Example08| Header always set Access-Control-Allow-Origin "http://mnl0007win:8088"
Save the changes.
Go to the bin directory, which is by default in
/opt/openit/bin
, run the command:Command Syntaxcd $BIN_DIR
Examplecd /opt/openit/bin
Restart the Open iT services, run the command:
Command Syntax./openit-all restart
After configuring the Core Server, set the value of Root.Web.ReportingServerUri with the Core Server URL by following the instructions in the Setting Reporting Server URL section.
In the Analysis Server web interface, navigate to the LM Portal tab and verify that the License Monitor Core and Status Monitor are visible.