问题总结第一张专辑(2005年开始)[4]

[入库:2005年9月19日] [更新:2007年3月24日]

本文简介:

maxusers: 
maxusers:       248 
maxusers/W 200 
maxusers:       0xf8            =       0x200 
maxusers/D 
maxusers: 
maxusers:       512 

有两个注意的地方,第一:adb -kw这个w意思是可以更改系统参数,没有w就不能更改了。 
第二:当你改参数时,比如我的输入是这样的 
代码:

maxusers/W 200 

我本来想把maxusers设成200个,但实际上它不是按十进制的,而是十六进制算得,所以就变成512了。

8) Q: 求SOLARIS下监视系统的工具?第三方SOFT ?
A:MRTG 
RRD 
CACTI 
不知道能不能满足你的需要~ 
软件介绍可以去网上搜

9 ) Q:请问,在solaris 9里,我把补丁放在/tmp下,打完补丁后重启系统,为什么tmp下的什么都没有了?
A:/tmp 是临时文件夹啊,重启后里面的东东就没了 
就和WINIDOWS里的temp目录一样
#more /usr/sbin/patchadd

10) Q: 为什么我的百兆网卡无法启用! 
机器:sun880 百兆、 千兆网卡各一个,以前百兆网卡没启用,直接用千兆网卡接着阵列,可是现在我希望能通过百兆网卡管理t3阵列,配置了半天,还是ping不通t3 
配置如下: 
# more hosts 
127.0.0.1 localhost 
192.168.1.188 T3 
192.168.0.200 sun loghost 
192.168.0.200 sun.tools.com 

# ifconfig -a 
lo0: flags=1000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4> mtu 8232 index 1 
inet 192.168.1.188 netmask ffffff00 
ge0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2 
inet 192.168.0.200 netmask ffffff00 broadcast 192.168.0.255 
ether 0:3:ba:b:a:83 


# more hostname.ge0 
sun 
# more hostname.lo0 
T3 


t3的ip是192.168.1.233 
我用一个反线连接百兆网卡和t3的网口,但是从sun880上ping t3,怎么都ping不通 
邪门! 

而且好像老用千兆网卡去ping t3,百兆网卡好像根本就没起作用! 
ICMP Host redirect from gateway 192.168.0.2 
to 192.168.0.15 for 192.168.1.233 
ICMP Host redirect from gateway 192.168.0.2 
to 192.168.0.15 for 192.168.1.233 
ICMP Host redirect from gateway 192.168.0.2 
to 192.168.0.15 for 192.168.1.233 
ICMP Host redirect from gateway 192.168.0.2 
to 192.168.0.15 for 192.168.1.233 
ICMP Host redirect from gateway 192.168.0.2 
to 192.168.0.15 for 192.168.1.233 
ICMP Host redirect from gateway 192.168.0.2 
to 192.168.0.15 for 192.168.1.233 
ICMP Host redirect from gateway 192.168.0.2 
to 192.168.0.15 for 192.168.1.233 
ICMP Host redirect from gateway 192.168.0.2 
to 192.168.0.15 for 192.168.1.233 
ICMP Host redirect from gateway 192.168.0.2 
to 192.168.0.15 for 192.168.1.233 
ICMP Host redirect from gateway 192.168.0.2 
to 192.168.0.15 for 192.168.1.233 
ICMP Host redirect from gateway 192.168.0.2 
to 192.168.0.15 for 192.168.1.233 

其中192.168.0.15是我们的缺省路由,192.168.0.2是网关 
大家帮忙看看吧!谢谢!
A: 把千兆的网口down掉。之后在把百兆的网口在UP起来,看看。如果有用的话在把千兆的口在up起来。 
我原来碰到过这个问题。就是这样解决的。你TRY看。 
还有就是V880上面自己带的口是eri0呀怎么是lo????
好了,我启用eri0后,搞定! 
但是lo0是什么呢?
lo0是机器的自环网卡,ge0不能通考虑一下你的光纤或者交换机等问题。 
具体办法:ifconfig lo0 down, 
ifconfig lo0 127.0.0.1 netmask 255.255.0.0 up, 
ifconfig ge0 uplumb, 
mv /etc/hostname.ge0 /etc/hostname.eri0, 
ifconfig eri0 plumb, 
ifconfig eri0 192.168.1.222 netmask 255.255.255.0 up

11) Q: 可以PING通,但TELNET不行 ?
我从STATION A可以PING 通STATION B,但是TELNET 不了STATION B,于是我将STATION B的IP和系统名加到了STATION A的/etc/hosts里,结果就好了!我有点不太明白,/etc/hosts起了什么作用?
A:问题的原因是因为在配了dns后,telnet的时候要做反向域名解析,但是你 nsswitch.conf文件中没有指定使用dns解析,所以反向域名解析失败。其实telnet还是可以成功的,但是要等到dns解析超时后才能成 功,时间比较长,所以你认为telnet不成功。 
如果你用snoop看一下就知道了。 
解决的办法就是在/etc/nsswitch.conf中加上dns。或者简单点把/etc/nsswitch.dns copy 成/etc/nsswitch.conf.
解决的办法就是在/etc/nsswitch.conf中加上dns。或者简单点把/etc/nsswitch.dns copy 成/etc/nsswitch.conf. 

记得把原来的/etc/nsswitch.conf改名备份

12 ) Q: 如何删除磁盘分区?
装完系统以后,发现c1t0d1有分区,如何删除? 
另外用prtconf发现内容里有很多内容说driver not attached 

本文关键:问题总结第一张专辑(2005年开始)
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top