- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Beep sound is coming in very 3 mins in Alpha O...
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-25-2011 10:55 PM
04-25-2011 10:55 PM
A beep sound is coming from the 5 machines
at an average of 3 mins interval.In one of the machine I got the following message.
EVENTUID:61DA3619-6F53-11E0-FE7-4E42304F4333
Reject received from: node local Nb0oc3 is NSP LOCAL NSAP.
Reason=No resoueces.
I guess it may be a problem in a network card in motherboard but not uet confirmed.
Can some body help me out in finding the problem?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2011 11:28 PM
04-25-2011 11:28 PM
Re: Beep sound is coming in very 3 mins in Alpha Open VMS Machine problem.
$ mcr ncl show nsp all
Oswald
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2011 12:29 AM
04-26-2011 12:29 AM
Re: Beep sound is coming in very 3 mins in Alpha Open VMS Machine problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2011 01:05 AM
04-26-2011 01:05 AM
Re: Beep sound is coming in very 3 mins in Alpha Open VMS Machine problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2011 01:15 AM
04-26-2011 01:15 AM
Re: Beep sound is coming in very 3 mins in Alpha Open VMS Machine problem.
Event: Carrier Check Failure from: Node LOCAL:.NB0OC3 CSMA-CD Station CSMACD-1
It looks like this system has two ethernet interfaces but only one is connected.
If that is the case you can disable the second circuit with the command:
$ mcr ncl disable routing circuit csmacd-1
You can make this change permanent by running the sys$manager:net$configure.com script. Use "ADVANCED" as parameter. Select option 3 (configure devices) and enter "NONE" as data link name to use for the second ethernet interface.
Oswald
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2011 03:19 AM
04-26-2011 03:19 AM
Re: Beep sound is coming in very 3 mins in Alpha Open VMS Machine problem.
So we are thinking of replacing the switch through which the maciches are connected.Wiil it be a good idea?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2011 10:43 AM
04-26-2011 10:43 AM
Re: Beep sound is coming in very 3 mins in Alpha Open VMS Machine problem.
some program on your local node tries to communicate with some program on a remote node and the connection is being rejected by the remote transport service provider due to insufficient resources on the remote system.
The DECnet Phase IV address of the local node is 1.751, the address of the remote node is 1.755.
You need to find out, which 'resource' is missing on node 1.755.
Try some simple SET HOST 1.nnn commands between your 5 Alphas to determine, which node can talk to which other node.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2011 11:13 PM
04-26-2011 11:13 PM
Solution
So we are thinking of replacing the switch through which the maciches are connected.Wiil it be a good idea?
No, the 'Reject received' message indicates, that the connect request has been REJECTED by the remote node. This proves, that the network packet travelled to the remote node and then another packet came back to the LOCAL node. Once you understand this situation, why would you want to replace the network switch ?
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2011 10:16 PM
04-27-2011 10:16 PM
Re: Beep sound is coming in very 3 mins in Alpha Open VMS Machine problem.
many thanks for your suggestion.
Now I am also confirmned that replacing the switch will not server the purpose.
I have made set host from every machine.
But for 1.755, I am not able to log in.
It says "%SYSTEM-F-REMRSRC%,
Insufficient system resource at remote node"
Cau u please tell me How can I identify which Machine actually it is?
The Machines support TCPIP as well as Decnet.
Foer TCPIP I can find it from UCX show host command.
But for DEcnet I don't no how to see the machine name through DEcnet Id.Also please suggest me How can I identify the which resource is insufficient?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2011 10:44 PM
04-27-2011 10:44 PM
Re: Beep sound is coming in very 3 mins in Alpha Open VMS Machine problem.
login via TELNET to all your OpenVMS nodes and issue:
$ SHOW NETWORK
This should tell you the DECnet Adresses of each node. You can also use:
$ MC NCL SHOW ROUTING PhaseIV Address
Then you can build a picture of the nodes and their DECnet addresses.
As you've found out, there seems to be some resource problem on node 1.755. If you can login with TELNET, but not with SET HOST, this indicates, that the 'resource problem' is within DECnet and not within the overall OpenVMS system. Check OPERATOR.LOG on node 1.755 for any error messages in conjunction with a failed SET HOST attempt.
Try a MC NCL SHOW NSP ALL - what is the value of the 'Currently Active Connections' counter ?
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2011 10:50 PM
04-27-2011 10:50 PM
Re: Beep sound is coming in very 3 mins in Alpha Open VMS Machine problem.
also try Google for 'set host REMRSRC'
If it's an overall OpenVMS system resource problem, you won't be able to login via TELNET as well.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2011 10:56 PM
04-27-2011 10:56 PM
Re: Beep sound is coming in very 3 mins in Alpha Open VMS Machine problem.
Anjan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2011 01:29 AM
04-28-2011 01:29 AM
Re: Beep sound is coming in very 3 mins in Alpha Open VMS Machine problem.
I have found the machine by SHOW NETWORK.I am able to Telnet to the machine too.
I have captured the latest operator log and
mc ncl show nsp all output.Both I am attaching.
I found the machine is in hanged condition and not able to do anything on it by key board or mouse.So given a restart. Interestingly, the beep sound vanishes after the restart for all the other machines.
Anjan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2011 01:30 AM
04-28-2011 01:30 AM
Re: Beep sound is coming in very 3 mins in Alpha Open VMS Machine problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2011 01:44 AM
04-28-2011 01:44 AM
Re: Beep sound is coming in very 3 mins in Alpha Open VMS Machine problem.
that's what I suspected. That node was somehow 'hung'. I assume the OPERATOR.LOG and NCL output was generated AFTER you booted the node and the problem was gone ...
So you've solved the immediate problem by a reboot, but you have not learned, what the real problem was.
Instead of a boot, you could have forced a system crash (halt the machine, then type >>> CRASH). This would have provided the opportunity to find the real problem in the sysdump dump file.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2011 01:46 AM
04-28-2011 01:46 AM
Re: Beep sound is coming in very 3 mins in Alpha Open VMS Machine problem.
you should also check the LAN connection of CSMACD-0, which has reported a couple of carrier check failures.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2011 03:07 AM
04-28-2011 03:07 AM
Re: Beep sound is coming in very 3 mins in Alpha Open VMS Machine problem.
Yes you are right that I could have given a crash before the reboot that I have done earlier too.But some out it did not come in my mind and thus I lost the exact information.Next time I keep this in my mind definitely.
Anjan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2011 05:13 AM
04-28-2011 05:13 AM
Re: Beep sound is coming in very 3 mins in Alpha Open VMS Machine problem.
Each time it was non-paged pool that was exhausted, and it had already been expanded to its maximum size.
In SDA, CLUE MEM/STAT will show you the details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2011 09:52 PM
04-28-2011 09:52 PM
Re: Beep sound is coming in very 3 mins in Alpha Open VMS Machine problem.
Anjan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2011 09:57 PM
04-28-2011 09:57 PM
Re: Beep sound is coming in very 3 mins in Alpha Open VMS Machine problem.
you only need to worry about nonpaged pool, if any of the Unsuccessful/Failure counters of SDA> CLUE MEM/STAT are greater than 0.
If you had forced a crash, you could have checked these counter in the system dump as well (with the same command).
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2011 03:58 AM
04-29-2011 03:58 AM
Re: Beep sound is coming in very 3 mins in Alpha Open VMS Machine problem.
I have gone through about non paged pools.
Can u please tell me from what we can determine from working sets and non paged pools?
It may sounds silly but it will have a
greate help to me.
Anjan