Udp_sendspace setting in AIX diff interfaces


 
Thread Tools Search this Thread
Operating Systems AIX Udp_sendspace setting in AIX diff interfaces
# 1  
Old 03-18-2014
Udp_sendspace setting in AIX diff interfaces

Hey,

would like to set udp_sendspace parameters in diferrent interface ent2 ent3 ent4 ,
Code:
no -p -o udp_sendspace=65536

just set on ent2 and
Code:
chdev -l ent3 -a udp_sendspace=65536

doesn't work

is that possible to set up this parameters by interface?
# 2  
Old 03-19-2014
No...those are kernel parameters. Do an lsattr -El ent3 to see what you can do on the interface. These values are stored in the ODM
Code:
[josephgr@josephgr josephgr] lsattr -El ent0
alt_addr        0x000000000000  ALTERNATE ETHERNET address               True
busintr         6               Bus interrupt level                      False
busio           0xbff800        Bus I/O address                          False
fast_reset      yes             Enable Fast Reset                        True
intr_priority   3               Interrupt priority                       False
ip_gap          96              Inter-Packet Gap                         True
mcast_filter    no              Enable Multicast Filtering               True
media_speed     100_Full_Duplex Media Speed                              True
poll_link       no              Enable Link Polling                      True
poll_link_timer 500             Time interval for Link Polling           True
rx_hog          1000            RX buffers processed per RX interrupt    True
rx_que_size     256             RECEIVE queue size                       True
rxbuf_pool_size 384             RECEIVE buffer pool size                 True
slih_hog        10              Interrupt events processed per interrupt True
tx_que_size     8192            TRANSMIT queue size                      True
use_alt_addr    no              Enable ALTERNATE ETHERNET address        True

What exactly are you trying to accomplish?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Setting AIX vi colors

Hi - In my ~/.exrc file I have: set number syntax on colorscheme evening The numbers are set when I open a file but the syntax and colorscheme options are not available: syntax: Not an editor command Is there a workaround to getting colors appear, without installing anything? (2 Replies)
Discussion started by: ocbit
2 Replies

2. AIX

AIX with 2 Net Interfaces lose connectivity

hi guys We have a AIX Server with TSM installed. This server has en0 for administration purposes and we have en1 for backup stuff. en0 subnet 10.10.10.x en1 subnet 10.10.20.x The issue we are having is all of a sudden the LPARs we are backing up lose connectivity to the AIX-TSM Server.... (23 Replies)
Discussion started by: karlochacon
23 Replies

3. AIX

Setting up printer in AIX 6.1

Hi All, I have been trying to configure an HP laserjet printer on an AIX6.1 server through network as well as remote. This is the first time i am configuring a printer on AIX. I had been using smitty butwhile configuring, i am getting blank/stuck at "software to support the printer attachment... (10 Replies)
Discussion started by: Rockyc3400
10 Replies

4. Solaris

Interfaces and Virtual-interfaces queries

Hi Al, In course of understanding networking in Solaris, I have these doubts on Interfaces. Please clarify me. I have done fair research in this site and others but could not be clarified. 1. In the "ifconfig -a" command, I see many interfaces and their configurations. But I see many... (1 Reply)
Discussion started by: satish51392111
1 Replies

5. AIX

Setting AIX box at home.

Hi guys... I have got a old Aix box i.e. 7043 - 150 for home experimenting purposes. I am having some issues to setup the tcpip on it correctly, so that i can access it within the network and also from outside i.e. work. My setup looks like this: Modem ----> Apple airport wireless router... (2 Replies)
Discussion started by: uzair_rock
2 Replies

6. AIX

Setting up Password Security in AIX 5.3

In AIX 5.3 tech level 11: I want to setup a default password policy to have at least one of each of the following: alpha character, numeric character, and "special" character ("!", "&", etc). The smitty Security and Users --> Passwords --> System Password Policy screen only offers "MIN... (2 Replies)
Discussion started by: kikwit_phil
2 Replies

7. AIX

Setting up a secure channel with AIX

hi i have two aix servers and I was asked to setup a secure shell between the two servers using the sybase user. Can any one let me know how to do this (2 Replies)
Discussion started by: newtoaixos
2 Replies

8. UNIX for Advanced & Expert Users

AIX p5 virtual processors setting

Have a p570 LPAR capped/smt set to 4 physical processors. And currently have virtual processors set to 6 which gives 12 logical processors at AIX. This is for an Oracle9i database server running 4 instances. What should virtual processors be set to? at least initially? And how to determine when... (3 Replies)
Discussion started by: guttew
3 Replies

9. AIX

Setting Up Samba for AIX

Hi all I want to know how do I create a print queue using samba on AIX enviroment to print to file. Setup step require. Anyone please help me on this. Vincent (2 Replies)
Discussion started by: vwong
2 Replies

10. UNIX for Dummies Questions & Answers

compilation diff between aix & solaris

what is the difference in awk stmt for awk in Aix & SOLARIS files="$@" for filename in $files do awk ' BEGIN { if ( FILENAME ~ ".*bad.trans.dsm" ) code = "bad"; else if ( FILENAME ~ ".*here.*.dsm" ) code = "here"; else ... (2 Replies)
Discussion started by: ls1429
2 Replies
Login or Register to Ask a Question