- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Cannot login to node
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
02-24-2010 08:14 PM
02-24-2010 08:14 PM
Cannot login to node
Logging in to this node was OK before.
Does any one know the reason why?
*************
Username: opif
Password:
%DCL-W-UNDSYM, undefined symbol - check validity and spelling
\ACTIVE_NODE\
%DCL-I-SUPERSEDE, previous value of SYS$INPUT has been superseded
Copyright Oracle Corporation 1986, 1996. All rights reserved.
Access Granted,Enrolling User: OPIF
%SYSTEM-F-LINKEXIT, network partner exited
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2010 08:19 PM
02-24-2010 08:19 PM
Re: Cannot login to node
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2010 08:27 PM
02-24-2010 08:27 PM
Re: Cannot login to node
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2010 11:03 PM
02-24-2010 11:03 PM
Re: Cannot login to node
if the problem is in your local LOGIN.COM, you can try to login with Username: xxx/NOCOMMAND or /CLI=MCR - if this account allows this type of login.
You can also try to connect with SYSMAN from another OpenVMS system: SYSMAN> SET ENV/NODE=xxx and try to fix the issue with commands issued via SYSMAN> DO ...
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2010 11:04 PM
02-24-2010 11:04 PM
Re: Cannot login to node
Username: SYSTEM/NOCOMMAND
Password: enter system password
Then check the system login procedures. Someone probably changed it.
Jur.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2010 01:40 AM
02-25-2010 01:40 AM
Re: Cannot login to node
I solved the problem by restarting the whole
system, might be some applications was suspending.
but this way seems not be a perfect way because it affects to operation of the system.
In fact we could still then log in to server with another user TTLES2-TTCES 6_4 $.
Any one can show me some commands to solve the problem without resart the server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2010 02:00 AM
02-25-2010 02:00 AM
Re: Cannot login to node
> the problem without resart the server?
Someone already has, to the extent possible:
> Then check the system login procedures.
My psychic powers are too weak to show me
what happens on your system when you log in.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2010 03:21 AM
02-25-2010 03:21 AM
Re: Cannot login to node
$ SPAWN
$ SPAWN
$ SET VERIFY
$ @LOGIN
The LOGIN.COM is likely to be the culprit since you can login successfully with a different account. Any user on the system will run SYS$SYLOGIN whereas you can usually choose not to run your own login command procedure with the /NOCOMMAND qualifier on the username.
This will give you the location of the error and what syntax is causing the problem. It's then up to your DCL skills to put it right.
The breaking of the connection is likely to be due to the Network Partner Exited error rather than the ACTIVE_NODE symbol error. Network Partner Exited normally means that the other end of the link (whatever the link is) closed the connection before this end thought it had finished. It's a, "he's gone away and I didn't expect him to" kind of error. It's likely that the problem there was spurious and could have been either due to the other end having a comms problem or else this end wasn't ready for the communication that should have happened.
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2010 03:36 AM
02-25-2010 03:36 AM
Re: Cannot login to node
Steve gave a very good way into solving this issue.
One potential problem MAY be a restriction on user OPIF. If that useraccount in SYSUAF has the FLAG Captive or Restricted, then /NOCOMM is not allowed.
Use some privileged user to (TEMPORARILY!!) remove that flag; solve the issue according to Steve's advise; and reset the SYSUAF flag.
hth
Proost.
Have one on me.
jpe