diff --git a/docs/en-US/release-notes.xml b/docs/en-US/release-notes.xml
index f5f96a5f97c..d26f84a8338 100644
--- a/docs/en-US/release-notes.xml
+++ b/docs/en-US/release-notes.xml
@@ -352,7 +352,7 @@
# xe vm-list
Then use this command to migrate each VM. Replace the example host name and VM
name with your own:
- # xe vm-migrate live=true host=ghost-name vm=VM-name
+ # xe vm-migrate live=true host=host-name vm=VM-name
Troubleshooting: If you see a message like "You
attempted an operation on a VM which requires PV drivers to be installed but the
drivers were not detected," run /opt/xensource/bin/make_migratable.sh
@@ -365,7 +365,7 @@
UUID with the current host ID, and replace the hotfix UUID with the output from the
patch-upload command you ran on this machine earlier. You can also get the hotfix
UUID by running xe patch-list.
- xe patch-apply host-uuid=ghost-uuid uuid=hotfix-uuid
+ xe patch-apply host-uuid=host-uuid uuid=hotfix-uuid
Copy the following files from the CloudStack Management Server to the
@@ -587,7 +587,7 @@
In the following commands, it is assumed that you have set the root password on the
database, which is a CloudStack recommended best practice. Substitute your own MySQL
root password.
- # mysqldump -u root -pgmysql_password cloud > cloud-backup.dmp
+ # mysqldump -u root -pmysql_password cloud > cloud-backup.dmp
# mysqldump -u root -pmysql_password cloud_usage > cloud-usage-backup.dmp
@@ -684,8 +684,8 @@
- Repeat steps 10 - 15 on every management server node. If you provided your own
- encryption key in step 15, use the same key on all other management servers.
+ Repeat steps 10 - 14 on every management server node. If you provided your own
+ encryption key in step 14, use the same key on all other management servers.
Start the first Management Server. Do not start any other Management Server nodes
@@ -803,7 +803,7 @@ Done restarting router(s).
your own private IP.
Run the following commands on the Management Server:
- # ssh -i gprivate-key-path private-ip -p 3922
+ # ssh -i private-key-path private-ip -p 3922
# cat /etc/cloudstack-release
The output should be like the following:
@@ -860,7 +860,7 @@ Done restarting router(s).
# xe vm-list
Then use this command to migrate each VM. Replace the example host name and VM
name with your own:
- # xe vm-migrate live=true host=ghost-name vm=VM-name
+ # xe vm-migrate live=true host=host-name vm=VM-name
Troubleshooting: If you see a message like "You
attempted an operation on a VM which requires PV drivers to be installed but the
drivers were not detected," run /opt/xensource/bin/make_migratable.sh
@@ -873,7 +873,7 @@ Done restarting router(s).
UUID with the current host ID, and replace the hotfix UUID with the output from the
patch-upload command you ran on this machine earlier. You can also get the hotfix
UUID by running xe patch-list.
- xe patch-apply host-uuid=ghost-uuid uuid=hotfix-uuid
+ xe patch-apply host-uuid=host-uuid uuid=hotfix-uuid
Copy the following files from the CloudStack Management Server to the