skip book previous and next navigation links
go up to top of book: HP OpenVMS System Manager's Manual, Volume 2:... HP OpenVMS System Manager's Manual, Volume 2:...
go to beginning of chapter: Managing DECdtm Services Managing DECdtm Services
go to previous page: Removing a Node Removing a Node
go to next page: Enabling DECdtm ServicesEnabling DECdtm Services
end of book navigation links

Disabling DECdtm Services  



By default, DECdtm services start automatically when you boot the computer. The DECdtm process, TP_SERVER, then checks for a transaction log, and continues checking until it finds one.

Disable DECdtm services if you do not use, and do not plan to use, any software that uses DECdtm services. This saves memory and CPU time.

In an OpenVMS Cluster, disable DECdtm services on all the nodes in the cluster.

How to Perform This Task

  1. For each node:

    1. Log in to the node.
    2. Stop the TP_SERVER process using LMCP's CLOSE LOG command:
      $ RUN SYS$SYSTEM:LMCP
      LMCP> CLOSE LOG
      The CLOSE LOG command stops the TP_SERVER process, providing no software is using DECdtm services.

      If the CLOSE LOG command fails, do not continue this task. If you have already stopped the TP_SERVER process on other nodes in a cluster system, restart the process using the SYS$STARTUP:DECDTM$STARTUP.COM command procedure.
  2. Add the following line to the SYS$MANAGER:SYLOGICALS.COM command procedure:
    $ !
    $ DEFINE/SYSTEM/EXECUTIVE_MODE SYS$DECDTM_INHIBIT yes
    $ !
    If you created node-specific versions of SYLOGICALS.COM, edit all the versions.

    This stops the TP_SERVER process being created the next time you boot the system.

go to previous page: Removing a Node Removing a Node
go to next page: Enabling DECdtm ServicesEnabling DECdtm Services