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/13 16:25:34 UTC

svn commit: r1421337 - /vcl/site/trunk/content/docs/addingvmcomputers.mdtext

Author: fapeeler
Date: Thu Dec 13 15:25:33 2012
New Revision: 1421337

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

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

Modified: vcl/site/trunk/content/docs/addingvmcomputers.mdtext
URL: http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/addingvmcomputers.mdtext?rev=1421337&r1=1421336&r2=1421337&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/addingvmcomputers.mdtext (original)
+++ vcl/site/trunk/content/docs/addingvmcomputers.mdtext Thu Dec 13 15:25:33 2012
@@ -1,4 +1,4 @@
-Title:
+Title: Adding computers
 Notice:    Licensed to the Apache Software Foundation (ASF) under one
            or more contributor license agreements.  See the NOTICE file
            distributed with this work for additional information
@@ -16,19 +16,66 @@ Notice:    Licensed to the Apache Softwa
            specific language governing permissions and limitations
            under the License.
 
-Adding Individual Virtual Machines
+###Adding Individual Virtual Machines
 
-            1. Click Manage Computers
-            2. Select Edit Computer Information
-            3. Click Submit
-            4. Click Add Single Computer
-            5. Fill in the following:
-               * Hostname
-               * Type - virtualmachine
-               * Public IP Address
-               * Private IP Address
-               * Public MAC Address
-               * Private MAC Address
+ 1. Click Manage Computers
+ 2. Select Edit Computer Information
+ 3. Click Submit
+ 4. Click Add Single Computer
+ 5. Fill in the following:
+     * Hostname
+     * Type - virtualmachine
+     * Public IP Address
+     * Private IP Address
+     * Public MAC Address
+     * Private MAC Address
+
+            NOTE: For VMware virtual machines, the MAC addresses you choose
+            must be in the range 00:50:56:00:00:00 - 00:50:56:3F:FF:FF. Pay
+            special attention to the upper bound of this range. 
+            00:50:56:40:00:00 - 00:50:56:FF:FF:FF are NOT valid VMware
+            virtual machines.
+
+     * Provisioning Engine - VMware or Libvirt Virtualization API
+     * State - maintenance
+     * Owner - admin@Local
+     * RAM
+     * No. Cores
+     * Processor Speed
+     * Network Speed
+     * Check All VM Computers and newvmimages
+ 6. Click Confirm Computer
+ 7. Click Submit
+
+###Adding Multiple Virtual Machines
+
+ 1. Click Manage Computers
+ 2. Select Edit Computer Information
+ 3. Click Submit
+ 4. Click Add Multiple Computers
+ 5. Fill in the following:
+     * Hostname - the hostnames of all the computers must have a
+        numerical part that is sequential, use a % as a placeholder
+         where that part would be
+     * Start value - the first number of the numerical part of the hostname
+     * End value - the last number of the numerical part of the hostname
+     * Type - virtualmachine
+     * Start Public IP Address - if using static public addresses, the
+         IP addresses must be sequential; enter the first address here;
+          if using DHCP, just enter something like 1.1.1.1
+      * End Public IP address - the last IP address of the sequence; if
+         using DHCP, you'll need to enter something that would work out
+          to the last address relative to Start Public IP Address (i.e.
+          if adding 3 computers, use 1.1.1.1 for start and 1.1.1.3 for end)
+     * Start Private IP Address - similar to Start IP Address, but for the private side
+     * End Private IP Address - similar to the End IP Address but for the private side
+     * Start MAC Address - if MAC addresses are sequential, with the
+        first one being the private MAC address for the first computer,
+        the second one being the public MAC address for the first
+        computer, the third one being the private MAC address of the
+         second computer, etc, you can enter the first one here and then
+         have the option of downloading data to add to your dhcpd.conf
+         file from the Computer Utilities page
 
                  NOTE: For VMware virtual machines, the MAC addresses you choose
                  must be in the range 00:50:56:00:00:00 - 00:50:56:3F:FF:FF. Pay
@@ -36,67 +83,16 @@ Adding Individual Virtual Machines
                  00:50:56:40:00:00 - 00:50:56:FF:FF:FF are NOT valid VMware
                  virtual machines.
 
-               * Provisioning Engine - VMware or Libvirt Virtualization API
-               * State - maintenance
-               * Owner - admin@Local
-               * RAM
-               * No. Cores
-               * Processor Speed
-               * Network Speed
-               * Check All VM Computers and newvmimages
-            6. Click Confirm Computer
-            7. Click Submit
-
-         Adding Multiple Virtual Machines
-
-            1. Click Manage Computers
-            2. Select Edit Computer Information
-            3. Click Submit
-            4. Click Add Multiple Computers
-            5. Fill in the following:
-               * Hostname - the hostnames of all the computers must have a
-                 numerical part that is sequential, use a % as a placeholder
-                 where that part would be
-               * Start value - the first number of the numerical part of the
-                 hostname
-               * End value - the last number of the numerical part of the
-                 hostname
-               * Type - virtualmachine
-               * Start Public IP Address - if using static public addresses, the
-                 IP addresses must be sequential; enter the first address here;
-                 if using DHCP, just enter something like 1.1.1.1
-               * End Public IP address - the last IP address of the sequence; if
-                 using DHCP, you'll need to enter something that would work out
-                 to the last address relative to Start Public IP Address (i.e.
-                 if adding 3 computers, use 1.1.1.1 for start and 1.1.1.3 for
-                 end)
-               * Start Private IP Address - similar to Start IP Address, but for
-                 the private side
-               * End Private IP Address - similar to the End IP Address but for
-                 the private side
-               * Start MAC Address - if MAC addresses are sequential, with the
-                 first one being the private MAC address for the first computer,
-                 the second one being the public MAC address for the first
-                 computer, the third one being the private MAC address of the
-                 second computer, etc, you can enter the first one here and then
-                 have the option of downloading data to add to your dhcpd.conf
-                 file from the Computer Utilities page
+     * Provisioning Engine - VMware or Libvirt Virtualization API
+     * State - maintenance
+     * Owner - admin@Local
+     * RAM
+     * No. Cores
+     * Processor Speed
+     * Network Speed
+     * Check All VM Computers and newvmimages
 
-                 NOTE: For VMware virtual machines, the MAC addresses you choose
-                 must be in the range 00:50:56:00:00:00 - 00:50:56:3F:FF:FF. Pay
-                 special attention to the upper bound of this range. 
-                 00:50:56:40:00:00 - 00:50:56:FF:FF:FF are NOT valid VMware
-                 virtual machines.
-
-               * Provisioning Engine - VMware or Libvirt Virtualization API
-               * State - maintenance
-               * Owner - admin@Local
-               * RAM
-               * No. Cores
-               * Processor Speed
-               * Network Speed
-               * Check All VM Computers and newvmimages
-            6. Click Confirm Computers
-            7. Click Submit
+ 6. Click Confirm Computers
+ 7. Click Submit