ndd: command not found

I'm still learning all of these server commands, any help is appreciated.

I'm trying to see the settings for the TIME_WAIT variable

I'm running Sun Java System Application Server Platform Edition 9.0_01

when I try to run:

ndd -get /dev/tcp tcp_time_wait_interval

I get:

bash: ndd:: command not found

why can't I use the ndd command?

Thanks.

[401 byte] By [Swendala] at [2007-11-27 10:51:23]
# 1

Hi,

what is you operating system. Linux or Solaris?

If linux use sysctl command to get/set kernal parameters.

If solaris, first see the path to the ndd command by giving which ndd, if that is not in your echo $PATH, give the complete path

ex: /usr/sbin/ndd -get /dev/tcp tcp_time_wait_interval

Regards

Activexpert

activexperta at 2007-7-29 11:30:52 > top of Java-index,Application & Integration Servers,Application Servers...
# 2

Thanks for the reply. We just switched from Solaris to Linux and I'm not familiar with Linux yet. The sysctl command works.

Thanks for you help.

Swendala at 2007-7-29 11:30:52 > top of Java-index,Application & Integration Servers,Application Servers...