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
TI(4)							   BSD Kernel Interfaces Manual 						     TI(4)

NAME
ti -- Alteon Networks Tigon I and Tigon II gigabit Ethernet driver SYNOPSIS
ti* at pci? dev ? function ? DESCRIPTION
The ti driver provides support for PCI gigabit Ethernet adapters based on the Alteon Networks Tigon gigabit Ethernet controller chip. The Tigon contains an embedded R4000 CPU, gigabit MAC, dual DMA channels and a PCI interface unit. The Tigon II contains two R4000 CPUs and other refinements. Either chip can be used in either a 32-bit or 64-bit PCI slot. Communication with the chip is achieved via PCI shared memory and bus master DMA. The Tigon I and II support hardware multicast address filtering, VLAN tag extraction and insertion, and jumbo Ethernet frames sizes up to 9000 bytes. Note that the Tigon I chipset is no longer in active production: all new adapters should come equipped with Tigon II chipsets. There are several PCI boards available from both Alteon and other vendors that use the Tigon chipset under OEM contract. The ti driver has been tested with the following Tigon-based adapters: o The Alteon AceNIC V gigabit (1000BASE-SX and 1000BASE-T variants) Ethernet adapter o The 3Com 3c985-SX gigabit Ethernet adapter o The Netgear GA620 gigabit (1000BASE-SX and 1000BASE-T variants) Ethernet adapter o The Digital EtherWORKS 1000SX PCI Gigabit Adapter (DEGPA) The following should also be supported but have not yet been tested: o Silicon Graphics PCI gigabit Ethernet adapter While the Tigon chipset supports 10, 100 and 1000Mbps speeds, support for 10 and 100Mbps speeds is only available on boards with the proper transceivers. Most adapters are only designed to work at 1000Mbps, however the driver should support those NICs that work at lower speeds as well. Support for jumbo frames is provided via the interface MTU setting. Selecting an MTU larger than 1500 bytes with the ifconfig(8) utility configures the adapter to receive and transmit jumbo frames. Using jumbo frames can greatly improve performance for certain tasks, such as file transfers and data streaming. The ti driver supports the following media types: autoselect Enable autoselection of the media type and options. 10baseT/UTP Set 10Mbps operation. The mediaopt option can also be used to select either full-duplex or half-duplex modes. 100baseTX Set 100Mbps (fast Ethernet) operation. The mediaopt option can also be used to select either full-duplex or half-duplex modes. 1000baseSX Set 1000Mbps (gigabit Ethernet over multimode fiber) operation. Only full full-duplex mode is supported at this speed. 1000baseT Set 1000Mbps (gigabit Ethernet over twisted pair) operation. Only full full-duplex mode is supported at this speed. The ti driver supports the following media options: full-duplex Force full duplex operation. half-duplex Force half duplex operation. The Alteon Tigon and Tigon II support IPv4/TCP/UDP checksumming in hardware. The ti supports this feature of the chip's firmware. See ifconfig(8) for information on how to enable this feature. For more information on configuring this device, see ifconfig(8). DIAGNOSTICS
ti%d: can't map memory space A fatal initialization error has occurred. ti%d: couldn't map / establish interrupt A fatal initialization error has occurred. ti%d: jumbo buffer allocation failed The driver failed to allocate memory for jumbo frames during initialization. ti%d: bios thinks we're in a 64 bit slot, but we aren't The BIOS has programmed the NIC as though it had been installed in a 64-bit PCI slot, but in fact the NIC is in a 32-bit slot. This happens as a result of a bug in some BIOSes. This can be worked around on the Tigon II, but on the Tigon I initialization will fail. ti%d: board self-diagnostics failed! The ROMFAIL bit in the CPU state register was set after system startup, indicating that the on-board NIC diagnostics failed. ti%d: unknown hwrev The driver detected a board with an unsupported hardware revision. The ti driver supports revision 4 (Tigon 1) and revision 6 (Tigon 2) chips and has firmware only for those devices. ti%d: watchdog timeout The device has stopped responding to the network, or there is a problem with the network connection (cable). SEE ALSO
netintro(4), pci(4), ifconfig(8) HISTORY
The ti device driver first appeared in NetBSD 1.4.2. AUTHORS
The ti driver was written by Bill Paul <wpaul@ctr.columbia.edu>. BUGS
The driver currently tries to access some on-board memory transparently. This mapping (BUS_SPACE_MAP_LINEAR) fails on systems where the cor- responding PCI memory range is located in "sparse" space only. This driver currently does not work on big-endian systems. BSD
June 2, 2001 BSD
All times are GMT -4. The time now is 03:05 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy