How to backup MySQL using NBU 11
Hi everyone, I am trying to configure the protection for one MySQL instance, but I am getting stuck. I have followed the NetBackup™ for MySQL Administrator's Guide, but it doesn't help at all. The backup job still results in status code (6) The backup failed to back up the requested files. Here are all the configuration I have made: - In /etc/my.cnf, I added theses line [mysqld] port=3306 datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock log-error=/var/log/mysql/mysqld.log pid-file=/run/mysqld/mysqld.pid - I created symbolic link: ln -s /usr/bin/mysql /usr/libexec/mysql - I successfully created a credential for mysql instance and a protection plan. I also discovered all the databases in the instance The log indicates that ERR - MySQL library path is not present, but I don't know to how make the NetBackup Agent where to find the MySQL library path. Did I miss any configuration steps ? Can you help me debug this problem ?24Views0likes0Comments