Scope
This document will detail the steps necessary to reinstall exacqVision.
Purpose
Reinstall exacqVision when passwords or accounts are corrupted and no users can log in. Since the data was stored separately, this will not cause any data loss.
Steps
- SSH to [email protected] (because the installation file is under his home directory).
- Navigate to exacq folder:
cd /usr/local/exacq/server
- Stop exacq server:
sudo service edvrserver stop
- Back up the useraccounts.xml file (optional). If you do this, skip step 4. Otherwise, continue to step 4.
sudo mv ./useraccounts.xml ~/useraccounts.xml.bak
- Remove the useraccounts.xml file:
sudo rm ./useraccounts.xml
- Navigate to robbie’s home folder:
cd ~
- Run the installation (installation file is exacqVisionServer…):
sudo dpkg -i ./NAME_OF_THE_INSTALLATION_FILE.deb
- Follow the instructions on the screen to set new password.
- Once done, log in to the client user using name admin and the set password.