Skip Navigation Links | |
Exit Print View | |
Oracle Solaris 11.1 Tunable Parameters Reference Manual Oracle Solaris 11.1 Information Library |
1. Overview of Oracle Solaris System Tuning
2. Oracle Solaris Kernel Tunable Parameters
3. Oracle Solaris ZFS Tunable Parameters
5. Internet Protocol Suite Tunable Parameters
A. Tunable Parameters Change History
General Kernel and Memory Parameters (Oracle Solaris 11 and 11.1)
Paging-Related Parameters (Oracle Solaris 11)
Process-Sizing Tunables (Oracle Solaris 11.1)
Swapping-Related Parameter (Oracle Solaris 11.1)
General File System Parameter (Oracle Solaris 11.1)
General Driver Parameter (Oracle Solaris 11)
Network Driver Parameters (Oracle Solaris 11)
TCP/IP Tunable Parameters (Oracle Solaris 11 and 11.1)
[tcp,sctp,udp]_smallest_anon_port and [tcp,sctp,udp]_largest_anon_port
IP Parameter Name Changes (Oracle Solaris 11)
TCP Parameter Name Changes (Oracle Solaris 11)
Parameters That Are Obsolete or Have Been Removed (Oracle Solaris 11 and 11.1)
Obsolete TCP/IP Module Parameters (Oracle Solaris 11)
These parameters are newly documented in the Oracle Solaris 11 release.
This parameter is newly documented in the Oracle Solaris 11.1 release. For more information, see _local_slow_start_initial.
The following IP parameters have been renamed to IP properties.
You can set an IP property by using syntax similar to the following:
# ipadm set-prop -p _icmp_err_interval=100 ip
You can display IP property information by using syntax similar to the following:
# ipadm show-prop -p _icmp_err_interval ip PROTO PROPERTY PERM CURRENT PERSISTENT DEFAULT POSSIBLE ip _icmp_err_interval rw 100 100 100 0-99999
Table A-1 IP Parameter Name Changes
|
The following TCP parameters have been renamed to TCP properties.
You can set a TCP property by using syntax similar to the following:
# ipadm set-prop -p _deferred_ack_interval=100 tcp
You can display TCP property information by using syntax similar to the following:
# ipadm show-prop -p _deferred_ack_interval tcp PROTO PROPERTY PERM CURRENT PERSISTENT DEFAULT POSSIBLE tcp _deferred_ack_interval rw 100 -- 100 1-60000
Table A-2 TCP Parameter Name Changes
|
The following UDP parameters have been renamed to UDP properties.
You can set a UDP property by using syntax similar to the following:
# ipadm set-prop -p send_buf=57344 udp
You can display UDP property information by using syntax similar to the following:
# ipadm show-prop -p send_buf udp PROTO PROPERTY PERM CURRENT PERSISTENT DEFAULT POSSIBLE udp send_buf rw 57344 57344 57344 1024-2097152
Table A-3 UDP Parameter Name Changes
|
The following SCTP parameters have been renamed to SCTP properties.
You can set an SCTP property by using syntax similar to the following:
# ipadm set-prop -p _max_init_retr=8 sctp
You can display SCTP property information by using syntax similar to the following:
# ipadm show-prop -p _max_init_retr sctp PROTO PROPERTY PERM CURRENT PERSISTENT DEFAULT POSSIBLE sctp _max_init_retr rw 8 8 8 0-128
Table A-4 SCTP Parameter Name Changes
|