This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Install additional services on same job server

Hi Experts,

Iv'e been made aware that one Server can host multiple job services. The use case here is that in our dev environment, we have 2 separate 1IM DBs (on the same DB Server) and we oly have 1 available server we can use as a job server. So, the idea is to install 2 services on that one server, one which connnects to DB1 and another which connects to DB2

I installed the first service fine (not remote), but when I install the second service it doesn't create a new service. I only have one "Dell One IDentity Manager" service running on the job server.

How do I install the other service? Can I give that service another name? (e.g. Dell One Service DB2)? How Do I specify different install paths for both services? Confused.....

Thanks

Kin

Parents
  • Hi Kin,

    Make a copy of the install binaries folder on your job server .... e.g.

    C:\Program Files (x86)\Dell\One Identity Manager Copy\

    Then create your service as follows:

    sc create IdentityManagerService-Copy binpath= "C:\Program Files (x86)\Dell\One Identity Manager Copy\viNetworkService.exe" DisplayName= "One Identity Manager Service - Copy"

    You will need to run the JobServiceConfigurator.exe from the copy directory and remember to change the port that the http service runs on as 1880 will already be taken by the other service.

    HTH, Barry.
Reply
  • Hi Kin,

    Make a copy of the install binaries folder on your job server .... e.g.

    C:\Program Files (x86)\Dell\One Identity Manager Copy\

    Then create your service as follows:

    sc create IdentityManagerService-Copy binpath= "C:\Program Files (x86)\Dell\One Identity Manager Copy\viNetworkService.exe" DisplayName= "One Identity Manager Service - Copy"

    You will need to run the JobServiceConfigurator.exe from the copy directory and remember to change the port that the http service runs on as 1880 will already be taken by the other service.

    HTH, Barry.
Children
No Data