Operating System - OpenVMS
1752576 Members
4377 Online
108788 Solutions
New Discussion юеВ

Re: Disable OPA0 Messages

 

Disable OPA0 Messages

Hello together,
at the moment, we change our LTA-Ports to TNA-Ports that we can disable in the future out LTA-Protocol.

When we start the Application on the TNA-Ports, we become on the OPA0 following Message:

ABCK$
%%%%%%%%%%% OPCOM 30-NOV-2005 10:05:28.08 %%%%%%%%%%%
Message from user TCPIP TELNET on KALVRD
Session TNA5010: disconnected from 10.44.156.240:2003

ABCK$
%%%%%%%%%%% OPCOM 30-NOV-2005 10:05:41.78 %%%%%%%%%%%
Message from user TCPIP TELNET on KALVRD
Session TNA5010: connected to 10.44.156.240:2003ABCK$
%%%%%%%%%%% OPCOM 30-NOV-2005 10:05:28.08 %%%%%%%%%%%

My Question:
Is it possible, that we can eliminate "only" this message on the System?

Thanks for Help

Manfred Vallentin
3 REPLIES 3
Karl Rohwedder
Honored Contributor

Re: Disable OPA0 Messages

Have you tried the TCPIP SET SERVICE TELNET /LOG=NOCONNECT command?

regards Kalle
Ian Miller.
Honored Contributor

Re: Disable OPA0 Messages

Look at
TCPIP SHOW SERVICE TELNET/FULL
Removing one of the log opts may do what you want

TCPIP SET SERVICE/LOG_OPT=NOCONN
TCPIP DISABLE SERVICE TELNET !!! disconnects active connections !!
TCPIP ENABLE SERVICE TELNET
____________________
Purely Personal Opinion
Mike Reznak
Trusted Contributor

Re: Disable OPA0 Messages

Hi,

you can try to disable /LOG_OPTIONS for TELNET service

$ TCPIP HELP SET SERVICE /LOG

It probably affects OPA logging, but I have never tried it.

But then you loose security information for the future analyses.

Better way would be to direct the output only to a log file (like VMS AUDIT does it). But I didn't find any such option in TCPIP

Mike
...and I think to myself, what a wonderful world ;o)