Integration Server is not starting on SUSE Linux Enterprise

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

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 ?

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