Operating System - HP-UX
1837984 Members
2825 Online
110124 Solutions
New Discussion

EMChrdp module canot be unloaded

 
Joelmel Roche
Valued Contributor

EMChrdp module canot be unloaded

hi,
any ideas how we can unload or unconfigured the above EMC driver?

kmadmin shows the module as LOADED
but it cant be unconfigured or removed.
there are no entries for the driver on /stand/system and on kmsystem -s output.

how do we force a driver to be removed?

thanks,
dan
1 REPLY 1
Sameer_Nirmal
Honored Contributor

Re: EMChrdp module canot be unloaded

If the EMChrdp kernel module is statically linked to the kernel, then it can't be unloaded from running kernel. Only Dynamically Loadable Kernel Module ( DLKM ) could loaded or unloaded from running kernel.

Check the module details with
# kmadmin -Q EMChrdp
# kmsystem -q EMChrdp
# kmadmin -k

If the kernel module is static, then you have to remove its files from /stand/system.d and /usr/conf/master.d
and rebuild the kernel.

Do you know when you installed the module, you had to rebuild the kernel?