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/11 17:52:18 UTC

svn commit: r1420278 - /vcl/site/trunk/content/docs/addcomputers.mdtext

Author: fapeeler
Date: Tue Dec 11 16:52:16 2012
New Revision: 1420278

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

Added:
    vcl/site/trunk/content/docs/addcomputers.mdtext   (with props)

Added: vcl/site/trunk/content/docs/addcomputers.mdtext
URL: http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/addcomputers.mdtext?rev=1420278&view=auto
==============================================================================
--- vcl/site/trunk/content/docs/addcomputers.mdtext (added)
+++ vcl/site/trunk/content/docs/addcomputers.mdtext Tue Dec 11 16:52:16 2012
@@ -0,0 +1,89 @@
+Title: Add 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
+           regarding copyright ownership.  The ASF licenses this file
+           to you under the Apache License, Version 2.0 (the
+           "License"); you may not use this file except in compliance
+           with the License.  You may obtain a copy of the License at
+           .
+             http://www.apache.org/licenses/LICENSE-2.0
+           .
+           Unless required by applicable law or agreed to in writing,
+           software distributed under the License is distributed on an
+           "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+           KIND, either express or implied.  See the License for the
+           specific language governing permissions and limitations
+           under the License.
+
+
+Adding computers is done by going to Manage Computers->Edit Computer Information and clicking
+    
+"Add Single Computer or Add Multiple Computers".
+
+####Adding Individual Computers
+
+ 1. Click Manage Computers
+ 2. Select the Add Single Computer radio button
+ 3. Click Submit
+ 4. Fill in the following:
+       - Hostname
+       - Type - blade
+       - Public IP Address
+       - Private IP Address (optional)
+       - Public MAC Address (optional)
+       - Private MAC Address (optional)
+       - Provisioning Engine - xCAT 2.x
+       - State - available (or maintenance if you do not want it to be immediately available)
+       - Owner - admin@Local
+       - RAM
+       - No. Cores
+       - Processor Speed
+       - Network Speed
+       - Physical Location (optional)
+       - Click the checkboxs under allComputers and newimages
+ 5. Click Confirm Computer
+ 6. Click Submit
+      - NOTE: The computer you just added isn't listed after clicking Submit. This is not a problem.
+
+####Adding Multiple Computers
+
+ 1. click "Manage Computers"
+ 2. select the "Add Multiple Computers" radio button
+ 3. click Submit
+ 4. fill in
+    * 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 - blade
+    * 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 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 (optional) - the IP addresses must be
+       sequential; enter the first private address here
+    * End Private IP Address (optional) - the last IP address of the sequence
+    * Start MAC Address (optional) - 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 - xCAT 2.x
+    * State - available (or maintenance if you do not want them to be
+       immediately available)
+    * Owner - admin@Local
+    * RAM
+    * Processor Speed
+    * Network Speed
+    * Click the checkboxs under allComputers and newimages
+ 5. Click Confirm Computers
+ 6. Click Submit
+      - NOTE: The computer you just added isn't listed after clicking Submit. This is not a problem.
+

Propchange: vcl/site/trunk/content/docs/addcomputers.mdtext
------------------------------------------------------------------------------
    svn:eol-style = native