摘要:
由安装两块网卡的linux系统中引起网络不通想到的
(原创)
一天,小王突然急匆匆的来找我,他说:“我在机子上刚装的redhat怎么老也ping不通服务器,我网卡的驱动都安装了,ping 自己的两块网卡的ip都能通,可就时访问不了服务器。我输入http://172.31.0.101就提示‘当试图与172.31.0.101联系时,连接被拒绝’”
我来到小王的机器前查看了一下网络配置。
[root@rhas root]# ifconfig -a......
摘要:
安装linux高性能计算集群
by christopher stanton, rizwan ali, yung-chin fang, and munira a. hussain (issue 4 2001)
将一个新实施集群框架迁移到可用的高性能计算集群的第一个挑战就是像第三方软件包一样安装操作系统。在4到8个点的集群中,可以手动的安装每一个节点。但是,较大规模的,工业化的集群要求更有效的方法。本文描述了不同类型的集群配置,高效的linux安装......
how to mapping device name in iostat and fdisk
platform :ia64 linux 2.4.18-e.37
【相关文章:
新手又一问题】 【扩展阅读:
使用ntlmaps 穿過 msproxy】
【扩展信息:
求:如何避免一般用户进入单用户模式】 in "iostat" the device name are dev8-x
but in "fdisk -l" are sda sdb.......
請問我要怎樣對應device name
#iostat 2
linux 2.4.18-e.37.gfssmp (triton102) 04/28/2004
avg-cpu: %user %nice %sys %idle
0.39 0.00 1.47 1022.14
device: tps blk_read/s blk_wrtn/s blk_read blk_wrtn
dev8-0 1.55 1.14 13.74 99373 1197352
dev8-1 0.00 0.07 0.00 5964 32
dev8-2 0.00 0.01 0.00 1126 32
dev8-3 1.76 4.34 23.35 377864 2035032
dev8-4 0.00 0.01 0.00 616 24
# fdisk -l
...
下一页 摘要:
机器起动总是提示不足256m.我查了一下
[root@rhas3 mrtg]# grep -ri "normal startup will continue in 10 seconds." /etc/*
/etc/rc.d/rc.sysinit: echo $"normal startup will continue in 10 seconds."
/etc/rc.sysinit: echo $"normal startup will continu......