- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: IOSCAN equivalent command in Linux
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
Discussions
Discussions
Discussions
Forums
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
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
тАО09-18-2004 11:33 PM
тАО09-18-2004 11:33 PM
IOSCAN equivalent command in Linux
-thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2004 11:54 PM
тАО09-18-2004 11:54 PM
Re: IOSCAN equivalent command in Linux
One tool you will find on most Redhat is
# sysreport
this is in fact use to gather as much information as posible to send to redhat so they can help you with "Probems", This will gather HW and SW information create a report for diagnotic purpose only and send this via mail to Redhat but you can run this and not send the mail (It will ask you to send the mail manualy)! I use this one in a while to save elsewhere in case of disaster so I now exactly what I had ! (The whole report is in a tar.bz2 file in /tmp)
there are also is also a lot of informations to be found by reading the file in the /proc directory like
#cat /proc/cupinfo
hope this help you along.
J-P (Jean-Pierre)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-19-2004 03:46 AM
тАО09-19-2004 03:46 AM
Re: IOSCAN equivalent command in Linux
There is no direct equivalent, but...
/var/log/dmesg - upon booting the Linux kernel generates messages cataloging detected hardware.
The /proc filesystem contains pseudo-files which provide detailed hardware information. For example /proc/cpuinfo, proc/meminfo, etc.
The kudzu utility maintains a DB of detected and configured hardware, found at /etc/sysconfig/hwconf. As part of the boot process, kudzu compares the currently detected hardware to the stored DB. This comparison can be forced by calling the kudzu command directly. If new hardware is detected, or previousely existing hardware is removed, kudzu will attempt to automatically reconfigure the system, or steer the administrator to the appropriate interactive configuration utility.
Try this:
cat /etc/sysconfig/hwconf
hwbrowser provides a GUI that shows most of the detected hardware.
Tools not in RedHat Linux by default:
scsiadd & the new lshw
They are in Debian Linux
[root@rolin root]# lspci -vt
-[00]-+-00.0 Intel Corp. 82815 815 Chipset Host Bridge and Memory Controller Hub
+-01.0-[01]----00.0 nVidia Corporation NV5 [RIVA TNT2/TNT2 Pro]
+-1e.0-[02]----08.0 Intel Corp. 82801BA/BAM/CA/CAM Ethernet Controller
+-1f.0 Intel Corp. 82801BA ISA Bridge (LPC)
+-1f.1 Intel Corp. 82801BA IDE U100
+-1f.4 Intel Corp. 82801BA/BAM USB (Hub #2)
\-1f.5 Intel Corp. 82801BA/BAM AC'97 Audio
usbview (GUI)
On RedHat also try dmidecode
HTH,
Ross
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-19-2004 01:42 PM
тАО09-19-2004 01:42 PM
Re: IOSCAN equivalent command in Linux
Prior threads, full of good suggestions:
http://search.hp.com/redirect.html?url=http%3A//forums1.itrc.hp.com/service/forums/questionanswer.do%3FthreadId%3D25129&qt=equivalent+%2Bioscan+%2Blinux&hit=1
http://search.hp.com/redirect.html?url=http%3A//forums1.itrc.hp.com/service/forums/questionanswer.do%3FthreadId%3D20751&qt=equivalent+%2Bioscan+%2Blinux&hit=2
http://search.hp.com/redirect.html?url=http%3A//forums1.itrc.hp.com/service/forums/questionanswer.do%3FthreadId%3D493910&qt=equivalent+%2Bioscan+%2Blinux&hit=7
The last one is particularly good.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-19-2004 04:59 PM
тАО09-19-2004 04:59 PM
Re: IOSCAN equivalent command in Linux
cat /proc/devices
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-19-2004 06:31 PM
тАО09-19-2004 06:31 PM
Re: IOSCAN equivalent command in Linux
other then that you can 'cat' the following:
/proc/devices, /proc/interrupts, /proc/iomem, /proc/ioports
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-20-2004 02:29 AM
тАО09-20-2004 02:29 AM
Re: IOSCAN equivalent command in Linux
This will look and feel like ioscan..
use the command as lshw -short...
I found this through another thread on this forum but forgot which message..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-20-2004 03:42 AM
тАО09-20-2004 03:42 AM
Re: IOSCAN equivalent command in Linux
Other option is the cfg2html script. There is a Linux version of this script available.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-13-2012 08:40 AM
тАО02-13-2012 08:40 AM
Re: IOSCAN equivalent command in Linux
Hi
If you are trying to add some more disk's or lun's try fdisk -l
If the lun are correctly present they will show in the output of fdisk -l .
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-13-2012 08:43 AM
тАО02-13-2012 08:43 AM