You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by fa...@apache.org on 2012/12/10 19:31:29 UTC

svn commit: r1419636 - /vcl/site/trunk/content/docs/vmwareconfiguration.mdtext

Author: fapeeler
Date: Mon Dec 10 18:31:28 2012
New Revision: 1419636

URL: http://svn.apache.org/viewvc?rev=1419636&view=rev
Log:
CMS commit to vcl by fapeeler

Modified:
    vcl/site/trunk/content/docs/vmwareconfiguration.mdtext

Modified: vcl/site/trunk/content/docs/vmwareconfiguration.mdtext
URL: http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/vmwareconfiguration.mdtext?rev=1419636&r1=1419635&r2=1419636&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/vmwareconfiguration.mdtext (original)
+++ vcl/site/trunk/content/docs/vmwareconfiguration.mdtext Mon Dec 10 18:31:28 2012
@@ -16,48 +16,48 @@ Notice:    Licensed to the Apache Softwa
            specific language governing permissions and limitations
            under the License.
 
-**VMware Configuration**
+## VMware Configuration
 
-*Terminology*
+**Terminology**
 
-*VM Host*
+**VM Host**
 
-    * A VM host is a physical computer running a VMware hypervisor
-    * A VCL computer entry must be added for each VM host (Manage Computers > Edit Computer Information)
-    * After the computer has been added to VCL, it is designated as a VM host by changing the computer state to vmhostinuse (Manage Computers > Computer Utilities)
+  - A VM host is a physical computer running a VMware hypervisor
+  - A VCL computer entry must be added for each VM host (Manage Computers > Edit Computer Information)
+  - After the computer has been added to VCL, it is designated as a VM host by changing the computer state to vmhostinuse (Manage Computers > Computer Utilities)
 
-*VM*
+**VM**
 
-    * A VM is a virtual machine managed by VCL
-    * A computer entry must be added to VCL for each VM (Manage Computers > Edit Computer Information)
-    * Each VM must be assigned to a VM host (Virtual Hosts > VM Hosts tab > Configure Host)
-    * VMs do not need to be created manually in VMware, VCL automatically creates and deletes VMs
+  - A VM is a virtual machine managed by VCL
+  - A computer entry must be added to VCL for each VM (Manage Computers > Edit Computer Information)
+  - Each VM must be assigned to a VM host (Virtual Hosts > VM Hosts tab > Configure Host)
+  - VMs do not need to be created manually in VMware, VCL automatically creates and deletes VMs
 
-*VM Host Profile*
+**VM Host Profile**
 
-    * A VM host profile contains several parameters which describe how a VM host is configured so that VCL knows how to manage it
-    * Each VM host is assigned a VM host profile
-    * A VM host profile may be assigned to multiple VM hosts if they are configured identically
-    * VM host profiles may be added or modified via Virtual Hosts > VM Host Profiles tab
+  - A VM host profile contains several parameters which describe how a VM host is configured so that VCL knows how to manage it
+  - Each VM host is assigned a VM host profile
+  - A VM host profile may be assigned to multiple VM hosts if they are configured identically
+  - VM host profiles may be added or modified via Virtual Hosts > VM Host Profiles tab
 
-*VMware Products Supported*
-VMware Server 2.x
-VMware ESX 3.5 - 4.x
-VMware ESXi 4.x
-VMware ESXi 5.x
+**VMware Products Supported**
+  - VMware Server 2.x
+  - VMware ESX 3.5 - 4.x
+  - VMware ESXi 4.x
+  - VMware ESXi 5.x
 
-*VM Host Management Options*
+**VM Host Management Options**
 
  The VCL management node must be able to control the VM host and the VMs running on it.  VMware provides several different ways of doing this.  VCL currently supports the following methods for remote VM host management:
 
-    * VMware vSphere SDK
-    * Use SSH to execute commands directly on the VM (not officially supported by VMware)
+  - VMware vSphere SDK
+  - Use SSH to execute commands directly on the VM (not officially supported by VMware)
 
 The vSphere SDK can only be used if management is not restricted due to the VMware license key installed on the host.  This mainly affects hosts running the free version of ESXi.  Remote management using any of the methods supported by VMware is restricted once a free license key is entered.
 
 If remote management is restricted, the VM host can be managed if SSH is enabled on it.  VCL will execute vim-cmd and other commands on the VM host via SSH. 
 
-*How to enable SSH on the VM host:*
+**How to enable SSH on the VM host:**
 
 *VMware Server 2.x*