- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: OpenVMS v7.3-2 Bugcheck: PROCGONE, Process not...
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
02-19-2007 04:26 PM
02-19-2007 04:26 PM
Please Help,
Thanks, Matt (VMS)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2007 04:43 PM
02-19-2007 04:43 PM
Solutionif your system is up and running, PRODUCT UNDO PATCH would undo the latest patch (PROD SHO RECOV displays a list of applied patches).
But it seems, as if your system is crashing during boot, so you could:
- either boot a CD and restore the latest backup
- or boot a CD and try a PRODUCT UNDO PATCH/REMOTE (but read the help before, I never tried this myself)
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2007 04:55 PM
02-19-2007 04:55 PM
Re: OpenVMS v7.3-2 Bugcheck: PROCGONE, Process not in system
Thanks,
Matt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2007 04:57 PM
02-19-2007 04:57 PM
Re: OpenVMS v7.3-2 Bugcheck: PROCGONE, Process not in system
Matt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2007 04:24 AM
02-20-2007 04:24 AM
Re: OpenVMS v7.3-2 Bugcheck: PROCGONE, Process not in system
R0 is an interesting value for a PROCGONE.
$ x=f$mess(%x04D8CFC)
$ sho sym x
X = "%IMGACT-F-NOTNATIVE, image is not an OpenVMS Alpha image"
From that value and from some digging in the OpenVMS source listings, you can sometimes find additional details left in R1 or other registers, or from pieces left around in the carcass; in the dumpfile.
There seems to be an image header buffer referenced in the carcass, and a look at that in the carcass might help determine what image was involved when the bootstrap tipped over.
Another option is to enable a "gonzo" R5 boot, with diagnostics enabled. There are a couple of bitflags in the middle of the APB R5 list of flags that turn on some serious boot-time diagnostic displays. b fl=0,3xxxxx or some such, would turns on both of the boot diagnostic flags. (Not sure about the number of zeros on that, but the FAQ has the defined bits. I'll queue an example for the next edition of the FAQ, since that particular bitflag combo is a go-to boot command.)
Stephen Hoffman
HoffmanLabs