About Us

RSInfoMinds, a web based IT Training and Consultancy firm. It is established with high dreams in training people in IT Infrastructure Field. We provide Online and Class Room training in various fields of IT Infrastructure Management.

Join Us: http://www.facebook.com/RSInfoMinds
Mail Us: rsinfominds@gmail.com
Twitter: @RSInfoMinds

We are specialized in the below courses:

Redhat Linux Admin Redhat Linux Cluster
Redhat Virutualization IBM AIX Admin
IBM AIX Virtualization IBM AIX Cluster
HP Unix Admin HP Unix Cluster
HP Unix Virtualization Shell Scripting
Veritas Volume Manager Veritas Cluster
Oracle Core DBA VMWare


We provide training in such a way, So that you get in depth knowledge on the Courses you look for.

And we ensure you are very confident from each and every Techincal aspect that the IT Industry needs and expects from you.

We also conduct Workshops on the latest technology and the real time faculties sharing their work experiences to make you the best.

Sunday 8 December 2013

LUN Detection in Linux

Before Scanning the LUN, take the output of fdisk-l

Execute the command:

echo "- - -" > /sys/class/scsi_host/host#/scan

host : Refers to the HBA Device Name.

Run the # fdisk -l and look for the newly assigned LUN.

NTP Sync Manually

1. Use the "xntpd -x" command to slowly bring the clocks
into sync. ( +/- 2 seconds per minute )

NOTE: Starting time cannot be more than 1000 seconds
out of sync with the server or the xntpd daemon
will terminate and the error messages referenced
above will be logged to syslog. Also note that
the system's clock is never set BACKWARDS.
Instead, the clock is slowed down and the server
is allowed to catch up.

2. Use the "ntpdate -B" command to adjust the clocks into
sync. ( +/- 20 seconds per minute )

3. Set the time/date manually.

4. Reboot.