≡ Menu

How To Diagnose Memory (Hardware) Issues on DELL Servers

[Dell Server]Sometimes it may be necessary to find out whether there are any issues with the memory or other hardware components on a server. Typically it is recommended to perform this kind of test on a server before deploying for production usage. DELL has provided few tools to perform hardware diagnostics on DELL Servers. Let us review “Dell 32 Bit Diagnostics” tools in this post.
 
This Diagnostics tools can be used on DELL PowerEdge servers and PowerVault. Following items are covered in this post:

  1. Download Diagnostics utility from Dell support site.
  2. Create bootable CD
  3. Execute the memory test
  4. Graphics based diagnostics

[continue reading…]

How To Monitor Remote Linux Host using Nagios 3.0

Nagios

In the previous post Nagios 3.0 Jumpstart guide , I explained the overview, installation and configuration of Nagios 3.0 on Red Hat Server. In the following three chapters, I’ll explain how to monitor a remote Linux host and the various services running on the remote host.  Also, please refer to all our Nagios articles.
 
I. Overview

II. 6 steps to install Nagios plugin and NRPE on remote host.

  1. Download Nagios Plugins and NRPE Add-on
  2. Create nagios account
  3. Install Nagios Plugins
  4. Install NRPE
  5. Setup NRPE to run as daemon
  6. Modify the /usr/local/nagios/etc/nrpe.cfg

III. 4 Configuration steps on the Nagios monitoring server to monitor remote host:

  1. Download NRPE Add-on
  2. Install check_nrpe
  3. Create host and service definition for remote host
  4. Restart the nagios service

[continue reading…]

Nagios

Let us discuss the overview, installation and configuration of Nagios, a powerful open source monitoring solution for host and services.
 
I. Overview of nagios

II. 8 steps for installing nagios on Linux:

  1. Download the nagios and plugins
  2. Take care of the prerequisites
  3. Create user and group for nagios
  4. Install nagios
  5. Configure the web interface
  6. Compile and install nagios plugins
  7. Start Nagios
  8. Login to web interface

III. Configuration files overview
[continue reading…]

5 Basic Linux SSH Client Commands

OpenSSH

Let us review the following 5 basic command line usage of the ssh client.

  1. Identify SSH client version
  2. Login to remote host
  3. Transfer Files to/from remote host
  4. Debug SSH client connection
  5. SSH escape character usage: (Toggle SSH session, SSH session statistics etc.)

[continue reading…]