https://reviews.apache.org/r/6868 - Docbook for section initializing and testing
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/ac3d70da Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/ac3d70da Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/ac3d70da Branch: refs/heads/javelin Commit: ac3d70dad8a9b715add351e78c20355df86ce847 Parents: 4e7985d Author: Gavin Lee <[email protected]> Authored: Mon Sep 3 09:24:22 2012 -0400 Committer: David Nalley <[email protected]> Committed: Mon Sep 3 09:24:22 2012 -0400 ---------------------------------------------------------------------- docs/en-US/initialize-and-test.xml | 27 ++++++++++++++++++++++++++- 1 files changed, 26 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/ac3d70da/docs/en-US/initialize-and-test.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/initialize-and-test.xml b/docs/en-US/initialize-and-test.xml index e5a57d8..cf0c04e 100644 --- a/docs/en-US/initialize-and-test.xml +++ b/docs/en-US/initialize-and-test.xml @@ -24,5 +24,30 @@ <section id="initialize-and-test"> <title>Initialize and Test</title> - <para>TODO</para> + <para>After everything is configured, &PRODUCT; will perform its initialization. This can take 30 minutes or more, depending on the speed of your network. When the initialization has completed successfully, the administrator's Dashboard should be displayed in the &PRODUCT; UI.</para> + <orderedlist> + <listitem><para>Verify that the system is ready. In the left navigation bar, select Templates. Click on the CentOS 5.5 (64bit) no Gui (KVM) template. Check to be sure that the status is "Download Complete." Do not proceed to the next step until this status is displayed.</para></listitem> + <listitem><para>Go to the Instances tab, and filter by My Instances.</para></listitem> + <listitem><para>Click Add Instance and follow the steps in the wizard.</para> + <orderedlist numeration="loweralpha"> + <listitem><para>Choose the zone you just added.</para></listitem> + <listitem><para>In the template selection, choose the template to use in the VM. If this is a fresh installation, likely only the provided CentOS template is available.</para></listitem> + <listitem><para>Select a service offering. Be sure that the hardware you have allows starting the selected service offering.</para></listitem> + <listitem><para>In data disk offering, if desired, add another data disk. This is a second volume that will be available to but not mounted in the guest. For example, in Linux on XenServer you will see /dev/xvdb in the guest after rebooting the VM. A reboot is not required if you have a PV-enabled OS kernel in use.</para></listitem> + <listitem><para>In default network, choose the primary network for the guest. In a trial installation, you would have only one option here.</para></listitem> + <listitem><para>Optionally give your VM a name and a group. Use any descriptive text you would like.</para></listitem> + <listitem><para>Click Launch VM. Your VM will be created and started. It might take some time to download the template and complete the VM startup. You can watch the VMâs progress in the Instances screen.</para></listitem> + </orderedlist> + </listitem> + <listitem> + <para>To use the VM, click the View Console button. + <inlinemediaobject> + <imageobject><imagedata fileref="./images/console-icon.png" /></imageobject> + <textobject><phrase>ConsoleButton.png: button to launch a console</phrase></textobject> + </inlinemediaobject> + </para> + </listitem> + </orderedlist> + <para>Congratulations! You have successfully completed a &PRODUCT; Installation.</para> + <para>If you decide to grow your deployment, you can add more hosts, primary storage, zones, pods, and clusters.</para> </section>
