Top
ETERNUS SF Express V16.9.1 / Storage Cruiser V16.9.1 / AdvancedCopy Manager V16.9.1 Installation and Setup Guide
FUJITSU Storage

N.2 Work Required in the CCM Server

If the ETERNUS DX S2 series that is registered in the CCM Server is deleted and removed as a management target, the required work is as follows.

Point

Perform the work after confirming that the ETERNUS DX S2 series is not registered in the CCM Server.

For Windows environments

  1. Log on to the CCM Server using Administrator privileges.

  2. Copy the following file over the copy destination file.
    To use the CCM Server in a clustered system, perform this step on both the primary node and secondary node.

    Copy Source File

    Copy Destination File

    $INS_DIR\CCM\tools\java.security

    $INS_DIR\CCM\jre\conf\security\java.security

    $INS_DIR is "Program Directory" specified at the AdvancedCopy Manager CCM installation.

For Solaris or Linux environments

  1. Log in to the CCM Server as a superuser.

  2. Copy the following file over the copy destination file.
    To use the CCM Server in a clustered system, perform this step on both the primary node and secondary node.

    • For Solaris environments

      Copy Source File

      Copy Destination File

      /opt/FJSVccm/tools/java.security

      /opt/FJSVccm/jre/lib/security/java.security

      The command execution example is as follows.

      # cp -p /opt/FJSVccm/tools/java.security /opt/FJSVccm/jre/lib/security/java.security
    • For Linux environments

      Copy Source File

      Copy Destination File

      /opt/FJSVccm/tools/java.security

      /opt/FJSVccm/jre/conf/security/java.security

      The command execution example is as follows.

      # cp -p /opt/FJSVccm/tools/java.security /opt/FJSVccm/jre/conf/security/java.security