VMwareSphereClient

简介


vSphere5 中(取代原ESX), ESXi与Citrix 的XenServer 相似,它是一款可以独立安装和运行在祼机上的系统,因此与其他我们以往见过的VMware Workstation 软件不同的是它不再依存于宿主操作系统之上。在ESXi安装好以后,我们可以通过vSphere Client 远程连接控制,在ESXi 服务器上创建多个VM(虚拟机),在为这些虚拟机安装好Linux /Windows Server 系统使之成为能提供各种网络应用服务的虚拟服务器,ESXi 也是从内核级支持硬件虚拟化,运行于其中的虚拟服务器在性能与稳定性上不亚于普通的硬件服务器,而且更易于管理维护。
注:在安装VMwareSphereClient时可能会报错,解决方法:

本文只说明如何在VMware Client中搭建虚拟机,其安装及使用的可查阅资料。

登入

前提:你需要将ESXi安装好,并指导该服务器的访问IP及用户名密码。

vsphere上centos需要安装vmtools吗 vsphere client安装虚拟机_VMware


点击登录,会报出提示,点击忽略(如果取消则登录失败)。

vsphere上centos需要安装vmtools吗 vsphere client安装虚拟机_VMware_02


右击主干,新建虚拟机

选择自定义

vsphere上centos需要安装vmtools吗 vsphere client安装虚拟机_服务器_03


下一步,填入你的虚拟机显示名称(为了标识)

选择存储器位置(服务器上的存储介质):

vsphere上centos需要安装vmtools吗 vsphere client安装虚拟机_root用户_04


选择自己想要的存储位置,注:尽量选择可用空间足够大的存储器。

选择虚拟机版本选择自己合适的版本,默认最大。

vsphere上centos需要安装vmtools吗 vsphere client安装虚拟机_root用户_05


选择客户机操作系统;根据自己的要求选择(我这里使用的是linux中CentOs系统)

vsphere上centos需要安装vmtools吗 vsphere client安装虚拟机_服务器_06


分配想要的Cpu核数及内存,我这里cpu核数为8,内存为64G,网络为默认,SCSI控制器默认LSI Logic并行,磁盘为创建新的虚拟磁盘,磁盘大小为64G,高级选项无需动,点击完成等待即可。

vsphere上centos需要安装vmtools吗 vsphere client安装虚拟机_VMware_07


注意:此操作之后并不可启动虚拟机,需要点击编辑虚拟机配置—>CD/DVD驱动器—>数据存储ISO或者其他存放系统镜像文件的地方。选择完毕后,切记:在设备状态一栏,勾选打开电源时连接。

启动虚拟机,切换为控制台,等待。。。。

安装

注:使用Ctrl+alt即可将鼠标在虚拟机内与虚拟机外进行切换

vsphere上centos需要安装vmtools吗 vsphere client安装虚拟机_root用户_08


上下键选择Install CentOS7 等待。。。

选择安装过程语言》中文(当然也可以默认英文—>在你英语能力足够好的情况下)

接下来,就是配置环节,日期时间默认即可,键盘,语言支持可选(英文,因为安装时一堆英文看着比中文舒坦多了)

vsphere上centos需要安装vmtools吗 vsphere client安装虚拟机_服务器_09


我的配置如下:

vsphere上centos需要安装vmtools吗 vsphere client安装虚拟机_VMware_10


安装介质无需管,如果想测试一下的话,可以点击安装源中的验证

最主要的是软件选择,如下配置:

vsphere上centos需要安装vmtools吗 vsphere client安装虚拟机_root用户_11


安装目标位置–>选择我要配置分区。

vsphere上centos需要安装vmtools吗 vsphere client安装虚拟机_root用户_12


下拉框选择标准分区。点击右下方加号,添加挂载点。

vsphere上centos需要安装vmtools吗 vsphere client安装虚拟机_VMware_13


具体如下:/BOOT 200M

SWAP 4096M

/var 10G

/ 剩余全部

最终截图如下:

vsphere上centos需要安装vmtools吗 vsphere client安装虚拟机_VMware_14


点击完成,选择接受更改。

vsphere上centos需要安装vmtools吗 vsphere client安装虚拟机_root用户_15


禁用KDump,配置网络和主机名

vsphere上centos需要安装vmtools吗 vsphere client安装虚拟机_服务器_16


接着还有进行IPv4设置,设为手动添加。Add添加自己的IP保存退出,并更改自己的主机名。点击完成。

vsphere上centos需要安装vmtools吗 vsphere client安装虚拟机_服务器_17


关闭SECURITY POLICY

vsphere上centos需要安装vmtools吗 vsphere client安装虚拟机_root用户_18


配置完毕之后,点击开始安装。

vsphere上centos需要安装vmtools吗 vsphere client安装虚拟机_服务器_19


需要设置root用户密码,是否创建用户看自己实际情况。

vsphere上centos需要安装vmtools吗 vsphere client安装虚拟机_root用户_20


等待安装成功,之后会提示重启。点击重启。进入以下界面:

vsphere上centos需要安装vmtools吗 vsphere client安装虚拟机_服务器_21


接受许可证。

vsphere上centos需要安装vmtools吗 vsphere client安装虚拟机_VMware_22


点击完成配置。

进入一下界面:

vsphere上centos需要安装vmtools吗 vsphere client安装虚拟机_服务器_23


勾选汉语。

vsphere上centos需要安装vmtools吗 vsphere client安装虚拟机_服务器_24


输入使用英语。关闭位置服务

vsphere上centos需要安装vmtools吗 vsphere client安装虚拟机_VMware_25


选择时区—》shanghai


创建一个非root用户,并设置密码

vsphere上centos需要安装vmtools吗 vsphere client安装虚拟机_VMware_26


配置完成之后,及点击开始使用。注销次用户,使用root用户登录(权限不够,不方便操作)。

vsphere上centos需要安装vmtools吗 vsphere client安装虚拟机_服务器_27


填入root密码。至此虚拟机安装完毕。可通过Xshell或SourceCRT连接并测试查看。

vsphere上centos需要安装vmtools吗 vsphere client安装虚拟机_root用户_28