• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Red Hat 4 Driver question....

Scarpozzi

Lifer
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
 
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.
 
Back
Top