restart intigration server

Hi Team

How to restart IS through putty,

Thanks
naresh

goto IntegrationServer/bin
for unix
nohup ./startup.sh &
for windows
execute startup.bat

thanks anjini

Naresh,

Another idea is you can create this in a script and execute it as a utility (runserver.sh)

vi.runserver.sh

cd …
rm -f LOCKFILE
cd bin
nohup ./server.sh 1>/dev/null 2>/dev/null& ( you can replace /dev that you want it based on your nohup file storage on your unix file system)

HTH,
RMG

Yes… its a good idea…:slight_smile: writing your own custom script to restart IS