Operating System - OpenVMS
1753907 Members
9046 Online
108810 Solutions
New Discussion юеВ

Re: LAT and DECnet process

 
geir_2
Super Advisor

LAT and DECnet process

Hi,

Is it possible to see which processes that depend on DECnet and LAT on OpenVMS system?

Thanks

Geir
4 REPLIES 4
Steven Schweda
Honored Contributor

Re: LAT and DECnet process

Well, "depend on" is a little vague, but for
LAT, you could try SHOW DEVICE LT, and SHOW
DEVICE /FULL. For example:

ALP $ show device lt

Device Device Error
Name Status Count
LTA0: Offline mounted 0
LTA5019: Online 0

ALP $ show device /full LTA5019:

Terminal LTA5019:, device type unknown, is online, record-oriented device,
carriage control, device is busy.

Error count 0 Operations completed 12
Owner process "SYSTEM_71" Owner UIC [SYSTEM]
Owner process ID 2028CF0B Dev Prot S:RWPL,O:RWPL,G,W
Reference count 1 Default buffer size 80

That's an outgoing connection (SET HOST /LAT).
geir_2
Super Advisor

Re: LAT and DECnet process

Hi,

Thanks for the asnwer. Do you have a simular commands to DECnet :-)

Regards geir
Steven Schweda
Honored Contributor

Re: LAT and DECnet process

RT?
Volker Halle
Honored Contributor

Re: LAT and DECnet process

Geir,

$ SHOW DEV NET will similarily show logical network devices, which represent channels assigned to DECnet.

Volker.