forked from docs/doc-exports
Reviewed-by: Pristromskaia, Margarita <margarita.pristromskaia@t-systems.com> Co-authored-by: wanghuijuan738 <wanghuijuan738@huawei.com> Co-committed-by: wanghuijuan738 <wanghuijuan738@huawei.com>
6.8 KiB
6.8 KiB
Installing HPD
Hotplug Daemon (HPD) is customer software installed in a BMS OS in the cloud environment.
An Hi1823 NIC provides a Hot Plug Controller Emulator PF for a BMS. The PF is used as a message channel for hot swap events. HPD takes over the PF and uses the native VFIO driver to present it to users.
Obtaining the Software Package
Download the software package at Support > Software > Huawei Cloud > Huawei Public Cloud > Computing Infrastructure.
The software package contains the following packages:
- HPD package (AArch64): hotplug-daemon-xx.xx.xx.xx.aarch64.rpm
- HPD package (x86): hotplug-daemon-xx.xx.xx.xx.x86.rpm
Prerequisite
Installing HPD
- Log in to the BMS OS.
- Install HPD.Run rpm -ivh hotplug-daemon-xxxx-xxxx.xxx.rpm.
[root@localhost debug]# rpm -ivh hotplug-daemon-16.1.8.1-1.aarch64.rpm Verifying... ################################# [100%] Preparing... ################################# [100%] Updating / installing... 1:hotplug-daemon-16.1.8.1-1 ################################# [100%]
- Restart the BMS.
Upgrading HPD
- Log in to the BMS OS.
- Upgrade HPD.Run rpm -Uvh hotplug-daemon-xxxx-xxxx.xxx.rpm.
[root@localhost debug]# rpm -Uvh hotplug-daemon-16.1.8.1-1.aarch64.rpm Verifying... ################################# [100%] Preparing... ################################# [100%] Updating / installing... 1:hotplug-daemon-16.1.8.1-1 ################################# [ 50%] Cleaning up / removing... 2:hotplug-daemon-16.1.1.1-1 ################################# [100%]
- Restart HPD.
Parent topic: Linux