Date: FEB 2010
NV Version: n/a
OS Version: Linux/UNIX
Application version: n/a
Plugin version: n/a
Description:
How to determine the Linux or UNIX Versions and Distributions via CLI.
This is intended for gathering proper OS version info from Netvault Backup customers. This info can then be cross referenced to the current supported OS Platform matrix. It can then be determined if the customer is running a OS that is supported, tested and qualified with Netvault.
These following commands can help determine distribution versions.
This should work on most of the distros;
cat /etc/*-release
The next two are know to work on SUSE, CentOS and RH. May work with others!
cat /etc/issue
cat /proc/version
Specific OS version commands are as follows;
Ubuntu
cat /etc/issue
Novell SuSE
cat /etc/SuSE-release
Red Hat
cat /etc/redhat-release, cat /etc/redhat_version
Debian
cat /etc/debian_release, cat /etc/debian_version,
Solaris/Sparc
cat /etc/release
HPUX
uname -r
AIX
oslevel
Kernel information can be found by using the "uname" command with -a, or -r.
Other "uname" string variations can be used dependent upon what you are looking for. See; man uname.
Please refer to the text above
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center