Note: This is only required for a new installation, not an upgrade installation.
CA Executive Insight stores its data in a MySQL database. Before you can install the product, MySQL must be installed. You can install MySQL on the same system as CA Executive Insight or on a remote system.
Note: Before you install MySQL, uninstall any existing installations of MySQL and delete any existing files.
Follow these steps:
rpm -qa | grep -i mysql
If the results of this command show you have an existing installation of MySQL, remove the MySQL packages:
rpm -e packagename
Specifies the name of the package that you want to remove.
Run the command for each package listed in Step 2.
Note: You can forcefully remove a package by typing the following command:
rpm -e --allmatches packagename --nodeps
rpm -i MySQL-server-advanced-5.5.8-1.rhel5.x86_64.rpm
rpm -i MySQL-client-advanced-5.5.8-1.rhel5.x86_64.rpm
/etc/init.d/mysql start
mysqladmin -u root password
You are prompted to enter a password.
The password is masked.
mysql -h localhost -u root -p
You are prompted to enter a password.
The password is masked.
Important! After installing the MySQL, and based on the number of business indicators; decide whether the MySQL default configuration needs to be updated or added. See Critical CA Executive Insight Sizing Information for sizing considerations.
|
Copyright © 2013 CA.
All rights reserved.
|
|