scriptmonitor output in table
Hello
I'm using dmstool form oracle withscriptmonitor, and want to get my values in a table
I defined a table oha_stats with the colums I suspect in my outputfile
the shell script I'm running, runs ok when I run it from commanline on unix, but when I do a poll with Applicationsmanager only the table starts and table ends tag appear in the outputfile
What am I doing wrong here
This is the script to monitor
# Dumping OHS Stats to a File
echo '<--table opmn_host_statistics starts-->' >>ohs_stat.lst
dmstool -table -c 1 opmn_host_statistics >>ohs_stat.lst
echo '<--table opmn_host_statistics ends-->' >>ohs_stat.lst
New to ADSelfService Plus?