How Can We Help?
Extracting SQLite Database from VirtuCache Manager VM
VirtuCache config and performance statistics information is stored in an SQLite database inside the VirtuCache manager VM. Virtunet support engineers might ask you to send this database to them, to diagnose VirtuCache issues.
Instructions to export this database are listed below:
– Log in to VirtuCache Manager VM using SSH (username: virtucache , password: virtucache)
– Stop Apache web server by issuing the following command:
sudo service apache2 stop
– Using SCP transfer the following database file from the VM:
/var/www/wsgi/vnx2mgr/database/sqlite.db
– After transferring the database file, start the Apache server by issuing the following command:
sudo service apache2 start