Red Hat 4 Driver question....

Scarpozzi

Lifer
Jun 13, 2000
26,392
1,780
126
I've inherited a few RedHat servers at work and am working with a vendor. They're wanting to know what driver version the HBAs are. I've isolated the modules that are loading in /etc/modules.conf to be qla2300.

I tried typing lsmod at the prompt and got a 'command not found' error. I went to /proc/modules and verified the driver myself...but still need to get the driver version.

I tried the command, "modinfo qla2300" at the console and got the "command not found" error once more. How can I figure out what version it is? Thanks,

-Scar
 

kedlav

Senior member
Aug 2, 2006
632
0
0
the path for lsmod (/sbin) is probably not in your default path. You can easily modify your default variables like path to include common directories like /sbin, /bin, /usr/bin, /usr/sbin, etc.