TotalNET Advanced Server 5.2 Reference Manual

tnck

This command checks and repairs the TAS lock information and runtime database. When it finds errors, it reports them on the command line and, if you so choose, corrects them. The runtime database stores information about running transports, programs, and connected clients.

Location

TNHOME/usr/sbin

Usage

tnck [-n] [-r realm] [-t type] [-s service]

Options

(no options) 

Check and repair the runtime database for all services in all realms. 

-n 

Check the runtime database for a file service, without repairing it. 

Examples

  1. Use the following command to check the runtime database of the file service spur without repairing the database:


    tnck -n -s spur:file
  2. Use the following command to check and repair all file services in the LM-NT-OS/2 realm:


    tnck -r NB -t file
  3. Use the following command to check and repair the runtime database of file service spock:


    tnck -s spock:file