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.

Tuesday 22 April 2014

Password In HPUX

1) # passwd <user name> : To reset the password for an user.

2) # passwd -f <user name> : Force the user to change password on next login.

3) # passwd -x <days> : Set the Password Max age.

4) # logins -x -l <user name> : View the password aging.

Saturday 19 April 2014

Join Me On FaceBook "RsInfo Minds" For Workshop On Unix


How To Find The HW Address of a LAN Card- Linux


1) # lspci  | grep -i ethernet : To get the HW Address of the Ethernet Cable.


Changing max_logname in AIX


The below command shows how to change the MAXLOGNAME in AIX.

You need reboot the server for the changes to get effective:

# chdev -l sys0 -a max_logname=9
sys0 changed
#

# mkuser australi

3004-694 Error adding "australia" : Name is too long.
#
After rebooting the server:

# uptime
  11:28AM   up 12 mins,  1 user,  load average: 0.00, 0.20, 0.21
#

# mkuser australi
# id australi
uid=208(australi) gid=1(staff)
#