Skip to content

Commit

Permalink
Merge pull request DaoCloud#4462 from ModetaNiu/mdt2
Browse files Browse the repository at this point in the history
Update import-ubuntu.md for virtnest
  • Loading branch information
windsonsea authored May 29, 2024
2 parents 8843437 + 9140807 commit c26f337
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 19 deletions.
28 changes: 10 additions & 18 deletions docs/zh/docs/virtnest/import/import-ubuntu.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 如何从 VMware 导入传统虚拟机到 DCE5.0
# 如何从 VMWare 导入传统虚拟机到云原生虚拟机平台

本文将详细介绍如何通过命令行将外部平台 VMware 上的虚拟机导入到 DCE 5.0的虚拟机中
本文将详细介绍如何通过命令行将外部平台 VMware 上的虚拟机导入到 DCE 5.0 的虚拟机中

!!! info

Expand All @@ -10,13 +10,9 @@

## 获取 vSphere 的虚拟机基础信息

1. vSphere URL
1. vSphere URL:目标平台的 URL 地址信息

目标平台的 URL 地址信息

2. vSphere SSL 证书指纹 thumbprint

需要通过 openssl 获取
2. vSphere SSL 证书指纹 thumbprint:需要通过 openssl 获取

```sh
openssl s_client -connect 10.64.56.11:443 </dev/null | openssl x509 -in /dev/stdin -fingerprint -sha1 -noout
Expand All @@ -36,24 +32,20 @@
sha1 Fingerprint=C3:9D:D7:55:6A:43:11:2B:DE:BA:27:EA:3B:C2:13:AF:E4:12:62:4D # 所需值
```
3. vSphere 账号
获得 vSphere 的账号信息,注意权限问题
4. vSphere 密码
3. vSphere 账号:获取 vSphere 的账号信息,注意权限问题
获得 vSphere 的密码信息
4. vSphere 密码:获取 vSphere 的密码信息
5. 需要导入虚拟机的 UUID(需要在 vSphere 的 web 页面获取)
- 进入 Vsphere 页面中,进入被导入虚拟机的详情页面,点击 __编辑配置__ ,此时打开浏览器的开发者控制台,
点击 __网络__ —> __标头__ 找到如下图所示的 URL。
![找到URL](../images/uuid01.png)
![找到 URL](../images/uuid01.png)
- 点击 __响应__ ,定位到 __vmConfigContext__ —> __config__ ,最终找到目标值 __uuid__ 。
![找到uuid](../images/uuid02.png)
![找到 uuid](../images/uuid02.png)
6. 需要导入虚拟机的 vmdk 文件 path
Expand All @@ -63,8 +55,8 @@
- 下载 vddk:需要在 [vmware 网站](https://developer.vmware.com/) 注册账号后下载
前往 SDKs,在"Compute Virtualization"部分点击,并选择合适版本的
"VMware Virtual Disk Development Kit (VDDK)"进行下载
前往 SDKs,点击 __Compute Virtualization__ ,选择并下载合适版本的
__VMware Virtual Disk Development Kit (VDDK)__
![点击 Compute Virtualization](../images/import-ubuntu01.png)
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ nav:
- 通过模板创建虚拟机: virtnest/template/index.md
- 虚拟机模板: virtnest/template/tep.md
- 虚拟机镜像: virtnest/vm-image/index.md
- 从VMware导入传统虚拟机到DCE 5.0: virtnest/import/import-ubuntu.md
- 从VMware导入传统虚拟机: virtnest/import/import-ubuntu.md
- 微服务:
- 可观测性:
- 介绍:
Expand Down

0 comments on commit c26f337

Please sign in to comment.