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

Integration Server is not starting on SUSE Linux Enterprise

  • 1.  Integration Server is not starting on SUSE Linux Enterprise

    Posted Tue May 17, 2011 11:31 PM

    Integration Server is not starting on SUSE Linux Enterprise Server 11

    We have installed webMethods 82 components on SUSE Linux Enterprise Server 11 and trying to start using ‘startup.sh’ but not starting. After looking into /bin/ server.sh file looks like PROFILES_DIR(=${IS_DIR}/…/profiles/IS) was not installed. Do we need to run any common script to create this or it should come along with installation. There was no information created into ‘nohup’ while running ‘startup.sh’. This is first time we are trying to run on this OS.

    DIRNAME=dirname $0

    IS_DIR=${DIRNAME}/…
    PROFILES_DIR=${IS_DIR}/…/profiles/IS
    PROFILE_SCRIPT=${PROFILES_DIR}/bin/start_runtime.sh
    RUN_CONF=${PROFILES_DIR}/bin/setenv.sh


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Integration Server is not starting on SUSE Linux Enterprise

    Posted Wed May 18, 2011 06:12 PM

    when you do installation , installer will install all libraries associated with IS and other components which you chose to install. you are talking about startup.sh which is not present in IS dir , are you referring to Optimize or IDC ?


    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Integration Server is not starting on SUSE Linux Enterprise

    Posted Wed May 18, 2011 06:20 PM

    Thank you, I have installed all libraries required except designer.

    startup.sh is present, where as following script is not present which actually starts IS server.

    PROFILES_DIR=${IS_DIR}/…/profiles/IS
    PROFILE_SCRIPT=${PROFILES_DIR}/bin/start_runtime.sh


    #Integration-Server-and-ESB
    #webMethods