- 論壇徽章:
- 0
|
本帖最后由 wallsen 于 2012-12-03 00:56 編輯
自己搭個(gè)環(huán)境vmware workstation 6.5.2+solaris 5.10 u10+cluster 3.3 4/11
現(xiàn)在scinstall 配置網(wǎng)絡(luò)這塊為什么過(guò)不去,如下:
>>> Cluster Transport Adapters and Cables <<<
Transport adapters are the adapters that attach to the private cluster
interconnect.
What is the name of the first cluster transport adapter? e1000g1
Adapter "e1000g1" is already in use as a public network adapter.
What is the name of the first cluster transport adapter? e1000g0
Adapter "e1000g0" is already in use as a public network adapter.
網(wǎng)絡(luò)配置如下:
# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
e1000g0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 192.168.10.11 netmask ffffff00 broadcast 192.168.10.255
ether 0:c:29:55:c1:16
e1000g1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
inet 192.168.0.11 netmask ffffff00 broadcast 192.168.0.255
ether 0:c:29:55:c1:20
# cat /etc/hosts
#
# Internet host table
#
::1 localhost
127.0.0.1 localhost
192.168.10.11 sol1 loghost
192.168.0.11 sol1-test
192.168.10.12 sol2
192.168.0.12 sol2-test
虛擬的是2塊host-only方式的網(wǎng)卡,可能什么原因??? |
|