For example, if you need to set Link Negotiation "off" for adapter 2 and increase the
TCP/IP values, you could place the following lines in the /ect/rc2.d start-up file:
# !/sbin/sh
# Local kernel modifications
#
case "$1" in
'start')
'stop')
*)
esac
Capturing Dump Information
The dump_nic command should be used if an adapter stops operating for any
reason. The dump contains internal adapter state information which can be used to
troubleshoot problems.
To take a dump of an adapter's state information, once the adapter has stopped
operating:
1. Select the proper adapter instance.
# ndd -set /dev/vge instance <value>
2. Set the adapter to dump state information in the case of a system core dump.
# ndd -set /dev/vge dump_nic 1
16
Sun GigabitEthernet PCI Adapter 1.1 User's Guide • March 1998
echo "Setting local kernel parameters...\c"
ndd -set instance 2
ndd -set link_negotiation 0
ndd -set /dev/tcp tcp_recv_hiwat 65535
ndd -set /dev/tcp tcp_xmit_hiwat 65535
ndd -set /dev/tcp tcp_cwnd_max 65534
ndd -set /dev/udp udp_recv_hiwat 65535
ndd -set /dev/udp udp_xmit_hiwat 65535
echo""
..
"
echo "$0: No parameters changed."
echo "Usage: $0 {start|stop}"
..
"
Need help?
Do you have a question about the GigabitEthernet PCI Adapter and is the answer not in the manual?
Questions and answers