blob: d49f285751ca13723dd88fe70d19bd6380e4bd44 [file] [log] [blame]
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
%BOOK_ENTITIES;
]>
<!-- 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.
-->
<section id="hyperv-install-storage">
<title>Storage Preparation for Hyper-V (Optional)</title>
<para>&PRODUCT; allows administrators to set up shared Primary Storage and Secondary Storage that
uses SMB.</para>
<orderedlist>
<listitem>
<para>Create a SMB storage and expose it over SMB Version 3.</para>
<para>For more information, see <ulink
url="http://technet.microsoft.com/en-us/library/jj134187.aspx">Deploying Hyper-V over
SMB</ulink>.</para>
<para>You can also create and export SMB share using Windows. After the Windows Server 2012 R2
installation, select File and Storage Services from Server Roles to create an SMB file
share. For more information, see <ulink
url="http://technet.microsoft.com/en-us/library/jj134187.aspx#BKMK_Step3">Creating an SMB
File Share Using Server Manager</ulink>.</para>
</listitem>
<listitem>
<para>Add the SMB share to the Active Directory domain.</para>
<para>The SMB share and the hosts managed by &PRODUCT; need to be in the same domain. However,
the storage should be accessible from the Management Server with the domain user privileges.
</para>
</listitem>
<listitem>
<para>While adding storage to &PRODUCT;, ensure that the correct domain, and credentials are
supplied. This user should be able to access the storage from the Management Server.</para>
</listitem>
</orderedlist>
</section>