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.
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… writing your own custom script to restart IS