- Knowledge Base
- Zmanda Recovery Manager (ZRM)
ZRM: Monitor page does not update
This article is for Zmanda Recovery Manager For MySQL (ZRM) v. 3.0
Error Message
Solution
- Stop the ZRM with:
/etc/init.d/zmc_zrm_init stop
2. Delete the rogue pid files
# find /opt/zmanda -name *.pid -exec rm -f {} \;
3. Kill any ZMC process if it exist.
# ps -ef | grep -e zmc
4. Start the ZRM with:
/etc/init.d/zmc_zrm_init start
Check the status of services with:
/etc/init.d/zmc_zrm_init status