Updated Branches: refs/heads/master 30dfc6d9d -> a25187df4
CLOUDSTACK-5003 Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/commit/a25187df Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/tree/a25187df Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/diff/a25187df Branch: refs/heads/master Commit: a25187df4e16b3730b5363c8ee51e681503dc5f6 Parents: 30dfc6d Author: Radhika PC <[email protected]> Authored: Mon Nov 11 13:33:27 2013 +0530 Committer: Radhika PC <[email protected]> Committed: Mon Nov 11 13:33:27 2013 +0530 ---------------------------------------------------------------------- en-US/change-sysmvmtemplate.xml | 82 +++++++++++++++++++++++++++++++++++ en-US/working-with-system-vm.xml | 56 +++++++++++------------- 2 files changed, 107 insertions(+), 31 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/a25187df/en-US/change-sysmvmtemplate.xml ---------------------------------------------------------------------- diff --git a/en-US/change-sysmvmtemplate.xml b/en-US/change-sysmvmtemplate.xml new file mode 100644 index 0000000..b41460c --- /dev/null +++ b/en-US/change-sysmvmtemplate.xml @@ -0,0 +1,82 @@ +<?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; +]> +<!-- 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="change-sysmvmtemplate"> + <title>Changing the Default System VM Template</title> + <para>&PRODUCT; allows you to change the default 32-bit System VM template to 64-bit one. Using + the 64-bit template, upgrade the virtual router to manage larger number of connection in your + network.</para> + <orderedlist> + <listitem> + <para>Based on the hypervisor you use, download the 64-bit template from the following + location:</para> + <informaltable> + <tgroup cols="2" align="left" colsep="1" rowsep="1"> + <colspec colwidth="1.0*" colname="1" colnum="1"/> + <colspec colwidth="7.33*" colname="2" colnum="2"/> + <thead> + <row> + <entry><para>Hypervisor</para></entry> + <entry><para>Download Location</para></entry> + </row> + </thead> + <tbody> + <row> + <entry><para>XenServer</para></entry> + <entry> + <para>http://download.cloud.com/templates/4.2/64bit/systemvmtemplate64-2013-07-15-master-xen.vhd.bz2</para></entry> + </row> + <row> + <entry><para>KVM</para></entry> + <entry> + <para>http://download.cloud.com/templates/4.2/64bit/systemvmtemplate64-2013-07-15-master-kvm.qcow2.bz2 + </para></entry> + </row> + </tbody> + </tgroup> + </informaltable> + </listitem> + <listitem> + <para>As an administrator, log in to the &PRODUCT; UI</para> + </listitem> + <listitem> + <para>Register the 64 bit template. </para> + <para>For example: KVM64bitTemplate</para> + </listitem> + <listitem> + <para>While registering the template, select Routing.</para> + </listitem> + <listitem> + <para>Navigate to Infrastructure > Zone > Settings. </para> + </listitem> + <listitem> + <para>Set the name of the 64-bit template, KVM64bitTemplate, in the + <parameter>router.template.kvm</parameter> global parameter.</para> + <para>If you are using a XenServer 64-bit template, set the name in the + <parameter>router.template.xen</parameter> global parameter.</para> + <para>Any new virtual router created in this Zone automatically picks up this template.</para> + </listitem> + <listitem> + <para>Restart the Management Server.</para> + </listitem> + </orderedlist> +</section> http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/a25187df/en-US/working-with-system-vm.xml ---------------------------------------------------------------------- diff --git a/en-US/working-with-system-vm.xml b/en-US/working-with-system-vm.xml index 073d077..f24c668 100644 --- a/en-US/working-with-system-vm.xml +++ b/en-US/working-with-system-vm.xml @@ -3,38 +3,32 @@ <!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. + 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. --> + <chapter id="working-with-system-vm"> - <title>Working with System Virtual Machines</title> - <para>&PRODUCT; uses several types of system virtual machines to perform tasks in the cloud. In - general &PRODUCT; manages these system VMs and creates, starts, and stops them as needed based - on scale and immediate needs. However, the administrator should be aware of them and their roles - to assist in debugging issues.</para> - <note> - <para>You can configure the system.vm.random.password parameter to create a random system VM - password to ensure higher security. If you reset the value for system.vm.random.password to - true and restart the Management Server, a random password is generated and stored encrypted in - the database. You can view the decrypted password under the system.vm.password global - parameter on the &PRODUCT; UI or by calling the listConfigurations API.</para> - </note> - <xi:include href="system-vm-template.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> - <xi:include href="accessing-system-vms.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> - <xi:include href="multiple-system-vm-vmware.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> - <xi:include href="console-proxy.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> - <xi:include href="virtual-router.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> - <xi:include href="secondary-storage-vm.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> + <title>Working with System Virtual Machines</title> + <para>&PRODUCT; uses several types of system virtual machines to perform tasks in the cloud. In general &PRODUCT; manages these system VMs and creates, starts, and stops them as needed based on scale and immediate needs. However, the administrator should be aware of them and their roles to assist in debugging issues.</para> + <xi:include href="system-vm-template.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> + <xi:include href="change-sysmvmtemplate.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> + <xi:include href="multiple-system-vm-vmware.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> + <xi:include href="console-proxy.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> + <xi:include href="virtual-router.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> + <xi:include href="secondary-storage-vm.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> </chapter>
