- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- DECnet config problem?
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
11-18-2004 03:23 AM
11-18-2004 03:23 AM
After the startup we can't log in with telnet or set host, although nothing was modified in the system.
The show /network command shows only tcp/ip.
We can use the telnet and set host to connect
other machines but this one is unreachable.
I can't figure out why.
Please help me!
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 03:46 AM
11-18-2004 03:46 AM
Re: DECnet config problem?
$ WRITE SYS$OUTPUT F$GETSYI("DECNET_VERSION")
If the result is "00040000" you have Phase IV.
For Phase IV you should also check to see if you have more than one line/circuit defined in the database. In some cases it's not sufficient to have the extra line/circuits defined as "off," you still need to actually remove them from the database completely.
For either version, you might need to check to see if you have an error condition that's occurring during startup. If one of the command procedures that is part of the startup process fails with an error, components of startup can be skipped. You might need to include a "$ SET NOON" at the top of SYSTARTUP_VMS.COM.
It would also help to have the version of OpenVMS, DECnet, which TCPIP stack and it's version. If you have output from that startup, either electronically or printed, it would be good to review that information. There are tools that can be used if you notice a problem or failure that can help isolate the cause.
bob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 03:53 AM
11-18-2004 03:53 AM
Re: DECnet config problem?
We can use the telnet and set host to connect
other machines but this one is unreachable
are you saying that you can TELNET and SET HOST to other nodes FROM your rebooted AlphaServer, but you cannot connect TO it ?
For TCPIP, start with:
$ TCPIP SHOW INT - any interfaces ? non-zero Rcv and Send packet counters ?
For DECnet - it depends on whether you're running DECnet Phase IV (MC NCP SHO KNO LINE COUNT) or DECnet-Plus (MC NCL SHOW CSMA-CD STAT * ALL COUNT).
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 04:15 AM
11-18-2004 04:15 AM
Re: DECnet config problem?
We've got a Phase IV. I stopped/restarted the DECnet to see if there is any problem with it or it's startup procedure. Worked smoothly.
To Volker Halle:
Yes, you read it correctly, connection to out works, -in- doesn't work.
Counters seems to be fine...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 04:18 AM
11-18-2004 04:18 AM
Re: DECnet config problem?
how about $ SET HOST 0 and TELNET localhost ? What happens ? Error message ?
How about PING IP-address from another node to your rebooted AlphaServer ?
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 04:27 AM
11-18-2004 04:27 AM
Re: DECnet config problem?
From a remote machine the ping has answer "alpha1 live".
The local telnet wasn't tried until this time...
Now i try to restore our system disk from an old save. So, please everybody cross his/her fingers and say short pray for us... :)
Now, the question is just theoretical, because i made an image backup of the spoiled system disk, but i don't want to restore and try in real the advices.
Thanks for the community if any useful hint will arrive in this thread.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 04:39 AM
11-18-2004 04:39 AM
Re: DECnet config problem?
you don't seem to have a DECnet config problem, it's something deeper...
E.g. have a look at
http://h18000.www1.hp.com/support/asktima/operating_systems/009ED521-4029741E-1C0062.html
If SET LOGIN/INTER=... fails during startup, it will create this kind of symptom.
When you boot your restored system disk, make sure to capture all messages during system startup by connecting something to the console terminal (e.g. notebook with terminal emulator), just in case something doesn't work...
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 05:18 AM
11-18-2004 05:18 AM
Re: DECnet config problem?
You've right i should examine the login limit... :((
The link is also very good.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 05:28 AM
11-18-2004 05:28 AM
Re: DECnet config problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 05:37 AM
11-18-2004 05:37 AM
Re: DECnet config problem?
Ensure that DECNET is started prior to TCPIP.
For some reason your DECnet failed to start. DECNET must be started before TCP/IP because it changes some addresses (not good but that's what it does).
Option 1. (Not Applicable to your situation since it appears DECNET did not startup successfully. Unless it failed after it started up successfully.)
If DECnet was working correctly, you might try:
$ START/NETWORK DECnet
Since TCP/IP is up this may not work.
Option 2.
Schedule maintenance and from console:
$ STOP/NETWORK TCP/IP
$ START/NETWORK DECNET
$ START/NETWORK TCP/IP
Option 3.
Reboot. This won't help unless you figure out why DECNET didn't successfully start up.
Lawrence
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 06:26 AM
11-18-2004 06:26 AM
Re: DECnet config problem?
I tailored the startup, so the tcp,apache and so on aren't load in boot time.
I got the messages "Circuit up", and "DECnet started" after the reboot.
But SHO NETWORK says no network...
I can see many network processes and i can use the DECnet to work with remote machines,
but the SET HOST 0, and log in from other machines doesnt work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 06:34 AM
11-18-2004 06:34 AM
Re: DECnet config problem?
what do you mean with 'I see many network processes' ? SHOW SYS/NET ?
You didn't tell us the VMS version.
Did you try @SYS$STARTUP:SYS$NET_SERVICES ?
Also try $ REPLY/ENABLE before SET HOST 0 - any OPCOM messages ?
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 06:42 AM
11-18-2004 06:42 AM
Re: DECnet config problem?
The VMS version is 7.3 with the all ECO updates.
Now i tried the mentioned @SYS$STARTUP:SYS$NET_SERVICES but it hasnt result. The status stays the same.
Naturaly the REPL/ENAB is alive.
It is a little new piece to the mosaic, the DECnet copy is working from a remote machine to the ALPHA.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 06:45 AM
11-18-2004 06:45 AM
Re: DECnet config problem?
so you're having an 'interactive Login' problem of some sort. Does the system run LAT, can you login via LAT ?
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 08:01 AM
11-18-2004 08:01 AM
Re: DECnet config problem?
but connection wasnt possible.
the facts:
Alphaserver
OpenVMS 7.3
Decnet IV
node decnet address is 1.9
set host 0 : did not work
set host other_node : ok
From other node, NCP tell command was ok.
For example, "mc ncp tell 9 sh exe char" did work!
Decnet copy between nodes was also working.
The interactive login limit is 64.
By executing "set host 9" from other node, I do not get the Username: prompt (as I would normally get it even if the interactive logins are disabled), control immediately returns with %REM-S-END, control returned to node xxx
"set host 0" did the same on the problematic machine...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 10:52 AM
11-18-2004 10:52 AM
Re: DECnet config problem?
In NCP, SH EXEC CHAR should have
DEFAULT ACCESS = incoming and outgoing
which it probably is.
Do you have more than one line on 1.9?
Lawrence
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 05:57 PM
11-18-2004 05:57 PM
Re: DECnet config problem?
this problem is NOT related to DECnet, as
your test with LAT has shown. And I bet it's the same with TCPIP, i.e. TELNET localhost will not get you the username prompt, as well as TELNET ip-of-your-alpha from remote, whereas DIR/FTP from remote will probably work.
You seem to be able to login interactively from the console. Is login also possible from one of the other local COM ports (TTA0) ?
The 'common' failure seems to be in attempting to login as an interactive remote user using DECnet, LAT and probably also TCPIP.
Is logfail auditing enabled ? SET AUDIT/ALARM/ENA=LOGFAIL
What's the setting of RJOBLIM ?
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 07:04 PM
11-18-2004 07:04 PM
Re: DECnet config problem?
Check the protection of the announce.txt file.
Look at the SYS$ANNOUNCE logical to locate the file.
Suc6
Syl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 07:25 PM
11-18-2004 07:25 PM
Re: DECnet config problem?
Welcome to vms forum :-)
Because before reboot your system worked fine I guess some configuration did not stored in permanent memory.
The facts are:
[System]
Alphaserver OpenVMS 7.3
Connection to out works, -in- doesn't work.
The interactive login limit is 64.
[DecNet]
DecNet IV. Started manually worked smoothly.
set host 0 : did not work
set host other_node : ok
From other node, NCP tell command was ok.
Decnet copy between nodes was also working.
[LAT]
LAT service name was visible from PC-s,
but connection wasnt possible.
[Telnet]
We can use the telnet and set host to connect
other machines but this one is unreachable.
The evidence is your is your network is working but your system cannot accept interactive login. I'm with Volker, you may see audit alarm (for example):
$ ANAL/AUDIT/SINCE=YESTER/EVENT=LOGFAIL
Then you have to see in SYSUAF the SYSTEM user: you could see primary access locked.
Then you can submit a little command procedure using a different user from SYSTEM and check if worked.
After the check for audit, sysuaf and batch report the results.
Waiting for your information.
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 08:31 PM
11-18-2004 08:31 PM
Re: DECnet config problem?
I check now the advices made since last evening. Thanks and I try to look up the sysannounce and sysuaf and all others.
I'll report here when done.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2004 12:08 AM
11-19-2004 12:08 AM
Re: DECnet config problem?
The protection and privilege are OK at SYS$WELCOME, SYSUAF.
The SET AUDIT with /ALARM/Enab=logfail=all
was set. Plus /enab=login, /enab=logout, access=all
I tried to run a little batch with other non-priv user, it was OK.
But SET HOST 0, and SET HOST, telnet from remote machine wasnt work.
Every AUDIT entry says normal + succesful, even the login wasnt successful.
For example SET HOST 0 resulted 5 entries;
RTPAD, LIBOTS, LIBRTL, RTPAD, SHRIMGMSG all with success.
I compared our VAX and ALPHA DECnet database and found the SMISERVER isnt in the list at the side of ALPHA when i run the MC NCP SHOW KNO OBJ.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2004 12:21 AM
11-19-2004 12:21 AM
Re: DECnet config problem?
it's not RJOBLIM being 0, as this will still casue TELNET localhost to work and cause DECnet SET HOST 0 to return %SYSTEM-F-REJECT
I would suggest that you reboot the system and capture all of the output in a file, then look for everything with -W- -E- or -F- and try to fix the problem.
You can capture the startup log by setting STARTUP_P2 = "D" and then checking SYS$SYSTEM:STARTUP.LOG
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2004 12:44 AM
11-19-2004 12:44 AM
Re: DECnet config problem?
in SYSUAF your user have no access restrictions?
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2004 01:07 AM
11-19-2004 01:07 AM
Re: DECnet config problem?
And situation is that as wrote:
Nobody can't log in, and we can't see the Username: prompt...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2004 01:23 AM
11-19-2004 01:23 AM