Setting up a LAT Service

Setting up a LAT service can only be done on node V6000A and by users with system priviledges. To setup the context for server S?00??:
	$ set host V6000a
        $ set proc/priv=sysprv
        $ cd gsi$manager
        $ @server
        TSM> ^Z
        $ lsed S?00??.TXT
Now add for each service in the configuration file S?00??.TXT:
        DEFINE PORT ? ACCESS REMOTE
        DEFINE PORT ? ALTERNATE SPEED NONE
        DEFINE PORT ? AUTOBAUD DISABLE
        DEFINE PORT ? AUTOPROMPT DISABLE
        DEFINE PORT ? BREAK DISABLE
        DEFINE PORT ? TYPE ANSI
        DEFINE PORT ? BROADCAST DISABLE
        DEFINE PORT ? FORWARD NONE
        DEFINE PORT ? INTERRUPT DISABLE
        DEFINE PORT ? SPEED 9600
        DEFINE PORT ? MODEM DISABLE
        DEFINE PORT ? LOSS DISABLE
        DEFINE PORT ? MESSAGE DISABLE
        DEFINE PORT ? VERIFICATION DISABLE
        !
        DEFINE SERVICE ??????? PORT ? IDENT "???"
        DEFINE SERVICE ??????? PASSWORD ""
Than update the permanent database in the LAT server:
        $ tsm
        TSM>             use server s?00??
        TSM_SVR_S?00??>  set priv
			 enter password
        TSM_SVR_S?00??>  @s?00??.txt
To update the operational server database one can either initialize the server (will logout all sessions, so check before ...):
        TSM_SVR_S?00??>  show sessions all
        TSM_SVR_S?00??>  init delay 0
or setup new service also in the operational database (check before with show port whether the port has the right characteristics):
        TSM_SVR_S?00??>  show service local
        TSM_SVR_S?00??>  show port ?
        TSM_SVR_S?00??>  set service ??? port ? ident "???"
        TSM_SVR_S?00??>  set service ??? password ""
        TSM_SVR_S?00??>  show service local
Back to KP3 Computing home page
Last updated: February 6th, 1995
Walter F.J. Müller

Imprint ---- Data privacy protection ---- Haftungsausschluss