Use the following command to determine the kernel version of your Linux system:
uname -r
This command returns a string (for example, “4.18.0-80.el8”). In this document, replace “<Kernel Version>” with this string.
Use the following command to determine the kernel architecture of your Linux system:
uname -m
This command returns a string (typically, “x86_64”). In this document, replace “<Arch>” with this string.
Note
Note
You can also obtain the same information on the Summary screen in the ServerProtect Web console.