IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#TechXchangePresenter
 View Only
  • 1.  Creating multiple secured environments/silos/domains

    Posted Fri May 24, 2013 01:46 PM

    Hello,

    I have a very basic clarification on configuration and setup. We have a single installation for Development environment. We need to create another Sandbox environment to train developers in the same installation such a way that it can be independently created and managed without affecting the regular Dev environment where teams will be collaborating. The users having access to sandbox environment can have full access to components within the scope of sandbox and should not be able to view or modify the components in Dev environment. The two environments should be independently created, configured, destroyed, base lined, backed up & restored. Is that possible with webMethods ESB? Appreciate your help.

    Thanks in advance,
    Kumar


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-Architecture
    #webMethods-General


  • 2.  RE: Creating multiple secured environments/silos/domains

    Posted Fri May 24, 2013 05:39 PM

    For what you are trying to do, I think you will need two installations (or call it environments).
    Within one installation, you can use groups to control access to different resources. But seems you want to allow modification of the system, any change to be done will be reflected to the whole system.
    So, two installation is the way to go.
    HTH,


    #webMethods
    #webMethods-Architecture
    #webMethods-General
    #Integration-Server-and-ESB


  • 3.  RE: Creating multiple secured environments/silos/domains

    Posted Fri May 24, 2013 05:56 PM

    Thanks for the response. In that case, is it fine to install and run multiple instances in the same node/hardware? (of course as long as the platform & licensing terms support)


    #webMethods-General
    #webMethods-Architecture
    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: Creating multiple secured environments/silos/domains

    Posted Fri May 24, 2013 06:12 PM

    Yes, IS allows you to install multiple instance on the same box, just assign different port to the 2nd node.


    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods
    #webMethods-Architecture


  • 5.  RE: Creating multiple secured environments/silos/domains

    Posted Fri May 24, 2013 06:19 PM


  • 6.  RE: Creating multiple secured environments/silos/domains

    Posted Tue May 28, 2013 05:10 AM

    As Tong said, you can have multiple instances in the same box…

    1. Keep a separate database schema created for this sandbox environment. Do not use the one created for Development instance.
    2. Have a different port number. Do not maintain same port number as you cannot start two instances in same port number.

    Would suggest you to create a ‘script’ during installation. This will record different components that you have installed in a environment. Later, use this script to perform multiple installations in multiple systems. It will help you in setting up a similar setup across all instances without having to select each and every component during installation.

    HTH
    Senthil


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-Architecture
    #webMethods-General


  • 7.  RE: Creating multiple secured environments/silos/domains

    Posted Tue May 28, 2013 11:09 AM