Basic VMware ESX CLI networking commands
Some basic CLI commands for configuring the network, vSwitches and portgroups from command line..
This is not an exhausted list of commands, just few of them. While working through putty session you need to know them. At first the root access to your esx host is disabled by default. You can (thus it’s not really recommended) activate the root access to your ESX Server by modifying one configuration file.
If you don’t want to activate the SSH access for a root account, you must connect to your ESX Server via another account (previously created) and do a command switch like that (su stays for switch user):
su -
Then you’ll be able to enter the root password for your root account. Let’s move and see other commands you can use and they’re usefull.
To see the list of NICs attached to your esx host:
esxcfg-nics –l
For example your output will look like that:
I have four NICs configured on my ESX server, which is running for testing as a VM inside of VMware Workstation 7 which is a real flexible choice for my testing and learning. If you prepare for your VCP exam, some of those commands might be in the questions.
Ok Let’s moove on. Then, you might want to list to see number of vSwitches configured on your ESX host. For that you’ll be using command:
esxcfg-vswitch -l
And the output will look like that:
If you want to check with the VI client, the network configuration will looks like this:
VMware ESX 4 command line interface network commands
There is a huge amount of commands to remember. Or not. For now I’m putting on just those to remember. But I’ll be back with some more.
VMware ESX CLI
- Basic VMware ESX CLI networking commands (This post) - March 6, 2010
- VMware ESX - Configuration of Service console via CLI - March 8, 2010
Stay tuned via RSS.
You might also be interested in those related posts from my website:
- Setting up iSCSI connection in ESX 4 how-to video from VMwareKB TV
- Vcb front end console 1.0.6 beta
- vNetwork distributed switch – Migration and configuration
- Create a Virtual Machine in VMware Player 3.0
- Vmworld Europe 2009 starts today in Cannes
This post was originaly posted at www.vladan.fr by Vladan SEGET. Do want to learn some more about vSphere? Do it the easy way (smart way) with Train Signal and their great video learning courses. Get the best training course for VMware vSphere 4 today.
You can follow me on Twitter. or see me at Facebook.
Technorati Tags: how to list vSwitches, how to see my NICs in ESX server, list vSwitches, VMware ESX CLI, VMware ESX Commands
Comments
Post a Comment