by Ramesh Natarajan
on June 4, 2008
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:
- Download Diagnostics utility from Dell support site.
- Create bootable CD
- Execute the memory test
- Graphics based diagnostics
[continue reading…]
by Ramesh Natarajan
on June 1, 2008
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.
- Download Nagios Plugins and NRPE Add-on
- Create nagios account
- Install Nagios Plugins
- Install NRPE
- Setup NRPE to run as daemon
- Modify the /usr/local/nagios/etc/nrpe.cfg
III. 4 Configuration steps on the Nagios monitoring server to monitor remote host:
- Download NRPE Add-on
- Install check_nrpe
- Create host and service definition for remote host
- Restart the nagios service
[continue reading…]
by Ramesh Natarajan
on May 29, 2008
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:
- Download the nagios and plugins
- Take care of the prerequisites
- Create user and group for nagios
- Install nagios
- Configure the web interface
- Compile and install nagios plugins
- Start Nagios
- Login to web interface
III. Configuration files overview
[continue reading…]
by Ramesh Natarajan
on May 27, 2008
Let us review the following 5 basic command line usage of the ssh client.
- Identify SSH client version
- Login to remote host
- Transfer Files to/from remote host
- Debug SSH client connection
- SSH escape character usage: (Toggle SSH session, SSH session statistics etc.)
[continue reading…]