-
Notifications
You must be signed in to change notification settings - Fork 315
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* New translations learning_selinux.md (French) * New translations 02-advanced.md (German) * New translations 06-users.md (Ukrainian) * New translations lxd_web_servers.md (Ukrainian) * New translations 03-data-entry-and-manipulations.md (Italian) * New translations index.md (Italian) * New translations template_chadrc.md (Italian) * New translations install_nvchad.md (Italian) * New translations vale_nvchad.md (Italian) * New translations index.md (Italian) * New translations md_preview.md (Italian) * New translations projectmgr.md (Italian) * New translations marksman.md (Italian) * New translations hpe_amsd.md (Ukrainian)
- Loading branch information
1 parent
2f89c3d
commit c672d3e
Showing
14 changed files
with
892 additions
and
51 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
--- | ||
title: Служба безагентного керування HPE ProLiant | ||
author: Neel Chauhan | ||
contributors: null | ||
tested_with: 9.3 | ||
tags: | ||
- обладнання | ||
--- | ||
|
||
# Служба безагентного керування HPE ProLiant | ||
|
||
## Вступ | ||
|
||
Сервери HPE ProLiant мають супутнє програмне забезпечення під назвою Agentless Management Service, яке [згідно з HPE](https://techlibrary.hpe.com/docs/iss/EL8000t/setup_install/GUID-1CF69B20-790A-4EDC-A162-9D64572ED9E8.html) "використовує позасмуговий зв'язок для підвищення безпеки та стабільності". Крім того, «за допомогою безагентного керування моніторинг працездатності та сповіщення вбудовані в систему та починають працювати в момент підключення допоміжного джерела живлення до [вашого сервера]». | ||
|
||
Це використовується, наприклад, для зменшення швидкості вентилятора на HPE ProLiant ML110 Gen11 у домашній лабораторії автора. | ||
|
||
## Передумови та припущення | ||
|
||
Нижче наведено мінімальні вимоги для використання цієї процедури: | ||
|
||
- Сервер HP/HPE ProLiant Gen8 або новішої версії з увімкненим iLO та видимим у мережі | ||
|
||
## Встановлення `amsd` | ||
|
||
Щоб інсталювати `amsd`, спочатку потрібно інсталювати EPEL (додаткові пакети для Enterprise Linux) і запустити оновлення: | ||
|
||
```bash | ||
dnf -y install epel-release && dnf -y update | ||
``` | ||
|
||
Потім додайте наступне до `/etc/yum.repos.d/spp.repo`: | ||
|
||
```bash | ||
|
||
[spp] | ||
name=Service Pack for ProLiant | ||
baseurl=https://downloads.linux.hpe.com/repo/spp-gen11/redhat/9/x86_64/current | ||
enabled=1 | ||
gpgcheck=1 | ||
gpgkey=https://downloads.linux.hpe.com/repo/spp/GPG-KEY-spp | ||
``` | ||
|
||
Замініть «9» на основну версію Rocky Linux, а «gen11» — на генерацію вашого сервера. Хоча автор використовує ML110 Gen11, якби він використовував замість DL360 Gen10, використовувався б `gen10`. | ||
|
||
Згодом встановіть і ввімкніть `amsd`: | ||
|
||
```bash | ||
dnf -y update && dnf -y install amsd | ||
systemctl enable --now amsd | ||
``` | ||
|
||
Якщо ви хочете перевірити, чи працює `amsd`, увійдіть до iLO через веб-браузер. Якщо встановлено правильно, iLO має повідомити, що на нашому сервері працює Rocky Linux: | ||
|
||
![HPE iLO showing Rocky Linux 9.3](../images/hpe_ilo_amsd.png) | ||
|
||
## Висновок | ||
|
||
Поширеною критикою серверів HPE є висока швидкість обертання вентиляторів під час використання компонентів сторонніх виробників, таких як SSD або інші додаткові карти PCI Express, офіційно не дозволені HPE (наприклад, карти відеозахоплення). Навіть якщо ви використовуєте лише компоненти HPE, використання `amsd` дозволяє серверам HPE ProLiant працювати холодніше та тихіше, ніж просто використання Rocky Linux на одному сервері. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters