- 论坛徽章:
- 0
|
环境: VMWare 6.5, Solaris 10 x86, Oracle 10g R2 cluster
每次安装cluster到80%左右时网络就变的不可用, ifconfig只能显示如下信息就卡住了,要ctrl+c才会释放:
# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
正常情况下ifconfig -a显示如下:
# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
pcn0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 192.168.11.111 netmask ffffff00 broadcast 192.168.11.255
ether 0:c:29:89:67:92
pcn1: flags=1001843<UP,BROADCAST,RUNNING,MULTICAST,MULTI_BCAST,IPv4> mtu 1500 index 3
inet 172.16.16.20 netmask ffffff00 broadcast 172.16.16.255
ether 0:c:29:89:67:9c
有哪位大侠知道如何解决吗? |
|