- Knowledge Base
- Zmanda Recovery Manager (ZRM)
-
Zmanda Enterprise
-
Zmanda Recovery Manager (ZRM)
-
Backend Operations
-
Backup
-
Server Installation
-
Client Configuration
-
Account and Licenses
-
Sources
-
Storage
-
Schedules
-
Backup Sets
-
Backup Operations
-
Restore Operations
-
Monitoring and Reporting
-
Configurations
-
ZMC/UI
-
Whitepaper
-
Zmanda Cloud Storage
-
VMWare
-
Key Vault
-
Disaster Recovery
-
Zmanda Support
-
Product lifecycle
-
Zmanda Pro
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