|
google site
|
|||||||
| Forums | Register | Blog | Man Pages | Forum Rules | Links | Albums | FAQ | Users | Calendar | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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 Code:
root#/etc/tunables#ls -ltr
total 40
-rw-r--r-- 1 root system 493 Nov 5 17:38 nextboot
-rw-r--r-- 1 root system 334 Dec 3 17:39 lastboot.log
-rw-r--r-- 1 root system 11735 Dec 3 17:39 lastboot
root#/etc/tunables#grep keep nextboot
tcp_keepinit = "40"
tcp_keepintvl = "20"
tcp_keepidle = "600"
root#/etc/tunables#grep keep lastboot.log
Setting tcp_keepidle to 600
Setting tcp_keepinit to 40
Setting tcp_keepintvl to 20
root#/etc/tunables#grep keep lastboot
ndpt_keep = "120" # DEFAULT VALUE
tcp_keepcnt = "8" # DEFAULT VALUE
tcp_keepidle = "600"
tcp_keepinit = "40"
tcp_keepintvl = "20"But when we checked with the no command, the parameters are not valid Code:
root#/etc/tunables#no -L | grep keep |grep -v cnt |grep -v ndpt
tcp_keepidle 6840 14400 600 1 8E-1 halfsecond C
tcp_keepinit 40 150 40 1 8E-1 halfsecond D
tcp_keepintvl 110 150 20 1 32K-1 halfsecond C
root#/etc/tunables#no -a | grep keep |grep -v cnt |grep -v ndpt
tcp_keepidle = 6840
tcp_keepinit = 40
tcp_keepintvl = 110is it because of the pre520tune parameter is disabled? Code:
root#/etc/tunables#lsattr -E -l sys0 |grep pre520
pre520tune disable Pre-520 tuning compatibility mode
Truehave you a solution for this problem? thank you for your answers Last edited by zaxxon; 12-09-2009 at 10:35 AM.. Reason: code tags please |
| Sponsored Links | ||
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| More than nine parameters | anitha126 | Shell Programming and Scripting | 3 | 12-02-2008 04:54 AM |
| tuning kernel parameters | JamesByars | UNIX for Advanced & Expert Users | 4 | 01-13-2008 04:25 PM |
| Disk tuning parameters | gravy26 | AIX | 1 | 12-22-2007 06:37 AM |
| Need Parameters Help. | james2006 | Shell Programming and Scripting | 3 | 06-08-2006 10:46 AM |
| tar parameters | kmar | UNIX for Advanced & Expert Users | 4 | 10-23-2001 03:03 AM |