Symantec IGA

 View Only
  • 1.  IM manual deploy on Jboss

    Posted Jul 31, 2017 02:48 AM

    We would like to deploy Identity Manager on JBOSS EAP 6.X running on customer middleware infrastructure.

    Is there any step by step guide to manually deploy iam_im.ear to JBOSS EAP 6.x (like we have for WebSphere) ?

     

    Thanks

    Fabrizio



  • 2.  Re: IM manual deploy on Jboss
    Best Answer

    Broadcom Employee
    Posted Jul 31, 2017 04:26 AM

    The best way is to use the included installer, and point it to the JBOSS folder.



  • 3.  Re: IM manual deploy on Jboss

    Broadcom Employee
    Posted Aug 08, 2017 10:34 AM

    A little more information on this:

    There is no manual deployment steps for jboss.

    The ear file cannot be extracted from the installer like Websphere.

    It may be possible if you create a reference install into a jboss app server, but there is no documentation to support this.



  • 4.  Re: IM manual deploy on Jboss

    Broadcom Employee
    Posted Aug 13, 2017 11:25 PM

    Yes, It is possible to deploy IDM manually on the JBOSS infrastructure and I have done this setup for a customer and has been running successfully in production(IDM 12.6.8). Having said that this deployment is not recommended and not supported by CA officially.

     

    DEVOPS process was used to automate the build/deployment and below are the high-level steps which we followed:

     

    DEVOPS Tools used:

     

    •       Bitbucket as a version controlling tool
    •       Maven as a build tool to package IDM application
    •       Jenkins as a deployment tool

     

    1.         Install IDM in a Lab or LOD environment and extract the iam_im.ear file and castylesr5.1.1.war files. And externalize the environment variables such as ra.xml, DB Credentials, custom codes/properties (if any) using the bitbucket version controlling automation.
    2.         IDM application was packaged into 2 .ear files(iam_im.ear & castylesr5.1.1.ear) using Maven build tool and deployed as a J2EE application on the Jboss 6.x using Jenkins automation.

     

    It is hard to set it up initially, however if you nail it down the initial setup, rest all is very easy and smoother than the regular installer based setup. It just takes less than 30 minutes to bring up an IDM in a new environment using this automation process.

     

    Let me know, if you need further details on this process. Thanks.



  • 5.  Re: IM manual deploy on Jboss

    Broadcom Employee
    Posted Aug 29, 2017 07:06 AM

    Putting these two IDM files (.ear & .war) into JBoss App Server or any other supported App Server, consolidating them into Container and shipping that into Docker - will be the next thing I believe J

     

    Regards,

    Sumeet

     



  • 6.  Re: IM manual deploy on Jboss

    Posted Aug 29, 2017 06:16 AM

    Put our products under devops methodology sounds great ! thanks for your effort



  • 7.  Re: IM manual deploy on Jboss

    Broadcom Employee
    Posted Sep 12, 2017 04:44 PM

    Update:

     

    Above described DEVOPS process was successfully tested with IDM 14.1 version too.