This section explains the method of setting or changing the timeout value for the concurrent suspend function.
The timeout value must be defined in the following files.
In the case of non-cluster operation
OS Type | File Name |
---|---|
Windows | $INS_DIR\etc\prop\user.properties |
Solaris | /etc/opt/FJSVccm/prop/user.properties |
$INS_DIR means "Program Directory" specified at the AdvancedCopy Manager CCM installation.
In the case of cluster operation
OS Type | File Name |
---|---|
Windows | $SHARE_DL:$SHARE_TOP\etc\prop\user.properties |
Solaris | $SHARE_MNT/etc/opt/FJSVccm/user.properties |
$SHARE_DL is the drive letter of the shared disk for AdvancedCopy Manager CCM shared data.
$SHARE_TOP is the directory that contains "Environment Directory" and "Work Directory" of the shared disk for AdvancedCopy Manager CCM shared data.
$SHARE_MNT is the mount point of the shared disk for AdvancedCopy Manager CCM shared data.
If the above files do not exist, they must be created.
Describe the timeout value in the above files.
Item Name | Explanations |
---|---|
concur.timeout | Specify the timeout value from 1 to 86,400 (unit: seconds). The default is 60. |
Example
To set the timeout value at 300 seconds:
concur.timeout=300