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

How to reinstalling broker on Solaris?

  • 1.  How to reinstalling broker on Solaris?

    Posted Tue January 29, 2013 06:25 AM

    Hi Guys,

    In our Sandbox environment the broker (7.1.2) was messed up long back and the broker goes down every day. I don’t see any backup either. Now what is the best way to fix it? I am looking at getting a tar copy from higher environment and reconfiguring the broker. But is there any other good way of fixing it?

    Cheers
    Guna


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


  • 2.  RE: How to reinstalling broker on Solaris?

    Posted Thu January 31, 2013 11:05 AM

    Here is what I did and currently I am monitoring it

    1. Shutdown all the Integration Servers
    2. Deleted the broker server using server_config utility (./server_config delete /opt/bkr1/broker/data/path…/)
    3. All the config and storage data has been deleted
    4. Created a new broker server (./server_config create /opt/bkr1/broker/data/path…/ -k “License Key” -d “SBX Broker” -p 6849 -session_config qs -qs_log_file /opt/bkr1/broker/data/path…/BrokerConfig01.qs.log 1G -qs_storage_file /opt/bkr1/broker/data/path…/BrokerConfig01.qs.stor 1G -session_data qs -qs_log_file /opt/bkr1/broker/data/path…/BrokerData01.qs.log 2G -qs_storage_file /opt/bkr1/broker/data/path…/BrokerData01.qs.stor 4G)
    5. Restarted the MWS nodes
    6. Added the new broker server in MWS
    7. Created a Broker with older name (SBroker) and made it default broker
    8. Restarted Integration Servers, one cluster at a time.

    Seems to be working fine for now and will post an update to this thread

    Cheers
    Guna


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