we tried changing the tuning parameters on the fly (temporarily) using ifconfig command. But it didnt work.
so we had to bring down the interface and run chdev commands along with parameters.
and through smitty, changed MTU & enabled the jumbo frames.
tcp_sendspace, tcp_recvspace, rfc1323 & MTU etc.
after that, i bought up the interface, i can see all the latest settings.
i mean when i ran
it is giving the updated info.
My question here is,
Do i still need to update the same settings using
command ?
why because interface is showing all the updated info, where as
command showing default values.
we just followed the IBM steps according to the above IBM link.
Can you please give me some idea.
There are several tuning parameters for the kernel/network stack. The commands to set and query these "tunables" in IBM speak are:
no schedo vmo ioo
All these commands share the same syntax: -a display the current settings (even the defaults) -o set the respective parameter -p make the change of the parameter permanent
The way by which the commands work is: there is a directory /etc/tunables in which two files reside: nextboot and lastboot. Every tuning parameter which is not default will be listed in one of these. lastboot only holds the current values and at boot time it is overwritten by a copy of nextboot. If you change a parameter for the current boot cycle the change will be reflected there. If you choose to make a change permanent it gets written into nextboot and will be made active with the next boot.
You can edit nextboot with any plain text editor, but it is not wise to edit lastboot. Use the commands instead because they will also make the changes you intend active by restarting the respective services/daemons/... .
chdev command is only for that adapter's interface (enX).
Whereas no will set the network tuning parameter across the board.
Example: If you have two interfaces (one primary 'entX', one for backups 'entY'), if you use no command the settings are reflected on both adapters interfaces (entX & entY). But if you use chdev -l entX -a XXX this setting is only reflected on the interface (enX) of that particular adapter (entX), and not on other adapter's interface.
Hope this make sense.
Last edited by ibmtech; 03-10-2014 at 01:05 PM..
Reason: Added comments
I have a IBM Power9 server coupled with a NVMe StorWize V7000 GEN3 storage, doing some benchmarks and noticing that single thread I/O (80% Read / 20% Write, common OLTP I/O profile) seems slow.
./xdisk -R0 -r80 -b 8k -M 1 -f /usr1/testing -t60 -OD -V
BS Proc AIO read% IO Flag IO/s ... (8 Replies)
Greetings,
i'm wondering if there is a way to determine minimum memory requirement for AIX kernel and OS functions? We use memdetails script from perfpmr package to see actual memory allocation, for example like this:
===========================================================================... (5 Replies)
For some reason, my AIX 5.2 box has become slow in accepting telnet requests from others boxes. Windows, times out the connection, whereas, Unix it will wait for the AIX to display the login. I connect and it respawns back and says connected, but then sits and wait for what seems forever to get the... (5 Replies)
Dears i want to have a clear view about this tuning parameters and what they related to FS or Oracle , and how to figure the percentage of them .
maxperm%
maxclient%
v_pinshm = 1
lgpg_regions = 0
lpgp_size = 0 (3 Replies)
Dear friends. can anybody suggest me what to be considered in order to achieve maximum performance of AIX on which DB2 will be installed
Thanks is advance :) (1 Reply)
Hello,
On Aix 5.2, we changed the parameters tcp_keepinit, tcp_keepintvl and tcp_keepidle with the no command.
tunrestore -R is present in inittab
in the directory /etc/tunables we can clearly see the inclusion of parameters during reboot, including the file lastboot.log
... (0 Replies)
Hi
I am trying to investigate a disk performance issue, and we are not seem to be hitting the right direction in our analysis.
This is a FC disk running on USP1000 HDS system. The application is an IO intensive application, but our opinion is that it is not performing due to perceived disk... (1 Reply)
Can only root do this, or can other users too? if other users can, do they have to be given permission, and if so, is there a file or something that stores this?
Thanks. (4 Replies)
I swapped out 2 72 gb disk drives for 2 146 gb drives, both of which spin at 15k.
Are there any I/O parameters I should modify or can modify to get the most out of the new disks?
Thanks,
Mike M. (1 Reply)