Read more
- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - OpenVMS
- >
- UCX memory problem on VMS
-
-
Categories
- Topics
- Hybrid IT with Cloud
- Mobile & IoT
- IT for Data & Analytics
- Transformation
- Strategy and Technology
- Products
- Cloud
- Integrated Systems
- Networking
- Servers and Operating Systems
- Services
- Storage
- Company
- Events
- Partner Solutions and Certifications
- Welcome
- Welcome
- Announcements
- Tips and Tricks
- Feedback
-
Blogs
- Alliances
- Around the Storage Block
- Behind the scenes @ Labs
- Converged Data Center Infrastructure
- Digital Transformation
- Grounded in the Cloud
- HPE Careers
- HPE Storage Tech Insiders
- Infrastructure Insights
- Inspiring Progress
- Internet of Things (IoT)
- My Learning Certification
- Networking
- OEM Solutions
- Servers: The Right Compute
- Telecom IQ
- Transforming IT
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Enterprise.nxt
- Marketplace
- Aruba Airheads Community
-
Categories
-
Forums
-
Blogs
-
InformationEnglish
UCX memory problem on VMS
- 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
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-23-2005 03:59 AM
02-23-2005 03:59 AM
UCX memory problem on VMS
UCX memory problem on VMS
most of the worksations gives UCX memory failure when they load picture files ro open multiple window session...
VMS ver is 7.1 and ucx ver is 4.2
Is it a VMS bug?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-23-2005 05:41 AM
02-23-2005 05:41 AM
Re: UCX memory problem on VMS
Re: UCX memory problem on VMS
if you would like help from this forum, please be very specific about the operation/command performed and the exact error message returned.
The commands UCX SHOW COMM and UCX SHOW COMM/MEM display information about UCX-specific memory.
SHOW MEM/POOL/FULL displays information about the OpenVMS nonpaged pool.
Consider to include the output of the above commands in a text attachment to your next reply. Capture this memory information at a time where everything is working and at the time of (or immediately after) the error.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-25-2005 02:06 AM
02-25-2005 02:06 AM
Re: UCX memory problem on VMS
Re: UCX memory problem on VMS
But I am not able to get the out put after the crash as the system goes down..
Waht is the trouble free version of TCPIP on VAXVMS 7.1
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-25-2005 02:13 AM
02-25-2005 02:13 AM
Re: UCX memory problem on VMS
Re: UCX memory problem on VMS
the counters look o.k. - the peaks have not reached the maximum values and there are no waits or drops.
You did not provide the SHOW MEM/POOL/FULL output for nonpaged pool.
If the system crashes (and you have got a valid SYSDUMP.DMP file), please provide the contents of the file CLUE$OUTPUT:CLUE$LAST_node.LIS (summary of system crash data). Getting the UCX memory data from a VAX dump might be hard...
You can look at the nonpaged pool data in the dump with:
$ ANAL/CRASH SYS$SYSTEM:SYSDUMP.DMP
SDA> SHOW POOL/NONPAGED/SUMM
and look at the amount of pool used.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-28-2005 09:40 PM
02-28-2005 09:40 PM
Re: UCX memory problem on VMS
Re: UCX memory problem on VMS
i have attached the clue file (as per your advice)..please examnine and suggest me if you get some idea..
thnking you
Sunil
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-28-2005 11:21 PM
02-28-2005 11:21 PM
Re: UCX memory problem on VMS
Re: UCX memory problem on VMS
your OpenVMS VAX V7.1 system has incurred a HALT restart crash. The HALT-PC seems to be A67EB, a P0 address in current image DKA100:[AGMS.MCSYS.][IMG]SYSIPC.EXE;56 - the PSL shows: Kernel Mode, IPL 0 (i.e. process context). You can examine the failing instruction with SDA:
$ ANAL/CRASH SYS$SSTEM:SYSDUMP.DMP
SDA> EXA/INS A67EB
SDA> EXA/INS A67EB-20;30 ! instr-stream
This type of crash happens, when a HALT instruction (HALT = 0x00) is executed in kernel mode. OpenVMS itself does not use HALT instructions to signal problems, it will always uses BUGW or BUGL to initiate a crash. Some application programs may use a HALT to signal a problem. A HALT can also happen, if the program counter (PC) ends up pointing into a data area instead of into an instruction stream.
There have been no nonpaged pool expansion problems before (PMS$GL_NPAGDYN* = 0).
If this system has crashed in the same way before, you can look at the crash history with:
$ CLUE:==$CLUE
$ CLUE/DISPLAY
CLUE_DISPLAY>DIR
If there have been HALT crashes before, look at their CANASTA parameters with CLUE_DISPLAY> n (n= crash # from column 1)
and look for the name of the current image.
Also look at CLUE_DISPLAY> SHOW STACK n for the failing PC/PSL for those HALT crashes.
Please report your findings here.
Volker.
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2018 Hewlett Packard Enterprise Development LP