How do I re-initialize the Essentials database on a Windows 2000 system?
Step 1 Open an MS DOS command prompt window. Step 2 Stop the database engine by entering: net stop crmdmgtd Step 3 Navigate to CSCOpx\databases\rme directory. Step 4 Make sure that the rme.db file is writeable, and execute: del rme.db The rme.db file is deleted. Step 5 Make sure that the syslog.db is writeable, and execute: del syslog.db The del rme.log file is deleted. Step 6 Recreate the rme.db file from the rme.dborig file by entering: copy orig\rme.dborig rme.db Step 7 Recreate the syslog.db file from the syslog.dborig file: copy orig\syslog.dborig syslog.db Step 8 Make sure that the rme.db and syslog.db is read-only. Step 9 Restart the database engine by entering: net start crmdmgtd Table A-5 Sample Essentials Backup Directory Directory Path Description Usage Notes /tmp/1 Number of backups 1, 2, 3, … /tmp/2/rme Application or suite Essentials backs up all application data, including images, configuration files, and other data. /tmp/1/rme/filebackup.tar All CiscoWorks2000 server
Related Questions
- How do I re-initialize the Essentials database on a Windows system, if the Essentials database is corrupted and the database restore operation has failed?
- How do I re-initialize the RME database on a Windows system, if the RME database is corrupted and the database restore operation has failed?
- How do I re-initialize the Essentials database on a Windows 2000 system?