hp ZCentral Connect Hardware Monitor User Guide

June 4, 2024
HP

hp ZCentral Connect Hardware Monitor

ZCentral-Connect -Monitor-PRODUCT

Overview

The HP ZCentral Connect Hardware Monitor is an optional ZCentral software component that enhances System Events experience. When installed, ZCentral Connect can monitor the state of Power Supply units for ZCentral 4R systems and notify state changes to the Manager. These notifications will be sent in the form of System Events through the Intel® AMT interface.

Prerequisites

Some items are required before deploying the Hardware Monitor:

  1. A supported hardware platform. Currently only HP ZCentral 4R workstations are supported.
  2. The most up-to-date Intel® AMT Firmware
  3. Supported operating systems for the Hardware Monitor include:
  • Windows 10
  • Red Hat Enterprise 7
  • Red Hat Enterprise 8
  • Ubuntu 18.04
  • Ubuntu 20.04

If installing on Windows the following are also required:

  1.  Intel® Management Engine Interface Driver (Intel® Management Engine Software [Chipset Driver] softpaq from the HP Drivers website)
  2.  Microsoft Visual C++ 2015-2019 Redistributable

Installation

To install the Hardware Monitor, download and run the ZCentral Connect Agent installer package for one of the following supported platforms:

Windows (signaturele)
RHEL7-RHEL8 (signature le)
Ubuntu-18.04-Ubuntu-20.04 (signature le)

The package will include the Hardware Monitor installer as well as an install script.

Install Scripts

The Agent packages come with an installation script (install.cmd for Windows and install.sh for Linux) which will determine if the platform is supported by HP ZCentral Connect Hardware Monitor. If supported, then both Hardware Monitor and the Agent will be installed. The installers can still be run manually if desired.
Linux Script: To upgrade a package, instead of performing a fresh install, the script can be passed the –upgrade argument. This will ensure that on a Red Hat-based Linux OS the rpm command will use the upgrade command. On a Debian OS the dpkg command does not change.
Windows Script: The script will, by default, only call msiexec /i MSI. Any additional arguments can be passed in as an argument to the script. This can be done for both installers or individually. Run install.cmd with –help to view the available arguments.

Signature Verification

Key Details:

Download public key
Key ID: HP ZCentral Connect hpss-admin@hp.com
Fingerprint: 66CF 5025 AA35 1EB7 CC78 136F C75F B106 E198 51F0

To verify the signature of an RPM or DEB Hardware Monitor installer or the TGZ or ZIP packages, download the following les to your Host: the RPM, DEB, TGZ or ZIP, the accompanying signature le (For DEB installers and TGZ or ZIP packages only), and the public key. Next, execute the following commands for the specic le type:

RPM Installers

Import the public key to the RPM key ring:
rpm –import GPG-KEY-hpzcentralconnect
Verify the signature of the RPM le by running the following: rpm –checksig hpzcentralconnecthardwaremonitor.x86_64.rpm Console output:

hpzcentralconnecthardwaremonitor.x86_64.rpm: rsa sha1 (md5) pgp md5 OK

DEB Installers and TGZ or ZIP packages

NOTE To verify the signature on a Windows OS a 3rd party tool such as GPG4Win will be required to add GPG support. Import the public key to the gpg key ring:
gpg –import GPG-KEY-hpzcentralconnect

Console output:

gpg: key E19851F0: public key “HP ZCentral Connect hpss-admin@hp.com” imported gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)

Verify the signature of the DEB, TGZ or ZIP le by passing in the DEB, TGZ, or ZIP and its corresponding signature le (the signature le ends in the .asc extension):
gpg –verify hpzcentralconnecthardwaremonitor.deb.asc hpzcentralconnecthardwaremonitor.deb
Console output:

gpg: Signature made XXX XX XXX 2020 XX:XX:XX XX MST using RSA key ID E19851F0 gpg: Good signature from “HP ZCentral Connect <hpss-admin@hp.com>”
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: 66CF 5025 AA35 1EB7 CC78 136F C75F B106 E198 51F0

NOTE If you’d like to remove the warning message regarding the trustworthiness of the key, you can mark the key trusted using the following commands (more details can be found here):

gpg –edit-key “HP ZCentral Connect” gpg> trust
gpg>