Create a backup archive of the current CA Performance Center database anytime you plan to reinstall or upgrade the software. It is also a recommended best practice to create a backup archive on a weekly basis.
Follow these steps:
/etc/init.d/caperfcenter_eventmanager stop /etc/init.d/caperfcenter_devicemanager stop /etc/init.d/caperfcenter_sso stop /etc/init.d/caperfcenter_console stop
cd /$backupDir
Use any secure location for the backup directory.
/opt/CA/MySql/bin/mysqldump netqosportal > $backupDir/netqosportal.sql
Note: During the installation, you are prompted to 'Select a Location for the MySQL Data Directory'. The default location is /opt/CA/MySql/data.
/opt/CA/MySql/bin/mysqldump em > $backupDir/em.sql
tar czvf netqosportal.tgz netqosportal.sql tar czvf em.tgz em.sql
rm netqosportal.sql rm em.sql
/etc/init.d/caperfcenter_eventmanager start /etc/init.d/caperfcenter_devicemanager start /etc/init.d/caperfcenter_sso start /etc/init.d/caperfcenter_console start
|
Copyright © 2013 CA.
All rights reserved.
|
|