- VMware vSphere 5.1 Cookbook
- Abhilash GB
- 502字
- 2021-08-13 16:56:26
Deploying a VMware vCenter Server Appliance (vCSA)
The vCenter Server Appliance (vCSA) can be either downloaded as a single package (OVA); or the OVF, system disk, and data disk can be downloaded separately.
At the time of writing this book, the following were the names of the appliance files:
VMware-vCenter-Server-Appliance-5.1.0.5100-799730_OVF10.ova
Or
VMware-vCenter-Server-Appliance-5.1.0.5100-799730_OVF10.ovf
VMware-vCenter-Server-Appliance-5.1.0.5100-799730-system.vmdk
VMware-vCenter-Server-Appliance-5.1.0.5100-799730-data.vmdk
These names could possibly change when VMware releases the next update. I have included the file names only to give you a sense of what files have to be downloaded.
Tip
Before you deploy the appliance, create a DNS entry for the hostname that is given to the appliance.
How to do it...
In this recipe we will learn how to deploy the vCSA appliance in your infrastructure:
- In order to deploy the appliance you would need to use the Deploy OVF Template wizard using vSphere Client. Navigate to File | Deploy OVF Template, and browse to select the OVF file.
- The next screen will show you the summary of the appliance; notice the differences in the download size and the size on disk values. Click on Next to continue.
- On the next screen you will need to supply a display name for the appliance VM and click on Next to continue.
- Then, choose a datastore where you would like to place the appliance VM.
Once you highlight the datastore needed, click on Next to continue.
- The next screen will let you select the VMDK format. The default selection is Thick Provision Lazy Zeroed, because the second disk is thick provisioned. You can choose Thin Provision if you don't want to create a VMDK committing 85 GB disk usage.
- On the next screen, select the port group that the appliance's vNIC will be connected to. The port groups will be listed under the Destination Networks drop-down menu.
- Subsequent to this is the Ready to Complete screen, which will show you a summary of all configuration selections that you made during the wizard. Click on Finish at this screen to deploy.
How it works...
By default the appliance VM is configured to use two vCPUs, 8 GB of memory, and 2 VMDKs of sizes 25 GB and 60 GB.
The Linux version in the appliance is SUSE Linux Enterprise Server 11 SP1 for VMware 11.1.1-1.4
. The following is the screenshot from the postinstall.log
file (/root/postinstall.log
) showing the SLES version:

There's more...
If vCSA is configured to use the embedded database, then it cannot be used to manage more than 5 ESX servers or 50 virtual machines. This is because the embedded PostGreSQL
database is sized that way. This limitation should not looked at as limitation with the vCSA. The default SQL Express database, which is included with the Windows-based vCenter, has the same limitation. The other limitations are:
- It cannot be configured to use MS SQL Server
- It does not support vCenter Linked Mode configuration
- It does not support the use of IPv6
Note
The embedded database used is PostGreSQL
and can only be used as an embedded database.
- 30天自制操作系統(tǒng)
- Linux網(wǎng)絡(luò)管理與配置(第2版)
- Windows Server 2019 Cookbook
- 高性能Linux服務(wù)器構(gòu)建實戰(zhàn):運維監(jiān)控、性能調(diào)優(yōu)與集群應(yīng)用
- Linux自動化運維:Shell與Ansible(微課版)
- STM32庫開發(fā)實戰(zhàn)指南:基于STM32F4
- Linux命令行大全(第2版)
- Linux基礎(chǔ)使用與案例
- 鴻蒙操作系統(tǒng)設(shè)計原理與架構(gòu)
- 鴻蒙HarmonyOS手機應(yīng)用開發(fā)實戰(zhàn)
- Getting Started with UDK
- 大規(guī)模Linux集群架構(gòu)最佳實踐:如何管理上千臺服務(wù)器
- 電腦辦公(Windows10+Office2016)從新手到高手
- Python機器學(xué)習(xí)系統(tǒng)構(gòu)建(原書第3版)
- Responsive Web Design by Example:Beginner's Guide(Second Edition)