Skip to content

Commit 2327831

Browse files
Radhika PCKishan Kavala
authored andcommitted
cloudstack-991
Signed-off-by: Radhika PC <radhika.puthiyetath@citrix.com>
1 parent ed757f2 commit 2327831

2 files changed

Lines changed: 34 additions & 28 deletions

File tree

docs/en-US/console-proxy.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
console view via the web UI. It connects the user’s browser to the VNC port made available via
2525
the hypervisor for the console of the guest. Both the administrator and end user web UIs offer a
2626
console connection.</para>
27-
<para>Clicking on a console icon brings up a new window. The AJAX code downloaded into that window
27+
<para>Clicking a console icon brings up a new window. The AJAX code downloaded into that window
2828
refers to the public IP address of a console proxy VM. There is exactly one public IP address
2929
allocated per console proxy VM. The AJAX application connects to this IP. The console proxy then
30-
proxies the connection to the VNC port for the requested VM on the Host hosting the guest.
31-
.</para>
30+
proxies the connection to the VNC port for the requested VM on the Host hosting the
31+
guest.</para>
3232
<note>
3333
<para>The hypervisors will have many ports assigned to VNC usage so that multiple VNC sessions
3434
can occur simultaneously.</para>
Lines changed: 31 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,39 @@
11
<?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" [
33
<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
44
%BOOK_ENTITIES;
55
]>
6-
76
<!-- 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.
2320
-->
24-
2521
<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"/>
3339
</chapter>

0 commit comments

Comments
 (0)