將 SDDC 建置到雲端
準備您的部署
在 SDDC 啟動設定的過程中,會為各種 VMware 功能建立下列網路區段。這些網路區段可確保適當的流量區分。
網路名稱 | 用途 |
---|---|
啟動設定/管理 | ESXi 管理介面 (vmk0) 位於此子網路上。 |
vSphere | 此 VLAN 主要用於管理 Oracle Cloud VMware 解決方案 (例如 vCenter 伺服器、NSX 管理程式以及 NSX 邊緣) 的元件。 |
vMotion | 此 VLAN 是用於管理和客戶工作負載元件的 VMware vMotion 移轉。 |
vSAN | 此 VLAN 用於 vSAN (VMware 儲存體) 資料流量。 |
NSX VTEP | 此 VLAN 用於 ESXi 主機之間的資料層流量。 |
NSX 邊緣 | Vep 此 VLAN 用於 ESXi 主機與 NSX 邊緣之間的資料層流量。 |
NSX 邊緣上升連結 1 | 此 VLAN 主要用於在 VMware SDDC 與 Oracle Cloud Infrastructure 之間進行通訊。 |
NSX 邊緣上升連結 2 | 此 VLAN 保留供以後在 VMware SDDC 上部署公用應用程式使用。 |
HCX | (選擇性) 此 VLAN 是用於 HCX 流量。如果您計畫在佈建 SDDC 時啟用 HCX,請建立 HCX。 |
部署 SDDC
當您在 Oracle Cloud Infrastructure 上要求新的 VMware SDDC 時,Oracle Cloud VMware 解決方案會執行下列圖表所示的步驟。
Ovcs_cluster_creation.png 圖解描述
若要建立 SDDC,請依照下述步驟進行:
監督 SDDC 建立流程
- 驗證 SDDC 資訊。按一下工作要求,即可檢查啟動設定的狀態。
- 工作要求詳細資訊頁面會顯示啟動設定和詳細日誌訊息的進度。
- 順利建立 SDDC 之後,百分比會顯示 100 並檢查日誌訊息完成。
存取 SDDC
- 使用 vSphere Client URL 存取 vCenter Server。
- 使用 NSX 管理程式 URL 存取 NSX 管理程式。
- 使用 SSH,透過使用私密 SSH 金鑰,以管理員使用者身分連線至 ESXi 主機:
ssh -i id_rsa opc@ my-sddc-1-1 Warning: Permanently added '10.0.2.3' (RSA) to the list of known hosts. The time and date of this login have been sent to the system logs. WARNING: All commands run on the ESXi shell are logged and may be included in support bundles. Do not provide passwords directly on the command line. Most tools can prompt for secrets or accept them from standard input. VMware offers supported, powerful system administration tools. Please see www.vmware.com/go/sysadmintools for details. The ESXi Shell can be disabled by an administrative user. See the vSphere Security documentation for more information. [opc@my-sddc-1-1:~] [opc@my-sddc-1-1:~] [opc@my-sddc-1-1:~]