- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Logged on into CLUSTER message when not logged...
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
04-29-2007 04:42 PM
04-29-2007 04:42 PM
Logged on into CLUSTER message when not logged on??
Then, when I try logging backon to the VMS session, it gives me this error message below EVEN when I reboot the PC....And then I have to wait like 20 minutes and then it will allow me to log back on again.
**********************************************
MYUSERNAME IS ALREADY LOGGED ON TO THE CLUSTER ACCESS IS DENIED
***********************************************
Like said, this always happens after when an application failure from the IBM PCOMM.
And I AM NOT logged on since I always restart the PC in order for this message to clear itself..
How can I resolve this issue on the server side?
thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2007 06:38 PM
04-29-2007 06:38 PM
Re: Logged on into CLUSTER message when not logged on??
This message is NOT coming from OpenVMS itself.
It is generated by some tool/script/command file which the local cluster management has put in place. You would have to check with them for clarification.
We can but speculate how they would have implement the (lame!) mechanism to dissallow a second login and how it failed to detect you lost the session. OpenVMS itself would be perfectly happy to create more than one session for you, ot the same system or on multipe nodes in the cluster.
Cheers,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2007 07:36 PM
04-29-2007 07:36 PM
Re: Logged on into CLUSTER message when not logged on??
when talking to your system manager about this problem, please mention the 'virtual terminal' feature.
Please see the following thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1048081
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2007 09:57 PM
04-29-2007 09:57 PM
Re: Logged on into CLUSTER message when not logged on??
I concur with Hein and Volker. A mechanism has been implemented beyond the base mechanisms provided by OpenVMS to prevent multiple logins. That mechanism appears to have some shortcomings.
It is certainly possible to implement such a mechanism within a cluster without such problems. Personally, I would suggest that you bring the problem to the attention of the system manager(s).
The virtual terminal facility mentioned in a previous response is also an excellent idea, but if it is used, there is a need to reconnect to the SAME node that you disconnected from (indeed, that could be the problem that you are experiencing).
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2007 05:21 PM
04-30-2007 05:21 PM
Re: Logged on into CLUSTER message when not logged on??
We had similar where user sessions were persisting after PC crashes, and their processes had devices allocated (and which therefore weren't deallocated after the crash).
It's due to the keepalive time - I think the default settings are that the server will check whether the client is there after 150 seconds of inactivity, and if inactive will poll up to 8 times at 150 second intervals (= 20 minutes).
I think there is a way of changing this for Telnet only (tcpip set service telnet/prot=tcp/probe_timer=desired seconds or something). I guess too small a setting will cause a large amount of traffic just checking that clients exist, so you'll probably need to play until you get the best setting for your environment.
Have fun!
Peejay
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If it can't be done with a VT220, who needs it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2007 01:45 AM
05-01-2007 01:45 AM
Re: Logged on into CLUSTER message when not logged on??
There are good free and non-free telnet clients available for Windows systems. VTstar on the OpenVMS Freeware and PuTTY are around, and HP offers the PATHWORKS32 client package.
This OpenVMS system is also in the range that had a version of TCP/IP Services that had some telnet-related issues. V5.0 had a looping telnet server bug that could be nasty. Upgrades to more recent versions -- these versions of OpenVMS and of TCP/IP Services date back seven years or so -- are to be encouraged.