Hello, dear!
Welcome to our community!
I think the following solution can help you:
1. Copy the source code (SC) and then replace the last 3 digitals with 000.
2. Then, you have to log in through SSH in the server as root user.
3. Apply the next command in order to obtain the camera information related to the server.
a. . Login to the CSP portal, confirm the IP of SSH and the GSAPI container IP.
b. Login to the IVS3800 by ssh.
cspexpert/mt2017@cspos@rd
root/cnp200@cspos@RD
4. Query all the cameras by the following command:
su - postgres
psql -d smu
select camera_name,dev_ip,camera_code from tbl_smu_camera_info;
5. It will be display the list of IPs and names of the camera.
Copy the alarms source code and remove the last 3 digitals and search it in the camera list, then you can find the camera IP and name.
Just to match the SC from the camera list.