Starting the HDLM manager

Dynamic Link Manager (for Linux®) User Guide

Version
9.0.x
Audience
anonymous
Part Number
MK-92DLM113-64
ft:lastEdition
2025-11-06

To start the HDLM manager, log in to Linux as a user with root permissions and then execute the following command.

# /opt/DynamicLinkManager/bin/dlmmanager start
Starting DLMManager:                                  [  OK  ]

The startup script that was set up during HDLM installation runs, and starts the HDLM manager.

Note

When you start the HDLM manager immediately after stopping it, confirm that the HDLM manager has stopped (Dead is displayed when executing /opt/DynamicLinkManager/bin/dlnkmgr view -sys -msrv), and then start it.

Important

When stopping the HDLM manager, even if a message indicating that the HDLM manager has successfully stopped, it takes a few seconds more to stop processes. Therefore, if you start the HDLM manager immediately after stopping it, the HDLM manager is regarded as being started, and a message indicating that the HDLM manager has successfully started is output. However, starting of the HDLM manager is cancelled, and it will remain inactivate.

Use one of the following procedures to confirm that the HDLM manager is active:

Use the dlnkmgr command's view operation:

Execute the following command:

# /opt/DynamicLinkManager/bin/dlnkmgr view -sys -msrv
HDLM Manager Ver       WakeupTime
Alive        x.x.x-xx    yyyy/mm/dd hh:mm:ss
KAPL01001-I The HDLM command completed normally. operation name = view, completion time = yyyy/mm/dd hh:mm:ss
#

When the HDLM Manager column shows Alive, the HDLM manager is active.

Use a script for confirmation:

Execute the following command to confirm that the HDLM manager is active:

# /opt/DynamicLinkManager/bin/dlmmanager status
.dlmmgr_exe (pid 14889 14886 14884 14880) is running...
Note

If an error occurs, the execution results of the dlnkmgr command's view operation might be different from those of the DLMManager status command. In this case, see the execution results of the dlnkmgr command.