Operating System - OpenVMS
1830225 Members
1413 Online
109999 Solutions
New Discussion

how can delete a LTA Port?

 

how can delete a LTA Port?

how it possible that i can delete a exist LTA Port?
When i make LATCP> Delete Port LTA195: that only the Port ist offline but not deleted.

Thanks for your Help

Manfred
3 REPLIES 3
David B Sneddon
Honored Contributor

Re: how can delete a LTA Port?

Manfred,

If you do a SHOW DEVICE LTA195/FULL,
is the reference count non-zero?
Maybe the device is in use and cannot be
deleted.

Dave
Volker Halle
Honored Contributor

Re: how can delete a LTA Port?

Manfred,

if the LAT port does have a reference count greater than 0, it cannot be deleted. Once the reference count goes to 0, the port will be deleted.

Check with $ SHO DEV/FULL LTA195: and find out, which process does have a channel assigned to that port. Stop that process.

Volker.

Re: how can delete a LTA Port?

ok, the process has used this port and i forget to stop him

Thanks for help