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.

Thursday 17 November 2011

Demons that support DLPAR Operations

The following demons have to be in active state to perform DLPAR Operations on the AIX Client.

SubSystems             Groups           
----------                 --------

ctrmc                         rsct 
ctcas                          rsct
IBM.HostRM              rsct_rm
IBM.DRM                  rsct_rm     
IBM.ServiceRM         rsct_rm
IBM.CSMAgentRM      rsct_rm

VIOS Command Related to Networking

$ cfgassist : Menu Driven Utility to Configure TCP/IP Settings.

$ lstcpip -hostname : To view the hostname.

$ lstcpip -adapters : To view Configured Adapters.

$ lstcpip -stored   : To view TCP/IP Configurations.

$ lstcpip -routtable : To view Routing Table.

$ lstcpip -ent4sea  : To view the Physical Adapters to create SEA.

$ lstcpip -vensea : To view the Virtual Adapters to built SEA.

$ lstcpip -ent4ip : To view the interface upon which IP Address can be assigned.

$ lstcpip -sockets : To view all the open sockets

What is T-Factor?

The below post should give an idea about the T-Factor in IBM AIX Physical Volume.

According AIX Redbook, Its noted that a Physical Volume contains 1016 Physical Partitions (PP) and the default size of a Physical Partition is 4MB.

We come across the T-Factor Problem, When we try to extend a Volume Group with the new Physical Volume.

When your Volume Group cannot accommodate for any new PP by the process of extending a Volume Group with the Disk, the command will throw T-Factor Problem.


Solution:

# chvg -t # Vgname /* Command to Change the T-Factor to Increase Max No.of PP's in PV */


How it Works:

With the T-Factor of 2, the Max.No.of PP's in the VG get increase by ( T-Factor * 1016)
So , 2*1016 : 2032 Partitions. So, I am making my Volume Group to be flexible to accommodate  additional 1016 Partitions which is equivalent of 1 Physical Volume. But, Increasing the T-Factor, reduces the number of Physical Volumes that can be added to a Volume Group.