Upgrading to the Latest SCS Version for Rocky Linux 8
Important
This document is intended to provide upgrading steps for the latest SCS version for Rocky Linux 8 and above. If you are planning to migrate from CentOS 7 to Rocky Linux 8, refer to Migrating Swarm Components from CentOS 7 to Rocky Linux 8.
Upgrade Notes
Complete the SCS upgrade first if upgrading both SCS and Swarm Storage simultaneously. Then add the new Swarm Storage component to the SCS repo (using
scsctl repo component add ...
).
Refer to the following steps to upgrade SCS:
Disable the SELinux.
Check if SELinux is enabled or disabled. In a default RL8 installation, it will be Enforcing. However, if it is already disabled, skip to step 2.
getenforce
Disable SELinux, by editing the
/etc/selinux/config
file, commenting out the lineSELINUX=enforcing
orSELINUX=permissive
, and adding the lineSELINUX=disabled
. Then reboot the server after saving the file.vi /etc/selinux/config ... #SELINUX=enforcing SELINUX=disabled ... reboot
Install the new RPM.
rpm -Uvh swarm-scs-[version].x86_64.rpm
Run the following command.
Note
Refer to the following step if an error occurs during the upgrade_check
command:
Run the diagnostics check.
It shows the below output:
Reboot the system.
Re-initialize DHCP.
Choose the SCS version to activate the latest version.
© DataCore Software Corporation. · https://www.datacore.com · All rights reserved.