The required settings procedure for device registration of the ETERNUS DX S2 series is as follows.
Point
To delete the registration of the ETERNUS DX S2 series from the product after the settings in this section are performed and operations are started, the settings content must be restored. For the procedure to restore the settings content, refer to "Appendix N Work Required After Device Deletion of the ETERNUS DX S2 series".
For Windows environments
Log on to the CCM Server using Administrator privileges.
Back up the settings file. Copy the following file to the backup destination directory.
To use the CCM Server in a clustered system, perform this step on both the primary node and secondary node.
File to be Backed up | Backup Destination Directory |
---|---|
$INS_DIR\CCM\jre\conf\security\java.security | $INS_DIR\CCM\tools |
$INS_DIR is "Program Directory" specified at the AdvancedCopy Manager CCM installation.
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.forS2.windows | $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.
Back up the settings file. Copy the following file to the backup destination directory.
To use the CCM Server in a clustered system, perform this step on both the primary node and secondary node.
For Solaris environments
File to be Backed up | Backup Destination Directory |
---|---|
/opt/FJSVccm/jre/lib/security/java.security | /opt/FJSVccm/tools |
The command execution example is as follows.
# cp -p /opt/FJSVccm/jre/lib/security/java.security /opt/FJSVccm/tools/
For Linux environments
File to be Backed up | Backup Destination Directory |
---|---|
/opt/FJSVccm/jre/conf/security/java.security | /opt/FJSVccm/tools |
The command execution example is as follows.
# cp -p /opt/FJSVccm/jre/conf/security/java.security /opt/FJSVccm/tools/
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.forS2.solaris | /opt/FJSVccm/jre/lib/security/java.security |
The command execution example is as follows.
# cp -p /opt/FJSVccm/tools/java.security.forS2.solaris /opt/FJSVccm/jre/lib/security/java.security
For Linux environments
Copy Source File | Copy Destination File |
---|---|
/opt/FJSVccm/tools/java.security.forS2.linux | /opt/FJSVccm/jre/conf/security/java.security |
The command execution example is as follows.
# cp -p /opt/FJSVccm/tools/java.security.forS2.linux /opt/FJSVccm/jre/conf/security/java.security