Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9EB73E1F2 for ; Mon, 18 Feb 2013 17:21:28 +0000 (UTC) Received: (qmail 95022 invoked by uid 500); 18 Feb 2013 17:21:26 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 94938 invoked by uid 500); 18 Feb 2013 17:21:26 -0000 Mailing-List: contact cloudstack-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-commits@incubator.apache.org Received: (qmail 94757 invoked by uid 99); 18 Feb 2013 17:21:26 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Feb 2013 17:21:26 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id C158782C04F; Mon, 18 Feb 2013 17:21:25 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: widodh@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [32/38] git commit: refs/heads/qemu-img - cloudstack-991 Message-Id: <20130218172125.C158782C04F@tyr.zones.apache.org> Date: Mon, 18 Feb 2013 17:21:25 +0000 (UTC) cloudstack-991 Signed-off-by: Radhika PC Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/2327831f Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/2327831f Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/2327831f Branch: refs/heads/qemu-img Commit: 2327831f7f2177894397dfc7265ffb4d8b77872a Parents: ed757f2 Author: Radhika PC Authored: Mon Feb 18 15:07:05 2013 +0530 Committer: Kishan Kavala Committed: Mon Feb 18 18:03:39 2013 +0530 ---------------------------------------------------------------------- docs/en-US/console-proxy.xml | 6 +- docs/en-US/working-with-system-vm.xml | 56 +++++++++++++++------------ 2 files changed, 34 insertions(+), 28 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/2327831f/docs/en-US/console-proxy.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/console-proxy.xml b/docs/en-US/console-proxy.xml index 3dd7b9f..697ee2e 100644 --- a/docs/en-US/console-proxy.xml +++ b/docs/en-US/console-proxy.xml @@ -24,11 +24,11 @@ console view via the web UI. It connects the user’s browser to the VNC port made available via the hypervisor for the console of the guest. Both the administrator and end user web UIs offer a console connection. - Clicking on a console icon brings up a new window. The AJAX code downloaded into that window + Clicking a console icon brings up a new window. The AJAX code downloaded into that window refers to the public IP address of a console proxy VM. There is exactly one public IP address allocated per console proxy VM. The AJAX application connects to this IP. The console proxy then - proxies the connection to the VNC port for the requested VM on the Host hosting the guest. - . + proxies the connection to the VNC port for the requested VM on the Host hosting the + guest. The hypervisors will have many ports assigned to VNC usage so that multiple VNC sessions can occur simultaneously. http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/2327831f/docs/en-US/working-with-system-vm.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/working-with-system-vm.xml b/docs/en-US/working-with-system-vm.xml index 97459f9..70f7dd1 100644 --- a/docs/en-US/working-with-system-vm.xml +++ b/docs/en-US/working-with-system-vm.xml @@ -1,33 +1,39 @@ - %BOOK_ENTITIES; ]> - - - Working with System Virtual Machines - &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. - - - - - + Working with System Virtual Machines + &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. + + 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. + + + + + +