Finally, Delinea (Centrify) has added support for RHCOS, AlmaLinux x86_64, Rocky Linux. Good news indeed
As we continue to bolster our PAM solutions for Linux, the latest release of Server Suite adds support for RHCOS, AlmaLinux x86_64, and Rocky Linux.
Red Hat Enterprise Linux CoreOS (RHCOS) is a container-optimized operating system for running containers at scale. Both Rocky Linux and AlmaLinux are binary-compatible with Red Hat Enterprise Linux (RHEL) and have emerged as a viable alternative to CentOS.
………
Delinea announces support for AlmaLinux and Rocky Linux
If after a reboot and if you do a “nvidia-smi” and receive an error like the one
# nvidia-smi
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
# ./mlnxofedinstall
Current operation system is not supported!
Step 2b: Force Install with the right distro.
# ./mlnxofedinstall --distro rhel8.5 --force
.....
.....
.....
Device #1:
----------
Device Type: ConnectX5
Part Number: MCX512F-ACH_Ax_Bx
Description: ConnectX-5 EN network interface card; with host management 25GbE Dual-port SFP28; PCIe3.0 x16; ROHS
PSID: MT_0000000416
PCI Device Name: 10:00.0
Base GUID: xxxxxxxxxxxx
Base MAC: yyyyyyyyyyyy
Versions: Current Available
FW 16.31.1014 16.32.1010
PXE 3.6.0403 3.6.0502
UEFI 14.24.0013 14.25.0017
Status: Update required
After installing…….
Restart needed for updates to take effect.
Log File: /tmp/PAl8Z5mkHc
Real log file: /tmp/MLNX_OFED_LINUX.150443.logs/fw_update.log
To load the new driver, run:
/etc/init.d/openibd restart
Step 3: You have to remove and reload the drivers before you can do the /etc/init.d/openibd restart
When you logged on to Rocky Linux 8.5, you may see this message.
Activate the web console with: systemctl enable --now cockpit.socket
This system is not registered to Red Hat Insights. See https://cloud.redhat.com/
To register this system, run: insights-client --register
If you wish to disable the message, you may want to
rm -f /etc/motd.d/cockpit
The command will remove the symlink to file /run/cockpit/motd
Prerequisites Step 1: Endure you are in the correct time zone
# timedatectl
Local time: Wed 2022-04-20 10:04:44 +08
Universal time: Wed 2022-04-20 02:04:44 UTC
RTC time: Wed 2022-04-20 02:04:44
Time zone: Asia/Singapore (+08, +0800)
System clock synchronized: no
NTP service: active
RTC in local TZ: no
In Rocky Linux 8.5, the ntp package is no longer supported and it is implemented by the chronyd (a daemon that runs in user-space) which is provided in the chrony package.
chrony works both as an NTP server and as an NTP client, which is used to synchronize the system clock with NTP servers.
To install the chrony suite, use the DNF Package Manager.
[root@h00 etc]# timedatectl
Local time: Wed 2022-04-20 10:19:56 +08
Universal time: Wed 2022-04-20 02:19:56 UTC
RTC time: Wed 2022-04-20 02:19:56
Time zone: Asia/Singapore (+08, +0800)
System clock synchronized: yes
NTP service: active
RTC in local TZ: no
Setting up NTP Client Using Chrony in Rocky Linux 8.5
# vim /etc/chrony.conf
.....
pool sg.pool.ntp.org iburst
.....
# systemctl restart chronyd
Show the current time sources that chronyd is accessing
Rocky Linux is a production-ready downstream version of Red Hat Enterprise Linux started by original founder of CentOS, Gregory Kurtzer. the OS is almost identical under intensive development by the community.
For RHEL-8.5,
NAME="Red Hat Enterprise Linux"
VERSION="8.5 (Green Obsidian)"
ID="rhel"
ID_LIKE=”fedora"
VERSION_ID=”8.5"
PLATFORM_ID="platform:el8"
PRETTY_NAME="Red Hat Enterprise Linux 8.5 (Green Obsidian)"
ANSI_COLOR="0;31"
CPE_NAME=”cpe:/o:redhat:enterprise_linux:8.5:GA”
HOME_URL=”https://www.redhat.com/”
DOCUMENTATION_URL=”https://access.redhat.com/documentation/red_hat_enterprise_linux/8/”
BUG_REPORT_URL=”https://bugzilla.redhat.com/”
A Linux® container is a set of 1 or more processes that are isolated from the rest of the system. All the files necessary to run them are provided from a distinct image, meaning Linux containers are portable and consistent as they move from development to testing, and finally to production. This makes them much quicker to use than development pipelines that rely on replicating traditional testing environments. Because of their popularity and ease of use containers are also an important part of IT security. Read more
What are Container Runtimes?
Take a deep dive into container runtimes so you can understand how container environments are built. Read more
What is Container Image?
A container image contains a packaged application, along with its dependencies, and information on what processes it runs when launched. Read more
4 Linux technologies fundamental to containers
Namespaces, cgroups, seccomp, and SELinux are the Linux technologies that make up the foundations of building and running a container process on your system. Read more
The purpose of this blog post is to provide the steps required to implement NVMe-oF using RDMA over Converged Ethernet (RoCE) for SUSE Enterprise Linux (SLES) 15 and subsequent releases.
An important item to note is that RoCE requires a lossless network, requiring global pause flow control or PFC to be configured on the network for smooth operation.
All of the below steps are implemented using Mellanox Connect-X4 adapters.