From b5e8198f7d3a3c8d9e27849348bb0c2dd9c8b74d Mon Sep 17 00:00:00 2001 From: radhikap Date: Thu, 29 Aug 2013 14:29:15 +0530 Subject: [PATCH] Before 4.X TO 4.2 upgrade manually clean up /var/cache/cloudstack --- docs/en-US/Release_Notes.xml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/en-US/Release_Notes.xml b/docs/en-US/Release_Notes.xml index 4c5195b220f..2ae0b247051 100644 --- a/docs/en-US/Release_Notes.xml +++ b/docs/en-US/Release_Notes.xml @@ -21,7 +21,7 @@ under the License. - + Welcome to &PRODUCT; 4.2 Welcome to the 4.2.0 release of &PRODUCT;, the second major release from the Apache CloudStack project since its graduation from the Apache Incubator. &PRODUCT; 4.2 includes more @@ -578,6 +578,8 @@ under the License. of Linux's predominant package systems, RPM or APT. This guide assumes you'll be using RPM and Yum (for Red Hat Enterprise Linux or CentOS), or APT and Debian packages (for Ubuntu). + + Create RPM or Debian packages (as appropriate) and a repository from the 4.2.0 source, or check the Apache CloudStack downloads page at - Copy the CloudPlatform 4.2 tar file to the host, untar it, and change directory - to the resulting directory. + Manually clean up /var/cache/cloudstack. + + + Copy the 4.2 tar file to the host, untar it, and change directory to the + resulting directory. Stop the running agent. @@ -1267,10 +1272,7 @@ service cloudstack-agent start # apt-get update # apt-get upgrade cloud-* - - Start the agent. - # service cloudstack-agent start - + Edit /etc/cloudstack/agent/agent.properties to change the resource parameter from @@ -1279,6 +1281,7 @@ service cloudstack-agent start Start the cloud agent and cloud management services. + # service cloudstack-agent start When the Management Server is up and running, log in to the CloudStack UI and @@ -1294,7 +1297,6 @@ service cloudstack-agent start Troubleshooting: If login fails, clear your browser cache and reload the page. - Do not proceed to the next step until the hosts show in Up state.