Customized output from:
Document Release Date: April 2014 Software Release Date: April 2014 |
|
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.
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 2010-2014 Hewlett-Packard Development Company, L.P.
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.
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:
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
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.
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
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.