|
| 1 | +<?xml version='1.0' encoding='utf-8' ?> |
| 2 | +<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ |
| 3 | +<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent"> |
| 4 | +%BOOK_ENTITIES; |
| 5 | +]> |
| 6 | +<!-- Licensed to the Apache Software Foundation (ASF) under one |
| 7 | + or more contributor license agreements. See the NOTICE file |
| 8 | + distributed with this work for additional information |
| 9 | + regarding copyright ownership. The ASF licenses this file |
| 10 | + to you under the Apache License, Version 2.0 (the |
| 11 | + "License"); you may not use this file except in compliance |
| 12 | + with the License. You may obtain a copy of the License at |
| 13 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 14 | + Unless required by applicable law or agreed to in writing, |
| 15 | + software distributed under the License is distributed on an |
| 16 | + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 17 | + KIND, either express or implied. See the License for the |
| 18 | + specific language governing permissions and limitations |
| 19 | + under the License. |
| 20 | +--> |
| 21 | +<section id="add-primary-storage"> |
| 22 | + <title>Adding Primary Storage</title> |
| 23 | + <note> |
| 24 | + <para>Ensure that nothing stored on the server. Adding the server to CloudStack will destroy any |
| 25 | + existing data.</para> |
| 26 | + </note> |
| 27 | + <para>When you create a new zone, the first primary storage is added as part of that procedure. |
| 28 | + You can add primary storage servers at any time, such as when adding a new cluster or adding |
| 29 | + more servers to an existing cluster.</para> |
| 30 | + <orderedlist> |
| 31 | + <listitem> |
| 32 | + <para>Log in to the &PRODUCT; UI.</para> |
| 33 | + </listitem> |
| 34 | + <listitem> |
| 35 | + <para>In the left navigation, choose Infrastructure. In Zones, click View More, then click the |
| 36 | + zone in which you want to add the primary storage.</para> |
| 37 | + </listitem> |
| 38 | + <listitem> |
| 39 | + <para>Click the Compute tab.</para> |
| 40 | + </listitem> |
| 41 | + <listitem> |
| 42 | + <para>In the Primary Storage node of the diagram, click View All.</para> |
| 43 | + </listitem> |
| 44 | + <listitem> |
| 45 | + <para>Click Add Primary Storage.</para> |
| 46 | + </listitem> |
| 47 | + <listitem> |
| 48 | + <para>Provide the following information in the dialog. The information required varies |
| 49 | + depending on your choice in Protocol.</para> |
| 50 | + <itemizedlist> |
| 51 | + <listitem> |
| 52 | + <para>Pod. The pod for the storage device.</para> |
| 53 | + </listitem> |
| 54 | + <listitem> |
| 55 | + <para>Cluster. The cluster for the storage device.</para> |
| 56 | + </listitem> |
| 57 | + <listitem> |
| 58 | + <para>Name. The name of the storage device</para> |
| 59 | + </listitem> |
| 60 | + <listitem> |
| 61 | + <para>Protocol. For XenServer, choose either NFS, iSCSI, or PreSetup. For KVM, choose NFS |
| 62 | + or SharedMountPoint. For vSphere choose either VMFS (iSCSI or FiberChannel) or |
| 63 | + NFS</para> |
| 64 | + </listitem> |
| 65 | + <listitem> |
| 66 | + <para>Server (for NFS, iSCSI, or PreSetup). The IP address or DNS name of the storage |
| 67 | + device</para> |
| 68 | + </listitem> |
| 69 | + <listitem> |
| 70 | + <para>Server (for VMFS). The IP address or DNS name of the vCenter server.</para> |
| 71 | + </listitem> |
| 72 | + <listitem> |
| 73 | + <para>Path (for NFS). In NFS this is the exported path from the server.</para> |
| 74 | + </listitem> |
| 75 | + <listitem> |
| 76 | + <para>Path (for VMFS). In vSphere this is a combination of the datacenter name and the |
| 77 | + datastore name. The format is "/" datacenter name "/" datastore name. For example, |
| 78 | + "/cloud.dc.VM/cluster1datastore".</para> |
| 79 | + </listitem> |
| 80 | + <listitem> |
| 81 | + <para>Path (for SharedMountPoint). With KVM this is the path on each host that is where |
| 82 | + this primary storage is mounted. For example, "/mnt/primary".</para> |
| 83 | + </listitem> |
| 84 | + <listitem> |
| 85 | + <para>SR Name-Label (for PreSetup). Enter the name-label of the SR that has been set up |
| 86 | + outside &PRODUCT;.</para> |
| 87 | + </listitem> |
| 88 | + <listitem> |
| 89 | + <para>Target IQN (for iSCSI). In iSCSI this is the IQN of the target. For example, |
| 90 | + iqn.1986-03.com.sun:02:01ec9bb549-1271378984</para> |
| 91 | + </listitem> |
| 92 | + <listitem> |
| 93 | + <para>Lun # (for iSCSI). In iSCSI this is the LUN number. For example, 3.</para> |
| 94 | + </listitem> |
| 95 | + <listitem> |
| 96 | + <para>Tags (optional). The comma-separated list of tags for this storage device. It should |
| 97 | + be an equivalent set or superset of the tags on your disk offerings</para> |
| 98 | + </listitem> |
| 99 | + </itemizedlist> |
| 100 | + <para>The tag sets on primary storage across clusters in a Zone must be identical. For |
| 101 | + example, if cluster A provides primary storage that has tags T1 and T2, all other clusters |
| 102 | + in the Zone must also provide primary storage that has tags T1 and T2.</para> |
| 103 | + </listitem> |
| 104 | + <listitem> |
| 105 | + <para>Click OK.</para> |
| 106 | + </listitem> |
| 107 | + </orderedlist> |
| 108 | +</section> |
0 commit comments