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
03-31-2004 02:35 AM
03-31-2004 02:35 AM
as "ioscan" on HP-UX?
Or is there any command or tool that I can use
on linux to check out what hardware I have on
the system?
Thanks for any help...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2004 02:41 AM
03-31-2004 02:41 AM
Re: ioscan
Those that follow me will post a few commands than mimic ioscan functions.
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
03-31-2004 02:45 AM
03-31-2004 02:45 AM
Re: ioscan
We don't have GUI on our linux systems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2004 02:47 AM
03-31-2004 02:47 AM
Re: ioscan
Another option is to use something called "hwbrowser". You can get it from here:
http://rpmfind.net/linux/RPM/ASP/i386/RPMS.9/hwbrowser-0.8-9.noarch.html
I personally have not tried this yet.
-Hazem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2004 02:48 AM
03-31-2004 02:48 AM
Re: ioscan
-Hazem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2004 02:03 PM
03-31-2004 02:03 PM
Re: ioscan
cdrecord -scanbus
It's good for scanning SCSI bus's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2004 03:01 PM
03-31-2004 03:01 PM
Solutionhave a look at lshw
http://ezix.sourceforge.net/software/lshw.html
It has an "ioscan-like" output mode.
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2004 04:24 PM
03-31-2004 04:24 PM
Re: ioscan
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=493910
it works fine ...
-Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2004 06:51 PM
03-31-2004 06:51 PM
Re: ioscan
everything you want to know on hardware and more is in there, you can simply 'cat' the files to get info.
like 'cat /proc/pci' will give you all info on the pci bus and connected cards/devices, likewise 'cat /proc/cpuinfo' will show you all details on cpu's etc...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 07:26 AM
04-02-2004 07:26 AM
Re: ioscan
I just have one more question. lshw is opensource free software that can be installed on my linux, right?
Thanks...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 07:29 AM
04-02-2004 07:29 AM
Re: ioscan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2004 11:12 AM
04-03-2004 11:12 AM
Re: ioscan
lshw is licensed under the GPL, the full text can be found in the COPYING file that came with the source code. Essentially it means you can use it for free, but can not claim it as your own and sell it to others.
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2004 02:20 AM
04-05-2004 02:20 AM
Re: ioscan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2004 06:16 AM
04-05-2004 06:16 AM
Re: ioscan
install lshw on redhat 7 (Kernel 2.4.18-3)
The error message is below:
[root@akrengcvs1 lshw-A.01.06]# make all
c++ -g -Wall -c usb.cc -o usb.o
usb.cc: In function `string BCDversion (short unsigned int)':
usb.cc:216: `snprintf' undeclared (first use this function)
usb.cc:216: (Each undeclared identifier is reported only once for each
function it appears in.)
make: *** [usb.o] Error 1
I am not familiar with c++ with function.
Am I missing library that include snprintf function?
Thanks for any help..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2004 09:21 AM
04-05-2004 09:21 AM
Re: ioscan
the file mentioned does miss the line
#include
And just for completeness, somebody else figured this in another thread here in the forums.
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2004 01:26 AM
04-06-2004 01:26 AM
Re: ioscan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2004 02:55 AM
04-15-2004 02:55 AM