Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

increase # of aioserver

Status
Not open for further replies.

gatetec

MIS
Mar 22, 2007
420
US
Is there a way to increase the max # of "aioserver" w/o taking the system down? I have 6 CPUs, so it gives us 120 max # (6 * 2* 10) of "aioserver". I need to increase it if possible.

ps -Ao vsz,etime,pcpu,pid,args | sort -rnk 4 |grep aio

448 45-03:41:05 0.0 2666710 aioserver
448 45-03:41:05 0.0 2662568 aioserver
448 45-03:41:05 0.0 2641950 aioserver
448 45-03:41:04 0.0 2617546 aioserver
448 45-03:41:04 0.0 2613346 aioserver
.............

thx much
 
According to IBM documentation
chdev -l aio0 -a maxservers=NewValueChange
is effective after reboot and is permanent.
 
Yes you would have to reboot the system for this to take effect!

Regards,
Khalid
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top