Video Screencast Help
Search Video Help Close Back
to help
Not able to make it to Vision this year? Get a sampling in the Best of Vision on Demand group.

SF 5.1 on Linux , rhel 5.6 on x86_64

Updated: 05 Jan 2012 | 1 comment
ppchu99's picture
0 0 Votes
Login to vote
This issue has been solved. See solution.

vxfs module failed to load...

dmesg shows

vxfs: disagrees about version of symbol struct_module

 

uname -a shows:

2.6.18-238.19.1.el5xen #1 SMP Fri Jul 15 08:16:59 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux
 

 

 rpm -qa | grep VRTS
VRTScscm-5.1.00.20-Linux_GENERIC
VRTSspt-5.5.00.0-GA
VRTSsfmh-2.1.198.0-0
VRTSdbed-5.1.0.0-RHEL5
VRTSvxfs-5.1.101.000-RP1_RHEL5
VRTSperl-5.10.0.7-RHEL5.3
VRTScutil-5.1.00.00-GA_GENERIC
VRTSodm-5.1.00.00-A39_RHEL5
VRTSsfop-1.0-6.0
VRTSsfmcs-2.1.198.0-0
VRTSvlic-3.02.51.0000-0
VRTSaslapm-5.1.00.00-GA_RHEL5
VRTSvxvm-5.1.101.100-SP1RP1P1_RHEL5
VRTSobgui-3.4.15.0-0
VRTSob-3.4.235-0
 

Comments

Gaurav Sangamnerkar's picture
26
Dec
2011
1 Vote +1
Login to vote

Any freevxfs loaded ? # lsmod

Any freevxfs loaded ?

# lsmod | grep freevxfs

If the freevxfs module is loaded, unload the module:

# rmmod freevxfs

 

Also, is the package installed consistent ? Don't remember the exact switch to check the consistency but think it is "rpm -v v or rpm -verify !)

 

Gaurav

PS: If you are happy with the answer provided, please mark the post as solution. You can do so by clicking link "Mark as Solution" below the answer provided.