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.

 View Only
Expand all | Collapse all

Administer multiple realm servers from UM's enterprise manager console

  • 1.  Administer multiple realm servers from UM's enterprise manager console

    Posted Wed January 11, 2017 07:51 PM

    Hello All,

    I have two UM servers running on the same host machine and I’m using the trial version 9.12 provided by SoftwareAG.

    I have a problem connecting to multiple realm servers via EM console.

    Is there a file which has to be modified so that i can administer two realm servers?

    I’m unable to add another realm server from the EM console. If it possible to add new realm server via EM console to administer , If yes can someone explain me how can it be done.

    Note: I was reading the documentation and it was mentioned that realms.cfg file is created in the home directory.
    However i don’t find any file with that name in the UM home directory.

    Thanks in advance.

    Arun Cholleit


    #webMethods
    #Integration-Server-and-ESB
    #Universal-Messaging-Broker


  • 2.  RE: Administer multiple realm servers from UM's enterprise manager console

    Posted Wed January 11, 2017 11:45 PM

    Are the realm names the same? By default, it’s “umserver”.


    #webMethods
    #Integration-Server-and-ESB
    #Universal-Messaging-Broker


  • 3.  RE: Administer multiple realm servers from UM's enterprise manager console

    Posted Thu January 12, 2017 02:00 AM

    If all the realm servers are of default name “umserver” , you can connect to only one server named “umserver”. Rename/create another instance with different name then try to connect.

    In order to save the realms.cfg , click on file -->save as option from the enterprise manager.


    #webMethods
    #Integration-Server-and-ESB
    #Universal-Messaging-Broker


  • 4.  RE: Administer multiple realm servers from UM's enterprise manager console

    Posted Thu January 12, 2017 02:11 AM

    Hi Arun,

    Agree with Rakesh, if it carries the same name, you won’t be able to have two entries.
    And for the cfg file, in my local setup, I see the file present in the below location.
    C:\Users\User\realms.cfg
    And the content is

    #Universal Messaging Enterprise Manager - Connection Configuration
    #Sun Nov 27 14:56:04 AST 2016
    nsp://localhost:9000=umserver


    #Integration-Server-and-ESB
    #webMethods
    #Universal-Messaging-Broker


  • 5.  RE: Administer multiple realm servers from UM's enterprise manager console

    Posted Thu January 12, 2017 05:32 AM

    Are you able to resolve this / Still you are facing the same issue?


    #Universal-Messaging-Broker
    #webMethods
    #Integration-Server-and-ESB


  • 6.  RE: Administer multiple realm servers from UM's enterprise manager console

    Posted Fri January 13, 2017 01:53 PM

    Hey Bari,

    Thanks a lot for your response.

    yes, my two realm servers name are same . So in this case , is it possible to change my realm name for the 2nd installation or do i need to re-install specifying different name ?

    [i]Note: I have not used instance manager here to create UM instances, instead i have installed UM server via installer in two diffferent directories with same name[/i]


    #Integration-Server-and-ESB
    #webMethods
    #Universal-Messaging-Broker


  • 7.  RE: Administer multiple realm servers from UM's enterprise manager console

    Posted Fri January 13, 2017 02:06 PM

    Thanks for responding.

    yes sir, they are both same. Is it possible to change the name now?

    Regards,
    Arun Chollety.


    #Integration-Server-and-ESB
    #Universal-Messaging-Broker
    #webMethods


  • 8.  RE: Administer multiple realm servers from UM's enterprise manager console

    Posted Sat January 14, 2017 05:04 AM

    I assume ninstancemanager.sh/bat file might not let to you update the instance name (check the script if it supports update) else you have to delete the instance and create it again. The same can be done via Command Central.

    To delete the instance

    ninstancemanager delete umserver em


    #webMethods
    #Integration-Server-and-ESB
    #Universal-Messaging-Broker


  • 9.  RE: Administer multiple realm servers from UM's enterprise manager console

    Posted Tue January 17, 2017 04:29 AM

    Also u can use command prompt to create a new realm instance by using the below commands…

    ninstancemanager.bat delete umserver all

    ninstancemanager.bat create um98serv02 RS 0.0.0.0 9002
    ninstancemanager.bat create um98serv02 RS 0.0.0.0 8005

    Thanks,
    Krish


    #Integration-Server-and-ESB
    #Universal-Messaging-Broker
    #webMethods