Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions docs/guides/hardware/hpe_amsd.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: HPE ProLiant Agentless Management Service
author: Neel Chauhan
contributors:
contributors: Ganna Zhyrnova
tested_with: 9.3
tags:
- hardware
Expand All @@ -11,19 +11,19 @@ tags:

## Introduction

HPE ProLiant servers have a companion software called Agentless Management Service which [according to HPE](https://techlibrary.hpe.com/docs/iss/EL8000t/setup_install/GUID-1CF69B20-790A-4EDC-A162-9D64572ED9E8.html) "uses out-of-band communication for increased security and stability." In addition, "with Agentless Management, health monitoring and alerting is built into the system and begins working the moment auxiliary power is connected to the [your server]".
HPE ProLiant servers have a companion software called Agentless Management Service which [according to HPE](https://techlibrary.hpe.com/docs/iss/EL8000t/setup_install/GUID-1CF69B20-790A-4EDC-A162-9D64572ED9E8.html) "uses out-of-band communication for increased security and stability." In addition, "with Agentless Management, health monitoring, and alerting is built into the system and begins working the moment auxiliary power is connected to the [your server]".

As an example, this is used to reduce fan speeds on an HPE ProLiant ML110 Gen11 in the author's home lab.
This is used, for example, to reduce fan speeds on an HPE ProLiant ML110 Gen11 in the author's home lab.

## Prerequisites and assumptions

The following are minimum requirements for using this procedure:
The following are the minimum requirements for using this procedure:

* A HP/HPE ProLiant Gen8 or newer server with iLO enabled and visible on the network

## Installing `amsd`

To install `amsd`, you need to first install the EPEL (Extra Packages for Enterprise Linux) and run updates:
To install `amsd`, you need first to install the EPEL (Extra Packages for Enterprise Linux) and run updates:

```bash
dnf -y install epel-release && dnf -y update
Expand All @@ -41,7 +41,7 @@ gpgcheck=1
gpgkey=https://downloads.linux.hpe.com/repo/spp/GPG-KEY-spp
```

Replace the `9` with the Rocky Linux major version, and `gen11` with the generation of your server. While the author is using a ML110 Gen11, if they were using a DL360 Gen10 instead, `gen10` would be used instead.
Replace the `9` with the Rocky Linux major version and `gen11` with the generation of your server. While the author uses an ML110 Gen11 if they were using a DL360 Gen10 instead, `gen10` would be used.

Subsequently, install and enable `amsd`:

Expand All @@ -56,4 +56,4 @@ If you want to check if `amsd` is working, log into iLO via your web browser. If

## Conclusion

A common criticism of HPE servers are high fan speeds when using third-party components such as SSDs or other add-in PCI Express cards which aren't officially sanctioned by HPE (e.g., video capture cards). Even if you only use HPE-branded components, using `amsd` allows HPE ProLiant servers to run cooler and quieter than just using Rocky Linux alone on one.
A common criticism of HPE servers is high fan speeds when using third-party components such as SSDs or other add-in PCI Express cards not officially sanctioned by HPE (e.g., video capture cards). Even if you only use HPE-branded components, using `amsd` allows HPE ProLiant servers to run cooler and quieter than just using Rocky Linux alone on one.