Hitachi ID Systems, Inc.

Hitachi

Technology Server Requirements
Hitachi ID Systems Web Feeds Follow Us on Twitter Follow us on LinkedIn
certification

Product Sites

Server Requirements

Multiple, Load-Balanced Servers

Hitachi ID Privileged Password Manager supports multiple, load-balanced servers.

Each server can host multiple Privileged Password Manager instances, each with its own users, managed systems, features and policies.

Server Platform

Privileged Password Manager must be installed on a Windows 2003 or Windows 2008 server.

Installing on Windows 2003 or Windows 2008 allows Privileged Password Manager to leverage client software for most types of target systems, which is available only on the "Wintel" platform. In turn, this makes it possible for Privileged Password Manager to manage passwords and accounts on target systems without installing a server-side agent.

The Privileged Password Manager server must also be configured with a web server. Since the Privileged Password Manager application is implemented as CGI executables, any web server will work. The Privileged Password Manager installation program can detect and automatically configure IIS or Apache web servers, but other web servers can be configured manually.

Privileged Password Manager is a security application and should be locked down accordingly. Please refer to the Hitachi ID Systems document about hardening Privileged Password Manager servers to learn how to do this. In short, most of the native Windows services can and should be removed, leaving a very small attack surface, with exactly one inbound TCP/IP port (443):

  1. IIS is not required (Apache is a reasonable substitute).
  2. No ASP, JSP or PHP are used, so these engines should be disabled.
  3. .NET is not required on the web UI, so should be disabled on IIS.
  4. No ODBC or DCOM are required inbound, so these services should at least be filtered.
  5. File sharing should be disabled.
  6. Remote registry services should be disabled.
  7. Inbound TCP/IP connections should be firewalled, allowing only port 443 and possibly terminal services (if required for some configuration tasks).

Server Configuration

(1) Each Privileged Password Manager server is configured as follows:

In addition to a web server, Privileged Password Manager requires a database server. In most environments, the database server software (Microsoft SQL Server or Oracle Database Server) can be installed on the same hardware as the Privileged Password Manager software. This reduces hardware cost, eliminates network latency and reduces the security surface of the combined solution. In large deployments, a separate database server may be required, so as to distribute the processing load between application and data components. In these cases, the database server is typically configured similarly to the application server and co-located with the application.