This tutorial will provide instructions for how to verify that your server meets the minimum or recommended system requirements for Eclipse.
AIX
To check the number of processors (CPU) and memory (RAM) are installed in your server:
eclipse:root:/# vmstat -l | grep configuration System configuration: lcpu=4 mem=2896MB
To check the operating system version:
eclipse:root:/# oslevel -s 7100-00-03-1115
To check the UniVerse version:
eclipse:root:/# cd /u2/uv
eclipse:root:/u2/uv# uvregen -z
UniVerse Ver.: 11.1.4
Serial#......: 12345678
Expiry Date..: 1/1/2500
Max Logins...: 100
Device Licn..: Disabled
Conn per Dev.: 0
Authorized...: Yes
Red Hat Enterprise Linux
To check the number of processors (CPU) installed in your server:
[root@eclipse ~]# lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
CPU(s): 8
Thread(s) per core: 1
Core(s) per socket: 4
CPU socket(s): 2
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 23
Stepping: 6
CPU MHz: 1994.903
Virtualization: VT-x
L1d cache: 32K
L1i cache: 32K
L2 cache: 6144K
NUMA node0 CPU(s): 0-7
To check the memory (RAM) installed in your server:
[root@eclipse ~]# free -m
total used free shared buffers cached
Mem: 7867 6720 1147 0 513 3245
-/+ buffers/cache: 2960 4906
Swap: 2047 0 2047
To check the operating system version:
[root@firestorm ~]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 5.8 (Tikanga)
To check the UniVerse version:
[root@firestorm ~]# cd /u2/uv
[root@firestorm ~]# uvregen -z
UniVerse Ver.: 11.1.4
Serial#......: 12345678
Expiry Date..: 1/1/2500
Max Logins...: 100
Device Licn..: Disabled
Conn per Dev.: 0
Authorized...: Yes