Symantec IGA

 View Only
  • 1.  IM as a Windows Service

    Posted Mar 30, 2013 07:42 AM
    Hi,

    Is there an alternate way to run IdentityMinder (JBoss) as a Windows service apart from using Java Service Wrapper?

    Thank you,

    Arij


  • 2.  RE: IM as a Windows Service
    Best Answer

    Posted Apr 01, 2013 02:38 AM
    Jboss from 5.x comes with its own Windows Service wrapper, jbosssvc.exe.
    The service can be install using command: service.bat install
    If you want to change service properties (like display name, name, description) you need to edit the service.bat file before installing the service.

    The other solution would be to run the windows tools (like srvany.exe) to create the service, but in this case you need to create a custom run.bat were you will put all the arguments needed for IM to start.


  • 3.  RE: IM as a Windows Service

    Posted Apr 01, 2013 02:28 PM
    The procedure for using the service.bat utility is described in the CA IdentityMinder 12.5 SP15 bookshelf.
    You can use this link:

    https://support.ca.com/cadocs/0/CA%20Identity%20Manager%20r12%205%20SP15-ENU/Bookshelf_Files/HTML/idocs/2147067.html


  • 4.  RE: IM as a Windows Service

    Posted Apr 02, 2013 04:36 AM

    joest01 wrote:

    The procedure for using the service.bat utility is described in the CA IdentityMinder 12.5 SP15 bookshelf.
    You can use this link:

    https://support.ca.com/cadocs/0/CA%20Identity%20Manager%20r12%205%20SP15-ENU/Bookshelf_Files/HTML/idocs/2147067.html
    Thank you.


  • 5.  RE: IM as a Windows Service

    Posted Apr 02, 2013 04:45 AM
    The procedure describe in bookself is refering to cluster installation for JBoss. Otherwise instead of -c all, put -c default


  • 6.  RE: IM as a Windows Service

    Posted Apr 02, 2013 04:35 AM

    bogdan.barbu wrote:

    Jboss from 5.x comes with its own Windows Service wrapper, jbosssvc.exe.
    The service can be install using command: service.bat install
    If you want to change service properties (like display name, name, description) you need to edit the service.bat file before installing the service.

    The other solution would be to run the windows tools (like srvany.exe) to create the service, but in this case you need to create a custom run.bat were you will put all the arguments needed for IM to start.
    Thank you Bogdan.