After performing all steps found in Knowledge Base Article #7697 up to Step 4 – Add User to NVR (Cloudvue Manager) searching for the MAC address. A search for the devices MAC address in Cloudvue Manager does not return any results.
Product
exacqVision Server
Steps to Reproduce
Perform all steps found in Knowledge Base Article #7697 up to Step 4 – Add User to NVR (Cloudvue Manager) searching for the MAC address.
Access Cloudvue Manager
Select Search then Search Video Devices
Enter the MAC address of the NVR and press enter to search
Expected Results
MAC address is found
Actual Results
MAC address is not found
Solution
In the exacqVision Client delete the archive target
Change the following line in archivepi.xml to ensure the system is using the endpoints used to reach Cloud Drive 2.0
It has been observed that for certain cameras Cloudvue Manager will falsely report the status of the SD card as “SD card is not formatted correctly. Format it as vfat”. Use the following instructions to resolve.
Product
c2c-illustra-IFS03x
Firmware Versions Illustra.SS004.01.09.02.0005 and Illustra.SS004.01.09.04.0003
Cloudvue Software version 22.4.1
Build Number 71
Build Date 07/26/2022, 8:07pm
Steps to Reproduce
Access the video device via Cloudvue Manager
Expand Disk Space
Expected Results
The SD Card is Healthy
Actual Results
The SD Card status is red and the SD Card Message is “SD Card is not formatted correctly. Format it as vfat.” Note: While in this state the SD Card will not mount and video will not record to the SD card
Solution
From the available command options select Reboot System
Click OK when prompted “Are you sure you want to reboot this device?”
Wait 2-3 minutes before refreshing/reloading the web page.
If you refresh the page and do not see all the command options normally available like the following. The reboot has not completed, and you should wait a few more minutes before reloading the page.
Once the update is complete expand Disk Space and confirm that the SD is now healthy
Additional Notes
It has been found that updating the device essentially toggles the state of the SD Card from healthy to not and back again.
Existing video stored on the SD card does not seem to be impacted by updating however no new video is recorded to the card while in the bad state.
Certain information gathering or troubleshooting tasks such as gathering logs, doing software or firmware updates require remote access to devices. This is where tunneling comes into play and the following instructions explain the process.
Products
C2C
Cloudvue Gateway
Tunneling Machine Setup
To properly setup your tunneling machine the following must be completed once. The basic steps are:
Choose your environment
Generate an SSH key pair and submit your public key
Install jq
Install Visual Studio Code (optional)
Download and install tunneling scripts
Also available is the How to use tunnel scripts to upgrade firmware remotely video available here.
Choosing Your Environment
For ease of setup and overall usage it is recommend that you choose a machine running Linux. This can be a full VM such as provided by Hyper-V or using the recommended method, Windows Subsystem for Linux (WSL). Ubuntu 22.04.1 LTS or higher is needed and we have found that using WSL supplies access to useful tools such as MobaXterm.
Generating SSH Key Pair Without a Password
A ssh key pair must be generated from the machine you will be tunneling from. An AES ticket should be created requesting your public key (id_rsa.pub) be added to the Cloudvue SSH Tunneling Server and Cloudvue Software releases for C2C devices. Once added to the Cloudvue SSH Tunneling Server you can begin tunneling from your machine to Cloudvue Gateway devices and after the next Cloudvue Software release you will be able to tunnel to updated C2C devices.
To generate an SSH key pair, use the following command:
ssh-keygen -t rsa
By default, your keys are saved as follows:
Private Key
~/.ssh/id_rsa
RSA authentication identity
Should be kept secret
ssh will read this file when a login attempt is made
Public Key
~/.ssh/id_rsa.pub
RSA public authentication key
No need for secrecy
Will be be added to C2C and Cloudvue Gateway devices for public key authentication
NOTE: A copy of your public key should be attached to the AES ticket requesting ssh access.
Install jq
jq is a lightweight and flexible command-line JSON processor and is required. It can be downloaded from https://stedolan.github.io/jq/download/ or by using the following commands
Visual Studio Code is a free, lightweight but powerful source code editor that runs on your desktop and is available for many platforms. It will allow you to easily display the contents of the extracted files especially useful for viewing help information and examples. See the following links for information on various ways to install on VM or WSL.
Search for the desired video device typically by MAC address
Open the device and Locate the Port Number field in the lower left
NOTE: You won’t see the tunneling option unless your staff user account has a role of either Global Admin or Support Specialist
Enter a random port number then click tunnel
A popup will appear indicating that the tunnel is being created
If successful the following popup will appear
If unsuccessful the following popup will appear, and it will be necessary to repeat the process trying a different port number
Once a tunneling port has been successfully created run the following command from terminal from the tunneling directory (~/Downloads/tunneling) using the port created above
./createTunnel.sh -t 4445
The script will return a lot of feedback. However before running other scripts verify that the last line is the same as the following
Back in Cloudvue Manager expand Network Settings to obtain the IP address of the device
Open a second tab or instance of terminal and run the following command from the tunneling directory (~/Downloads/tunneling) using the devices IP Address found in Cloudvue Manager.
./reverseTunnel.sh -u -i 10.1.1.64
The camera should now be available from a web browser at https://localhost:8080
The Username is admin and the password is obtained from the SSH field located on the devices Cloudvue Manager page.
Maintenance Page
Remote Access Page
About Page
SSH Access
After establishing the tunnel you can run the following command to gain SSH access using the port created earlier
Web Service running 22.09.0 can experience an issue where searches from the web can return a black screen and then become stuck in that state. The web service must be restarted to clear the issue, but it will likely reoccur.
Product
ExacqWebService 22.09.0
Solution
Update to exacqVision Web Server 22.09.1 or higher