- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- I64 V8.2-1 update DVD gets CPUSANITY Bugcheck
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-18-2005 06:57 AM
10-18-2005 06:57 AM
MP FW : E.02.29
BMC FW : 01.52
EFI FW : 01.22
System FW : 02.31
to:
MP FW : E.03.15
BMC FW : 01.53
EFI FW : 01.22
System FW : 02.31
When I boot up on the V8.2-1 CD, I get the following:
1) Upgrade, install or reconfigure OpenVMS I64 Version V8.2-1
2) Display products and patches that this procedure can install
3) Install or upgrade layered products and patches
4) Show installed products
5) Reconfigure installed products
6) Remove installed products
7) Execute DCL commands and procedures
8) Shut down this system
Enter CHOICE or ? for help: (1/2/3/4/5/6/7/8/?)
**** OpenVMS I64 Operating System V8.2-1 - BUGCHECK ****
** Bugcheck code = 00000774: CPUSANITY, CPU sanity timer expired
** Crash CPU: 01 Primary CPU: 00 Active CPUs: 00000003
** Current Process = NULL
** Current PSB ID = 00000001
** Image Name =
**** Error log buffers not dumped to SYS$ERRLOG.DMP
**** Canceled memory dump, no dump file available
I do not have to select anything from the menu. After about 30 seconds I get the bugcheck.
Has anybody else had this problem? If so what did you do to solve it.
thanks
Jim Amend
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 11:46 AM
10-18-2005 11:46 AM
SolutionThis has been reported to OpenVMS engineering.
Since CPUSANITY is only possible with multiple CPUs, perhaps if you entered DCL and STOP/CPU 1? (though that probably won't help for an upgrade). Another thing to try is boot conversationally and:
SYSBOOT> SET MULTIPROCESSING 0
SYSBOOT> CONTINUE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 01:06 AM
10-19-2005 01:06 AM
Re: I64 V8.2-1 update DVD gets CPUSANITY Bugcheck
John Gillings' suggestion will however mean you only use one CPU.
What I did and what worked for me (with V8.2, which let me use all of my eight CPU's) was at SYSBOOT add six zeros onto the end of SMP_SANITY_CNT and a zero on the end of SMP_TICK_CNT.
I had no CPUSANITY problems after that.
Of course you will want to progress this, with your CSC for a proper resolution, but that should get you running.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 03:34 AM
10-19-2005 03:34 AM
Re: I64 V8.2-1 update DVD gets CPUSANITY Bugcheck
Attached is the crash output: mancheck.txt.
I tried the multiprocessing = 0, and changing smp* to no avail. Guenther suggested that I pull my FC controller which is not hooked up anyway because the FGE driver is on the stack. I am going to do that now.
jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 05:47 AM
10-19-2005 05:47 AM
Re: I64 V8.2-1 update DVD gets CPUSANITY Bugcheck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 06:14 AM
10-19-2005 06:14 AM
Re: I64 V8.2-1 update DVD gets CPUSANITY Bugcheck
jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 11:43 PM
10-19-2005 11:43 PM
Re: I64 V8.2-1 update DVD gets CPUSANITY Bugcheck
let me try to summarize this:
OpenVMS I64 only supports the A6826A (Dual port fibre channel PCI-X HBA), also called QLogic ISP2312, which is driven by SYS$PGQDRIVER (a port driver to the existing DKDRIVER). The devices are still called FGA0, FGB0 ...
For instructions on how to verify installation of the A6826A FC HBA see:
http://docs.hp.com/en/A6826-96007/ch02s07.html
If you've seen SYS$FGEDRIVER in one of the registers in the MACHINECHK crash, this seems to indicate, that you were using an unsupported FC HBA.
Volker.