Change the Controller Database Root User Password
By default, the password for the controller user of the Aurora database used in your Splunk AppDynamics deployment is controller.
To change the Controller Database root user password:
Gain operational intelligence by collecting, indexing, and visualizing data using a powerful on-premises engine for actionable insights.
Release NotesCollect, index, and visualize your data in the cloud for better operational intelligence.
Release NotesDiscover, share, and install apps and add-ons with the Splunk community on Splunkbase. Publish your own or add others to your Splunk platform instance.
Gain operational intelligence by collecting, indexing, and visualizing data using a powerful on-premises engine for actionable insights.
Release NotesStreamline your security operations with a SOAR system that integrates orchestration, playbook automation, and case management to enhance threat response.
Prevent disruptions and optimize operations when you monitor and analyze your IT service with predictive analytics and machine learning.
Release NotesCollect, index, and visualize your data in the cloud for better operational intelligence.
Release NotesGain end-to-end visibility, troubleshoot in real-time, and optimize performance across infrastructure, applications, and user interfaces.
Release NotesCloud-based application performance monitoring with AI-powered insights for hybrid and multi-cloud environments.
Release NotesSelf-hosted application observability for regulated and sensitive environments.
Release NotesPre-packaged, self-contained application monitoring solution based on modern Kubernetes architecture.
Release NotesBuild and deliver apps and integrations with SDKs, APIs and tools.
Access and share apps and add-ons with the Splunk community on Splunkbase. Publish your own apps, or download and install others on your Splunk platform instance.
Explore information on best practices, connect with community, or contact support.
By default, the password for the controller user of the Aurora database used in your Splunk AppDynamics deployment is controller.
To change the Controller Database root user password:
./mysql -u root -h <rds-aurora-endpoint> -P 3388 -p use mysql; FLUSH PRIVILEGES; select version(); update mysql.user set password=password('<new-password-here>') where user like 'controller%'; update mysql.user set authentication_string=password('<new-password-here>') where user like 'controller%'; FLUSH PRIVILEGES; quit controller-db-password alias with the new Controller DB password in Glassfish:
cd <controller_home>/appserver/glassfish/bin
./asadmin update-password-alias controller-db-password
cd <controller_home>/bin
./controller.sh stop-appserver
./controller.sh start-appserver
cd <controller_home>/appserver/glassfish/bin
./asadmin ping-connection-pool controller_mysql_pool