Repository: cloudstack-docs Updated Branches: refs/heads/master cc379373e -> 98d8796c9
CLOUDSTACK-1001 hyper-v reviews Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/commit/98d8796c Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/tree/98d8796c Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/diff/98d8796c Branch: refs/heads/master Commit: 98d8796c9f90c151eb71ce211aa70b4079e879c4 Parents: cc37937 Author: radhikap <[email protected]> Authored: Tue Mar 25 22:58:23 2014 +0530 Committer: radhikap <[email protected]> Committed: Tue Mar 25 22:58:23 2014 +0530 ---------------------------------------------------------------------- en-US/hyperv-checklist.xml | 9 +++---- en-US/hyperv-install.xml | 6 ++--- en-US/hyperv-maintenance-mode.xml | 30 ++++++++++++++++++++++++ en-US/hyperv-migration-req.xml | 43 ++++++++++++++++++++++++++++++++++ en-US/hyperv-requirements.xml | 1 + 5 files changed, 80 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/98d8796c/en-US/hyperv-checklist.xml ---------------------------------------------------------------------- diff --git a/en-US/hyperv-checklist.xml b/en-US/hyperv-checklist.xml index f68045e..4873736 100644 --- a/en-US/hyperv-checklist.xml +++ b/en-US/hyperv-checklist.xml @@ -119,17 +119,14 @@ <entry><para>Migration</para></entry> <entry><para>Migration</para></entry> <entry><para>Enable Migration.</para> - <para>For more information, see <ulink - url="http://technet.microsoft.com/en-us/library/jj134199.aspx ">Configuring Live - Migration</ulink>.</para> </entry> </row> <row> <entry><para>Migration</para></entry> <entry><para>Delegation</para></entry> - <entry><para>If you want to use Live Migration, enable Delegation. Enable the following - services of other hosts participating in Live Migration: CIFS and Microsoft Virtual - System Migration Service.</para> + <entry><para>If you want to use Live Migration, enable Delegation. Enable the following services of other + hosts participating in Live Migration: CIFS and Microsoft Virtual System Migration + Service.</para> </entry> </row> <row> http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/98d8796c/en-US/hyperv-install.xml ---------------------------------------------------------------------- diff --git a/en-US/hyperv-install.xml b/en-US/hyperv-install.xml index e02d44b..384c026 100644 --- a/en-US/hyperv-install.xml +++ b/en-US/hyperv-install.xml @@ -1,5 +1,5 @@ <?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" [ +<!DOCTYPE chapter 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; ]> @@ -21,7 +21,7 @@ specific language governing permissions and limitations under the License. --> -<section id="hyperv-install"> +<chapter id="hyperv-install"> <title>Installing Hyper-V for &PRODUCT;</title> <para>If you want to use Hyper-V hypervisor to run guest virtual machines, install Hyper-V on the hosts in your cloud. The instructions in this section doesn't duplicate Hyper-V Installation @@ -33,4 +33,4 @@ <xi:include href="hyperv-agent-install.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> <xi:include href="hyperv-install-network.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> <xi:include href="hyperv-install-storage.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> -</section> +</chapter> http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/98d8796c/en-US/hyperv-maintenance-mode.xml ---------------------------------------------------------------------- diff --git a/en-US/hyperv-maintenance-mode.xml b/en-US/hyperv-maintenance-mode.xml new file mode 100644 index 0000000..75e4d42 --- /dev/null +++ b/en-US/hyperv-maintenance-mode.xml @@ -0,0 +1,30 @@ +<?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-maintenance-mode.xml"> + <title>Hyper-V Maintenance Mode</title> + <para>For &PRODUCT; 4.3, the Hyper-V version certified is the latest: Windows Server 2012 R2 (with + Hyper-V Role enabled) and Hyper-V Server 2012 R2. For subsequent releases or upgrades from + Microsoft, you can perform the similar maintenance procedure for Hyper-V hosts: place a host to + maintenance mode, perform necessary upgrades and then add the host back.</para> +</section> http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/98d8796c/en-US/hyperv-migration-req.xml ---------------------------------------------------------------------- diff --git a/en-US/hyperv-migration-req.xml b/en-US/hyperv-migration-req.xml new file mode 100644 index 0000000..c589b7e --- /dev/null +++ b/en-US/hyperv-migration-req.xml @@ -0,0 +1,43 @@ +<?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-migration-req"> + <title>Hyper-V Migration Requirements</title> + <itemizedlist> + <listitem> + <para>If you want to use Live Migration, enable Delegation. For example, if you have two + hosts, perform the following: Come to the domain controller, go to each host and perform: 1 + Properties > Delegation > add the following Services running on host 2: cifs Microsoft + Virtual System Migration Service Select Microsoft Virtual System Migration service.</para> + </listitem> + <listitem> + <para/> + </listitem> + <listitem> + <para/> + </listitem> + <listitem> + <para/> + </listitem> + <listitem> + <para/> + </listitem> + </itemizedlist> +</section> http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/98d8796c/en-US/hyperv-requirements.xml ---------------------------------------------------------------------- diff --git a/en-US/hyperv-requirements.xml b/en-US/hyperv-requirements.xml index 51c0e7d..312708d 100644 --- a/en-US/hyperv-requirements.xml +++ b/en-US/hyperv-requirements.xml @@ -23,6 +23,7 @@ --> <section id="hyperv-requirements"> <title>System Requirements for Hyper-V Hypervisor Hosts</title> + <para/> <section id="hyperv-supported-os"> <title>Supported Operating Systems for Hyper-V Hosts</title> <itemizedlist>
