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 2013/01/08 21:59:16 UTC

svn commit: r845591 [2/2] - in /websites/staging/vcl/trunk/content: ./ confluence_export/ docs/archives/old-releases/

Added: websites/staging/vcl/trunk/content/docs/archives/old-releases/further-steps-if-using-only-vmware.html
==============================================================================
--- websites/staging/vcl/trunk/content/docs/archives/old-releases/further-steps-if-using-only-vmware.html (added)
+++ websites/staging/vcl/trunk/content/docs/archives/old-releases/further-steps-if-using-only-vmware.html Tue Jan  8 20:59:15 2013
@@ -0,0 +1,214 @@
+<!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 - Further steps if using only VMWare</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">Further steps if using only VMWare</h1>
+    <p>If you are using standalone VMWare servers (i.e. ones that VCL did not
+deploy using xCAT), you first need to add the VMWare servers; then, you
+need to add the virtual machines. You can either add them individually
+(Adding Individual VMWare Servers/Virtual Machines), or if they have
+sequential hostnames and IP addresses, you can add them all at once (Adding
+Multiple VMWare Servers/Virtual Machines).</p>
+<p>Once you have added at least one computer, you can get to the "Add Single
+Computer" page by going to Manage Computers-&gt;Edit Computer Information and
+clicking Add. You can get to the "Add Multiple Computers" page by doing the
+same thing but checking the "Add Multiple" checkbox.</p>
+<p><a name="FurtherstepsifusingonlyVMWare-AddingIndividualVMWareServers"></a></p>
+<h3 id="adding-individual-vmware-servers">Adding Individual VMWare Servers</h3>
+<ol>
+<li>click "Manage Computers"</li>
+<li>select the "Add Single Computer" radio button</li>
+<li>click Submit</li>
+<li>fill in</li>
+<li>Hostname</li>
+<li>IP Address</li>
+<li>State - vmhostinuse - double check this because you will not be able to
+change it later</li>
+<li>owner (admin@Local)</li>
+<li>RAM</li>
+<li>Proc Speed</li>
+<li>Network Speed</li>
+<li>Type - blade</li>
+<li>Provisioning Engine - xCAT 2.x Provisioning</li>
+<li>click the checkbox under "allcomputers"</li>
+<li>click Confirm Computer</li>
+<li>click Submit</li>
+<li>select a VM Host Profile to use with this host - you can edit the VM Host
+Profile later if needed</li>
+<li>click Add Computer (don't worry about the fact that the computer you just
+added isn't listed after clicking Submit)</li>
+</ol>
+<p><a name="FurtherstepsifusingonlyVMWare-AddingIndividualVirtualMachines"></a></p>
+<h3 id="adding-individual-virtual-machines">Adding Individual Virtual Machines</h3>
+<p>VM computers cannot be added individually at the current time because some
+required database properties such as the&nbsp;MAC address&nbsp;do not get
+populated.&nbsp; Instead, use the steps described below to add multiple
+virtual machines.</p>
+<p><a name="FurtherstepsifusingonlyVMWare-AddingMultipleVMWareServers"></a></p>
+<h3 id="adding-multiple-vmware-servers">Adding Multiple VMWare Servers</h3>
+<ol>
+<li>click "Manage Computers"</li>
+<li>select the "Add Multiple Computers" radio button</li>
+<li>click Submit</li>
+<li>fill in</li>
+<li>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</li>
+<li>Start value - the first number of the numerical part of the hostname</li>
+<li>End value - the last number of the numerical part of the hostname</li>
+<li>Start 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</li>
+<li>End 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)</li>
+<li>State - vmhostinuse - double check this because you will not be able to
+change it later</li>
+<li>Owner - owner of the computer</li>
+<li>RAM</li>
+<li>Processor Speed</li>
+<li>Network Speed</li>
+<li>Type - blade</li>
+<li>Provisioning Engine - xCAT 2.x</li>
+<li>check allComputers</li>
+<li>click Confirm Computers</li>
+<li>click Submit</li>
+<li>select a VM Host Profile to use with these hosts - you can edit the VM
+Host Profile later if needed</li>
+<li>click Add Computers</li>
+</ol>
+<p><a name="FurtherstepsifusingonlyVMWare-AddingMultipleVirtualMachines"></a></p>
+<h3 id="adding-multiple-virtual-machines">Adding Multiple Virtual Machines</h3>
+<ol>
+<li>click "Manage Computers"</li>
+<li>select the "Add Multiple Computers" radio button</li>
+<li>click Submit</li>
+<li>fill in</li>
+<li>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</li>
+<li>Start value - the first number of the numerical part of the hostname</li>
+<li>End value - the last number of the numerical part of the hostname</li>
+<li>Start 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</li>
+<li>End 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)</li>
+<li>Start private IP Address - similar to Start IP Address, but for the
+private side</li>
+<li>End private IP Address - similar to the End IP Address but for the
+private side</li>
+<li>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 generating data to add to your
+dhcpd.conf file later in the process.
+<strong>Important</strong>: for VMware VMs, the MAC addresses
+you choose must be in the range&nbsp;00:50:56:00:00:00 - 00:50:56:3F:FF:FF</li>
+<li>State - maintenance</li>
+<li>Owner - owner of the computer</li>
+<li>RAM</li>
+<li>Processor Speed</li>
+<li>Network Speed</li>
+<li>Type - virtualmachine</li>
+<li>Provisioning Engine - VMware</li>
+<li>check "All VM Computers" and newvmimages</li>
+<li>click Confirm Computers</li>
+<li>click Submit</li>
+<li>If you filled in the private address fields and the Start MAC Address,
+you can now enter the private IP address of the management node that will
+be handling these virtual machines to generate information to add to your
+dhcpd.conf file.</li>
+</ol>
+  </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>

