smit devices
communication
ethernet adapter
change speed and change to database only to yes...
Unless you are going to do an ifconfig en0 down, ifconfig en0 detach
then go in and change the speed........ then bring card up.
If you do to database only it will be changed on next reboot...
Make sure both sides are set to the same level
---------------
entstat -d ent0
Is the card status up?
if not do a chdev -l en0 -a state=up
netstat -d ent1
netstat -v | egrep "STATISTICS|Media Speed"
ETHERNET STATISTICS (ent1)
Media Speed Selected: Auto negotiation
Media Speed Running: 10 Mbps Half Duplex
The first is how it is set up, the second is the speed it is using.
lsattr -E -l en0
------------------------
ftp you had to have patches on...make sure you are at latest...
also on ftp
TUNING For FTP performance:
Make sure that the ethernet card is set up correctly. If you are doing full
duplex, make sure both sides are on full. Both sides set for the same
speed...100/100 etc....
Then The key parameter is the "tcp_mssdflt" setting which the TCP/IP
protocol uses as a starting point for negotiating a packet size from the txnode
to the rx node. This MUST be less than the tcp_sendspace and less than the
MTU size. Start with the 32768 value and decrease it incrementally until your
FTP streaming occurs.
thewall Specifies the maximum amount of memory, in kilobytes, that is
allocated to the memory pool. In AIX Version 4.2.1 and earlier, the default
value is 1/8 of real memory or 65536 (64 megabytes), whichever is smaller. In
AIX Version 4.3, the default value is 1/8 of real memory or 131072 (128
megabytes), whichever is smaller. In AIX Version 4.3.1, the default value is
1/2 of real memory or 131072 (128 megabytes), whichever is smaller. In AIX
Version 4.3.2 and later, the default value is 1/2 of real memory or 1048576 (1
gigabyte), whichever is smaller. thewall is a runtime attribute.
no -o thewall=131072 (or whatever we decide to use) (if yours is higher...leave
it alone..it should be ok)
Use with caution........and remember what you had your setting at before messing with them... and make sure you have a good mksysb if all else fails....