Introduction
This document describes the steps needed to perform File System check on the Cyber Vision Center server. It’s applicable to the 4.x software trains.
Steps to perform filesystem checks
- Reboot the Center server and boot it in rescue mode, by pressing TAB when you see the following text:
2. Then the following boot menu appears:
3. Type the command ‘SBS-factory’ as shown above
4. Enter the username and password.
Username: root
Password: sentryo69!
5. Unmount the file system
cd /
umount -f /dev/disk/by-label/SBS-Data
6. Run the fsck command
fsck.ext4 -v -f -y /dev/disk/by-label/SBS-Data
The final output will look similar to this depending on the file system in the deployment
If the server continues to report errors, open a TAC service request for further diagnosis.