Installing SUM 20.0.0 (Beta) on Linux
Prerequisites
- Ensure that you have root or sudo privileges.
- Ensure that TCP port 63002 is available and not blocked by the firewall.
- Ensure that no active SUM 20.0.0 (Beta) installation is running on the system.
- Ensure that the system meets OS compatibility requirements.
- Ensure that a minimum of 10 GB of free disk space is available for installation, configuration, database, firmware baselines, and logs. Allocate additional space for firmware baseline uploads as specified in the system requirements section.
About this task
Follow this procedure to install the solution on a Linux systems using an RPM package. The installation configures the solution as a managed service and allows access through a web browser.
Procedure
- Download the SUM 20.0.0 (Beta) RPM package from HPE Support Center.
- Copy the RPM package to the target Linux system.
-
Install the RPM package using the system package manager:
sudo rpm -ivh <sum-package-name>.rpmNOTEFor upgrades, use:
sudo rpm -Uvh <sum-package-name>.rpm -
Verify the installation directory at:
/opt/sum/ -
Verify the service status.
sudo systemctl status sum -
Access the SUM 20.0.0
(Beta) UI at:
https://<hostname>:63002
Results
The application is installed and runs as a systemd service.
On first startup, SUM creates a local certificate authority certificate and stores it
as ca.crt in the data directory.
The service attempts to install the certificate into the operating system trust store.
If Firefox displays a certificate warning, import the SUM
ca.crt certificate into Firefox or configure Firefox to
trust operating system root certificates.
For more information about importing certificates into a web browser, see About web browser security certificate.