Disable the automatic recovery of the Data Aggregator process before you upgrade Data Aggregator. An upgrade can then be performed without having the cron job disrupt the system when it is expected to be down.
Follow these steps:
crontab -e
A vi session opens.
* * * * * /etc/init.d/dadaemon start > /dev/null
For example:
# * * * * * /etc/init.d/dadaemon start > /dev/null
The automatic recovery of the Data Aggregator process is disabled.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|