148 lines
4.6 KiB
Markdown
148 lines
4.6 KiB
Markdown
> 本文作者:丁辉
|
||
|
||
# 服务器安装ESXi
|
||
|
||
## 安装Rufus制作U盘启动
|
||
|
||
[官方文档](https://rufus.ie/zh/) [下载地址](https://rufus.ie/downloads/)
|
||
|
||
Rufus 是一款格式化和创建 USB 启动盘的辅助工具。
|
||
|
||
本软件适用于以下场景:
|
||
|
||
- 需要将可引导 ISO (Windows、Linux、UEFI 等) 刻录到 USB 安装媒介的情况
|
||
- 需要处理未安装操作系统的设备的情况
|
||
- 需要在 DOS 环境下刷写 BIOS 或其他固件的情况
|
||
- 需要运行低级工具的情况
|
||
|
||
下载后即开即用,无需安装。
|
||
|
||
## 下载 VMware ESXi 镜像
|
||
|
||
[VMware ESXi下载地址](https://www.vmware.com/cn/products/esxi-and-esx.html)
|
||
|
||
### 下载最新版
|
||
|
||
1. 进入网页后点击 `下载HYPERVISOR`
|
||
|
||
<img src="https://minio.offends.cn:9000/offends/images/image-20230909014031395.png" style="zoom: 25%;" />
|
||
|
||
2. 点击 `License & Download` 后点击 `login` 如果没有登录则需要注册账号
|
||
|
||
<img src="https://minio.offends.cn:9000/offends/images/image-20230909014201808.png" style="zoom: 25%;" />
|
||
|
||
3. 登录后回到此页面,下载 `VMware vSphere Hypervisor (ESXi ISO) image`
|
||
|
||
> 如果没有注册试用权限,回到此页面还得点击注册(就是填一下信息同意试用)
|
||
|
||
<img src="https://minio.offends.cn:9000/offends/images/image-20230909014629233.png" style="zoom: 25%;" />
|
||
|
||
### 选择版本下载
|
||
|
||
[产品主页](https://customerconnect.vmware.com/cn/downloads/#all_products)
|
||
|
||
1. 点击 `VMware vSphere Hypervisor (ESXi)` 的查看下载组件
|
||
|
||
<img src="https://minio.offends.cn:9000/offends/images/image-20230909015926677.png" style="zoom: 25%;" />
|
||
|
||
2. 选择版本点击下载
|
||
|
||
<img src="https://minio.offends.cn:9000/offends/images/image-20230909015954169.png" style="zoom: 25%;" />
|
||
|
||
## 安装系统
|
||
|
||
> 因为安装简单,大部分都是按回车或 F11 同意的过程,所以我们这里只列举需要手动配置或选择的地方
|
||
>
|
||
> 当前安装版本为 `6.7 ` ,但是经过详细测试 `8.0` 安装过程基本无异,所以我就不换截图了哈(绝对不是因为懒)
|
||
|
||
1. 进入系统引导
|
||
|
||
> 正在加载文件,等待开始安装
|
||
|
||
<img src="https://minio.offends.cn:9000/offends/images/image-20230909000207987.png" style="zoom: 25%;" />
|
||
|
||
2. 按 回车
|
||
|
||
<img src="https://minio.offends.cn:9000/offends/images/image-20230909000331776.png" style="zoom: 25%;" />
|
||
|
||
3. 按 F11
|
||
|
||
<img src="https://minio.offends.cn:9000/offends/images/image-20230909000339635.png" style="zoom: 25%;" />
|
||
|
||
4. 选择系统安装在哪个存储盘上
|
||
|
||
<img src="https://minio.offends.cn:9000/offends/images/image-20230909000359441.png" style="zoom: 25%;" />
|
||
|
||
5. 选择默认语言
|
||
|
||
<img src="https://minio.offends.cn:9000/offends/images/image-20230909000405761.png" style="zoom: 25%;" />
|
||
|
||
6. 设置系统密码
|
||
|
||
<img src="https://minio.offends.cn:9000/offends/images/image-20230909000422443.png" style="zoom: 25%;" />
|
||
|
||
7. 按 回车 重启服务器
|
||
|
||
> 提示在重启前,拔出U盘
|
||
|
||
<img src="https://minio.offends.cn:9000/offends/images/image-20230909000626903.png" style="zoom: 25%;" />
|
||
|
||
8. 系统安装成功
|
||
|
||
<img src="https://minio.offends.cn:9000/offends/images/image-20230909000848003.png" style="zoom: 25%;" />
|
||
|
||
## 手动配置IP
|
||
|
||
1. 按 F2 输入密码进入设置
|
||
|
||
<img src="https://minio.offends.cn:9000/offends/images/image-20230909000900096.png" style="zoom: 25%;" />
|
||
|
||
2. 选择网络配置
|
||
|
||
<img src="https://minio.offends.cn:9000/offends/images/image-20230909000927309.png" style="zoom: 25%;" />
|
||
|
||
3. 选择 IPv4 配置
|
||
|
||
<img src="https://minio.offends.cn:9000/offends/images/image-20230909000937259.png" style="zoom: 25%;" />
|
||
|
||
4. 使用空格键选中 static,编辑网络信息
|
||
|
||
<img src="https://minio.offends.cn:9000/offends/images/image-20230909001006806.png" style="zoom: 25%;" />
|
||
|
||
回车后看到信息已改变
|
||
|
||
<img src="https://minio.offends.cn:9000/offends/images/image-20230909001019876.png" style="zoom: 25%;" />
|
||
|
||
5. 按下ESC 退出,提示是否保存,点击 Y 键保存
|
||
|
||
<img src="https://minio.offends.cn:9000/offends/images/image-20230909001028491.png" style="zoom: 25%;" />
|
||
|
||
6. 保存后回到此页面,退出设置,回到主页面
|
||
|
||
<img src="https://minio.offends.cn:9000/offends/images/image-20230909001045215.png" style="zoom: 25%;" />
|
||
|
||
操作完成,此时访问当前IP `192.168.1.10` 即可进入系统 Web 页面
|
||
|
||
<img src="https://minio.offends.cn:9000/offends/images/image-20230909001053836.png" style="zoom: 25%;" />
|
||
|
||
## 密钥
|
||
|
||
> 7的不想找哈哈
|
||
|
||
VMware vSphere ESXi 6
|
||
|
||
```bash
|
||
0A65P-00HD0-3Z5M1-M097M-22P7H
|
||
```
|
||
|
||
VMware vSphere ESXi 8.0
|
||
|
||
```bash
|
||
4V492-44210-48830-931GK-2PRJ4
|
||
```
|
||
|
||
分配许可证
|
||
|
||
<img src="https://minio.offends.cn:9000/offends/images/image-20230909020536868.png" style="zoom: 25%;" />
|
||
|
||
> 不得不说这新版真帅啊 |