Operating System - Linux
1752777 Members
6318 Online
108789 Solutions
New Discussion юеВ

Re: rhel 4 ioscan equivalent?

 
Brent DeGennaro
Regular Advisor

rhel 4 ioscan equivalent?

I'm trying to determine what devices the rhel 4 sees connected. Specifically I'm trying to determine if the box sees a tape drive in our ESL9322 tape library.
6 REPLIES 6
Steven E. Protter
Exalted Contributor

Re: rhel 4 ioscan equivalent?

Shalom,

No equivalent.

I use dmesg and hwbrowser (GUI)

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Kevin Wright
Honored Contributor

Re: rhel 4 ioscan equivalent?

If you have the psp installed, you can run the HP fibre tools/commands hp_rescan. lssg/lssd, check your scsi files under /proc. All attached devices will show up there.
dirk dierickx
Honored Contributor

Re: rhel 4 ioscan equivalent?

i can recommend 'lshw', it has packages available for rhel, check the site bellow for infos.

http://www.ezix.org/project/wiki/HardwareLiSter
sabal
Occasional Advisor

Re: rhel 4 ioscan equivalent?

Hi Brent,

You can use dmidecode & lspci to get a list of hardware connected.

Thanks
skt_skt
Honored Contributor

Re: rhel 4 ioscan equivalent?

/proc/scsi/scsi should have your scsi tape (sequential device) information..

This is what i did for my scsi tape. You may have to find the equivalent module...

root]# lsmod|grep aic
root]# modprobe aic79xx
root]# lsmod|grep aic
aic79xx 189020 0 (unused)
diskdumplib 5324 0 [aic79xx]
scsi_mod 115240 4 [aic79xx st ips sd_mod]
Hasan  Atasoy
Honored Contributor

Re: rhel 4 ioscan equivalent?

for disk and tapes ;

cat /proc/scsi/scsi

Hasan.