其间,涉及一个平称切换的问题。我在这个问题时栽过一个跟头。
导致和美国同事在远程互换作两三个小时。
他出现什么界面,就手机拍图过来,然后,我根据他的照片,再指导他下一步的操作。
关键就出在没有平称过渡用于管理端口SERVICE CONSOLE的VSWIF上。
默认值其为0,在未将所有实体网卡附加到新的VSIWTH之前,要留一个实体网卡给原VSWITH,
然后,在打开SSH下,将GATEWAYDEV切换。
然后,再将全部网卡转移。。
切记切记。。。
相关命令:
esxcfg-vswif -l
esxcfg-vswitch -l
esxcfg-nics -l
service network restart
相关文档如下:
The ESX Service Console connection relies on one default gateway address set in cat /etc/sysconfig/network:
NETWORKING=yes GATEWAYDEV=vswif0 HOSTNAME=pa-tse-h25.vmware.com GATEWAY=10.21.3.254
When a second Service Console default gateway is set, it overrides the gateway in cat /etc/sysconfig/network:
NETWORKING=yes GATEWAYDEV=vswif1 HOSTNAME=pa-tse-h25.vmware.com GATEWAY=10.20.1.1
To resolve this issue, edit /etc/sysconfig/network and point to the proper gateway interface. Alternatively, change the gateway device to AUTO.