mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
18 lines
967 B
XML
18 lines
967 B
XML
<?xml version='1.0' encoding='utf-8' ?>
|
|
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "file:///C:/Program%20Files%20(x86)/Publican/DocBook_DTD/docbookx.dtd" [
|
|
<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
|
|
%BOOK_ENTITIES;
|
|
]>
|
|
<section id="changing-secondary-storage-serversp">
|
|
<title>Changing Secondary Storage Servers</title>
|
|
<para>You can change the secondary storage NFS mount. Perform the following steps to do so:</para>
|
|
<orderedlist>
|
|
<listitem><para>Stop all running Management Servers.</para></listitem>
|
|
<listitem><para>Wait 30 minutes. This allows any writes to secondary storage to complete.</para></listitem>
|
|
<listitem><para>Copy all files from the old secondary storage mount to the new.</para></listitem>
|
|
<listitem><para>Use the procedure above to change the IP address for secondary storage if required.</para></listitem>
|
|
<listitem><para>Start the Management Server.</para></listitem>
|
|
</orderedlist>
|
|
</section>
|
|
|