This section explains the method of setting or changing the timeout value for concurrent suspend function.
The timeout value must be defined in the following file.
In the case of non-cluster operation
OS | 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 | 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.
When the timeout value is never set, creating above file is needed because it does not exist.
Describe the timeout value in above file.
Item Name | Explanations |
---|---|
concur.timeout | Specify the timeout value from 1 to 86400 (unit: seconds). The default is 60. |
Example
To set the timeout value at 300 seconds:
concur.timeout=300