ASAP 3.2 Server Manual

HP NonStop ASAP Server Manual Page 77 of 381
 SET BUFFERED
 SET CLEANTIME
 SET DB
 SET DBMAXDAYS
 SET DBMAXDAYSTOPURGE
 SET DBROLLOVERSUBVOLPREFIX
 SET DBROLLOVERFILEPREFIX
 SET ID
 SET OBJCOLLECT
 SET PARTITION
 SET PRIMARY
 SET PRIORITY
 SET RATE
 SET RETAIN
 SET SLEEPTIME
After you define the ASAP Collector options, you can start the Collector process. This
example sets up the collector on $Data.asapdb, purging all records daily at 12:15 a.m.
and not collecting availability records between 11:00 p.m. and 12:30 a.m.:
+set db $data.asapdb.db
+set retain none
+set sleeptime 2300, 0030
+set clean 0015
+STARTUP COLLECT
From the same ASAP CI, another collector on \NY can be set up to collect on
$Data2.asapdb, purge all records daily at 2:15 a.m., and not collect availability records
between 10:00 p.m. and 2:30 a.m.
+set db $data2.asapdb.db
+set retain none