Citrix Systems 4.5 Printer User Manual


 
Upgrading from 4.3.x to 4.5.0
35
3. Enter U to upgrade the package.
>U
You can view messages as the upgrade proceeds. After the upgrade is completed, you can view
the message like Complete! Done.
4. If you have made changes to your existing copy of the db.properties and the server.xml
configuration files in your previous-version of CloudPlatform installation, CloudPlatform preserves
those changes in the upgrade. However, you need to do the following steps to place these
changes in a new version of the file, which is compatible with version 4.5:
If the upgrade output in the previous step includes a message like the following, it indicates that
your old db.properties and server.xml files contain some custom content and you need to
merge the two files:
For db.properties file, the message appears as follows:
warning: /etc/cloud.rpmsave/management/db.properties created as /etc/cloudstack/
management/db.properties.rpmnew
For server.xml file, the message appears as follows:
warning: /etc/cloud.rpmsave/management/server.xml created as /etc/cloudstack/management/
server.xml.rpmnew
a. Backup the previous version of the db.properties or the server.xml file. For example:
(substitute the file name in these commands as needed)
For the db.properties file:
# 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: