Updated at: 2022-12-09 03:49:50
View the operating system architecture using the command uname –p in root user. Currently, aarch64, x86_64 and mips64el are supported. Use the corresponding installation package.
[root@localhost ~]# uname -p
mips64el
View the operating system bit with the command uname –a in root user. Those with i686 and i386 are 32-bit operating system, while those with x86_64 are 64-bit operating system. 32-bit operating system is not supported currently. Please install the software on 64-bit operating system.
[root@localhost ~]# uname -a
Linux localhost.localdomain 3.10.0-327.el7.x86_64 #1 SMP Thu Nov 19 22:10:57 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

View the operating system version with the command cat /etc/redhat-release in root user. Our client software supports redhat5, redhat6 and Linux7. Use the installation package of Redhat 5 for redhat5 and redhat6, and the installation package of Linux 7 for Linux7.
[root@localhost ~]# cat /etc/redhat-release
CentOS Linux release 7.2.1511 (Core)