User's Manual Template

For example, the following UNIX shell script checks the status of Integration Service “testService,” and if it is running, gets details for session “s_testSessionTask”: #!/usr/bin/bash # Sample pmcmd script # Check if the service is alive. pmcmd pingservice -sv testService … ................
................