一、esxcli命令简介
esxcli命令是用于管理VMware ESXi主机的命令行实用程序。它允许管理员在主机上执行各种管理任务,如配置网络设置、存储、虚拟机等。实际上我们在控制台的所有操作最终都会转换为命令在后台执行。以下是一些常见的esxcli命令:
esxcli network ip命令:用于配置网络设置,如IP地址、子网掩码、网关等。
esxcli storage命令:用于管理存储,如创建、删除、格式化数据存储。
esxcli vm命令:用于管理虚拟机,如创建、删除、启动、停止虚拟机。
esxcli system命令:用于管理系统设置,如配置NTP服务器、主机名等。
esxcli hardware命令:用于管理硬件设置,如查看主机硬件信息、配置RAID控制器等。
esxcli software命令:用于管理软件设置,如安装、升级、卸载软件包。
esxcli network firewall命令:用于配置防火墙规则。
总之,esxcli命令是VMware ESXi主机管理的重要工具,可以帮助管理员更轻松地管理主机和虚拟机。
二、esxcli命令使用示例
1、查看命令版本
随着命令版本的更新迭代,详细命令可能会略有差别,此博文命令示例均是在esxcli 7.0.0版本上的操作示例,主机操作系统为ESXi 7.0.1版本。
[root@localhost:~] esxcli --version
Script ‘esxcli’ version: 7.0.0
2、查看操作系统版本
[root@localhost:~] esxcli software baseimage get
ESXi:7.0.1-0.0.16850804
[root@localhost:~] esxcli system version get
Product: VMware ESXi
Version: 7.0.1
Build: Releasebuild-16850804
Update: 1
Patch: 0
3、查看主机IP地址
[root@localhost:~] esxcli network ip interface ipv4 get
Name IPv4 Address IPv4 Netmask IPv4 Broadcast Address Type Gateway DHCP DNS
---- ------------ ------------- -------------- ------------ ------------ --------
vmk0 10.2.129.100 255.255.255.0 10.2.129.255 STATIC 10.2.129.254 false
4、查看主机路由
[root@localhost:~] esxcli network ip route ipv4 list
Network Netmask Gateway Interface Source
---------- ------------- ------------ --------- ------
default 0.0.0.0 10.2.129.254 vmk0 MANUAL
10.2.129.0 255.255.255.0 0.0.0.0 vmk0 MANUAL
5、查看网卡MAC地址
[root@localhost:~] esxcli network nic list
Name PCI Device Driver Admin Status Link Status Speed Duplex MAC Address MTU Description
------ ------------ ------ ------------ ----------- ----- ------ ----------------- ---- -----------
vmnic0 0000:04:00.0 ntg3 Up Up 1000 Full 08:92:04:b2:00:86 1500 Broadcom Corporation NetXtreme BCM5720 Gigabit Ethernet
vmnic1 0000:04:00.1 ntg3 Up Down 0 Half 08:92:04:b2:00:87 1500 Broadcom Corporation NetXtreme BCM5720 Gigabit Ethernet
6、设置网卡IP
[root@localhost:~] esxcli network ip interface ipv4 set --ipv4=192.168.0.100 --netmask=255.255.255.0 --gateway=192.168.0.1
7、查看防火墙状态
[root@localhost:~] esxcli network firewall get
Default Action: DROP
Enabled: true
Loaded: true
8、查看防火墙策略列表
可以对防火墙策略进行调整,但是此调整仅限对现有策略的禁用、启用、限制IP地址等,并没有add新增一条规则的命令。
[root@localhost:~] esxcli network firewall ruleset list
Name Enabled
--------------------------- -------
sshServer true
sshClient false
9、查看虚拟机列表
————————————————
13、查看存储适配器
此命令查看的是HBA卡信息,如下显示HBA卡型号为DELL的H745。
[root@wfs100:~] esxcli storage core adapter list
HBA Name Driver Link State UID Capabilities Description
-------- -------- ---------- -------------------- ------------ -----------
vmhba0 lsi_mr3 link-n/a sas.5ec2a720410cb600 (0000:65:00.0) Broadcom Dell PERC H745 Front
vmhba1 vmw_ahci link-n/a sata.vmhba1 (0000:00:11.5) Intel Corporation Lewisburg SATA AHCI Controller
vmhba2 vmw_ahci link-n/a sata.vmhba2 (0000:00:17.0) Intel Corporation Lewisburg SATA AHCI Controller
14、查看服务器cpu信息
[root@wfs100:~] esxcli hardware cpu global get
CPU Packages: 2
CPU Cores: 24
CPU Threads: 48
Hyperthreading Active: true
Hyperthreading Supported: true
Hyperthreading Enabled: true
HV Support: 3
15、查看服务器内存信息
[root@wfs100:~] esxcli hardware memory get
Physical Memory: 136863825920 Bytes
Reliable Memory: 0 Bytes
NUMA Node Count: 2
16、查看服务器电源信息
[root@wfs100:~] esxcli hardware power policy get
Id: 2
Name: Balanced
Short Name: dynamic
17、查看服务器型号
[root@wfs100:~] esxcli hardware platform get
Platform Information
UUID: 0x4c 0x4c 0x45 0x44 0x0 0x42 0x46 0x10 0x80 0x53 0xb3 0xc0 0x4f 0x34 0x54 0x33
Product Name: PowerEdge R750xs
Vendor Name: Dell Inc.
Serial Number: 3BFS4T3
Enclosure Serial Number: 3BFS4T3
BIOS Asset Tag:
IPMI Supported: true
18、查看PCI直通通道数量
[root@wfs100:~] esxcli hardware pci pcipassthru list
Device ID Enabled
------------ -------
0000:03:00.0 false
0000:04:00.0 false
0000:04:00.1 false
0000:65:00.0 false
————————————————
如果您发现该资源为电子书等存在侵权的资源或对该资源描述不正确等,可点击“私信”按钮向作者进行反馈;如作者无回复可进行平台仲裁,我们会在第一时间进行处理!
添加我为好友,拉您入交流群!
请使用微信扫一扫!