ChinaUnix.net
相关文章推荐:

unix ndd

机房有一台E3500 用ftp上传文件的速度很慢只有0。7k 现在用 ndd /dev/hme link_status link_speed link_mode 返回值为 0 0 0 请问 这个是不是速度慢的原因呢? 需要改设置吗?

by zhl1979 - Solaris - 2006-06-01 15:39:13 阅读(1330) 回复(4)

相关讨论

系统为250 带了两块网卡,使用笔记本用交叉线怎么也连不上,地址配在一个网络段内 网络应该配置没有问题。 发现无论如何都不通 换线 重新配置都不行 后来认为是双工与否的问题。后面两块网卡 一块和笔记本连的时候 笔记本报告是100M 一块是10M 说明进行了协商。 系统识别网卡为HME0/1两块 ndd -get /dev/hme 来查看所有参数 发现都是0 就配置笔记本为10M半双工 此时网络通了。但仔细看看那块网卡上金属字写的很清楚是100BASE的,...

by gangse - Solaris - 2005-06-02 09:31:12 阅读(823) 回复(1)

谁可以详细介绍一下ndd的用法,以及各个参数的含义?或给个介绍ndd的站点。 谢了先!

by junyks - Solaris - 2003-04-04 20:39:39 阅读(854) 回复(1)

我想把udp的缓冲区设置为32m 有没有人用过这个命令啊 还望救我于水火之中!!

by unicorns - C/C++ - 2003-03-06 14:21:30 阅读(876) 回复(1)

我想把udp的缓冲区设置为32m 哪位告诉我怎么用ndd命令啊 我看了半天man还是没看懂:(

by unicorns - Solaris - 2003-03-06 13:50:12 阅读(1108) 回复(1)

请问下面的ndd 命令有什么问题?谢谢!! # ndd -set /dev/bge instance 0operation failed, Invalid argument # ifconfig -a lo0: flags=1000849 mtu 8232 index 1 inet 127.0.0.1 netmask ff000000 lo0:1: flags=1008849 mtu 8232 index 1 inet 172.16.193.2 netmask ffffffff bge0: flags=1000843

by windows998 - Solaris - 2005-11-30 07:58:28 阅读(881) 回复(1)

sun4u sparc SUNW,Sun-Fire-880 本想通过ndd关闭close_wait的端口 执行 命令结果如下: #ndd -get /dev/tcp tcp_status | grep 4023 300016c1088 ::ffff:0.0.0.0 00000000 00000000 0000000000 00000000 00000000 0000049152 03375 00536 0 00 14 0 00000000 [4023, 0] TCP_LISTEN 30006f23e48 ::ffff:137.32.51.2 00000000 00000000 0000024820 00000000 00000000 0000049640 00423 01460 0 00 00 0 00000000 [4023...

by ketos - Solaris - 2009-05-18 17:40:04 阅读(1819) 回复(1)

link_mode 权限是 read only啊,怎么变为 read and write 啊, 或者有什么别的方法改变 link_mode 值 请高手教我,感激不尽

by jy_915 - Solaris - 2006-04-19 09:39:22 阅读(1203) 回复(3)

How to check cable link staus and ndd usage? checking link status with ndd # ndd -set /dev/qfe instance 0 (instance set to "0" checks qfe0 status; "1" for qfe1,etc...) # ndd /dev/qfe link_status 1 ( 1 -up, 0 = down -------------------- ndd /dev/hme ? # list all the parameters for the hme drivers ndd dev/hme link_speed # output the link speed; 0 is 10M, ...

by pianoch - Solaris文档中心 - 2005-09-28 10:56:16 阅读(991) 回复(0)

ndd /dev/ip hme0:ip_forwarding 请问这个ip_forwarding 是干什么用的?

by nortell - Solaris - 2003-03-14 11:29:31 阅读(641) 回复(1)

http://www.sean.de/Solaris/soltune.html SolarisTM 2.x - Tuning Your TCP/IP Stack and More Last update: 24.05.2002 (change log) Please check your location line carefully. If you don't see http://www.sean.de/Solaris/ in your location bar, you might want to check with the original site for the most up to date information. Important Notice! SUN managed to publish a Solaris Tunable Parameters Re...

by race - Solaris - 2003-04-05 22:10:58 阅读(5622) 回复(4)