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.

Saturday 10 May 2014

Symptoms Of Paging Space Issue


  • INIT: Paging space is low

  • ksh: cannot fork no swap space

  • Not enough memory

  • Fork function failed

  • fork () system call failed

  • Unable to fork, too many processes

  • Fork failure - not enough memory available

  • Fork function not allowed. Not enough memory available.

  • Cannot fork: Not enough space

To create a SEA Failover scenario in a Dual VIO configuration


Follow below procedures step by step as it is written

1. Create two virtual adapters on both the vio say ent1 and ent2 . Keeping in mind that ent0 is physical adapter or real adapter .

2. While creating keep the pvid of both adapters different for example ent1 pvid as "1" and ent2 pvid as "99"

3. Make ent1 as trunk adapter with priority 1 on vio 1 and ent1 as trunk adapter as trunk adapter with priority 2 . To create trunk adapter select the option use this adapter for bridging .

4. Create SEA adapter by issuing command on both vio servers . If your configurationmatches the above just copy and paste the command below on both the vio servers.


mkvdev -sea ent0 -vadapter ent1 -default ent1 -defaultid 1 -attr ha_mode=auto ctl_chan=ent2

5. Add ip address on the new adapter that is ent3 .


mktcpip -hostname $(hostname) -inetaddr <your -ip address> -interface en3 -netmask <your netmask>


6. Make Sure you created SEA adapter and IP address on the adapters .

7. Test the status of adapters by issuing following command .

entstat -all ent3 |grep -i state


It will show status PRIMARY or BACKUP depending on which vio you are running .

8. Change the state of adapter by using command below to check failover .

chdev -dev ent3 -attr ha_mode=standby

9. Test the status of adapters again  by issuing following command .

entstat -all ent3 |grep -i state

It show show failover