|
1 | 1 | <?xml version='1.0' encoding='utf-8' ?> |
2 | | -<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ |
| 2 | +<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ |
3 | 3 | <!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent"> |
4 | 4 | %BOOK_ENTITIES; |
5 | 5 | ]> |
6 | | - |
7 | 6 | <!-- Licensed to the Apache Software Foundation (ASF) under one |
8 | | - or more contributor license agreements. See the NOTICE file |
9 | | - distributed with this work for additional information |
10 | | - regarding copyright ownership. The ASF licenses this file |
11 | | - to you under the Apache License, Version 2.0 (the |
12 | | - "License"); you may not use this file except in compliance |
13 | | - with the License. You may obtain a copy of the License at |
14 | | - |
15 | | - http://www.apache.org/licenses/LICENSE-2.0 |
16 | | - |
17 | | - Unless required by applicable law or agreed to in writing, |
18 | | - software distributed under the License is distributed on an |
19 | | - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
20 | | - KIND, either express or implied. See the License for the |
21 | | - specific language governing permissions and limitations |
22 | | - under the License. |
| 7 | + or more contributor license agreements. See the NOTICE file |
| 8 | + distributed with this work for additional information |
| 9 | + regarding copyright ownership. The ASF licenses this file |
| 10 | + to you under the Apache License, Version 2.0 (the |
| 11 | + "License"); you may not use this file except in compliance |
| 12 | + with the License. You may obtain a copy of the License at |
| 13 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 14 | + Unless required by applicable law or agreed to in writing, |
| 15 | + software distributed under the License is distributed on an |
| 16 | + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 17 | + KIND, either express or implied. See the License for the |
| 18 | + specific language governing permissions and limitations |
| 19 | + under the License. |
23 | 20 | --> |
24 | | - |
25 | 21 | <chapter id="working-with-system-vm"> |
26 | | - <title>Working with System Virtual Machines</title> |
27 | | - <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> |
28 | | - <xi:include href="system-vm-template.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> |
29 | | - <xi:include href="multiple-system-vm-vmware.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> |
30 | | - <xi:include href="console-proxy.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> |
31 | | - <xi:include href="virtual-router.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> |
32 | | - <xi:include href="secondary-storage-vm.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> |
| 22 | + <title>Working with System Virtual Machines</title> |
| 23 | + <para>&PRODUCT; uses several types of system virtual machines to perform tasks in the cloud. In |
| 24 | + general &PRODUCT; manages these system VMs and creates, starts, and stops them as needed based |
| 25 | + on scale and immediate needs. However, the administrator should be aware of them and their roles |
| 26 | + to assist in debugging issues.</para> |
| 27 | + <note> |
| 28 | + <para>You can configure the system.vm.random.password parameter to create a random system VM |
| 29 | + password to ensure higher security. If you reset the value for system.vm.random.password to |
| 30 | + true and restart the Management Server, a random password is generated and stored encrypted in |
| 31 | + the database. You can view the decrypted password under the system.vm.password global |
| 32 | + parameter on the &PRODUCT; UI or by calling the listConfigurations API.</para> |
| 33 | + </note> |
| 34 | + <xi:include href="system-vm-template.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> |
| 35 | + <xi:include href="multiple-system-vm-vmware.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> |
| 36 | + <xi:include href="console-proxy.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> |
| 37 | + <xi:include href="virtual-router.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> |
| 38 | + <xi:include href="secondary-storage-vm.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> |
33 | 39 | </chapter> |
0 commit comments