Eu não me sentia como reimplantando o vCenter Server Appliance, então arrisquei e editei a configuração de rede do linux raw. Não é a solução aprovada, mas parece estar funcionando bem. Se ele parar de funcionar, estou de volta onde comecei (precisando reimplantar).
Vá para a página de gerenciamento de appliance e ative o login SSH e o shell Bash:
https://static-ip-address:5480
Emseguida,sshparaoaparelho.Façaologincomorooteasenhapadrãoévmware
.SevocêdefinirumasenhaparaoapplianceparaoWebclient,useessasenhacomonomedeusuárioroot.
Connectedtoservice*ListAPIs:"help api list"
* List Plugins: "help pi list"
* Enable BASH access: "shell.set --enabled True"
* Launch BASH: "shell"
Command>
Inicie o shell digitando o comando "shell"
shell
edite a configuração das interfaces no linux
vim /etc/sysconfig/networking/devices/ifcfg-eth0
e você deve ver algo assim
DEVICE=eth0
BOOTPROTO='static'
STARTMODE='auto'
TYPE=Ethernet
USERCONTROL='no'
IPADDR='10.8.3.11'
NETMASK='255.255.255.0'
BROADCAST='10.8.3.255'
Faça as alterações desejadas e reinicie o serviço de rede.
localhost:~ # service network restart
Shutting down network interfaces:
eth0 device: VMware VMXNET3 Ethernet Controller done
Shutting down service network . . . . . . . . . done
Hint: you may set mandatory devices in /etc/sysconfig/network/config
Setting up network interfaces:
eth0 device: VMware VMXNET3 Ethernet Controller
eth0 IP address: 10.8.3.11/21 done
Setting up service network . . . . . . . . . . done