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

svn commit: r841527 - in /websites/staging/vcl/trunk/content: ./ docs/windowsbaseimagecreation.html

Author: buildbot
Date: Mon Dec 10 21:09:41 2012
New Revision: 841527

Log:
Staging update by buildbot for vcl

Added:
    websites/staging/vcl/trunk/content/docs/windowsbaseimagecreation.html
Modified:
    websites/staging/vcl/trunk/content/   (props changed)

Propchange: websites/staging/vcl/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Dec 10 21:09:41 2012
@@ -1 +1 @@
-1419765
+1419768

Added: websites/staging/vcl/trunk/content/docs/windowsbaseimagecreation.html
==============================================================================
--- websites/staging/vcl/trunk/content/docs/windowsbaseimagecreation.html (added)
+++ websites/staging/vcl/trunk/content/docs/windowsbaseimagecreation.html Mon Dec 10 21:09:41 2012
@@ -0,0 +1,153 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+-->
+
+  <link href="/css/vcl.css" rel="stylesheet" type="text/css">
+  <link href="/css/code.css" rel="stylesheet" type="text/css">
+  <title>Apache VCL - </title>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+</head>
+
+<body>
+  <div id="sitetitle">
+    <table width="100%" border="0" cellspacing="0" cellpadding="5">
+      <tr>
+         <td><a href="/index.html"><img src="/img/vcl-logo.png" height="100" align="left" alt="Apache VCL logo"></a></td>
+         <td><a href="http://www.apache.org"><img src="/img/asf-logo.png" align="right" alt="Apache Software Foundation logo"></a></td>
+      </tr>
+    </table>
+  </div>
+
+  <div id="navigation"> 
+  <ul>
+<li>Information<ul>
+<li><a href="/info/about.html">What is VCL?</a></li>
+<li><a href="/info/features.html">Features</a></li>
+<li><a href="/info/architecture.html">Architecture</a></li>
+<li><a href="/info/use-cases.html">Use Cases</a></li>
+<li><a href="/downloads/download.cgi">Download</a></li>
+<li><a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a></li>
+<li><a href="/info/faq.html">FAQ</a></li>
+</ul>
+</li>
+<li><a href="/docs/index.html">Documentation</a><ul>
+<li><a href="/docs/using-vcl.html">Using VCL</a></li>
+<li><a href="/docs/image-creation.html">Image Creation</a></li>
+<li><a href="/docs/administration.html">Administration</a></li>
+<li><a href="/docs/installation.html">Installation</a></li>
+<li><a href="/docs/deployment-planning.html">Deployment Planning</a></li>
+</ul>
+</li>
+<li><a href="/comm/index.html">Community</a><ul>
+<li><a href="/comm/index.html#getInvolved">Getting Involved</a></li>
+<li><a href="/comm/index.html#mail-list">Mailing Lists</a></li>
+<li><a href="/comm/index.html#how-do-i-join-the-project">How can I Join</a></li>
+<li><a href="/comm/wiki.html">Wiki</a></li>
+<li><a href="/dev/index.html">Development</a><ul>
+<li><a href="/dev/jira.html">Issue Tracking</a></li>
+<li><a href="/dev/code-documentation.html">Code Documentation</a></li>
+<li><a href="/dev/roadmap.html">Roadmap</a></li>
+</ul>
+</li>
+</ul>
+</li>
+<li><a href="http://www.apache.org">Apache Software Foundation</a><ul>
+<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a></li>
+</ul>
+</li>
+</ul>
+  </div>
+  
+  <div id="content">
+    <h1 class="title"></h1>
+    <p>This page describes how to create a Windows base image.These instructions should work regardless of the provisioning engine being used (xCAT, VMware, etc.).  Ignore the VMware Only sections if you are attempting to create an image using xCAT or some other bare metal provisioning engine.</p>
+<h3 id="requirements">Requirements</h3>
+<p>You will need the following:</p>
+<ul>
+<li>Windows installation ISO file</li>
+<li>Windows product key or KMS server address</li>
+</ul>
+<p>The following must be done before an image can be captured:</p>
+<ul>
+<li>A computer for the machine being captured has already been added to the VCL database</li>
+<li>VMware Only:<ul>
+<li>A VM host computer on which the guest is running as been added to the VCL database</li>
+<li>The guest VM has been assigned to the VM host via the Virtual Hosts link on the VCL website</li>
+</ul>
+</li>
+</ul>
+<p>These instructions assume you have root access and are using a bash shell.</p>
+<h4 id="vmware-only-create-a-virtual-machine">VMware Only: Create a Virtual Machine</h4>
+<p><strong>Create a Virtual Machine</strong></p>
+<p><strong>VMware ESXi 4.x</strong></p>
+<p>The instructions assume that VMware has been configured with the following bridged networks:</p>
+<ul>
+<li>Private: bridged to private interface: eth0</li>
+<li>Public: bridged to public interface: eth1</li>
+<li>Launch the vSphere Client, connect to the ESXi host and login</li>
+<li>Click File &gt; New &gt; Virtual Machine</li>
+<li>Configuration: Custom</li>
+<li>Name: (doesn't matter)</li>
+<li>Select a datastore where the VM will reside</li>
+<li>Virtual Machine Version: 7</li>
+<li>Select the appropriate guest OS</li>
+<li>Number of virtual processors: 1</li>
+<li>Memory: 1GB</li>
+<li>How many NICs: 2<ul>
+<li>NIC 1: Private, E1000</li>
+<li>NIC 2: Public, E1000</li>
+</ul>
+</li>
+<li>SCSI controller: LSI Logic Parallel</li>
+<li>Create a new virtual disk<ul>
+<li>Disk Size: at least 30 GB</li>
+<li>Allocate and commit space on demand (Thin Provisioning): Yes</li>
+<li>Location: Store with the virtual machine</li>
+<li>Virtual Device Node: SCSI (0:0)</li>
+<li>Mode: Independent, Persistent</li>
+</ul>
+</li>
+<li>Edit the virtual machine settings before completion: Yes</li>
+<li>Select the CD/DVD device<ul>
+<li>Device Type: Datastore ISO File</li>
+<li>Click Browse and browse to an ISO file that has previously been copied to the datastore <br />
+</li>
+<li>Connect at power on: Yes</li>
+</ul>
+</li>
+<li>Click Finish</li>
+</ul>
+<p>VMware Server 1.x</p>
+  </div>
+  
+  <div id="footer">
+    <div class="copyright">
+      <p>
+        Copyright &copy; 2012 The Apache Software Foundation, Licensed under 
+        the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        <br />
+        Apache and the Apache feather logo are trademarks of The Apache Software Foundation.
+      </p>
+    </div>
+  </div>
+  
+</body>
+</html>