How to Check System Requirements

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

How do I contact EVault for support?

If you are experiencing issues with the scheduled backup job or the agent on your Eclipse AIX/Linux server, you may contact Eclipse for support. If you are experiencing issues with your EVault Express Recovery appliance (on-site backup server), with the off-site vault, or have any account-related questions, you may contact EVault directly for support. Please have your EVault account information available:

Fix /dev/hdc Open Failed Message

The following message may appear when running Linux LVM management commands:

[root@eclipse ~]# lvs
/dev/hdc: open failed: No medium found
LV VG Attr LSize Origin Snap% Move Log Copy% Convert
crashplan datavg -wi-ao 10.00G
eclipse datavg owi-ao 100.00G
ereports datavg owi-ao 10.00G
lvol0 datavg swi-ao 1.00G u2 21.36
lvol1 datavg swi-ao 4.28G eclipse 61.81
lvol2 datavg swi-ao 1.00G ereports 0.53
u2 datavg owi-ao 10.00G
uvtmp datavg -wi-ao 4.00G
esupport rootvg -wi-ao 10.00G
root rootvg -wi-ao 30.00G
swap rootvg -wi-ao 8.00G

You do not need to be concerned about this message, because it typically refers to a non-LVM device (ex. a DVD-ROM drive).

To get rid of the message, you can try running:

vgscan

Opening a Double-Take Support Case

If you are experiencing a problem with Double-Take, please follow this procedure to open a case with Double-Take Support:

First, gather the server logs and configuration details from both the source and destination servers. To do so, log in as root and run:

DTInfo.sh -f

This utility will gather your system information and create a compressed archive under /var/run/DT. Transfer this .tar.gz file to your workstation using your method of preference (i.e. FTP, SCP, samba, etc.).

Attach the file(s) to an email describing your problem to support@doubletake.com. You will receive an auto-response with a case number, and an engineer will respond shortly.