Citrix Systems 4.5 Printer User Manual


 
Chapter 9. Upgrading CloudPlatform to the Latest Version
46
# mv /etc/cloudstack/management/db.properties /etc/cloudstack/management/
db.propertiesbackup
For the server.xml file:
# mv /etc/cloudstack/management/server.xml /etc/cloudstack/management/
server.xmlbackup
b. Copy the *.rpmsave file to create a new file.
For the db.properties file:
# cp -ap /etc/cloudstack/management/db.properties.rpmsave /etc/cloudstack/management/
db.properties
For the server.xml file:
# cp -ap /etc/cloudstack/management/server.xml.rpmsave /etc/cloudstack/management/
server.xml
c. Merge your changes from the backup file into the new file.
For the db.properties file:
# vi /etc/cloudstack/management/db.properties
For the server.xml file:
# vi /etc/cloudstack/management/server.xml
6. Repeat steps 1 - 6 on each management server node.
Post-Upgrade Procedure
1. Start the first Management Server.
# service cloudstack-management start
Wait until the databases are upgraded. After you confirm the database upgrade, start the other
Management Servers one at a time by running the this command on each node.
Note
After a successful CloudPlatform upgrade, you will be able to restart Management Server
successfully. If the upgrade is not completed successfully, you will face problems in restarting
M anagement Servers.