To configure the registerLogToFile or registerSasLogToFile client inactivity check
Purpose
By default, the client inactivity check is enabled. In order to avoid client deregistration after a period of client inactivity, you can disable the inactivity check for clients that use one or both of the following methods:
-
registerLogToFile
-
registerSasLogToFile
Perform this procedure to enable or disable client inactivity checking.
|
CAUTION
Service Disruption |
Modifying the server configuration can have serious consequences including service disruption.
Contact technical support before you attempt to modify the server configuration.
Note: You must perform the procedure on each main server in the NFM-P system.
Steps
|
|
1 |
Log in to the main server station as the nsp user.
|
2 |
Navigate to the /opt/nsp/nfmp/server/nms/config directory.
|
3 |
Create a backup copy of the nms-server.xml file.
|
4 |
Open the nms-server.xml file using a plain-text editor such as vi.
|
5 |
To configure the registerLogToFile inactivity check, perform the following steps.
-
Locate the section that begins with following XML tag:
<logToFile
-
Edit the following line in the section to read:
enableJmsClientInactivityCheck="value"
where value is true, which enables the check, or false, which disables the check
|
6 |
To configure the registerSasLogToFile inactivity check, perform the following steps.
-
Locate the section that begins with following XML tag:
<saslogtofile
-
Edit the following line in the section to read:
enableSasJmsClientInactivityCheck="value"
where value is true, which enables the check, or false, which disables the check
|
7 |
Save and close the nms-server.xml file.
|
8 |
Enter the following:
bash$ /opt/nsp/nfmp/server/nms/bin/nmsserver.bash read_config ↵
The main server configuration is updated.
|
9 |
Close the console window.
End of steps |