# 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:

  1. In the Open iT Core Server, open the httpd.conf file in the httpd directory, which is by default in C:\Program Files\OpeniT\Core\Configuration\httpd.

  2. Update the Header always set Content-Security-Policy: "frame-ancestors 'self'" line by adding the Analysis Server URI.

    httpd.conf
    201|  Header always set Content-Security-Policy: "frame-ancestors 'self' http(s)://<AS_hostname>:<port_number>"
    Example
    201|  Header always set Content-Security-Policy: "frame-ancestors 'self' http://mnl0007win:8088"
  3. Save the changes.

  4. Open the .htaccess file, which is by default in C:\Program Files\OpeniT\Core\ReportingServer\html\api.

  5. Update the Header always set Access-Control-Allow-Origin line by adding the Analysis Server URI.

    .htaccess
    08|  Header always set Access-Control-Allow-Origin "http(s)://<AS_hostname>:<port_number>"
    Example
    08|  Header always set Access-Control-Allow-Origin "http://mnl0007win:8088"
  6. Save the changes.

  7. Open Task Manager and click Services tab.

  8. Restart the OpeniTReporting service.

  1. In the Open iT Core Server, open the httpd.conf file in the httpd directory, which is by default in /var/opt/openit/httpd.

  2. Update the Header always set Content-Security-Policy: "frame-ancestors 'self'" line by adding the Analysis Server URI.

    httpd.conf
    201|  Header always set Content-Security-Policy: "frame-ancestors 'self' http(s)://<AS_hostname>:<port_number>"
    Example
    201|  Header always set Content-Security-Policy: "frame-ancestors 'self' http://mnl0007win:8088"
  3. Save the changes.

  4. Open the .htaccess file, which is by default in /opt/openit/html/api/.

  5. Update the Header always set Access-Control-Allow-Origin line by adding the Analysis Server URI.

    .htaccess
    08|  Header always set Access-Control-Allow-Origin "http(s)://<AS_hostname>:<port_number>"
    Example
    08|  Header always set Access-Control-Allow-Origin "http://mnl0007win:8088"
  6. Save the changes.

  7. Go to the bin directory, which is by default in /opt/openit/bin, run the command:

    Command Syntax
     cd $BIN_DIR
    Example
     cd /opt/openit/bin
  8. Restart the Open iT services, run the command:

    Command Syntax
    ./openit-all restart

After configuring the Core Server, follow the instructions in the Setting a Configuration Key section to set the value of Root.Web.ReportingServerUri with the Core Server URL.

In the Analysis Server web interface, navigate to the LM Portal tab and verify that the License Monitor Core and Status Monitor are visible.

We value your feedback!

Please take a few minutes to complete our survey and share your thoughts on your recent experience with our documentation.

Take survey

Close