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
Where to Find Tunable Parameter Information
_icmp_err_interval and _icmp_err_burst
_respond_to_echo_broadcast and _respond_to_echo_multicast (ipv4 or ipv6)
_send_redirects (ipv4 or ipv6)
IP Tunable Parameters With Additional Cautions
_icmp_return_data_bytes (ipv4 or ipv6)
TCP/IP Parameters Set in the /etc/system File
TCP Parameters With Additional Cautions
A. Tunable Parameters Change History
You can set all of the tuning parameters described in this chapter by using the ipadm command except for the following parameters:
These parameters can only be set in the /etc/system file.
Use the following syntax to set TCP/IP parameters by using the ipadm command:
# ipadm set-prop -p parameter ip|ipv4|ipv6|tcp|udp|sctp
For example:
# ipadm set-prop -p extra_priv_ports=1047 tcp # ipadm show-prop -p extra_priv_ports tcp PROTO PROPERTY PERM CURRENT PERSISTENT DEFAULT POSSIBLE tcp extra_priv_ports rw 1047 1047 2049,4045 1-65535
For more information, see ipadm(1M).
Use the following syntax to set TCP/IP parameters by using the ndd command:
# ndd -set driver parameter value
For more information, see ndd(1M).
All parameters described in this section are checked to verify that they fall in the parameter range. The parameter's range is provided with the description for each parameter.
Internet protocol and standard specifications are described in RFC documents. You can review RFCs from the following site:
At this site, you can browse RFC topics by entering an RFC number or an internet-draft file name in the IETF Repository Retrieval search field.