- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Re: System bootup but console shown "[700] SCSI ev...
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
07-09-2007 02:53 PM
07-09-2007 02:53 PM
I did a system reboot on my DS15 with Tru64 5.1a yesterday. During reboot, I found the following messages:
Jul 9 06:36:23 hp01 vmunix: Interrupt not expected
Jul 9 06:36:23 hp01 vmunix: cam_logger: SCSI event packet
Jul 9 06:36:23 hp01 vmunix: cam_logger: bus 2
Jul 9 06:36:23 hp01 vmunix: ataintr
After reboot, console shown "[700] SCSI event" continuously. But everything seems all right and operating normally.
Please advice is there any hardware failure Your help will be greatly appreciated!!
Thanks!
Cheri
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2007 05:35 PM
07-09-2007 05:35 PM
Re: System bootup but console shown "[700] SCSI event" continuously
welcome to the HP-UX subforum, but I would suggest to ask questions about Tru64 in the Tru64 area:
http://forums1.itrc.hp.com/service/forums/familyhome.do?familyId=280
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2007 11:23 PM
07-09-2007 11:23 PM
Re: System bootup but console shown "[700] SCSI event" continuously
You could use:
# evmget -C binlog -f '[age < 1d]' | evmshow -d | more
to extract recent log messages from the file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2007 10:12 PM
07-10-2007 10:12 PM
SolutionYou could also try uerf which is built into Tru64
# uerf -R -c err -o full |more
This requires you to check the output. More for Field Service [FS] engineers if you are not used to this type of output and it is not the best tool to use for his try of Alpha.
You could also try installing WEBES and the SEA component to help you diagnose the fault as that is what it was designed for. The DS15 is what is known as a "switched" system [to do with the architecture] and WEBES/SEA was written to help FS engineers t/s "switched" Alpha systems. Check out:
http://h18000.www1.hp.com/support/svctools/webes/index.html
It is an official HP tool, the kits are free, full installation / release notes are available to download. The install is easy enough and if you do have a hardware fault now or in the future then this tool may well help you to self diagnose. The user guide is helpful and you can use either the CLI or web interface. Quick read of the documentation and you should be on your way.
Mark...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2007 08:02 AM
07-17-2007 08:02 AM
Re: System bootup but console shown "[700] SCSI event" continuously
Looks like either the ata adapter is bad or there is a bad device attached. This is probably built into the motherboard. If not needed, then try disabling it.
Bud
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2007 12:41 AM
07-19-2007 12:41 AM
Re: System bootup but console shown "[700] SCSI event" continuously
How to disable it? Please advice.
Thanks,
Cheri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2007 01:17 AM
07-19-2007 01:17 AM
Re: System bootup but console shown "[700] SCSI event" continuously
err disable what?
Not possible to disable ide - built into mainlogic board of DS15. Replace main logic board to fix.
Disable scsi - also built into main logic board [x2 = two built in]. Not possible to disable - replace main logic board to fix or if only one port is in use transfer the cable to the other one. However the second port is only supposed to be used for external devices if my memory is correct for this system [check ds15 quickspecs]. Note if you do move the cable then the "names" of your disks will also move.
Bad ide device? in the case of the ds15 it would be the cdrom. Well you could remove the cable but then how are you going to use the cdrom!? Replace cdrom.
Bad scsi device? probably disk or maybe tape, well remove it and replace it with a new one.
Mark...