0
点赞
收藏
分享

微信扫一扫

Vsphere7 学习笔记(一)

朱悟能_9ad4 2022-07-29 阅读 165


序:常用链接

​文档:​​https://docs.vmware.com/cn/​​

社区:​​https://communities.vmware.com/​​

技术支持团队:​​https://www.vmware.com/support/services.html​​

云上动手实验:​​https://hol.vmware.com/​​

培训:​​https://www.vmware.com/learning.html​​

兼容性检查:​​https://www.vmware.com/resources/compatibility/search.php​​


一、常用概念

  • 客户机:在虚拟机中运行的操作系统。
  • 主机:为ESXi提供资源的物理机。
  • Hypervisor:虚拟机专用的操作系统,如ESXi、Workstation、Fusion等。
  • vSphere:Vmware公司服务器虚拟化的产品,包括ESXi 和 vCenter 。
  • vShpere HA:通过在正常运行的主机上重新启动虚拟机来防止主机硬件故障。
  • vShpere vMotion:支持在不中断服务的情况下在主机之间迁移处于开启状态的虚拟机。

二、ESXI 7.0

  1. 配置ESXi主机

1.1 名词介绍

DCUI界面:直接控制台用户界面,仅可使用键盘进行交互。(ESXi的安装界面)

1.2 硬件要求

Vsphere7 学习笔记(一)_正常运行

1.3 ESXi安装

Vsphere7 学习笔记(一)_正常运行_02


1.4 IP地址配置

Vsphere7 学习笔记(一)_正常运行_03


1.5 登录ESXi

Vsphere7 学习笔记(一)_正常运行_04

Vsphere7 学习笔记(一)_linux_05


1.6 ESXi加入域

Vsphere7 学习笔记(一)_linux_06


三、 ESXi虚拟机管理

  1. 创建ESXi虚拟机

Vsphere7 学习笔记(一)_正常运行_07


  1. 安装VMware Tools

用于增强虚拟机客户机操作系统功能。

Linux可直接使用 open-vm-tools


四、vCenter Server 配置

  1. vCenter Server介绍

    当前vCenter Server都是基于Linux的,又称为 vCenter Server Appliance,简称为 VCSA

1.1 vCenter Server包含的服务

Vsphere7 学习笔记(一)_正常运行_08


1.2 ESXi 与 vCenter Server的通信

Vsphere7 学习笔记(一)_linux_09


1.3 vCenter Server Appliance 的管理规模

​参考链接:​​http://configmax.vmware.com/​​

Vsphere7 学习笔记(一)_正常运行_10



  1. vCenter Server 硬件要求

Vsphere7 学习笔记(一)_linux_11


  1. vCenter Server 安装

    vCenter Server 是安装在ESXi之上的。

第1阶段:部署OVF

将VCSA的ISO文件挂载到本地电脑,打开文件夹,运行 installer.exe

Vsphere7 学习笔记(一)_正常运行_12


Vsphere7 学习笔记(一)_正常运行_13

Vsphere7 学习笔记(一)_正常运行_14

Vsphere7 学习笔记(一)_html_15



Vsphere7 学习笔记(一)_linux_16


第2阶段:配置

第1阶段完成后,可点击“继续”

Vsphere7 学习笔记(一)_正常运行_17


如果第1阶段完成后点了“关闭”,则可以访问该地址的5480端口,继续第2阶段的配置。

Vsphere7 学习笔记(一)_正常运行_18

Vsphere7 学习笔记(一)_linux_19

Vsphere7 学习笔记(一)_html_20

Vsphere7 学习笔记(一)_html_21

Vsphere7 学习笔记(一)_linux_22


  1. vCenter Server 登录

Vsphere7 学习笔记(一)_html_23

Vsphere7 学习笔记(一)_正常运行_24



五、虚拟机进阶

  1. 虚拟机的文件

Vsphere7 学习笔记(一)_html_25



  1. ESXi 7 支持的虚拟机硬件限制

Vsphere7 学习笔记(一)_linux_26

Vsphere7 学习笔记(一)_linux_27

Vsphere7 学习笔记(一)_html_28

  1. 硬盘类型

  分块 — 置零 — 数据写入

  • 厚置备硬盘:无论数据量如何,虚拟机硬盘会占用定义的所有容量。
  • 厚置备立即置零
  • 厚置备延迟置零
  • 精简置备硬盘:虚拟机根据实际文件大小占用空间。

Vsphere7 学习笔记(一)_html_29


  1. 虚拟网络适配器

Vsphere7 学习笔记(一)_html_30












举报

相关推荐

0 条评论