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
Log on to the CCM Server using Administrator privileges.
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
Log in to the CCM Server as a superuser.
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