- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ioscan output
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
11-08-2001 06:15 AM
11-08-2001 06:15 AM
Does anyone know the exact fields in the output of
ioscan -F.
An Example:
scsi:wsio:F:T:F:-1:203:159744:ctl:sctl:10/12/5.7.0:0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 :2:root.ccio.bus_adapter.c720.tgt.sctl:sctl:CLAIMED:DEVICE:Initiator:2
I read the manpage but could not map all the fields.
thanks,
Jayesh
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2001 06:48 AM
11-08-2001 06:48 AM
Re: ioscan output
I attach the file with description of the fields taken from man ioscan
rgds
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2001 06:54 AM
11-08-2001 06:54 AM
Re: ioscan output
wsio: ??
F: <- Block device does not exist (for cards)
T: <- Character device exists
F:< PSeudo device does not exist
-1: < block number does not exist
203: < Character major numbe(ll /dev |grep203)
159744:< character Minor number>
ctl: -< class is controller
sctl: -< driver is scsi controller
10/12/5.7.0:0 0 0 0 0 0 0 0 0 0 0 0 0 0 00
: -
root.ccio.bus_adapter.c720.tgt.sctl:<- module path(for a S/w pov)
sctl: <- scsi controller controls this .
CLAIMED:<- It is available
DEVICE: < It is a Device (not memory/processor)
Initiator: _- what it is.
2 <- instance number (this is possibly the second instance of the device on the system)
***
Normally, we use -F option only in scripts
and extract the values required. But, for
regular interactive use, ioscan -nkf or
ioscan -nf or ioscan -nkfC
more understandable.
-raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2001 07:03 AM
11-08-2001 07:03 AM
Re: ioscan output
"wsio" for?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2001 07:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2001 07:51 AM
11-08-2001 07:51 AM
Re: ioscan output
Take a look at the threads below,
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B3920-90091/B3920-90091_top.html&con=/hpux/onlinedocs/B3920-90091/00/00/57-con.html&toc=/hpux/onlinedocs/B3920-90091/00/00/57-toc.html&searchterms=ioscan&queryid=20011108-075144
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B9106-90008/B9106-90008_top.html&con=/hpux/onlinedocs/B9106-90008/00/01/174-con.html&toc=/hpux/onlinedocs/B9106-90008/00/01/174-toc.html&searchterms=ioscan&queryid=20011108-075144
Hope this helps.
Regds