- 论坛徽章:
- 0
|
vmware server1.0.1 下安装solaris10网卡plumb不上
我也遇到这种问题,网卡没认出来!\r\n\r\n启动时系统提示: \r\nNOTICE:MPO disabled because memory is interleaved \r\n Failed to plumb IPv4 interface(s): pcn0\r\n Aug 19 18:53:14 svc.startd[7]:svc:/network/physical:default:Method \'/lib/svc/m\r\nethod/net-physical\" failed with exit status 96.\r\n [ network/physical:default misconfigured (see \'svcs -x\' for details) ]\r\n在/etc/path_to_inst里面有\"/pci@0,0/pci1022,2000@11\" 0 \"pcn\"这一项\r\n# more /etc/hostname.pcn0\r\n solarisA\r\n# ls -rlt /dev/pcn*\r\nlrwxrwxrwx 1 root root 29 8月19日 00:21 /dev/pcn -> ../devices/pseudo/clone#0:pcn\r\nlrwxrwxrwx 1 root root 29 8月19日 00:21 /dev/pcn -> ../devices/pci@0,0/pci1022,2000@11:pcn0\r\n\r\n#ifconfig pcn plumb\r\nifconfig: plumb: pcn: no such interface\r\n\r\n#ifconfig pcn0 plumb\r\nifconfig: plumb: pcn0: no such interface\r\n\r\n尝试过将/etc/hostname.pcn0改为/etc/hostname.vmxnet0再重起,未解决任何问题。\r\n\r\n#ifconfig -a\r\nlo0: flags=2001000849<up,loopback,running,multicast,ipv4,virtual>mtu 8232 index1\r\ninet 127.0.0.1 netmash ff000000\r\n\r\n#cat /etc/hosts\r\n127.0.0.1 localhost\r\n192.168.0.11 solarisA loghost\r\n#cat /etc/netmasks\r\n192.168.0.0 255.255.255.0 |
|