Added: websites/staging/vcl/trunk/content/docs/archives/old-releases/further-steps-if-using-xcat.html
==============================================================================
--- websites/staging/vcl/trunk/content/docs/archives/old-releases/further-steps-if-using-xcat.html (added)
+++ websites/staging/vcl/trunk/content/docs/archives/old-releases/further-steps-if-using-xcat.html Tue Jan  8 20:59:15 2013
@@ -0,0 +1,145 @@
+<!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 - Further steps if using xCAT</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">Further steps if using xCAT</h1>
+    <p>You can initially add individual computers or multiple computers all
+together. After you have added at least one computer, you will need to go
+to Manage Computers -&gt; Edit Computer Information to additional ones.</p>
+<p><a name="FurtherstepsifusingxCAT-AddingIndividualComputers"></a></p>
+<h3 id="adding-individual-computers">Adding Individual Computers</h3>
+<ol>
+<li>click "Manage Computers"</li>
+<li>select the "Add Single Computer" radio button</li>
+<li>click Submit</li>
+<li>fill in Hostname, IP Address, owner (admin@Local), RAM, Proc Speed, 
+Network Speed, select "blade" for Type, select "xCAT 2.x Provisioning"  for
+"Provisioning Engine", and click the checkbox under "allcomputers",  and
+"newimages"</li>
+<li>click Confirm Computer</li>
+<li>click Submit (don't worry about the fact that the computer you just added
+isn't listed after clicking Submit)</li>
+<li>after you've configured your image library and your management node  has
+started checking in, you should be able to make a reservation</li>
+</ol>
+<p><a name="FurtherstepsifusingxCAT-AddingMultipleComputers"></a></p>
+<h3 id="adding-multiple-computers">Adding Multiple Computers</h3>
+<ol>
+<li>click "Manage Computers"</li>
+<li>select the "Add Multiple Computers" radio button</li>
+<li>click Submit</li>
+<li>fill in</li>
+<li>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</li>
+<li>Start value - the first number of the numerical part of the hostname</li>
+<li>End value - the last number of the numerical part of the hostname</li>
+<li>Start 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</li>
+<li>End 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)</li>
+<li>Owner - owner of the computer</li>
+<li>RAM</li>
+<li>Processor Speed</li>
+<li>Network Speed</li>
+<li>Type - blade</li>
+<li>Provisioning Engine - xCAT 2.x</li>
+<li>check allComputers and newimages</li>
+<li>click Confirm Computer</li>
+<li>click Submit (don't worry about the fact that the computers you just
+added aren't listed after clicking Submit)</li>
+<li>after you've configured your image library and your management node has
+started checking in, you should be able to make a reservation</li>
+</ol>
+  </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>

Added: websites/staging/vcl/trunk/content/docs/archives/old-releases/upgrade-from-previous-version.html
==============================================================================
--- websites/staging/vcl/trunk/content/docs/archives/old-releases/upgrade-from-previous-version.html (added)
+++ websites/staging/vcl/trunk/content/docs/archives/old-releases/upgrade-from-previous-version.html Tue Jan  8 20:59:15 2013
@@ -0,0 +1,250 @@
+<!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 - Upgrade From Previous Version</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">Upgrade From Previous Version</h1>
+    <p>This file provides information on how to upgrade from VCL 2.1 to VCL 2.2.
+Please note it only applies for the upgrade from 2.1 to 2.2, this may or
+may not work for other versions.</p>
+<p><a name="UpgradeFromPreviousVersion-*Thebasicstepsthatwillbeperformed*"></a></p>
+<h2 id="the-basic-steps-that-will-be-performed">The basic steps that will be performed</h2>
+<ul>
+<li>Download and Extract 2.2 code</li>
+<li>Shutdown httpd and vcld services</li>
+<li>Create backup of vcl database</li>
+<li>Update mysql schema</li>
+<li>Update Web code, create a backup, copy in new, make changes</li>
+<li>Restart httpd service</li>
+<li>Update Management node vcl code, create a backup, copy in new, make
+changes</li>
+<li>Restart vcld service</li>
+</ul>
+<p><a name="UpgradeFromPreviousVersion-*DownloadandExtract2.2code*"></a></p>
+<h2 id="download-and-extract-22-code">Download and Extract 2.2 code</h2>
+<ol>
+<li>follow instructions on <a href="vcl-2.2.html">VCL 2.2</a>
+ Release page to download and verify apache-VCL-2.2-incubating.tar.bz2 and
+put in in /root</li>
+<li>
+<p>extract VCL 2.2 code</p>
+<div class="codehilite"><pre><span class="n">tar</span> <span class="n">xjf</span> <span class="n">apache</span><span class="o">-</span><span class="n">VCL</span><span class="o">-</span><span class="mf">2.2</span><span class="o">-</span><span class="n">incubating</span><span class="o">.</span><span class="n">tar</span><span class="o">.</span><span class="n">bz2</span>
+</pre></div>
+
+
+</li>
+</ol>
+<p><a name="UpgradeFromPreviousVersion-*Shutdownservices*"></a></p>
+<h2 id="shutdown-services">Shutdown services</h2>
+<p>Shutdown the httpd and vcld services</p>
+<div class="codehilite"><pre>    <span class="n">service</span> <span class="n">httpd</span> <span class="n">stop</span> <span class="ow">or</span> <span class="sr">/etc/i</span><span class="n">nit</span><span class="o">.</span><span class="n">d</span><span class="o">/</span><span class="n">httpd</span> <span class="n">stop</span>
+    <span class="n">service</span> <span class="n">vcld</span> <span class="n">stop</span> <span class="ow">or</span> <span class="sr">/etc/i</span><span class="n">nit</span><span class="o">.</span><span class="n">d</span><span class="o">/</span><span class="n">vcld</span> <span class="n">stop</span>
+</pre></div>
+
+
+<p><a name="UpgradeFromPreviousVersion-*Createabackupofvcldatabase*"></a></p>
+<h2 id="create-a-backup-of-vcl-database">Create a backup of vcl database</h2>
+<p>We will create a backup of the vcl database. This will provide a restore
+point if necessary.</p>
+<div class="codehilite"><pre>    <span class="n">mysqldump</span> <span class="n">vcl</span> <span class="o">&gt;</span> <span class="o">~/</span><span class="n">vcl</span><span class="o">-</span><span class="n">pre2</span><span class="mf">.2</span><span class="o">-</span><span class="n">upgrade</span><span class="o">.</span><span class="n">sql</span>
+</pre></div>
+
+
+<p><a name="UpgradeFromPreviousVersion-*Updatemysqlschema*"></a></p>
+<h2 id="update-mysql-schema">Update mysql schema</h2>
+<p>This step updates the mysql schema.</p>
+<div class="codehilite"><pre>    <span class="n">cd</span> <span class="sr">/root/</span><span class="n">apache</span><span class="o">-</span><span class="n">VCL</span><span class="o">-</span><span class="mf">2.2</span><span class="o">-</span><span class="n">incubating</span>
+    <span class="n">mysql</span> <span class="n">vcl</span> <span class="o">&lt;</span> <span class="n">mysql</span><span class="o">/</span><span class="n">update</span><span class="o">-</span><span class="mf">2.2</span><span class="o">.</span><span class="n">sql</span>
+</pre></div>
+
+
+<p><a name="UpgradeFromPreviousVersion-*Updatewebcode*"></a></p>
+<h2 id="update-web-code">Update web code</h2>
+<p>This step we will move the 2.1 web directory out of the way, so we can copy
+in the new web code base. After copying in the new code, we will migrate
+your configuration changes. These instructions assume that you installed
+the vcl web code at /var/www/html/vcl. If you installed it elsewhere,
+replace /var/www/html/vcl with your vcl web root.</p>
+<ol>
+<li>
+<p>copy your old code out of the way</p>
+<div class="codehilite"><pre><span class="n">cd</span> <span class="sr">/var/</span><span class="n">www</span><span class="o">/</span><span class="n">html</span>
+<span class="n">mv</span> <span class="n">vcl</span> <span class="o">~/</span><span class="n">vcl_2</span><span class="mf">.1_</span><span class="n">web</span>
+</pre></div>
+
+
+</li>
+<li>
+<p>copy the new code in place</p>
+<div class="codehilite"><pre><span class="n">cd</span> <span class="sr">/root/</span><span class="n">apache</span><span class="o">-</span><span class="n">VCL</span><span class="o">-</span><span class="mf">2.2</span><span class="o">-</span><span class="n">incubating</span>
+<span class="n">cp</span> <span class="o">-</span><span class="n">r</span> <span class="n">web</span> <span class="sr">/var/</span><span class="n">www</span><span class="sr">/html/</span><span class="n">vcl</span>
+</pre></div>
+
+
+</li>
+<li>
+<p>copy your 2.1 config files</p>
+<div class="codehilite"><pre><span class="n">cd</span> <span class="o">~</span><span class="sr">/vcl_2.1_web/</span><span class="o">.</span><span class="n">ht</span><span class="o">-</span><span class="n">inc</span>
+<span class="n">cp</span> <span class="n">conf</span><span class="o">.</span><span class="n">php</span> <span class="n">secrets</span><span class="o">.</span><span class="n">php</span> <span class="n">pubkey</span><span class="o">.</span><span class="n">pem</span> <span class="nb">keys</span><span class="o">.</span><span class="n">pem</span> <span class="sr">/var/</span><span class="n">www</span><span class="sr">/html/</span><span class="n">vcl</span><span class="o">/.</span><span class="n">ht</span><span class="o">-</span><span class="n">inc</span>
+</pre></div>
+
+
+</li>
+<li>
+<p>make /var/www/html/vcl/.ht-inc/maintenance writable by the web server -
+if httpd on your server is running as the user apache:</p>
+<div class="codehilite"><pre><span class="nb">chown</span> <span class="n">apache</span> <span class="sr">/var/</span><span class="n">www</span><span class="sr">/html/</span><span class="n">vcl</span><span class="sr">/.ht-inc/m</span><span class="n">aintenance</span>
+</pre></div>
+
+
+</li>
+<li>
+<p>add the following new entries to conf.php - You can copy them in from
+.ht-inc/conf-default.php. Descriptions of each item can also be found in
+conf-default.php</p>
+</li>
+<li>date_default_timezone_set('America/New_York');</li>
+<li>$blockNotifyUsers = "adminuser@example.org";</li>
+<li>define("SCHEDULER_ALLOCATE_RANDOM_COMPUTER", 0);</li>
+<li>define("DOCUMENTATIONURL", "https://cwiki.apache.org/VCLDOCS/");</li>
+<li>define("USEFILTERINGSELECT", 1);</li>
+<li>define("FILTERINGSELECTTHRESHOLD", 1000);</li>
+<li>define("DEFAULTTHEME", 'default');</li>
+</ol>
+<p><a name="UpgradeFromPreviousVersion-Restarthttpdservice"></a></p>
+<h2 id="restart-httpd-service">Restart httpd service</h2>
+<div class="codehilite"><pre><span class="n">service</span> <span class="n">httpd</span> <span class="n">start</span> <span class="ow">or</span> <span class="sr">/etc/i</span><span class="n">nit</span><span class="o">.</span><span class="n">d</span><span class="o">/</span><span class="n">httpd</span> <span class="n">start</span>
+</pre></div>
+
+
+<p><a name="UpgradeFromPreviousVersion-*Updatemanagementnodecode*"></a></p>
+<h2 id="update-management-node-code">Update management node code</h2>
+<p>This step will move the 2.1 vcl code base out of the way, so we can cleanly
+copy in the new management node(MN) code.</p>
+<ol>
+<li>
+<p>Copy 2.1 code base to a backup location</p>
+<div class="codehilite"><pre><span class="n">cd</span> <span class="o">&lt;</span><span class="n">your</span> <span class="n">vcl</span> <span class="n">MN</span> <span class="n">code</span> <span class="n">root</span> <span class="n">path</span><span class="o">&gt;</span>
+<span class="n">ie</span><span class="o">.</span> <span class="n">cd</span> <span class="sr">/usr/</span><span class="nb">local</span><span class="o">/</span>
+<span class="n">cp</span> <span class="o">-</span><span class="n">r</span> <span class="n">vcl</span> <span class="o">~/</span><span class="n">vcl_2</span><span class="mf">.1_</span><span class="n">managementnode</span>
+</pre></div>
+
+
+</li>
+<li>
+<p>Copy in the 2.2 code base to /usr/local, copying in should preserve any
+drivers or other files you've added.</p>
+<div class="codehilite"><pre><span class="sr">/bin/c</span><span class="n">p</span> <span class="o">-</span><span class="n">r</span> <span class="sr">/root/</span><span class="n">apache</span><span class="o">-</span><span class="n">VCL</span><span class="o">-</span><span class="mf">2.2</span><span class="o">-</span><span class="n">incubating</span><span class="sr">/managementnode/</span><span class="o">*</span> <span class="sr">/usr/</span><span class="nb">local</span><span class="o">/</span><span class="n">vcl</span>
+</pre></div>
+
+
+</li>
+<li>
+<p>Make changes related to vcld.conf settings</p>
+</li>
+<li>Open VCL web interface</li>
+<li>Go to Management Nodes</li>
+<li>Select Edit Management Node Information</li>
+<li>Select Edit.</li>
+<li>Set any relevant fields:</li>
+<li>SysAdmin Email Address(es) - comma delimited list of vcl admin email
+addresses</li>
+<li>Address for Shadow Emails - a shared mail box, optional it receives
+email of all notifications</li>
+<li>Public NIC configuration method - Defines what type of NIC configuration
+is used, options are dynamic DHCP, Manual DHCP, or static</li>
+<li>End Node SSH Identity Key Files</li>
+</ol>
+<p><a name="UpgradeFromPreviousVersion-Restartvcldservice"></a></p>
+<h2 id="restart-vcld-service">Restart vcld service</h2>
+<div class="codehilite"><pre>    <span class="n">service</span> <span class="n">vcld</span> <span class="n">start</span> <span class="ow">or</span> <span class="sr">/etc/i</span><span class="n">nit</span><span class="o">.</span><span class="n">d</span><span class="o">/</span><span class="n">vcld</span> <span class="n">start</span>
+</pre></div>
+  </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>

Added: websites/staging/vcl/trunk/content/docs/archives/old-releases/vcl-2.2-installation.html
==============================================================================
--- websites/staging/vcl/trunk/content/docs/archives/old-releases/vcl-2.2-installation.html (added)
+++ websites/staging/vcl/trunk/content/docs/archives/old-releases/vcl-2.2-installation.html Tue Jan  8 20:59:15 2013
@@ -0,0 +1,102 @@
+<!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 - VCL 2.2 Installation</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">VCL 2.2 Installation</h1>
+    <p>Steps to install VCL:</p>
+<ol>
+<li>Download and verify a release file. Follow instructions on the <a href="vcl-2.2.html">VCL 2.2 release page</a></li>
+<li><a href="2.2-database-configuration.html">Install the database portion of VCL</a></li>
+<li><a href="2.2-web-code-installation.html">Install the web code</a></li>
+<li><a href="2.2-management-node-installation.html">Install the Management Node code</a></li>
+</ol>
+  </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>