Hello everyone!
Current situation:
1. Server DELL PowerEdge R610.
2. OS: RHEL 6.3.
Task: I need to find out drivers version on server and identify those of them which very old. After this I need to download a newer version of driver and update it.
What I have alreade tried?
1. lsmod - shows list of kernel modules.
2. lspci -v - shows a detailed info about all pci-devices with kernel module name.
3. modinfo <kernel module name>.
What and where is the problem?
The problem is that I cannot identify module version - modinfo gives me only filename and vermagic fields that consists only RHEL kernel version, but not a version of driver.
And may be anybody knows any other automatic tool of drivers updating - something similar like Version Control Agent on HP Servers?
Thank you