Back Up CSA

Before you back up and upgrade your remote installation of the Marketplace Portal, on the system running the Cloud Service Management Console, upgrade to CSA 4.80.0002, if you have not already done so.

On the remote system, do the following:

  1. Create a directory named: Windows:C:\csabackup\. or Linux: /tmp/csabackup/.

  2. Copy the Windows:%CSA_HOME%\portal\or the Linux: $CSA_HOME/portal/ directory to Windows:C:\csabackup\; or Linux: /tmp/csabackup/.

  3. Copy the Windows:%CSA_HOME%\jre\lib\security\cacerts or Linux: $CSA_HOME/jre/lib/security/cacerts file to the Windows: C:\csabackup\; or Linux: /tmp/csabackup/.

  4. [Oracle]: Copy the JDBC drivers from the system running the Cloud Service Management Console:

    Windows:

    %CSA_HOME% \jboss-as\modules\system\layers\base\com\oracle\ojdbc6\main;

    Linux:

    $CSA_HOME/portal/jboss-as/modules/system/layers/base/com/oracle/ojdbc6/main;

    to the remote system (to a directory outside of the Windows: %CSA_HOME% or Linux: $CSA_HOME directory).

    For example, copy ojdbc*.jar and ora*.jar to Windows: C:\csabackup\jdbc\; Linux: or /tmp/csabackup/jdbc/.