Sponsored Content
Operating Systems AIX Network tuning parameters on AIX Post 302891930 by bakunin on Sunday 9th of March 2014 07:01:30 PM
Old 03-09-2014
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/... .

I hope this helps.

bakunin
This User Gave Thanks to bakunin For This Post:
 

10 More Discussions You Might Find Interesting

1. AIX

Disk tuning parameters

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)
Discussion started by: gravy26
1 Replies

2. UNIX for Advanced & Expert Users

tuning kernel parameters

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)
Discussion started by: JamesByars
4 Replies

3. UNIX for Advanced & Expert Users

Tuning AIX IO

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)
Discussion started by: theerthan
1 Replies

4. AIX

How to do Performance monitoring and tuning in AIX

How to do Performance monitoring and tuning in AIX. (2 Replies)
Discussion started by: AIXlearner
2 Replies

5. AIX

tuning network parameters : parameters not persist after reboot

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)
Discussion started by: dantares
0 Replies

6. AIX

AIX Tuning For DB2

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)
Discussion started by: Vit0_Corleone
1 Replies

7. AIX

Tuning AIX for oracle

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)
Discussion started by: thecobra151
3 Replies

8. AIX

New to AIX tcpip tuning

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)
Discussion started by: mrmurdock
5 Replies

9. AIX

AIX 6.1 memory tuning

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)
Discussion started by: dzodzo
5 Replies

10. AIX

IBM AIX I/O Performance Tuning

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)
Discussion started by: c3rb3rus
8 Replies
sys_attrs(5)							File Formats Manual						      sys_attrs(5)

NAME
sys_attrs - introduction to kernel subsystem attributes used for configuration and tuning DESCRIPTION
The operating system kernel is built from many mandatory and optional subsystems. If you are logged into the root account, the following command lists the subsystems included in the kernel for your system: # /sbin/sysconfig -s The majority of the kernel subsystems have sets of attributes whose values control different aspects of subsystem configuration. You can examine the names, the current settings, and (if applicable) the minimum, and maximum settings of attributes for a particular subsystem by using the /sbin/sysconfig command. The -q option followed by the subsystem name displays attribute names and current settings. The -Q option followed by the subsystem name displays minimum and maximum settings and the kinds of operations permitted on the attribute (Config- urable (at boot time), Reconfigurable (at run time), Query only). In the Common Desktop Environment (CDE), you can run the dxkerneltuner application to get the same information. Caution A relatively small number of the attributes listed in displays from these interfaces should actually be changed through these same inter- faces and then only as part of the system configuration and tuning tasks done by an experienced system or network administrator. The set- ting of most subsystem attributes should be done indirectly through system and network setup applications or be automatically adjusted by the kernel. This fact is very important to remember because attribute settings can have complex interrelationships with one another, requiring (in some cases) careful manipulation of an entire set of attributes rather than only one. Furthermore, default settings of some subsystem attributes should never be touched, except by support personnel or by an administrator acting on instructions from support per- sonnel or patch kit documentation. Some attributes are modifiable at run time for ease of system tuning. Others are modifiable at run time only because of a software requirement and should not be changed manually. In general, do not change the default value of any system attribute manually unless the system documentation or your support representative provides directions for changing it. Some attributes have corresponding parameters in the system configuration file. If so, the corresponding parameter name in the system con- figuration file is specified in parentheses following the attribute name. In these cases, never edit the system configuration file to directly change the value of the system parameter; use the dxkerneltuner application or the /sbin/sysconfig -r command to change the value of the attribute. For some subsystems, these values are best applied through a stanza-formatted file that is specified as a parameter to the sysconfigdb command. See dxkerneltuner(8), sysconfig(8), and sysconfigdb(8) for more information about your options for configuring kernel subsystems. The following subsystems must be included when the kernel is built: Configuration Manager (cm) Generic Kernel (generic) Interprocess Commu- nication (ipc) Process (proc) Virtual File System (vfs) Virtual Memory (vm) A kernel also includes a processor-specific subsystem whose name is an internal code for a particular processor. Processor-specific subsys- tems typically have no attributes, are not modified directly by users, and are not documented. Other kernel subsystems are technically optional, although a kernel almost always includes quite a few optional subsystems in order for a system to be useful. For information on the attributes for a particular subsystem, refer to the reference page for that subsystem. The names of these reference pages adhere to the format sys_attrs_subsystem-name. For example, to see the reference page that lists and describes attributes for the generic subsystem, you can type man sys_attrs_generic at the system command line. For guidelines on changing kernel subsystem attributes to improve system performance, see the System Configuration and Tuning manual. Any discussion about changing attributes for reasons other than tuning is located in the appropriate administration or program debugging man- ual. You can adjust some subsystem attribute values at run time. If so, the attribute descriptions mention that fact. To make it easy for you to locate these attributes when scanning lists, an asterisk (*) also precedes the names of these attributes. SEE ALSO
Commands: dxkerneltuner(8), sysconfig(8), sysconfigdb(8) Others: sys_attrs_cm(5), sys_attrs_generic(5), sys_attrs_ipc(5), sys_attrs_proc(5), sys_attrs_vfs(5), sys_attrs_vm(5) This list includes only reference pages for technically required subsystems. The number of subsystems that can be configured in a kernel is very large, so all system attribute reference pages are not listed here. System Configuration and Tuning System Administration Network Administration Kernel Debugging sys_attrs(5)
All times are GMT -4. The time now is 06:16 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy