1825775 Members
2173 Online
109687 Solutions
New Discussion

insf -ev error messages

 
Arnold_14
Advisor

insf -ev error messages

I'm getting this message when I run insf -ev

insf: Unable to unload the driver: drmfglinsf: Unable to unload the driver: gvid_him_fglrxinsf: Unable to unload the driver: drmfglrx

It's a SAN storage and the storage was just allocated to a new server. On the old server, everything was fine.

There's an opinion this happens because we still have the old information on the disk somehow and I need to flush them out. I did a pvremove before the LUN was detached and it didn't fix the problem.

Suggestion?
Thanks
Arnold
7 REPLIES 7
SureshKumar_2
Valued Contributor

Re: insf -ev error messages

Hi arnold,

*) infs -ev --> Will do for recreation device files in verbose mode.

*) Is this problem on Old/New server???

*) Did u used same LUN or u had modified/recreated for the new server??? - if u have modified LUN on SAN, then u may no need to do.. Since modification/recreation erases all data on that LUN.

*)Once u did pvremove, data on that LUN lvm info related to that particular LUN would have been removed.

*) This error u might be getting because of driver/subsystem loaded in the kernel.

*) Could u plz give the content of /stand/system file.

Suresh
Things are very easy, when u know about it...
Jiri D
Advisor

Re: insf -ev error messages

I hope that this device is not in use, try ioscan -> when find NO_HW device, run rmsf -H hw_path for remove this device.

Jirid
SANTOSH S. MHASKAR
Trusted Contributor

Re: insf -ev error messages

Hellow

Run ioscan

# ioscan -fun

This will show the devices already configured.

If will show NO_HW if the device is not present.

then

# ioscan -fn

This will rescan the hardware there by it will show only present connected devices
(so u get rid of non connected devices).

Then run insf

# insf -ev

Now u may not get the error.

Regards

-Santosh
Mike Stroyan
Honored Contributor

Re: insf -ev error messages

Those names (drmfgl, gvid_him_fglrx, and drmfglrx) are dynamically loadable kernel modules for graphics cards. They are normally loaded and unloaded by /sbin/init.d/xf86 and its links as /sbin/rc1.d/K100xf86 and /sbin/rc2.d/S700xf86. I don't know why they are present on a server, or why insf is complaining about them.

You may want to unload and unregister those dlkms with the kmadmin and kmmodreg commands.
Mike Stroyan
Honored Contributor

Re: insf -ev error messages

Patch PHKL_29818 for HP-UX 11.11 includes a fix for a problem with being unable to unload DLKMs. That might help your problem (if you are running 11.11).

Re: insf -ev error messages

From what we've seen, this error message shows up every time you run insf on a rp3440. We even tried removing the graphic driver from the kernel, but we're still getting the message. I would just ignore the message and wait for HP to put out a fix.

Karl
Alistair Tonner
Occasional Advisor

Re: insf -ev error messages

try this document:

http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000075521025
It is not kown if the saying "May you live in interesting times." is a curse or blessing. My life is interesting.