- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: who can clearly tell the difference of ioscan ...
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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-27-2004 02:41 AM
10-27-2004 02:41 AM
please help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 02:45 AM
10-27-2004 02:45 AM
Solution-f full listing of devices(give details about class, drive and some other details.)
-u usable device
ioscan -fk
As said above -f stand for full listing.
-k Look in the kernel (do not actullay do a llokup, just list what is there in kernel)
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 02:55 AM
10-27-2004 02:55 AM
Re: who can clearly tell the difference of ioscan -fu and ioscan -fk
If ioscan -k is used, the kernel I/O system data structures are scanned instead of the actual hardware, and the results are listed.
If ioscan is invoked with the -u option, usable I/O system devices (those with a driver in the kernel that have a logical unit number assigned) are listed.
You can alos use -C for class, like disk, or lan
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 02:58 AM
10-27-2004 02:58 AM
Re: who can clearly tell the difference of ioscan -fu and ioscan -fk
while -u will scan and list usable IO system devices for example disks. CD and HBA etc.
Thanks
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 02:59 AM
10-27-2004 02:59 AM
Re: who can clearly tell the difference of ioscan -fu and ioscan -fk
I would add that both options do not rescan the hardware
So you may see with e.g. ioscan -funC disk
all the disks installed since the last hardware scan even though some may not be reachable ( deactivated one HBA or a scsi controller...)
The same is true if you have just added new hardware (disks): They will not show up till a full hardware scan is performed...
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 03:00 AM
10-27-2004 03:00 AM
Re: who can clearly tell the difference of ioscan -fu and ioscan -fk
but ioscan -k ,find process and memory,
are these device not usable?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 03:15 AM
10-27-2004 03:15 AM
Re: who can clearly tell the difference of ioscan -fu and ioscan -fk
-k shows those as well as items like system bus adapters, the "target" class, processor.
memory does NOT have a logical unit number assigned - that's why it doesn't show up in a -u
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 03:15 AM
10-27-2004 03:15 AM
Re: who can clearly tell the difference of ioscan -fu and ioscan -fk
Pete
Pete