SHIFT

--- Sjoerd Hooft's InFormation Technology ---

User Tools

Site Tools


Sidebar

Recently Changed Pages:

View All Pages


View All Tags


LinkedIn




WIKI Disclaimer: As with most other things on the Internet, the content on this wiki is not supported. It was contributed by me and is published “as is”. It has worked for me, and might work for you.
Also note that any view or statement expressed anywhere on this site are strictly mine and not the opinions or views of my employer.


Pages with comments

View All Comments

esxi51techsupportmode

ESXi 5.1 Tech Support Mode

When switching from ESX to ESXi one of the bigger downsides is the lack of the Service Console. There is however a basic commandline option on the console which you can use for troubleshooting. Of course, for accessing this commandline you need either physical access to the host, or access to the host through a remote access card. We use IBM xSeries, so a IMM (Integrated Management Module) is what we'll use for this. First just access the console and unlock it by pressing F2 and provinding the root credentials. Then use the keyboard to access the menu item “Troubleshooting Mode Options”. Here you can do all sort of things, but now we need to enable the ESXi Shell by selecting the option and pressing ENTER. When done you'll see a notice on the right side telling you the shell is enabled:
esxi51techsupportmode01.jpg
Then to access the shell you'll need to press ALT+F1 at the same time. Now that might be hard using an IMM so use the menu option to send the key combination to the server:
esxi51techsupportmode02.jpg
Now you'll see a login prompt where you can enter the root credentials again, and then issue, for example, a command to add a route to a specific host:
esxi51techsupportmode03.jpg

For reference, this is the command example so you can copy it:

esxcfg-route -a 192.168.100.0/24 192.168.0.1
esxcfg-route -a 192.168.100.0 255.255.255.0 192.168.0.1

Resources

You could leave a comment if you were logged in.
esxi51techsupportmode.txt · Last modified: 2021/09/24 00:24 (external edit)