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