Page tree

Unsupported content

 

This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

The App Visibility portal and collector include a MySQL database that is created with the default root password admysql.

Warning

Before using App Visibility, you must change the MySQL root password to avoid security breaches and unauthorized access.

For each App Visibility portal or collector component, you can modify the MySQL root password. The password is required when you need to backup, restore, and perform other maintenance tasks on the database.

If the App Visibility portal and the App Visibility collector are installed on the same host, and thus use the same database, changing the password affects both components, regardless of which script you use to change the password.

To change the MySQL root password

  1. At a command line on the App Visibility server, navigate to the following directory:
    • Windows
      installationDirectory\portal\bin\db
      or
      installationDirectory\collector\bin\db

      The default installationDirectory is C:\Program Files\BMC Software\App Visibility

    • Linux
      installationDirectory\portal\bin\db
      or
      installationDirectory\collector\bin\db

      The default installationDirectory is /opt/bmc/app_visibility

  2. Enter the following command:
    • Windows
      change-db-root-password.bat
    • Linux
      change-db-root-password.sh
  3. At the Enter password prompt, enter the current password.
    The default password is admysql.
  4. At the New password prompt, enter a new password, using a strong password that comprises the following:
    • A minimum of 10 characters
    • Two of the following nonalphabetic characters that are noncontiguous:
      0 1 2 3 4 5 6 7 8 9 ~ ! @ # $ % ^ & * ( ) _ + - =
  5. At the Confirm password prompt, enter the new password again.

Where to go from here

Continue App Visibility configuration by importing a KeyStore file and configuring App Visibility agents for Java.

After you configure the App Visibility system, configure application discovery and configure event thresholds (SLAs) for automatically discovered applications.

For synthetic applications, configure synthetic transactions.

Related topics

Installing App Visibility components

Configuring App Visibility after installation