dadaemon activate/maintenace fail to activate or put FT DA in maintenance in CA Performance Management
search cancel

dadaemon activate/maintenace fail to activate or put FT DA in maintenance in CA Performance Management

book

Article ID: 142177

calendar_today

Updated On:

Products

CA Infrastructure Management CA Performance Management - Usage and Administration DX NetOps

Issue/Introduction

dadaemon activate/maintenace fail to activate or put FT DA in maintenance

Environment

Release : 3.7

Component : IM Reporting / Admin / Configuration

Cause

The dadaemon script uses curl to change the values.

If HTTP_PROXY/http_proxy are set it will try and use the set values for the proxy and can fail.

Resolution

As a workaround before running:

/opt/IMDataAggregator/scripts/dadaemon activate

or

/opt/IMDataAggregator/scripts/dadaemon maintenance

you can run:

unset HTTP_PROXY
unset http_proxy

But these should be unset on a more permanent basis to prevent interference.