- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Having a problem with Decnet -set h ### fails,...
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
Discussions
Discussions
Discussions
Forums
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
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
тАО05-18-2005 05:23 AM
тАО05-18-2005 05:23 AM
Having a problem with Decnet -set h ### fails, but set h/lat ### works
When I go to my PCM server I can connect to the console of FRODO, but the svr is getting flooded with the following circuit up messageevery 10 mins, I have not been able to find a corresponding circuit down message.
%%%%%%%%%%% OPCOM 18-MAY-2005 12:56:06.78 %%%%%%%%%%%
12:52:40 Message from user DECNET on FRODO
12:52:40 DECnet event 4.10, circuit up
12:52:40 From node 5.762 (FRODO), 18-MAY-2005 12:56:06.76
12:52:41 Circuit UNA-0
So from PCM I can connect to the console of FRODO. I can not get to FRODO with the set host cmd, The server is protected by a password and it never seems to accept it. If I set host/lat FRODO, it works, I can enter the password, then get a login prompt.
set h/lat frodo
%LAT-S-CONNECTED, session to FRODO established
%LAT-I-TODISCON, type ^\ to disconnect the session
Once on the server I can perform a set h 0 without any issues. Other servers which use decnet can not see the server.
I suspect the network cable has become disconnected and have dispacted a hardware tech to check the physical connection. Any hints???
Note: On April 12, the server crashed and a network component on the system board was replaced on this 8650 running VMS 5.5-2, no TCPIP installed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-18-2005 10:01 AM
тАО05-18-2005 10:01 AM
Re: Having a problem with Decnet -set h ### fails, but set h/lat ### works
If you can connect via LAT, it seems unlikely that the network cable has been disconnected, though if you have multiple network adapters, it's possible that LAT is running on more than one.
It sounds more like DECnet isn't starting properly. I'd recommend you do some basic network diagnosis. Assuming Phase IV DECnet, try:
$ MCR NCP SHOW EXEC
$ MCR NCP SHOW KNOWN LINES
$ MCR NCP SHOW KNOWN CIRC
and make sure everything that should be is in state ON.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-18-2005 08:16 PM
тАО05-18-2005 08:16 PM
Re: Having a problem with Decnet -set h ### fails, but set h/lat ### works
If LAT protocol works fine but DECnet not, I think that problem is in DECnet configuration.
It is EXEC on state on (see that using NCP command NCP>SHO EXEC). If exec isn't on then you must configure and activate it.
Saludos.
Daniel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-18-2005 08:21 PM
тАО05-18-2005 08:21 PM
Re: Having a problem with Decnet -set h ### fails, but set h/lat ### works
$ MCR NCP SHOW KNOWN LINE COUNTER
$ MCR NCP SHOW KNOWN CIRC COUNTER
may indicate a problem or not with the interface used by DECnet.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-25-2005 02:08 AM
тАО05-25-2005 02:08 AM
Re: Having a problem with Decnet -set h ### fails, but set h/lat ### works
Thanks for all the help.