Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!cmcl2!nrl-cmf!ames!sdcsvax!nosc!humu!uhccux!helen From: helen@uhccux.UUCP (Helen Rapozo) Newsgroups: comp.os.vms Subject: Re: But WHICH terminal server are you using? Message-ID: <1093@uhccux.UUCP> Date: Mon, 9-Nov-87 02:31:34 EST Article-I.D.: uhccux.1093 Posted: Mon Nov 9 02:31:34 1987 Date-Received: Wed, 11-Nov-87 04:36:14 EST References: <8711021111449@uriecl.UUCP> Reply-To: helen@uhccux.UUCP (Helen Rapozo) Organization: U. of Hawaii, Manoa (Honolulu) Lines: 19 In article <8711021111449@uriecl.UUCP> dugal@uriecl.UUCP writes: > > Does anyone have a program/procedure to determine which terminal >server a user is initiating a login from? After they log into the system, >all LAT users have a terminal name with the form "_LTAnnn:". I have some >security issues that require me to know where the user is logging in from. >Any help or hints would be greatly appreciated. > You can do this: 1) Log on to an account that has OPER and CMNKRL (I think that's way you do change kernal) priveledge. 2) At the $ run this program: RUN SYS$SYSTEM:LATCP (you can also define it this way too: LCP :== $SYS$SYSTEM:LATCP) 3) The program will then respond by saying: LCP> 4) If you type in SHOW PORT LTAnnn: at the LCP> it will tell you which server and the port on that server LTAnnn: is at. If you just type in SHOW PORT then all active ports are displayed. 5) To leave just type in EXIT.