- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- What is printing SYSDUMP.LIS to SYS$PRINT?
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
10-16-2007 03:32 AM
10-16-2007 03:32 AM
What is printing SYSDUMP.LIS to SYS$PRINT?
Searching around I found the DCL snippet that "everyone should have" in their SYSTARTUP_VMS.COM file which analyses the crash dump at startup time (and does just such a print), but this code is not present on this system.
Some params:
BUGCHECKFATAL 0
BUGREBOOT 1
DUMPBUG 1
DUMPSTYLE 2
SAVEDUMP 0
VAX/VMS v6.2, CHARON-VAX 4000-106, but it did this long before it was a CHARON-VAX - used to be a VAX 4000-105.
Any clues?
Thanks in advance,
Art
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2007 03:43 AM
10-16-2007 03:43 AM
Re: What is printing SYSDUMP.LIS to SYS$PRINT?
Fwiw
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2007 03:54 AM
10-16-2007 03:54 AM
Re: What is printing SYSDUMP.LIS to SYS$PRINT?
$ GOTO SKIP_DUMP
...
$ SKIP_DUMP:
around it. I can't see how it would accidentaly fall inside the skipped code.
Art
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2007 04:17 AM
10-16-2007 04:17 AM
Re: What is printing SYSDUMP.LIS to SYS$PRINT?
(And there is no 'cute' redefintion of goto, or a 'backspaced' comment sign not visible with type or search? ! :-)
Most importantly... are you 100% sure that is the very SYSTARTUP_VMS.COM which is running? No confusion with SYS$COMMON vs SYS$SPECIFIC?
Cheers,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2007 09:20 AM
10-16-2007 09:20 AM
Re: What is printing SYSDUMP.LIS to SYS$PRINT?
see if you can catch it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2007 11:06 AM
10-16-2007 11:06 AM
Re: What is printing SYSDUMP.LIS to SYS$PRINT?
You could put an alarm ACE on the print queue to nail down the time and process that queues the job.
If it's from the STARTUP process, there's a simple way to stop the file from actually printing, and possibly help isolate the location - in SYLOGICALS.COM (or one of the other very early customisable procedures) add:
$ DEFINE SYS$PRINT NOQUEUE
(note this is a PROCESS logical name, so it will only affect PRINT commands within the startup process itself). Any print commands to SYS$PRINT will fail with:
%PRINT-F-CREJOB, error creating job
-JBC-E-NOSUCHQUE, no such queue