Skip to main content

Starting the Management Portal

Starting the Management Portal

You can start the Management Portal in the following ways:

  • On Microsoft Windows platforms, click Management Portal on the Caché Cube menu.

  • In your web browser go directly to the Management Portal URI, in the following form:

    http://machine:port/csp/sys/UtilHome.csp
    

    Where machine is the IP address of your system (such as localhost) and port is the port number of the web server installed by Caché. For example, the default location on the local server of a single installation of Caché is http://localhost:57772/csp/sys/UtilHome.cspOpens in a new tab (where 57772 is the default Caché web server port number).

For information about the Management Portal, see Management Portal Overview in this chapter.

Depending on the authentication settings for your system you may have to log in before going to the portal home page. See the Management Portal Login Page subsection for an overview of login requirements. In addition, each functional area requires access to particular resources; see the Management Portal Web Application Structure subsection for more details.

Important:

Microsoft Windows 2003 Users Trusted Site Security Setting — The first time you visit the Management Portal, you may receive a warning about the web site being blocked. When prompted, add the site to the trusted sites zone. InterSystems also recommends you allow session cookies for portal procedures to function properly.

Management Portal Login Page

Whether or not you must enter a username and password to use the portal depends on the authentication settings of the Management Portal web application (/csp/sys). There are two conditions:

Unauthenticated Access Only

Neither requires nor accepts a username and password — If the portal accepts only unauthenticated connections (the default setting for Minimal security installs), you do not require a username and password to access the portal; you bypass the Login page when you use the methods in the previous section to start the portal. If navigation does bring you to the login page (by clicking Logout, for example), you see the following message:

You are logged out.
Please click here to login.
Authenticated Access

Requires a username and password — If your security settings require authentication for the Management Portal web application and you are not already authenticated on the system, the login page displays asking you to enter a User Name and Password. After entering these fields, click Login to display the Management Portal home page.

Note:

To change your password, click your name in the Management Portal Title Bar, which displays the change password dialog box.

Important:

You can look up the Authentication allowed settings on the Web Applications page (System Administration > Security > Applications > Web Applications) by clicking Edit in the /csp/sys application row.

Management Portal Web Application Structure

The main portal web application is /csp/sys. To provide enforcement of privileges within the Management Portal, the portal is further split into distinct web applications. The Management Portal itself is not responsible for preventing non-privileged users from performing actions: this is handled by the system API methods that the portal calls. The portal does, however, attempt to keep non-privileged users out of restricted pages to prevent <PROTECT> errors.

There are four types of user for the portal, which roughly correspond to predefined resources within Caché:

User Type Resource Web Application Tasks
Security Manager %Admin_Secure /csp/sys/sec View and edit list of users, roles, and other security tasks.
Manager %Admin_Manage /csp/sys/mgr Change system configuration and define backup sets.
Operator %Admin_Operate /csp/sys/op View system status pages and perform backups.
Explorer (public user) %Development /csp/sys/exp View home page, view classes, routines, and globals, and use SQL pages, provided the user has access to the appropriate resources.
FeedbackOpens in a new tab