HP OVO Forum | Monitoring Solution

Full Version: How to manually create a ovcd service in windows?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to manually create a ovcd service in windows?


create the service with following steps (change the path to ovcd.exe as required):
> sc delete OvCtrl
> sc create OvCtrl binPath= "\"C:\Program Files\HP\HP BTO Software\bin\ovcd.exe\"" start= auto DisplayName= "HP OpenView Ctrl Service"
> sc description OvCtrl "HP OpenView Control Service for controlling and monitoring integrated OpenView processes."
Reference URL's