- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Traceback of a detached process
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
09-16-2010 12:41 PM
09-16-2010 12:41 PM
Traceback of a detached process
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2010 12:59 PM
09-16-2010 12:59 PM
Re: Traceback of a detached process
But just a wild guess.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2010 01:06 PM
09-16-2010 01:06 PM
Re: Traceback of a detached process
While the subprocess is running, it holds a file open called [defaultdir].;N But at rundown, the file seems to disappear.
VMS 7.3-2 Alpha, btw.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2010 01:07 PM
09-16-2010 01:07 PM
Re: Traceback of a detached process
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2010 01:44 PM
09-16-2010 01:44 PM
Re: Traceback of a detached process
Sounds suspiciously like the process hasn't been given sufficient quotas to send the output to a file. What does your PQL look like? Note this is a very tricky parameter to get right, and often critically important.
Maybe it would be best to post your whole $CREPRC call for the parent, and the code which starts the subprocess.
At the very least you should have the final status in the accounting log.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2010 05:21 AM
09-17-2010 05:21 AM
Re: Traceback of a detached process
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2010 05:26 AM
09-17-2010 05:26 AM
Re: Traceback of a detached process
Error activating command interpreter SYS$SYTEM:DCL
Process quota exceeded
Now to figure out which PQL?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2010 06:01 AM
09-17-2010 06:01 AM
Re: Traceback of a detached process
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2010 08:05 AM
09-17-2010 08:05 AM
Re: Traceback of a detached process
Availability Manager also allows for on the fly changes to quotas.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2010 08:06 AM
09-17-2010 08:06 AM
Re: Traceback of a detached process
Do you specify quotas in the $CREPRC or use the default values from the PQL_ parameters?
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2010 02:28 PM
09-19-2010 02:28 PM
Re: Traceback of a detached process
Unless you specify a PQL in your CREPRC call, you will get system defaults and minima (see SYSGEN parameters PQL_Dxxx and PQL_Mxxx).
My general rule is to always specify a complete PQL with "reasonable" values, as the defaults are usually too low to do anything useful.
Be careful with alignment when defining your PQL, it's a very poorly designed structure and very easy to get wrong.
Your error indicates PRCLM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2010 09:34 AM
09-20-2010 09:34 AM
Re: Traceback of a detached process
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2010 11:08 AM
09-20-2010 11:08 AM
Re: Traceback of a detached process
But you're adding that into your code, because that omission could otherwise lead to odd and server-specific and potentially transient instabilities within the code, right?
Some debugging-related topics:
http://labs.hoffmanlabs.com/node/803
http://labs.hoffmanlabs.com/node/800
Worst-practices:
http://labs.hoffmanlabs.com/node/1077
Defensive Coding Practices:
http://h71000.www7.hp.com/wizard/wiz_1661.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2010 11:16 AM
09-20-2010 11:16 AM
Re: Traceback of a detached process
The symptoms are that this code has been migrated from V7.2-1/UCX 5.1 to a V7.3-2/UCX 5.4 ECO 7 environment. Crashes are abundant now. As far as we can tell, all SYSGEN and SYSUAF environment quotas are identical. Memory configurations are similar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2010 11:56 AM
09-20-2010 11:56 AM
Re: Traceback of a detached process
You're in a no-win right now. Talk to your boss. That'll help this case move toward resolution, whether that's fixes to help solidify the code, or no changes here (quite possibly in preparation for a migration, or as a prerequisite part of the justification of some managerial expenditure), or dusting off and updating your skills and your resume and performing a self-migration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2010 02:13 PM
09-20-2010 02:13 PM
Re: Traceback of a detached process
If you really can't change the code, your only option is to adjust SYSGEN PQL parameters to give your processes sufficient quota. This is NOT a good solution, as it will potentially affect other, completely unrelated processes on your system. It can be a useful thing to do on a test system as proof of concent and to determine appropriate values for the various quotas. Once you know what they should be, restore SYSGEN values, and update the source.