2.3. Software Requirements
Important
The Red Hat Storage Console setup script (
rhsc-setup
) supports the en_US.UTF-8
, en_US.utf8
, and en_US.utf-8
locales. Installing on a system without one of the supported locale values fails.
22535%2C+Console+Installation+Guide-325-03-2015+18%3A28%3A17Report a bug
2.3.1. Red Hat Storage Console Operating System Requirements
The Red Hat Storage Console Management Server is supported on the Red Hat Enterprise Linux 6.5 64-bit version and in Red Hat Enterprise Linux 6.6 64-bit version. Ensure complete and successful installation of the operating system before starting the installing the Red Hat Storage Console.
Important
Red Hat Storage Console must be installed on a base installation of Red Hat Enterprise Linux. Do not install any additional packages after the base installation, as it could cause dependency issues when attempting to install the packages required by the Console.
22535%2C+Console+Installation+Guide-325-03-2015+18%3A28%3A17Report a bug
2.3.2. Red Hat Storage Console Client Requirements
Use a client with a supported web browser to access the Administration Portal. The portal support the following clients and browsers:
- Mozilla Firefox 24 or later, on Red Hat Enterprise Linux is required to access the Administration Portal.
- Internet Explorer 9 or 10 on Microsoft Windows is required to access the Administration Portal. Use the desktop version, not the touchscreen version for Internet Explorer version 10.
22535%2C+Console+Installation+Guide-325-03-2015+18%3A28%3A17Report a bug
2.3.3. Directory Services
Directory services are a collection of software, hardware, and processes that store information about an enterprise, subscribers, or both and provide this information to users. Each directory service contains at least one instance of Directory Server and at least one directory client program. Client programs access names, phone numbers, addresses, and other data stored in the directory service.
The Red Hat Storage platform has a default
admin
user configured. Use the domain management tool (rhsc-manage-domains
) to authenticate additional users by attaching directory service domains.
Note
You do not require additional firewall rules if you use a local database server (default option) on the Console itself.
22535%2C+Console+Installation+Guide-325-03-2015+18%3A28%3A17Report a bug
2.3.4. Firewall Configuration
Red Hat Storage requires specific ports to remain accessible.
While specific configuration instructions for additional network infrastructure which may exist between these systems will not be covered it is intended that the information provided will assist with this task.
Use the
rhsc-setup
script to automatically set up the firewall rules required by Red Hat Storage Console. If a firewall configuration is previously implemented, skip this step and manually integrate the new and existing configurations.
The provided firewall information is for a default configuration. If alternative ports are used during installation, adjust the firewall rules to allow access to the customized port.
Port(s) | Protocol | Source | Destination | Purpose |
---|---|---|---|---|
22 | TCP |
|
| SSH (optional) |
80, 443 | TCP |
|
| Provides HTTP and HTTPS access to the console. |
22535%2C+Console+Installation+Guide-325-03-2015+18%3A28%3A17Report a bug
2.3.5. Directory Server Firewall Requirements
Red Hat Storage Console requires a directory server to support user authentication. A number of ports need to be opened in the directory server's firewall to support the GSS-API authentication as used by the Red Hat Storage Console.
Port(s) | Protocol | Source | Destination | Purpose |
---|---|---|---|---|
88, 464 | TCP, UDP | Red Hat Storage Console | Directory Server | Kerberos authentication |
389, 636 | TCP | Red Hat Storage Console | Directory Server | Lightweight Directory Access Protocol (LDAP) and LDAP over SSL |
22535%2C+Console+Installation+Guide-325-03-2015+18%3A28%3A17Report a bug
2.3.6. Database Server Firewall Requirements
Red Hat Storage Console supports the use of a remote database server. If you plan to use a remote database server with Red Hat Storage Console, ensure that the remote database server allows connections from the Console
.
Port | Protocol | Source | Destination | Purpose |
---|---|---|---|---|
5432 | TCP, UDP | Red Hat Storage Console | PostgreSQL database server | Default port for PostgreSQL database connections. |
22535%2C+Console+Installation+Guide-325-03-2015+18%3A28%3A17Report a bug
2.3.7. Red Hat Storage Server Firewall Requirements
Red Hat Storage servers require that a number of ports be opened to allow network traffic through the system's firewall.
For more information on the ports that you need to open, see chapter Planning Red Hat Storage Installation in the Red Hat Storage Installation Guide.
Port | Protocol | Source | Destination | Purpose |
---|---|---|---|---|
22 | TCP | Red Hat Storage Console | Red Hat Storage Servers | Secure Shell (SSH) access. |
54321 | TCP | Red Hat Storage Console | Red Hat Storage Servers | VDSM communications with the Red Hat Storage Console. |
22535%2C+Console+Installation+Guide-325-03-2015+18%3A28%3A17Report a bug
2.3.8. Red Hat Storage Console User Accounts and Groups
When the rhsc package is installed, a number of user accounts are created. The default user identifier (UID) for each account and the default group identifier (GID) for each entry are:
- The kvm group (GID 36) includes the vdsm user (UID 36)
- The ovirt group (GID 108) includes the ovirt user (UID108)
22535%2C+Console+Installation+Guide-325-03-2015+18%3A28%3A17Report a bug