diff --git a/docs/en-US/console-proxy.xml b/docs/en-US/console-proxy.xml
index 3dd7b9fd692..697ee2e2146 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.
diff --git a/docs/en-US/working-with-system-vm.xml b/docs/en-US/working-with-system-vm.xml
index 97459f947bf..70f7dd1aa4e 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.
+
+
+
+
+
+