This tip will show you how to augment the pmrep command's ...

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 … ................
................