Understanding Backups
search cancel

Understanding Backups

book

Article ID: 331022

calendar_today

Updated On: 03-11-2025

Products

VMware Smart Assurance

Issue/Introduction

Understanding Network Configuration Manager (NCM) backups and what is inside of a backup image

Environment

NCM 10.1.X

Resolution

Understanding Network Configuration Manager backups and what is inside of a backup image:

  • Linux Installation
    • Default installation directory is $VOYENCE_HOME/data-image 
    • 2AM is the default backup time based on the installed server time. 
    • During installation 2 Cronjob's are created in the $VOYENCE_HOME/conf/root-crontab
01 * * * $VOYENCE_HOME/tools/rotate-backups.pl 8
02 * * * $VOYENCE_HOME/tools/backup.pl -f
  • What is backed up in the tar file?
    • Custompackage = Custom Drivers on the (Application Server only)
    • INFO = Contains Version information for NCM
    • Data = Contains IDX information, POP, lockbox and Cflist information. 
    • Backup DB = Backup of the Postgress DB. 
    • Conf = SSL Key information. 
  • Restoring Guidelines
    • Tomcat on the Report Advisor must be stopped order for a restore to be successful. If you don't stop the tomcat service "service tomcat stop" on the Report Advisor, then you will see error messages "Not able to drop roles or users". 
    • Can only restore to the same version, meaning you can't take a backup of one version and restore it to another version of NCM. 

 

  • Additional Notes
    • By default, the NCM installation will only retain 7 days of backups before its purged out of the system.
    • Small consistent growth is expected of the images, any instant large increases or decreases of the images might indicate a possible problem with backups. Users are expected to see a large decrease in the image size after completing a database maintenance.