- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- How do you flush tcpip?
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
03-20-2006 02:42 AM
03-20-2006 02:42 AM
How do you flush tcpip?
On Windows type systems there is a flush dns type command that tells it to actually try the connection again. Does anyone know how to do the same thing from tcpip on VMS?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2006 02:53 AM
03-20-2006 02:53 AM
Re: How do you flush tcpip?
$ tcpip help set name_service /init
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2006 03:00 AM
03-20-2006 03:00 AM
Re: How do you flush tcpip?
Reloads all BIND server databases and the BIND configuration
file. Either TCPIP$ETC:RNDC.CONF or TCPIP$ETC:RNDC.KEY must be
set up to allow for secure communication between the user and
the BIND server. For more information, refer to the HP TCP/IP
Services for OpenVMS Management manual.
From reading this, it looks similar to a flush. Can anyone verify who has actually done this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2006 03:45 AM
03-20-2006 03:45 AM
Re: How do you flush tcpip?
I have never had this problem, but try this
$ RUN SYS$SYSTEM:NCL
--- To flush entire naming cache....
NCL> flush session control naming cache entry "*"
---remove one or more entries from the in-mem local naming cache use this cmnd
NCL> flush [node node id] session control naming cache entry "node name"
--- to flush single entries...
NCL> flush session control naming cache entry "IP$nnn.nnn.nnn.nnn"
Archunan
Archie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2006 03:51 AM
03-20-2006 03:51 AM
Re: How do you flush tcpip?
For more info, please see this FAQ under
15.3.2 What does "failure on back translate address request"
mean?
http://www.cs.uu.nl/wais/html/na-dir/dec-faq/vms/part10.html
Archunan
Archie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2006 04:39 AM
03-20-2006 04:39 AM
Re: How do you flush tcpip?
NCL relates to DECnet,
this question is about TCPIP.
Apart from both being networking, they have CERY little in common!
(DECnet CAN be configured to use IP ( _NOT_ TCP/IP ! ) as carrier, but that is all).
just my EUR 0.02
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2006 04:44 AM
03-20-2006 04:44 AM
Re: How do you flush tcpip?
can you say in detail what flush dns does on Windows?
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2006 04:59 AM
03-20-2006 04:59 AM
Re: How do you flush tcpip?
> remembering when it encounters errors, [...]
What sort of errors?
A "flush dns type command" might clear a DNS
cache, but only a DNS user can "actually try
the connection again".
> $ RUN SYS$SYSTEM:NCL
> [...]
Thanks, AM. That was about as useful as
usual.
You can always try:
@ sys$manager:tcpip$bind_shutdown.com
@ sys$manager:tcpip$bind_startup.com
The TCPIP documentation may say more about
flushing the DNS cache, but you can probably
read that about as well as anyone else.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2006 06:45 AM
03-20-2006 06:45 AM
Re: How do you flush tcpip?
Thanks all for the replies.
To answer the question about a flush dns command. If you look up the help in msdos on ipconfig it has an option called flushdns which PUrges the DNS Resolver cache
Sometimes when attempting to access an ip address that has a problem, even after fixing the problem you can't immediately get to it because somewhere in there it gets cached and the system just reports back the previous error. By doing a flushdns you force it to go out and actually check because you clean out the cache.
I recently had an issue with a node that was coming across tcpip with the wrong name attempting to access nfs exported drives. The authentication was based on what the nodename should have been thus nfs would not allow it to talk to the drives. I tried a full restart of tcpip with no luck.
Today we had a situation with all of our VMS telnet queues. The problem was a network box that had failed but even after the network guy fixed that VMS would not talk to the queues because it was still cached that there was a problem. We had to stop and restart hundreds of queues to get this working again.
I hope this helps and once again thanks for the replies.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2006 06:52 AM
03-20-2006 06:52 AM
Re: How do you flush tcpip?
Wim@home
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2006 07:16 AM
03-20-2006 07:16 AM
Re: How do you flush tcpip?
> Archunan,
> NCL relates to DECnet,
> this question is about TCPIP.
See how professionally Mr.Jan let me know my mistake?
and see how you are?
> $ RUN SYS$SYSTEM:NCL
> [...]
> Thanks, AM. That was about as useful as
> usual.
What happened to you Steve?. May I know Why do you keep made at me?
If you look back, sometime even after you blaming my suggestions, my suggestions become the correct one and your answers has been proved useless with zero points. Even in those situation I avoided rising your useless/irresponsible blaming.
I knew we both are nothing in this ITRC, understand friend we are just kids in this forum. There are so many Jaambavans (Innntttellectuals) in this forum like Ian, Procura, Uwe Zessin, Volker, Jan, Wim, Clay Stephenson, Steven E. Protter, James R. Ferguson, etc, etc.
Come on friend Steve. "When we took birth we did not bring anything, similarly when we end our life we are not going to take anything". life is very short, nothing permanent, you and me are just invisible in this Universe. take it easy friend if any of my posting hurted you.
Cheers
Archunan
Archie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2006 03:50 PM
03-20-2006 03:50 PM
Re: How do you flush tcpip?
The problem might not be related to the bind resolver. It might be caused by the ICMP redirects when the "network box" failed. Check the routing table and see if there are dynamically learnt routes.
Use TCPtrace or TCPdump to see if any connection request is sent from the OpenVMS box.
Thanks and regards.
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 05:16 AM
03-22-2006 05:16 AM
Re: How do you flush tcpip?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2006 12:28 AM
12-18-2006 12:28 AM