Basic VMware ESX CLI networking commands

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:




esxcfg-nics-l


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:




esxcfg-vswitch-l-vmware-esx


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

  1. Basic VMware ESX CLI networking commands (This post) - March 6, 2010
  2. VMware ESX - Configuration of Service console via CLI - March 8, 2010

Stay tuned via RSS. 8-)




You might also be interested in those related posts from my website:

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: , , , ,






"

Comments

Popular posts from this blog

Azure Storage Account Hot, Cool & Archive Storage

Why Does Cloning A VM From Template Take A Long Time?

RVTools version 2.9 has been released