User Tools

Site Tools


vsphere

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
vsphere [2016/09/06 17:04] – [Vsphere] adminvsphere [2022/10/29 16:15] (current) – external edit 127.0.0.1
Line 2: Line 2:
 refer:  refer: 
   * http://www.vmware.com/products/vsphere   * http://www.vmware.com/products/vsphere
-  * https://pubs.vmware.com/vsphere-4-esx-vcenter/index.jsp?topic=/com.vmware.vsphere.intro.doc_41/c_hosts_clusters_and_resource_pools.html 
   * free vmware server: http://www.vmware.com/products/vsphere-hypervisor.html   * free vmware server: http://www.vmware.com/products/vsphere-hypervisor.html
 +Docs: 
 +  * {{:vi_architecture_wp.pdf|}}
 +  * {{:esxatdg_full.pdf|}}
 +  * {{:vsphere-esxi-vcenter-server-50-resource-management-guide.pdf|}}
 +  * {{:perf_best_practices_vsphere5.5.pdf|}}
 +
 +===== Install vsphere hypervisor free and license code =====
 +  - Step1: Register and download **vsphere hypervisor free** from https://my.vmware.com/en/group/vmware/evalcenter?p=free-esxi6
 +  - Step2: Create **usb boot** for vspher hypervisor and **install it**
 +  - Step3: Go to https://my.vmware.com/group/vmware/my-downloads to get free license key
 +  - Step4: Using vsphere client to enter license key {{:vmware-license.png|}}
 +===== Some Basic Concepts in VMWare =====
 +
 ===== Some basic actions in Vsphere client ===== ===== Some basic actions in Vsphere client =====
 ==== Create vmware ==== ==== Create vmware ====
Line 9: Line 21:
 Fist select the vmware, then right-click to choose **"Remove from disk"** Fist select the vmware, then right-click to choose **"Remove from disk"**
 ===== Manage Resources(CPU, Memory, Storage) ===== ===== Manage Resources(CPU, Memory, Storage) =====
 +==== View Resource Allocation ====
 Steps to choose feature manage resources: Steps to choose feature manage resources:
   - Step1: Click to choose **root node** of vsphere client   - Step1: Click to choose **root node** of vsphere client
   - Step2: Click to choose tab **Resource Allocation** in right-window   - Step2: Click to choose tab **Resource Allocation** in right-window
 +
 +==== Resource Pools ====
 +refer: 
 +  * http://wahlnetwork.com/2012/02/01/understanding-resource-pools-in-vmware-vsphere/
 +  * http://www.settlersoman.com/vmware-vsphere-basics-understanding-resource-pools/
 +
 +Resource Pools - purpose of use: Some reasons to use Resource Pools:
 +  * **Prioritizing VMs** => Base on **shares**
 +  * **Selling resource** inside or outside an organization.
 +  * **Performance Isolation** - for example when you have Test/Dev, Prod and also some really crucial VMs (like Business Critical Application (BCA), you can use Resource Pool to isolate/guarantee performance.
 ===== Config Vsphere server ===== ===== Config Vsphere server =====
 +==== Config ntp update time ====
 +{{:vsphere-time-config.png|}}
 ==== Config dns/routing ==== ==== Config dns/routing ====
   - Step1: Go to **Configuration** tab of connection to vsphere server   - Step1: Go to **Configuration** tab of connection to vsphere server
Line 28: Line 53:
     * click **properties** in section **services** to enable, run **ssh server**      * click **properties** in section **services** to enable, run **ssh server** 
     * click **properties** in section **firewall** to enable allow **ssh server**      * click **properties** in section **firewall** to enable allow **ssh server** 
 +===== vsphere command lines =====
 +==== Basic command lines ====
 +  * View vsphere version:<code bash>
 +vmware -vl
 +</code>output:<code>
 +VMware ESXi 5.0.0 build-623860
 +VMware ESXi 5.0.0 Update 1
 +</code>Or<code bash>
 +vmware -v
 +</code>output:<code>
 +VMware ESXi 5.0.0 build-623860
 +</code>
 +  * View
 +==== Custom command lines ====
 ===== Create snapshot ===== ===== Create snapshot =====
 ===== Install CentOS minimal ===== ===== Install CentOS minimal =====
Line 39: Line 78:
 yum install vim mc man telnet yum install vim mc man telnet
 </code> </code>
 +===== Install MacOS on VMWare =====
 +refer: https://calvin.me/install-mac-os-x-esxi-5-5/
vsphere.1473181499.txt.gz · Last modified: 2022/10/29 16:15 (external edit)