Installing User Portal Packages
Install the User Portal rpm packages and the required support packages:
-
Extract the User Portal installation package to the current working directory (replace
/path/to/sshmgr-7.0.0-*.x86_64.tarwith the path of the User Portal installation package):# tar -xvf /path/to/sshmgr-7.0.0-*.x86_64.tarEnter the directory that was created from extracting the installation package:
# cd sshmgr-7.0.0-*/The rest of the instructions assume that the commands are run from this location.
-
Install the OS-specific support packages required by
User Portal. The required packages differ depending on the OS on which you are installingUser Portal:• For Red Hat 8.x / Rocky Linux 8.4 installations, install the following support packages:
# yum install os-support/rhel8/*.rpm# dnf install compat-openssl10# cd /usr/lib64 && sudo ln -s libreadline.so.7 libreadline.so.6# cd -• For Red Hat 9.x / Rocky Linux 9.x / Amazon Linux 2023 installations, install the following support packages:
# yum install os-support/rhel9/*.rpm• For Red Hat 10.x installations, install the following support packages:
# yum install os-support/rhel10/*.rpm -
Enable the User-Portal process controller to automatically start on boot:
# systemctl enable supervisord -
Install the User Portal rpm package:
# yum install sshmgr-user-portal-*-rhel_*.x86_64.rpm