vCenter Server Virtual Appliance features and benefits
- Installed on SUSE Linux Enterprise Server 11 x64.
- OVF when deployed is configured with 2vCPUs and 8Gb memory, LSI Logic Parallel, VMXNET 3, 15Gb and 60Gb VMDKs and VMware Tools.
- Includes embedded DB2 database that is suitable for evaluation or for environments with less than 5 ESXi hosts or 50 virtual machines (equivalent to Windows vCenter Server + MSSQL Express).
- Supports external Oracle database for large environments.
- Includes Active Directory (AD) and Network Information Services (NIS) authentication.
- vSphere Web Client support is built into the vCenter Server Virtual Appliance. vSphere Web Client is OS agnostic and the interface is highly customisable.
- Windows vSphere Client is still supported.
- Includes a pre-configured Auto Deploy server therefore reducing operational costs with the installation of Auto Deploy.
- Can use NFS mounts to store vCenter Server Virtual Appliance core and log files.
- vCSA can act as a syslog server for ESXi system logs.
- Can be used as a network collector for ESXi kernel core dumps.
- Simplified and rapid deployment, approximately 15 minutes deployment time.
- Lower TCO by eliminating Windows OS dependency and licenses.
- Reduces operational costs – vCSA is easier to upgrade – just deploy a new appliance and connect to the external Oracle database or
- Import configuration data from previous installation.
- Patches can be installed using the vCSA web interface.
Not yet feature parity with Windows vCenter Server
vCenter Server Virtual Appliance provides all features as the Windows vCenter Server but does not support the following features:
- Microsoft SQL as the database for vCenter.
- vCenter Server Linked Mode.
- vCenter Server Heartbeat.
- IPv6.
For details on what products are supported with the vCSA please see this post.
The vCSA supports all vCenter features – DRS, SDRS, HA, Host Profiles, dvSwitches, etc.
Secondary architecture features like supported DB, View Composer are not yet at feature parity with the Windows vCenter Server.
Not supported yet:
- Microsoft SQL as the database for vCenter – requires stable ODBC driver for Linux that can scale.
- vCenter Server Linked Mode – requires ADAM.
- vCenter Server Heartbeat – requires Windows.
- IPv6.
- Single sign-on using Windows session credentials.
- VMware View Composer (Linked Clones) – installed on Windows vCenter Server only.
- vSphere Storage Appliance – VSA Manager & VSA Cluster Server installed on Windows vCenter Server.
- VIX Plugin for vCenter Orchestrator – VMware Tools API only works with Windows vCenter Server.
Other VMware products that work with the vCSA:
- vCenter Operations.
- vCenter Orchestrator.
- vCenter CapacityIQ.
- SRM5.
- VMware View 5 (no Linked Clones).
- Auto Deploy.
- vCenter Update Manager.
- vMA.
- vSphere Client.
- vSphere Web Client.
- VMware vCloud Director.
- PowerCLI.
- vSphere Client for iPad & vCMA.
vCenter Server Virtual Appliance features and benefits的更多相关文章
- vCenter Server Appliance
vCenter Server Appliance https://10.0.0.10:5480
- 部署vCenter Server Appliance 6.7
=============================================== 2019/4/14_第1次修改 ccb_warlock == ...
- vcenter server appliance(vcsa) 配置IP的方法
方法一: vcenter server appliance 5.1 及以后版本包括5.5,在安装完毕后,console界面是没有网络配置项的,如果需要进行IP配置,可以login后,输入命令yast( ...
- 安装VCSA6.5(vCenter Server Appliance 6.5)
相关文章:http://www.ctoclubs.com/?p=756 一.简介 VCSA(vCenter Server Appliance 6.5),相对于Windows版本的vCenter,VCS ...
- vcenter server appliance 5.5 管理中心 linux 版本的部署
本文选自通过ovf模板部署: 需要下面两个文件即可: 打开vsphere client 登录到你安装了exsi5.5的物理机上面: 点击文件---> 部署ovf模板 ---->选择你的模 ...
- VMware vCenter Server 6.5.0 U1
VMware vCenter Server 6.5.0 U1gName: VMware-VCSA-all-6.5.0-8024368.iso Release Date: 2018-03-20 Buil ...
- VMware vCenter Server 6.5.0 U1g
VMware vCenter Server 6.5.0 U1gName: VMware-VCSA-all-6.5.0-8024368.iso Release Date: 2018-03-20 Buil ...
- VMware Vcenter Server 6.0忘记密码
windows 版Vcenter6.0 重置密码首先要登录到安装Vcenter的windows服务器上 用管理员身份打开CMD命令行 进入VMware VCenter的目录 默认是C:\Program ...
- vmware里面的名词 vSphere、vCenter Server、ESXI、vSphere Client
vmware里面的名词 vSphere.vCenter Server.ESXI.vSphere Client vSphere.vCenter Server.ESXI.vSphere Client VS ...
随机推荐
- C#判断字符串的是否是汉字
//第一种方法:正则表达式 private bool IsChinese(string Text) { ; i < Text.Length; i++) { if (Regex.IsMatch(T ...
- TDD:simply mocking a class is not necessarily the best practice
simply mocking a class is not necessarily the best practice either—it might be better to refactor th ...
- Android加密解密
随笔分类 - Android加密解密 Android数据加密之异或加密算法 摘要: 前言: 这几天被公司临时拉到去做Android IM即时通信协议实现,大致看了下他们定的协议,由于之前没有参与,据说 ...
- Android中获取屏幕长宽的方法
package com.kale.screen; import android.annotation.SuppressLint; import android.app.Activity; import ...
- 拦截器通过Spring获取工厂类,注入bean对象
// 这里需要注意一点,我们在拦截器内无法通过SpringBean的方式注入LoggerJPA,我只能通过另外一种形式. /** * 根据传入的类型获取spring管理的对应dao * @param ...
- Linux Shell 裡一些很少用到卻很有用的指令
Linux Shell 裡一些很少用到卻很有用的指令 2009年11月30日 13:53:00 yaoyasong 阅读数:414 Linux Shell 裡一些很少用到卻很有用的指令 你是不是已 ...
- OHEM
样本不平衡问题 如在二分类中正负样本比例存在较大差距,导致模型的预测偏向某一类别.如果正样本占据1%,而负样本占据99%,那么模型只需要对所有样本输出预测为负样本,那么模型轻松可以达到99%的正确率. ...
- spring mvc 接受前台json @RequestBody json 属性 空 使用 JsonProperty spring mvc 获取json转乘bean
请给json序列序列化成的javabean 属性加上 @JsonProperty(value = "real_name") 否则 springmvc 可能接受不到数据 ja ...
- Guava之ImmutableMap使用示例
ImmutableMap 的作用就是:可以让java代码也能够创建一个对象常量映射,来保存一些常量映射的键值对. 分析以下情景,来具体讨论这个的好处. 假设现在有需求如下:根据数据库存的某个key字段 ...
- 样条之EHMT插值函数
核心代码: ////////////////////////////////////////////////////////////////////// // 埃特金插值 ////////////// ...