Sponsored Content
Full Discussion: Solaris 9 ndd -set issues
Operating Systems Solaris Solaris 9 ndd -set issues Post 302828827 by br1an on Wednesday 3rd of July 2013 09:24:07 AM
Old 07-03-2013
This was the result of
Code:
/etc/rc2.d/S69inet:[ -z "$encr" ] || /usr/sbin/ndd -set /dev/tcp tcp_1948_phrase $encr
/etc/rc2.d/S69inet:     /usr/sbin/ndd -set /dev/tcp tcp_strong_iss $TCP_STRONG_ISS
/etc/rc2.d/S69inet:             /usr/sbin/ndd -set /dev/ip ip_forwarding 1
/etc/rc2.d/S69inet:             /usr/sbin/ndd -set /dev/ip ip_forwarding 0
/etc/rc2.d/S69inet:     /usr/sbin/ndd -set /dev/ip ip_forwarding 0
/etc/rc2.d/S69inet:             /usr/sbin/ndd -set /dev/ip ip6_forwarding 1
/etc/rc2.d/S69inet:             /usr/sbin/ndd -set /dev/ip ip6_send_redirects 1
/etc/rc2.d/S69inet:             /usr/sbin/ndd -set /dev/ip ip6_ignore_redirect 1
/etc/rc2.d/S69inet:             /usr/sbin/ndd -set /dev/ip ip6_forwarding 0
/etc/rc2.d/S69inet:             /usr/sbin/ndd -set /dev/ip ip6_send_redirects 0
/etc/rc2.d/S69inet:             /usr/sbin/ndd -set /dev/ip ip6_ignore_redirect 0
/etc/rc2.d/S69inet:     /usr/sbin/ndd -set /dev/ip ip6_forwarding 0
/etc/rc2.d/S69inet:     /usr/sbin/ndd -set /dev/ip ip6_send_redirects 0
/etc/rc2.d/S69inet:     /usr/sbin/ndd -set /dev/ip ip6_ignore_redirect 0
/etc/rc2.d/S69netconfig:ndd -set /dev/tcp tcp_conn_req_max_q0 8192
/etc/rc2.d/S69netconfig:ndd -set /dev/tcp tcp_ip_abort_cinterval 60000
/etc/rc2.d/S69netconfig:ndd -set /dev/ip ip_respond_to_timestamp 0
/etc/rc2.d/S69netconfig:ndd -set /dev/ip ip_respond_to_timestamp_broadcast 0
/etc/rc2.d/S69netconfig:ndd -set /dev/ip ip_respond_to_address_mask_broadcast 0
/etc/rc2.d/S69netconfig:ndd -set /dev/ip ip_ignore_redirect 1
/etc/rc2.d/S69netconfig:ndd -set /dev/ip ip_send_redirects 0
/etc/rc2.d/S69netconfig:ndd -set /dev/ip ip_forward_src_routed 0
/etc/rc2.d/S69netconfig:ndd -set /dev/ip ip_forward_directed_broadcasts 0
/etc/rc2.d/S69netconfig:ndd -set /dev/ip ip_forwarding 0
/etc/rc2.d/S69netconfig:ndd -set /dev/ip ip_strict_dst_multihoming 1
/etc/rc2.d/S69netconfig:ndd -set /dev/arp arp_cleanup_interval 60000
/etc/rc2.d/S69netconfig:#ndd -set /dev/ip ip_ire_flush_interval 60000
/etc/rc2.d/S69netconfig:ndd -set /dev/ip ip_respond_to_echo_broadcast 0
/etc/rc2.d/S69netconfig:ndd -set /dev/ip ip_respond_to_echo_multicast 0
/etc/rc2.d/S69netconfig:ndd -set /dev/tcp tcp_rev_src_routes 0
/etc/rc2.d/S69netconfig:ndd -set /dev/ip ip_enable_group_ifs 0
/etc/rc2.d/S69netconfig:ndd -set /dev/tcp tcp_xmit_hiwat 65535
/etc/rc2.d/S69netconfig:ndd -set /dev/tcp tcp_recv_hiwat 65535
/etc/rc2.d/S69netconfig:ndd -set /dev/tcp tcp_cwnd_max 65535
/etc/rc2.d/S69netconfig:ndd -set /dev/tcp tcp_strong_iss 2
/etc/rc2.d/S69netconfig:ndd -set /dev/tcp tcp_conn_req_max_q 1024
/etc/rc2.d/S69netconfig:ndd -set /dev/tcp tcp_conn_req_max_q0 8912
/etc/rc2.d/S69netconfig:ndd -set /dev/udp udp_max_buf 1048576
/etc/rc2.d/S69netconfig:ndd -set /dev/udp udp_recv_hiwat 65535
/etc/rc2.d/S95IIim:     is_priv_port=`/usr/sbin/ndd /dev/tcp tcp_extra_priv_ports | /usr/bin/grep -w 9010`
/etc/rc2.d/S95IIim:        /usr/sbin/ndd -set /dev/tcp tcp_extra_priv_ports_add 9010

