parse error

Everything about Control-M Server installation or setup.
Post Reply
User avatar
nakul
Nouveau
Nouveau
Posts: 29
Joined: 09 May 2010 12:00

parse error

Post by nakul » 19 May 2010 1:34

45
Last edited by nakul on 29 Jun 2011 12:14, edited 1 time in total.
nakul

hipikll

Post by hipikll » 19 May 2010 8:47

can you run "ctmdbcheck -d80" correctly?

It seems, that using this utility is the problem.

User avatar
philmalmaison
Nouveau
Nouveau
Posts: 1148
Joined: 08 Jun 2007 12:00
Location: Ile de France

Post by philmalmaison » 31 May 2010 10:54

if [ "A$1" == "A" ]; then
THRESHOLD=80
fi

regards
philmalmaison

User avatar
philmalmaison
Nouveau
Nouveau
Posts: 1148
Joined: 08 Jun 2007 12:00
Location: Ile de France

Post by philmalmaison » 31 May 2010 10:58

sapteus2-controlm [10] testpv
db total = 670000.0 KB (data= 500000.00 , log= 170000.00)
data used = 48288 KB (9%).
log used = 700.00 KB (0%).
Checking database...
Database is OK.
sapteus2-controlm [11] more testpv
#!/bin/ksh
# calculate jobs average time according to statistics
# $1 = <threshold> (if nothing enter, default = 80)

if [ "A$1" == "A" ]; then
THRESHOLD=80
fi

ctmdbcheck -d$THRESHOLD

ctmjsa "*"
exit $?

sapteus2-controlm [12]

Post Reply