Find System Hardware Specifications on a GWAVA 4 SMTP Appliance

  • 7019932
  • 04-May-2009
  • 07-Aug-2017

Environment

GWAVA 4 SMTP Appliance Build 117 and above

Situation

I have a server running the GWAVA 4 SMTP Appliance. How can I find out what the hardware specifications are on that server?

Resolution

At the time of install, a script is run to discover if the system has the minimum specifications required to run the Appliance. This script can be run again later to get a quick summary of the system’s hardware specifications without having to use YaST or other Linux commands. The script is located under /opt/beginfinite/gwava/assets/scripts. To reach that directory, use the following command: G4SMTP:~ # cd /opt/beginfinite/gwava/assets/scripts/ To run the script, use the following command: G4SMTP:/opt/beginfinite/gwava/assets/scripts # ./test_specs.sh The script will then return a summary about the processors, processor speed, system memory and disk space on the system. If any of the hardware specifications are below the minimum required, then the script will alert you to the issue. If your system passes the check, the script will return to the prompt. More detailed information about your system can be obtain using several common Linux commands, such as df, top, free, vmstat and many others.

Additional Information

This article was originally published in the GWAVA knowledgebase as article ID 1239.