cloudstack/docs/en-US/vcenter-maintenance-mode.xml
2012-07-16 15:43:58 -04:00

24 lines
2.2 KiB
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="vcenter-maintenance-mode">
<title>vCenter and Maintenance Mode</title>
<para>To enter maintenance mode on a vCenter host, both vCenter and CloudPlatform must be used in concert. CloudPlatform and vCenter have separate maintenance modes that work closely together.</para>
<orderedlist>
<listitem><para>Place the host into CloudPlatform's "scheduled maintenance" mode. This does not invoke the vCenter maintenance mode, but only causes VMs to be migrated off the host</para>
<para>When the CloudPlatform maintenance mode is requested, the host first moves into the Prepare for Maintenance state. In this state it cannot be the target of new guest VM starts. Then all VMs will be migrated off the server. Live migration will be used to move VMs off the host. This allows the guests to be migrated to other hosts with no disruption to the guests. After this migration is completed, the host will enter the Ready for Maintenance mode.</para></listitem>
<listitem><para>Wait for the "Ready for Maintenance" indicator to appear in the UI.</para></listitem>
<listitem><para>Now use vCenter to perform whatever actions are necessary to maintain the host. During this time, the host cannot be the target of new VM allocations.</para></listitem>
<listitem><para>When the maintenance tasks are complete, take the host out of maintenance mode as follows:</para>
<orderedlist numeration="loweralpha">
<listitem><para>First use vCenter to exit the vCenter maintenance mode.</para>
<para>This makes the host ready for CloudPlatform to reactivate it.</para></listitem>
<listitem><para>Then use CloudPlatform's administrator UI to cancel the CloudPlatform maintenance mode</para>
<para>When the host comes back online, the VMs that were migrated off of it are migrated back to it and new VMs can be added.</para></listitem>
</orderedlist></listitem>
</orderedlist>
</section>