Use the following POST request to update node retention using the API.
Note: Requires root user credentials.
http://<Controller Host>:<PORT>/controller/rest/configuration?name=node.retention.period&value=<VALUE>
Example:
Set node.retention.p...
Problem:
Controller startup fails with the following error message:
[#|2017-11-16T03:47:51.492-0600|SEVERE|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=1;_ThreadName=main;|Shutting down v3 due to startup excep...
In AppDynamics version 4.3, users saw the following warning messages appearing many times in the Controller server logs:
2017-08-24T10:20:48.026+0200|WARNING|glassfish 4.1|com.singularity.ee.controller.beans.cache.UiMetricDataCacheManagerImpl|_Thr...
The "APM Any Language" license only works from Controller version 4.3 onwards, so upgrade the Controller to 4.3+ before using this feature.
The APM Any Language license units allow a user to utilize a single entitlement for any of the major APM mo...
Users may see the following error message within the Controller's server.log file while starting the Controller services:
glassfish 4.1|javax.enterprise.system.core|_ThreadID=18;_ThreadName=RunLevelControllerThread-1494297696091;_TimeMillis=1494297...
Installation has not completed successfully and there is no account created for the user, only system account is present in database. So please delete the complete controller directory and re-install the controller and see if it succeeds.
mysql> ...
Can you provide below details to assist you on this?
1)Controller/install.log
2)Controller/.install4j/installation.log
3)Controller/logs/server.log
4)Login to controller datbase and send below query details.
Controller/bin/controller.sh login-db
Mys...
From the controller UI we don't have option to see who all logged in, but we can query the database to get the list of user logged in.
Please run below query to get the users list.
select from_unixtime(ts_ms/1000),account_name,user_name,action from...
There is no API to get the list of account with IDs, you can get account details only if you know the account ID. You can query the controller database to get the account IDs like below:
Get all the account with IDs:
select id as AccountID, name a...
make sure the controller host, port, account name and access key parameters are properly filled in controller-info.xml file present under "<machine-agent>/conf" directory and then restart the machine agent to see if it works fine. if it still doesn't...