From f3ec53caacbf610cd40b7d99d23b41eb16336f45 Mon Sep 17 00:00:00 2001 From: David Nalley Date: Wed, 17 Oct 2012 15:37:03 -0400 Subject: [PATCH] more release notes cleanup --- docs/en-US/release-notes.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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