It was similar in the other servers
Code:
crontab -l | grep -w ndd

had no results.
Looks like we should switch the cables and the port in the switch?
 

9 More Discussions You Might Find Interesting

1. IP Networking

ndd and le1

I am trying to set an interface to 100/Full, but the command I use are getting rejected. I think it is the last argument, but I don't know how to find the correct values. I am trying to use the following script, but change hme to le . echo "Setting hme interface 1: 100mb/full-duplex..." ... (2 Replies)
Discussion started by: bbrandeb49
2 Replies

2. Solaris

ndd help

Hi Guys, I need help with ndd. I was going through network FAQ but i have more questions then answers regarding ndd. #ndd -set /dev/hme instance 0 #ndd -set /dev/hme adv_100fdx_cap 1 #ndd -set /dev/hme adv_100hdx_cap 0 #ndd -set /dev/hme adv_10fdx_cap 0 #ndd -set /dev/hme adv_10hdx_cap 0... (2 Replies)
Discussion started by: nitinkgoud
2 Replies

3. Solaris

Questions related to ndd commands

Hello Gurus I would like to know more about ndd commands related to ethernet(NIC) like how to set link_status, link_speed & link_mode as I know how to check these value. And I also would like to know how to make these setting permanents after reboot as I know that these setting will vanish... (5 Replies)
Discussion started by: amity
5 Replies

4. Solaris

ndd matters

Hi, I would like to know whether there is any config file that i can refer to for the result of 'ndd -get /dev/tcp tcp_time_wait_interval'? When i man 'ndd', there is one statement which is -> Each driver chooses which parameters to make visible using ndd. Does it answering my question above... (3 Replies)
Discussion started by: honmin
3 Replies

5. Solaris

ndd /dev/tcp help

Solaris 10 server (SunOS 5.10 Generic_137137_09) I have a services file configured in /etc in there windows clients connect to my server on port 6034-6037 when I do the following netstat | grep TestServices it pulls all the connections active for those ports so right now I have 10 clients... (3 Replies)
Discussion started by: deaconf19
3 Replies

6. Solaris

ndd -set /dev/tcp tcp_host_param

Following command was set up in startup script on Solaris 8 servers - improved network transfers of files from one server to the another (doubled transfer speed). ndd -set /dev/tcp tcp_host_param '10.140.20.10 sendspace 279600 recvspace 279600 timestamp 1' Now they are getting a new server... (15 Replies)
Discussion started by: RTM
15 Replies

7. Solaris

Solaris 8 vs Solaris 10 compatibility issues !

Hello, I recently upgraded our system from Solaris 8 to 10. It seems couple of binaries crashed in the new server Solaris 10. Before digging too much on it , from theory it sounds like any binary that is built on Solaris 8 (using gmake) is supposed to be compatible with Solaris 10 , right ? ... (1 Reply)
Discussion started by: sudsa
1 Replies

8. UNIX for Dummies Questions & Answers

nLocal sendmail issues when hostname not set in official domain name

Hi, I'm having issues with sendmail when I try to send host to host mail. I've had to change the "my official domain name" line to mycompany.com to get the mails through the external spam filter, when a mail was sent with hostname.mycompany.com it was blocked. I had to change the Dj macro... (0 Replies)
Discussion started by: elcounto
0 Replies

9. Solaris

Ndd adv_autoneg_cap showing read only

Hi, Recently, I had to disable autoneg in one of my servers having ixgbe1 interface. While using below command I got "Permission denied" error: ndd -set /dev/ixgbe1 adv_autoneg_cap 0 On investigating further I found that adv_autoneg_cap is showing as read-only parameter. Although it is... (1 Reply)
Discussion started by: rochitsharma
1 Replies
sf880drd(1M)						  System Administration Commands					      sf880drd(1M)

NAME
sf880drd - Sun Fire 880 Dynamic Reconfiguration daemon SYNOPSIS
sf880drd DESCRIPTION
The Sun Fire 880 Dynamic Reconfiguration daemon, sf880drd, is part of the PCI and system bus hotplug framework. sf880drd starts at boot time. It has no configuration options and does not report any system status. sf880drd implements the Sun Fire 880 console-less system administration (per-slot pushbuttons and LED status indicators). It also manages various aspects of CPU/memory hotplug. FILES
/usr/platform/SUNW,Sun-Fire-880/lib/sf880drd ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWsfdr.u | +-----------------------------+-----------------------------+ SEE ALSO
svcs(1), cfgadm(1M), cfgadm_pci(1M), cfgadm_sbd(1M), svcadm(1M), attributes(5), smf(5) NOTES
The sf880drd service is managed by the service management facility, smf(5), under the service identifier: svc:/platform/sun4u/sf880drd Administrative actions on this service, such as enabling, disabling, or requesting restart, can be performed using svcadm(1M). The ser- vice's status can be queried using the svcs(1) command. SunOS 5.11 13 Aug 2004 sf880drd(1M)
All times are GMT -4. The time now is 09:49 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy