HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Disable OPA0 Messages
Operating System - OpenVMS
        1839919
        Members
    
    
        3214
        Online
    
    
        110157
        Solutions
    
Forums
        Categories
Company
Local Language
                
                  
                  back
                
        
                
        
                
        
                
        
        
        
                
        
                
        
        
        
                
        
              
              Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
                
                  
                  back
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
            
                
            
                
            
                
            
                
            
            
                
            
                
            
            
                
            
                
              
            Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
        Information
        Community
Resources
Community Language
        Language
        Forums
Blogs
Topic Options
			
				
					
	
			
		
	- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2005 08:35 PM
11-29-2005 08:35 PM
			
				
					
						
							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
		
		
	
	
	
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
	
	            
            
		
		
			
            
                - Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2005 08:53 PM
11-29-2005 08:53 PM
			
				
					
						
							Re: Disable OPA0 Messages
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Have you tried the TCPIP SET SERVICE TELNET /LOG=NOCONNECT command?
regards Kalle
		
		
	
	
	
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2005 08:54 PM
11-29-2005 08:54 PM
			
				
					
						
							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
		
		
	
	
	
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
			
			
				
			
			
			
			
			
			
		Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2005 09:05 PM
11-29-2005 09:05 PM
			
				
					
						
							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
		
		
	
	
	
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)
			
			
				
			
			
			
			
			
			
		The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
		
	
	
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP
