2.1.2 Editable definitions
Editing definitions is optional in SLM.
This subsection explains the definitions that can be edited in SLM.
- Organization of this subsection
(1) List of definitions that can be edited in SLM
The following table explains the definitions that can be edited when it is necessary to do so.
|
No. |
Property |
Trgt |
Spec |
Description |
Specification range |
Default |
Error handling |
|---|---|---|---|---|---|---|---|
|
1 |
managerHost |
M, U |
R |
Specifies the host name of SLM - Manager. |
ASCII codes 0x20 to 0x7e (excluding control characters) and a length of 1 to 256 bytes (permitted number of bytes depends on Windows). Characters that are not permitted in host names in Windows cannot be specified. None of the following addresses can be specified:
|
None |
T |
|
2 |
urHost |
U |
R |
Specifies the host name of SLM - UR. |
ASCII codes 0x20 to 0x7e (excluding control characters) and a length of 1 to 256 bytes (permitted number of bytes depends on Windows). Characters that are not permitted in host names in Windows cannot be specified. None of the following addresses can be specified:
|
None |
T |
|
3 |
urNetworkAdapterAddress |
U |
R |
Specifies the address of the network adapter to which SLM - UR connects. If you have changed the network interface configuration on the host on which SLM - UR is installed, make sure that you use the jslmurnals command to check and, if necessary, revise the specified value. For details about the jslmurnals command, see A.5 jslmurnals(displays the network adapter address and IP address) in A. Commands. |
Hexadecimal integer (up to 12 digits) that uses half-width alphanumeric characters. Note that, if you specify a network adapter address that does not exist in the execution result of the jslmurnals command, an error occurs. |
None |
T |
- Legend:
Trgt: Target
Spec: Specification
M: SLM - Manager
U: SLM - UR
R: Specification is required
O: Specification is optional
D: If there is an error in the setting, SLM - Manager or SLM - UR assumes the default value upon startup.
T: If there is an error in the setting, SLM - Manager or SLM - UR terminates.
- #1
If you want to run SLM - UR in a cluster configuration, make sure the path points to a shared disk so the access log will be switched over when node switching occurs.
- #2
The value is not case sensitive.
(2) Supplementary information
The system definition files to be edited (jp1itslm.properties or jp1itslmur.properties) are stored at the following locations:
- For SLM - Manager:
SLM-Manager-installation-folder\mgr\conf\jp1itslm.properties
- For SLM - UR:
SLM-UR-installation-folder\ur\conf\jp1itslmur.properties
The following shows example definitions in the system definition files:
For SLM - Manager:
managerHost=192.168.2.109
For SLM - UR:
managerHost=192.168.2.109 urHost=192.168.2.109 urNetworkAdapterAddress=005056A38090
For details about the port numbers used by SLM, see B. List of Port Numbers Used by SLM.