Run the command, passing
in connection options and other options.
On Windows, the
extension
.pl is required for
vicfg- commands, but
not for ESXCLI.
<command>.pl <conn_options> <params>
The following
examples show the difference between ESXCLI and
vicfg- syntax.
esxcli --server <esxi_HOSTNAME_OR_IP> --username "snow-white" --password "dwarf$" network ip interface list
vicfg-mpath.pl --server <esxi_HOSTNAME_OR_IP> --username "snow-white" --password "dwarf$" --list
The system
prompts you for a user name and password.
|