ESXI Konsole: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
| Zeile 34: | Zeile 34: | ||
==ipadressen anzeigen== | ==ipadressen anzeigen== | ||
esxcli network ip interface ipv4 get -i vmk1 | esxcli network ip interface ipv4 get -i vmk1 | ||
| + | |||
| + | ==esxcli== | ||
| + | Usage: esxcli [options] {namespace}+ {cmd} [cmd options] | ||
| + | |||
| + | Options: | ||
| + | --formatter=FORMATTER | ||
| + | Override the formatter to use for a given command. Available formatter: xml, csv, keyvalue | ||
| + | --debug Enable debug or internal use options | ||
| + | --version Display version information for the script | ||
| + | -?, --help Display usage information for the script | ||
| + | |||
| + | Available Namespaces: | ||
| + | esxcli Commands that operate on the esxcli system itself allowing users to get additional information. | ||
| + | fcoe VMware FCOE commands. | ||
| + | hardware VMKernel hardware properties and commands for configuring hardware. | ||
| + | iscsi VMware iSCSI commands. | ||
| + | network Operations that pertain to the maintenance of networking on an ESX host. This includes a wide variety of commands to manipulate virtual networking components (vswitch, portgroup, etc) as well as local host IP, DNS and general | ||
| + | host networking settings. | ||
| + | software Manage the ESXi software image and packages | ||
| + | storage VMware storage commands. | ||
| + | system VMKernel system properties and commands for configuring properties of the kernel core system. | ||
| + | vm A small number of operations that allow a user to Control Virtual Machine operations. | ||
Version vom 6. Mai 2013, 09:58 Uhr
Switch
Switchs listen
esxcfg-vswitch -l
Switch löschen
esxcfg-vswitch -d vSwitch1
Netzwerkkarten listen
esxcfg-vmknic -l
Tcpdump
Time set
esxcli system time set -H 15 -m 27 -s 40
Interface vmk1
tcpdump-uw -i vmk1
Arp
Arptabelle anzeigen
esxcli network ip neighbor list
- http://www.vserver-online.de/blog/mru/esxcfg
- http://www.vserver-online.de/blog/mru/commandlineref
- http://www.vserver-online.de/blog/mru/vmkfstools
- http://www.vserver-online.de/blog/mru/vimsh
muss noch rein
esxcfg-vswitch -a vSwitch0 esxcfg-vswitch -a vSwitch1 esxcfg-vswitch -L vmnic0 vSwitch0 esxcfg-vswitch -L vmnic1 vSwitch1 esxcfg-vswitch -A pGroup0 vSwitch0 esxcfg-vswitch -A pGroup1 vSwitch1 esxcfg-vmknic -a -i 172.20.0.101 -n 255.255.0.0 pGroup0 esxcfg-vmknic -a -i 172.21.0.101 -n 255.255.0.0 pGroup1
ipadressen anzeigen
esxcli network ip interface ipv4 get -i vmk1
esxcli
Usage: esxcli [options] {namespace}+ {cmd} [cmd options]
Options:
--formatter=FORMATTER
Override the formatter to use for a given command. Available formatter: xml, csv, keyvalue
--debug Enable debug or internal use options
--version Display version information for the script
-?, --help Display usage information for the script
Available Namespaces:
esxcli Commands that operate on the esxcli system itself allowing users to get additional information.
fcoe VMware FCOE commands.
hardware VMKernel hardware properties and commands for configuring hardware.
iscsi VMware iSCSI commands.
network Operations that pertain to the maintenance of networking on an ESX host. This includes a wide variety of commands to manipulate virtual networking components (vswitch, portgroup, etc) as well as local host IP, DNS and general
host networking settings.
software Manage the ESXi software image and packages
storage VMware storage commands.
system VMKernel system properties and commands for configuring properties of the kernel core system.
vm A small number of operations that allow a user to Control Virtual Machine operations.