Installation and Deployment
Software and Hardware Requirements
Hardware: Kunpeng 920 server
Software: openEuler 23.09
Environment Preparation
Install the openEuler OS.
Obtain root permissions.
sysBoost Installation
To install the sysBoost, perform the following steps (xxx in the commands indicate version numbers):
Mount an openEuler ISO image.
# Use the ISO file of the corresponding openEuler version. mount openEuler-xxx-aarch64-dvd.iso /mnt
Configure a local Yum source.
vim /etc/yum.repos.d/local.repo
The configured contents are as follows:
[localosrepo] name=localosrepo baseurl=file:///mnt enabled=1 gpgcheck=1 gpgkey=file:///mnt/RPM-GPG-KEY-openEuler
Install sysBoost.
yum install sysboost -y
Check whether the installation is successful.
# rpm -qa | grep sysboost sysboost-xxx # rpm -qa | grep native-turbo native-turbo-xxx
If the preceding information is displayed, the installation is successful.
Install the relocation packages required for combining the ELF files.
yum install bash-relocation-xxx -y yum install ncurses-relocation-xxx -y
说明:
If the ELF files and their dependency libraries contain the relocation segment, skip this step.