CA PIM: How to disable PIM service and driver
book
Article ID: 111955
calendar_today
Updated On:
Products
CA Virtual Privilege Manager
CA Privileged Identity Management Endpoint (PIM)
CA Privileged Access Manager (PAM)
Issue/Introduction
Can we disable all Windows PIM Endpoint services and drivers?
Environment
Windows
CA PIM12.8SP1
Resolution
Yes, it is possible.
1: Please stop PIM services.
C:\> secons -s
If other PIM services are started yet, please stop them via (Windows service menu)services.msc,etc.
2: Please disable all PIM service via (Windows service menu)services.msc,etc.
3: Please stop PIM drivers.
C:\> net stop seosdrv
C:\> net stop cainstrm
C:\> net stop drveng
4: Please disable PIM drivers.
C:\> sc config seosdrv start= disabled
C:\> sc config cainstrm start= disabled
C:\> sc config drveng start= disabled
Feedback
thumb_up
Yes
thumb_down
No