VMware Cloud Community
zod
Contributor
Contributor

changing ip address on 3.5 ESX

I need to change my ESX 3.5 server IP Address. I followed this article and it worked fine. I changed my ip address from 192.168.0.10 to 192.168.0.15 . I then went in to the VIC and removed the old host and added the new one. It all seems to work fine, the IP address pings, the guests operating systems are working fine etc.

I am having one issue. The service console on the ESX Server itself. You know where it says the ip address, the press Alt F1 to get to the console etc. Well that changed to 192.168.0.15 at first which was great but recently it went back to 192.168.0.10 The server still responds to the new address but the console states the old address, how can i clear that up

Thanks

0 Kudos
5 Replies
Troy_Clavell
Immortal
Immortal

0 Kudos
java_cat33
Virtuoso
Virtuoso

Type the following at the service console......

service mgmt-vmware restart

0 Kudos
williamarrata
Expert
Expert

I would try

service network restart then

service mgmt-vmware restart

See if that helps

Hope that helped. Smiley Happy

Hope that helped. 🙂
0 Kudos
williamarrata
Expert
Expert

Sorry, forgot 1 thing, you my wanna type "ifconfig" just to make sure that your changes you made is what you see.

Hope that helped. Smiley Happy

Hope that helped. 🙂
ctfoster
Expert
Expert

This is a really annoying thing that crops up all the time. Edit /etc/hosts replace the old address with the new address. Reboot. You'll see the console with the new address and it will stay there.