- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to remove lingering driver enteries
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2008 01:58 AM
02-08-2008 01:58 AM
How to remove lingering driver enteries
I uninstalled a product called EVFS from Hp-UX but still I see that the driver entries can be seen
# swlist EVFS
# Initializing...
# Contacting target "evfsi8"...
ERROR: Software "EVFS" was not found on host "evfsi8:/".
# lsdev | grep evfs
123 -1 evfs_evs unknown
124 -1 evfsadmin unknown
125 4 evfsevol unknown
125 4 evfsevol unknown
Now if i try to re-install the same version of EVFS then even though swinstall is passing , the drivers are not installed.
Is this a issue with the way it is coded....If yes can u suggest possible script/ code changes to solve this isssue.
Thanks!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2008 03:18 AM
02-08-2008 03:18 AM
Re: How to remove lingering driver enteries
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2008 04:11 AM
02-08-2008 04:11 AM
Re: How to remove lingering driver enteries
How? Did you use swremove?
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2008 09:22 AM
02-08-2008 09:22 AM
Re: How to remove lingering driver enteries
only lsdev shows me the entries of drivers and i cannot find a driver in the driver path ......so can't do a rm or mv ..
-Pavan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2008 09:26 AM
02-08-2008 09:26 AM
Re: How to remove lingering driver enteries
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2008 09:15 PM
02-11-2008 09:15 PM
Re: How to remove lingering driver enteries
:(
Looks like i am stuck big time with this issue.
-Pavan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2008 05:13 AM
05-09-2008 05:13 AM
Re: How to remove lingering driver enteries
kminstall -d EMCmpf . kminstall is not available on my hpux 11.23 system.
The device/drivers?? show up from
strings /etc/ioconfig and
strings /stand/ioconfig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2008 06:04 AM
05-09-2008 06:04 AM
Re: How to remove lingering driver enteries
In HP-UX 11.23, the kminstall command was replaced with the kcmodule command. It has a different syntax, so just changing the command name is not enough.
I'd guess the 11.23 style for "kminstall -d EMCmpf" would be:
kcmodule EMCmpf=uninstall
assuming that the name of the EMC module is still the same in 11.23.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2008 07:18 AM
05-09-2008 07:18 AM
Re: How to remove lingering driver enteries
Kcmodule -a does not list EMCmpf. The uninstall fails with a message stating that the module is not found.
These module/devices/driver (I'm not sure which, EMC docs call it a module, but lsdev lists it as a driver) show up in the lsdev list.
Additoinal background.
The software cause a system panic when an insf -e was performed after the install. The system was booted off of /stand/backup/vmunix. After the filesystems were fsckd. The system was rebooted normally and the sw was swremoved. At this point I'm just trying to get rid of all the lingering pieces.
Regards,