- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Server Rebooted... IOSCAN returns NO RESULTS
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-16-2005 01:17 AM
02-16-2005 01:17 AM
Server Rebooted... IOSCAN returns NO RESULTS
any thoughts?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 01:21 AM
02-16-2005 01:21 AM
Re: Server Rebooted... IOSCAN returns NO RESULTS
when you rebooted the server any error messages? It must have recognized something, otherwise how did it boot (system disk).
So ioscan comes back with NOTHING?
Try stm and come back with your findings.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 01:23 AM
02-16-2005 01:23 AM
Re: Server Rebooted... IOSCAN returns NO RESULTS
Maybe ioscan is corrupt or another file called ioscan in the PATH
/usr/sbin/ioscan -nf
ll /usr/sbin/ioscan
Please define what doesnt work
does bdf work
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 01:37 AM
02-16-2005 01:37 AM
Re: Server Rebooted... IOSCAN returns NO RESULTS
compare 'which ioscan' with the informations you got above about the ioscan-path.
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 06:20 AM
02-16-2005 06:20 AM
Re: Server Rebooted... IOSCAN returns NO RESULTS
/usr/sbin/ioscan gives no results.
bdf sees all the mounted volumes... but is not seeing the tape devices... which are in fact working...
ioscan -fnC tape does not find any tape devices... these are fiber attached tape drives in an HP library
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 09:29 AM
02-16-2005 09:29 AM
Re: Server Rebooted... IOSCAN returns NO RESULTS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 09:47 AM
02-16-2005 09:47 AM
Re: Server Rebooted... IOSCAN returns NO RESULTS
look through /var/adm/sw/swinstall.log and see if there were any ioscan- or kernel spefific patches installed while ignoring the dependencies.
consider building a new kernel for testing purposes if downtime is available (do an ignite backup before, just in case...)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 12:04 PM
02-16-2005 12:04 PM
Re: Server Rebooted... IOSCAN returns NO RESULTS
Try lssf /dev/rmt/????, can you see the HW path of the tape drive?
Try restarting the tapedrive/library then run ioscan -fnC tape.
I have the same experience but it is a DDS tape drive. I cannot find the tape drive using ioscan, when i run lssf /dev/rmt/0mn it saya "HW located at ???". I just power off/on the tape drive then run ioscan -fnC tape.
Hope that helps,
Regds,
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 11:01 PM
02-16-2005 11:01 PM
Re: Server Rebooted... IOSCAN returns NO RESULTS
If your ioscan binary has been corrupted, you should just be able to copy one from another system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 11:19 PM
02-16-2005 11:19 PM
Re: Server Rebooted... IOSCAN returns NO RESULTS
1.whereis ioscan
2.cksum ioscan---->
# cksum ioscan
937153911 229376 ioscan
output wil like this.
3.ioscan -fn --- Outout ???
see your HSC SCSI cntrlls are detected
good luck
binu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2005 01:22 AM
02-17-2005 01:22 AM
Re: Server Rebooted... IOSCAN returns NO RESULTS
THANKS!