HP Cloud Service Automation

For the Windows ® and Linux operating systems

Software Version: 4.01

Customized output from:

Upgrade Guide

Document Release Date: April 2014

Software Release Date: April 2014

HP logo

Legal Notices

Warranty

The only warranties for HP products and services are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. HP shall not be liable for technical or editorial errors or omissions contained herein.

The information contained herein is subject to change without notice.

Restricted Rights Legend

Confidential computer software. Valid license from HP required for possession, use or copying. Consistent with FAR 12.211 and 12.212, Commercial Computer Software, Computer Software Documentation, and Technical Data for Commercial Items are licensed to the U.S. Government under vendor's standard commercial license.

Copyright Notice

© Copyright 2010-2014 Hewlett-Packard Development Company, L.P.

Trademark Notices

Adobe™ is a trademark of Adobe Systems Incorporated.

Microsoft® and Windows® are U.S. registered trademarks of Microsoft Corporation.

Oracle and Java are registered trademarks of Oracle and/or its affiliates.

RED HAT READY™ Logo and RED HAT CERTIFIED PARTNER™ Logo are trademarks of Red Hat, Inc.

This product includes an interface of the 'zlib' general purpose compression library, which is Copyright © 1995-2002 Jean-loup Gailly and Mark Adler.

 
 
 
 

Upgrade Guide

Configure HP CSA to share filesystem resources to free up disk space (this task is optional). If you have not done so already, configure a shared filesystem resource from the master node.

The following example configures the images directory as a shared filesystem, using the shared images directory that you set up when you configured the master node (%CSA_HOME%\jboss-as-7.1.1.Final\domain\servers\hp-cloud\deployments\csa.war\images$CSA_HOME/jboss-as-7.1.1.Final/domain/servers/hp-cloud/deployments/csa.war/images).

To configure HP CSA to use a shared filesystem to store images, do the following:

  1. Map the shared location as a network drive. For example, map S:\CSA on the slave node to the shared location.

    Mount the shared location. For example, mount the shared location to /mnt/csa by typing mount -t cifs -o username=<user>, password=<pass> //sharedhost/CSA/ /mnt/csa

  2. Delete the %CSA_HOME%\jboss-as-7.1.1.Final\domain\servers\hp-cloud\deployments\csa.war\images$CSA_HOME/jboss-as-7.1.1.Final/domain/servers/hp-cloud/deployments/csa.war/images directory.

  3. Create a symbolic link to the mapped mountedimages directory. For example, from a command prompt, type the following commands:

    cd %CSA_HOME%\jboss-as-7.1.1.Final\domain\servers\hp-cloud\deployments\csa.war
    mklink /d images "S:\CSA\images"

    cd $CSA_HOME/jboss-as-7.1.1.Final/domain/servers/hp-cloud/deployments/csa.war
    ln -s /mnt/csa/images images

  4. Set the permissions and ownership for the images directory. Type the following:

    cd $CSA_HOME/jboss-as-7.1.1.Final/domain/servers/hp-cloud/deployments/csa.war
    chmod 755 images
    chown csauser:csagrp images

© Copyright 2010-2014 Hewlett-Packard Development Company, L.P.