- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ioscan causes system crash
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-24-2001 04:31 AM
10-24-2001 04:31 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2001 04:35 AM
10-24-2001 04:35 AM
Re: ioscan causes system crash
"Crash"? Please define that further. Also, exactly what command syntax are you using?
In the meantime, have a look at '/var/adm/syslog/syslog.log'.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2001 04:39 AM
10-24-2001 04:39 AM
Solutionhttp://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0x2dc6cf38d6bdd5118ff10090279cd0f9,00.html
on the crash dump and look for HPMC errors...this again would indicate hardware problems. Finally, check the tombstones (for HPUX 11.0 and above) in /var/tombstones. The latest one is called ts99 in this directory.
Was there any recent hardware changes to this machine?
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2001 04:40 AM
10-24-2001 04:40 AM
Re: ioscan causes system crash
1. Check /var/adm/syslog/OLDsyslog.log
...look for any messages
2. Check
/etc/shutdownlog
...look for panic message and some reason
I have had ioscan go 'flippy' on me because I had forgotten to load a patch PHSS_18742 or 43 depending on O/S.
Without some further info...like messages, your system config, etc...it's hard to say. Also, does your system come back up ok?? Are there any messages on your LED panel on the box?...could it be a flacky power supply or controller?....
Just some thoughts & ??'s that come to mind,
Rit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2001 04:48 AM
10-24-2001 04:48 AM
Re: ioscan causes system crash
It might also be informative to limit the 'ioscan' to only the kernel's view and/or usable devices. For instance, if 'ioscan -fn' fails, does 'ioscan -kfn' or 'ioscan -ufn' fail too? [ The -k or -u options suppress scanning actual hardware ].
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2001 05:59 AM
10-24-2001 05:59 AM
Re: ioscan causes system crash
Are you sure it was IOscan
which crashed the system??
""Normally"", Ioscan command
hangs if it can''t find out
a hardware which is listed
in the kernel.
Check whether there were
any changes done to /etc/ioconfig and
/stand/ioconfig files, by
looking at their timestamps.
#run ioscan with -k option
which reads the kernel
rather than scanning
the hardware.
ioscan -nkf >/tmp/ios.out
go through the file and
make sure you see everything
out there.
#Make sure the system is patched.
#Analyse the crash dump (q4)
#have a look at the syslog
and shutdown.log file.
-raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2001 06:39 AM
10-24-2001 06:39 AM
Re: ioscan causes system crash
should not crash
You should have errors after startup in /etc/rc.log
and dmesg
This may give you the clue.
If you have fibre channel you may have a duplicated loop id.
Remove fibre links or analyse which one is wrong.
Does bdf crash? If it does, then you probably have some scsi problem not fibre.
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 05:52 AM
10-25-2001 05:52 AM
Re: ioscan causes system crash
Regards,
Anthony.