I'm pretty sure I know what's wrong, but how can I get in to the host to find out. I do have ssh enabled, but of course can't reach vmk0. So my next thought is how can I reach vmk1 (the iSCSI interface). When you enable ssh, it's enabled on all interfaces, not just the management interface. I didn't have any VMs on the storage subnet, but it turns out I can ssh in to my Synology Diskstation. From there, I was able to ssh in to the iSCSI interface on the ESXi host. Sure enough, the VLAN change and the default gateway didn't get updated, just the IP address. After a quick change from the command line I was up and running:
# esxcfg-vswitch -v 30 -p "Management Network" vSwitch0I've used that trick before when I was working as an Escalation Engineer for VMware. It's a very hand trick and saves a lot of time by not having to hook up a console (or in one customers case, driving 30 miles to the datacenter). Of course, remote consoles are the better answer, as this trick only works if ssh is already enabled.
# esxcfg-route 10.10.30.1
No comments:
Post a Comment