
The SafeVideo cannot identify the disk whose partition table is lost. As a result, the RAID 5 group is degraded.


Restoring factory settings may pose risks. Exercise caution when performing this operation.
Table 6-35 describes the impact of restoring factory settings on software versions and service data.
Device Type |
Impact on Software Versions |
Impact on Service Data |
|---|---|---|
|
|
The following describes how a device is restored to factory settings:
The buzzer buzzes for 2 seconds, indicating that the device enters the mode for restoring factory settings.
In this case, the device starts to restore factory settings.
In this case, the device is restored to factory settings.
The operations are similar for all HWT-IVS1800 models. This section uses the HWT-IVS1800-E08 as an example.
After the device is restored to factory settings, the default IP address changes to 192.168.3.111. If the network is not disconnected and the IP address 192.168.3.111 exists on the network, the factory setting restoration fails due to an IP address conflict.
The device automatically restarts after being restored to factory settings.
Before restoring disk data, you need to install the software whose version is that of the device software before factory settings restoration.
Configure the initialization service by referring to Configuring the Startup Wizard. When the system displays a message asking you whether to restore disk-backup data, click Yes.
You do not need to perform initialization on the RAID configuration page.
Configure the initialization service by referring to Configuring the Startup Wizard. When the system displays a message asking you whether to restore disk-backup data, click No.
You need to perform initialization on the RAID configuration page.
The following describes how the device system is reinstalled:
The device system starts to be reinstalled.
The device system reinstallation is complete.
If you reinstall the IVS service system, all configuration data will be lost, and the passwords of the service system user will be reset. However, the operating system passwords will be retained.
How Do I Log In to the Operating System Through a Network Port?)bash /home/ivstool/bin/prepare_ftp_dir.sh
bash /home/ivstool/bin/unzip_install_file.sh
Use the single-address mode as an example.
cd /micro_cloud_install/script
bash install.sh 192.168.6.200 192.168.6.1
In the preceding information, 192.168.6.200 and 192.168.6.1 indicate the IP address and gateway address of the device before system reinstallation, respectively.
To view the IP address and gateway address of the device, log in to the OMU portal of the device as the admin user, choose , and check the IP address and gateway address of the device in the network adapter configuration area.
For a device that uses the dual-address mode before system reinstallation, you can use the IP address and gateway address of either the northbound or southbound network adapter when running the installation script. After successful system reinstallation, the network mode of the device changes to the single-address mode, and the IP address and gateway address are those of the network adapter used during reinstallation.
Assume that the IP address and gateway address of the northbound network adapter are 10.10.10.10 and 10.10.10.1 respectively, and those of the southbound network adapter are 192.168.6.200 and 192.168.6.1 respectively. If you run the bash install.sh 10.10.10.10 10.10.10.1 script during system reinstallation in this case, the network mode of the device changes to the single-address mode and the IP address and gateway address are 10.10.10.10 and 10.10.10.1 respectively after reinstallation.
The system automatically installs the service system, which takes about 15 minutes.
If information similar to the following is displayed, the installation is successful:
... ... [2020-01-13 23:21:55 +0800] INFO: Start Gaussdb successful! [2020-01-13 23:21:55 +0800] INFO: Start SCU successful! [2020-01-13 23:21:55 +0800] INFO: Start SMU successful! [2020-01-13 23:21:55 +0800] INFO: Start DCG successful! [2020-01-13 23:21:55 +0800] INFO: Start OMU successful! [2020-01-13 23:21:55 +0800] INFO: Start MU successful! [2020-01-13 23:21:56 +0800] INFO: Start LDU successful! [2020-01-13 23:21:56 +0800] INFO: Start IMGU successful! [2020-01-13 23:21:56 +0800] INFO: Start MCS successful! [2020-01-13 23:21:56 +0800] INFO: Start OMUPORTAL successful! [2020-01-13 23:21:56 +0800] INFO: Start VA successful! [2020-01-13 23:21:56 +0800] INFO: Start PCG successful! [2020-01-13 23:21:56 +0800] INFO: Start SIP successful! [2020-01-13 23:21:56 +0800] INFO: Start OCG successful! successful process:15 install successful!
After the service system is reinstalled, the ivsoper user is disabled and the password of the ivsoper user is cleared. You need to perform the following substeps:
usermod -s /bin/bash ivsoper
sed -i '/^DenyUsers ivsoper/d' /etc/ssh/sshd_config
sed -i '/DenyUsers root/a DenyUsers ivsoper' /etc/ssh/sshd_config
Euler:~ # passwd ivsoper Changing password for user ivsoper. New password: Retype new password:
setfacl -m u:ivsoper:0 /usr/bin/python 2> /dev/null
setfacl -m u:ivsoper:0 /usr/bin/python3 2> /dev/null
setfacl -m u:ivsoper:0 /usr/bin/python3.7 2> /dev/null
setfacl -m u:ivsoper:0 /usr/bin/python3.7m 2> /dev/null
iptables -A OUTPUT -p all -m owner --uid-owner ivsoper -j DROP
How Do I Log In to the Operating System Through a Network Port?)cd /home/install
rm -rf `ls /home/install | egrep -v '(cert|EncryptXml|oem_out.zip)'`
mv /tmp/_12.0.0.SPC30_Full.zip or _12.0.0.SPC30_Full.zip /micro_cloud_install
cd /micro_cloud_install
unzip _12.0.0.SPC30_Full.zip or _12.0.0.SPC30_Full.zip
rm _12.0.0.SPC30_Full.zip or _12.0.0.SPC30_Full.zip
The _12.0.0.SPC30_Full.zip or _12.0.0.SPC30_Full.zip package must be deleted. Otherwise, the installation will fail due to insufficient device space.
unzip _12.0.0.SPC30Full.zip or _12.0.0.SPC30Full.zip
rm _12.0.0.SPC30Full.zip or _12.0.0.SPC30Full.zip
The _12.0.0.SPC30Full.zip or _12.0.0.SPC30Full.zip package must be deleted. Otherwise, the installation will fail due to insufficient device space.
Use the single-address mode as an example.
cd /micro_cloud_install/script
bash install.sh 192.168.6.200 192.168.6.1
In the preceding information, 192.168.6.200 and 192.168.6.1 indicate the IP address and gateway address of the device before system reinstallation, respectively.
To view the IP address and gateway address of the device, log in to the OMU portal of the device as the admin user, choose , and check the IP address and gateway address of the device in the network adapter configuration area.
For a device that uses the dual-address mode before system reinstallation, you can use the IP address and gateway address of either the northbound or southbound network adapter when running the installation script. After successful system reinstallation, the network mode of the device changes to the single-address mode, and the IP address and gateway address are those of the network adapter used during reinstallation.
Assume that the IP address and gateway address of the northbound network adapter are 10.10.10.10 and 10.10.10.1 respectively, and those of the southbound network adapter are 192.168.6.200 and 192.168.6.1 respectively. If you run the bash install.sh 10.10.10.10 10.10.10.1 script during system reinstallation in this case, the network mode of the device changes to the single-address mode and the IP address and gateway address are 10.10.10.10 and 10.10.10.1 respectively after reinstallation.
The system automatically installs the service system, which takes about 15 minutes.
If information similar to the following is displayed, the installation is successful:
... ... [2020-01-13 23:21:55 +0800] INFO: Start Gaussdb successful! [2020-01-13 23:21:55 +0800] INFO: Start SCU successful! [2020-01-13 23:21:55 +0800] INFO: Start SMU successful! [2020-01-13 23:21:55 +0800] INFO: Start DCG successful! [2020-01-13 23:21:55 +0800] INFO: Start OMU successful! [2020-01-13 23:21:55 +0800] INFO: Start MU successful! [2020-01-13 23:21:56 +0800] INFO: Start LDU successful! [2020-01-13 23:21:56 +0800] INFO: Start IMGU successful! [2020-01-13 23:21:56 +0800] INFO: Start MCS successful! [2020-01-13 23:21:56 +0800] INFO: Start OMUPORTAL successful! [2020-01-13 23:21:56 +0800] INFO: Start VA successful! [2020-01-13 23:21:56 +0800] INFO: Start PCG successful! [2020-01-13 23:21:56 +0800] INFO: Start SIP successful! [2020-01-13 23:21:56 +0800] INFO: Start OCG successful! successful process:15 install successful!
During the installation, the operating system automatically exits if you do not perform any operations within a specified period of time. In this case, you can view the installation log file in /home/install/log/install.
If you need to restore data after the IVS service system is reinstalled, you need to ensure that the service system version before reinstallation is the same as that after reinstallation.
After the service system is reinstalled, the ivsoper user is disabled and the password of the ivsoper user is cleared. You need to perform the following substeps:
usermod -s /bin/bash ivsoper
sed -i '/^DenyUsers ivsoper/d' /etc/ssh/sshd_config
sed -i '/DenyUsers root/a DenyUsers ivsoper' /etc/ssh/sshd_config
Euler:~ # passwd ivsoper Changing password for user ivsoper. New password: Retype new password:
setfacl -m u:ivsoper:0 /usr/bin/python 2> /dev/null
setfacl -m u:ivsoper:0 /usr/bin/python3 2> /dev/null
setfacl -m u:ivsoper:0 /usr/bin/python3.7 2> /dev/null
setfacl -m u:ivsoper:0 /usr/bin/python3.7m 2> /dev/null
iptables -A OUTPUT -p all -m owner --uid-owner ivsoper -j DROP
Before starting disk data restoration, you need to ensure that the service system version before reinstallation is the same as that after reinstallation.
Configure the initialization service by referring to Configuring the Startup Wizard. When the system displays a message asking you whether to restore disk-backup data, click Yes.
You do not need to perform initialization on the RAID configuration page.
Configure the initialization service by referring to Configuring the Startup Wizard. When the system displays a message asking you whether to restore disk-backup data, click No.
You need to perform initialization on the RAID configuration page.
When you reinstall the service system in the operating system, the system prompts you to enter the private key password after you execute the install.sh script.
Enter your oem passwd:
Enter the private key password 6UKTW1VQMDL.
If you do not enter the private key password within 60 seconds, the system automatically logs out and the installation script stops. When you reinstall the service system next time, you still need to perform this step.
To perform operations as the root/ivsoper user, log in as the admin user and then switch to the root/ivsoper user, instead of directly logging in as the root/ivsoper user.
Figure 6-119 shows the serial port on the device.
to start PuTTY.To view the port, choose Computer Management > Device Manager > Ports (COM & LPT).
Authorized users only. All activities may be monitored and reported. Euler login: admin Password: Last login: Wed Feb 26 15:58:10 from 192.168.1.100 Authorized users only. All activities may be monitored and reported. Euler:~ #
su - root
Enter the password of the root user during command execution.
For details about how to change the passwords, see Changing the Password (CLI).
To perform operations as the root/ivsoper user, log in as the admin user and then switch to the root/ivsoper user, instead of directly logging in as the root/ivsoper user.
For security purposes, the SSH function is disabled by default. For details about how to enable the SSH function, see How Can I Enable the SSH Function?.
WARNING: Your password has expired. Your must change your password now and login again! Changing password for user admin. Current password: // Enter the initial password. New password: // Enter the new password of the admin user of the OS, for example, 1qaz@WSX#EDC. Retype new password: // Enter the new password again, for example, 1qaz@WSX#EDC.
Enter the password of the root user during command execution.
Enter the password of the ivsoper user during command execution.
If a fault occurs on a device and cannot be located, you can log in to the local database to determine the fault cause.
How Do I Log In to the Operating System Through a Network Port?)sh /home/ivstool/bin/service.sh stop gsdb
LSNR_PORT = 6000 LSNR_ADDR = 127.0.0.1 INSTANCE_NAME = zenith DATA_BUFFER_SIZE = 256M SHARED_POOL_SIZE = 82M TEMP_BUFFER_SIZE = 32M LOG_BUFFER_SIZE = 4M DBWR_PROCESSES = 1 LOG_BUFFER_COUNT = 4 SESSIONS = 111 _SYS_PASSWORD = I3/25wUA0Af3fvk7fSCmCXMMZrNBjR2WGk7d3xJvDiCD+MQPta5x1Xq1ip5nmukdPvCrT9LZHGlqY1rFNUxkULc2rNp5xiypkW35dDCjaVkU18EUvkqfNQ== EMPTY_STRING_AS_NULL = FALSE LOG_HOME = /home/gaussdba/app/data/log _AGENT_STACK_SIZE = 1M _LOG_LEVEL = 7 _LOG_MAX_FILE_SIZE = 1M _LOG_BACKUP_FILE_COUNT = 10 MAX_ARCH_FILES_SIZE = 100M ARCH_CLEAN_IGNORE_BACKUP = TRUE ARCH_CLEAN_IGNORE_STANDBY = TRUE LOCAL_KEY = x4nWCzyTc4GmUgu87imYM1RuZnqYmWstalD/LxDxRAHA8oYITB+ohmL/KDkS8hjj2UjI4a831D6i5YlvKDgv4g== CONTROL_FILES = (/DB_DATA/data/data/cntl1, /DB_DATA/data/data/cntl2, /DB_DATA/data/data/cntl3) RESOURCE_LIMIT = TRUE TCP_INVITED_NODES = (127.0.0.1/32) TCP_EXCLUDED_NODES = (192.168.3.0/24) TCP_VALID_NODE_CHECKING = TRUE CPU_NODE_BIND = 0 3 WORKER_THREADS_SHRINK_THRESHOLD = 300 OPTIMIZED_WORKER_THREADS = 50 MAX_WORKER_THREADS = 60 SUPER_USER_RESERVED_SESSIONS = 2 _SYSTIME_INCREASE_THREASHOLD = 0 ENABLE_SYSDBA_LOGIN = FALSE
Press Esc to exit the editing mode.
Run the :wq command to save the configurations and exit.
su - gaussdba -s /bin/bash
cd /home/gaussdba/app/bin
python zctl.py -t start
zsql / as sysdba
[gaussdba@Euler bin]$ zsql / as sysdba Warning: SSL connection to server without CA certificate is insecure. Continue anyway? (y/n):y
exit
exit
sh /home/ivstool/bin/service.sh restart gsdb
I/O alarms cannot be configured for devices connected through GB/T 28181.

The sign + indicates high-level output, and - indicates low-level output. For example, port 1+ is used for high-level output of line 1, and port 1- for low-level output of line 1.
This section describes only the alarm output connection mode, which is similar to the alarm input connection mode. To enable alarm input, you need to connect the cable of an alarm input device to the slot of alarm input port 1, 2, 3, or 4 on the rear panel of the device corresponding to the Phoenix connector, and connect the ground cable to the ground port.

Logging In to the LDU)
in the upper left corner to access the main menu.
in the Edit Alarm Input column, set alarm input parameters, and click Apply, as shown in Figure 6-121.
in the Edit Alarm column and set alarm linkage parameters as required. The following uses Preset Position Configuration as an example.Table 6-36 describes the key parameters.
Area |
Parameter |
Description |
|---|---|---|
Alarm-in |
Alarm Input Number |
Alarm input channel ID.
|
Alarm Name |
Name of an I/O alarm input channel. |
|
Mode |
Alarm input status. Set this parameter based on the attribute of the port connected to the alarm device. If no alarm device is connected, set Mode to Close.
|
|
Alarm Interval (s) |
Alarm input interval, in seconds. The value ranges from 1 to 3600. |
|
Setting Alarm Linkage |
Recording/Stop Recording/Alarm Output/Triggered Snapshot/Invoke Preset Position/Send Email |
Indicates whether to enable an alarm linkage action. |
Video Camera/Stop Camera/Snapshot Camera |
Camera to be linked to record video when an alarm is triggered. You can set this parameter based on the site requirements. When an alarm is triggered, the selected cameras start to record video, stop video recording, or take snapshots. |
|
Recording Duration(s) |
Customized alarm linkage duration. The value ranges from 1 to 3600, in seconds. |
|
Alarm Output ID |
Alarm output channel ID. |
|
Preset Position Configuration |
Button for configuring a preset position. After clicking this button, you can select the camera to be linked and configure a preset position in the dialog box that is displayed. When a service alarm is generated, the linked camera stops at the preset position. |
|
Email Settings |
Button for configuring the email address. After clicking this button, you can configure the email address of the recipient in the dialog box that is displayed. When an alarm is generated, an email is sent to the configured email address. |
in the Edit Alarm Output column, set alarm output parameters, and click OK, as shown in Figure 6-123.
Table 6-37 describes the key parameters.
Area |
Parameter |
Description |
|---|---|---|
Alarm-out |
Alarm Output |
Alarm output channel ID.
|
Mode |
Alarm output status. Set this parameter based on the attribute of the port connected to the alarm device. If no alarm device is connected, set Mode to Close.
|
|
Alarm Name |
Name of an I/O alarm output channel. |
|
Display |
Alarm output duration. The value ranges from 1 to 3600, in seconds. |
This section describes how to enable the I/O alarm function on the HWT-IVS1800. For details about how to configure I/O alarm linkage, see Configuring HWT-IVS1800 I/O Alarms (Based on the LDU) or iClient S100 User Manual.
Logging In to the OMU portal)Table 6-38 describes the key parameters.
Area |
Parameter |
Description |
|---|---|---|
Alarm Input |
Name |
Name of an I/O alarm input channel.
|
Type |
Alarm input status. Set this parameter based on the attribute of the port connected to the alarm device. If no alarm device is connected, set Type to Close.
|
|
Alarm Interval |
Interval between two alarms. |
|
Alarm Output |
Name |
Name of an alarm output channel.
|
Type |
Alarm output status. Set this parameter based on the attribute of the port connected to the alarm device. If no alarm device is connected, set Type to Close.
|
|
Duration |
I/O alarm output duration. The value ranges from 1 to 3600, in seconds. |
Logging In to the LDU)
in the upper left corner to access the main menu.
in the Edit Alarm Input column, set alarm input parameters, and click Apply, as shown in Figure 6-125.
in the Edit Alarm column and set alarm linkage parameters as required. The following uses Preset Position Configuration as an example.Table 6-39 describes the key parameters.
Area |
Parameter |
Description |
|---|---|---|
Alarm-in |
Alarm Input Number |
Alarm input channel ID.
|
Alarm Name |
Name of an I/O alarm input channel. |
|
Mode |
Alarm input status. Set this parameter based on the attribute of the port connected to the alarm device. If no alarm device is connected, set Mode to Close.
|
|
Check Interval (s) |
Alarm input interval, in seconds. The value ranges from 1 to 3600. |
|
Setting Alarm Linkage |
Recording/Stop Recording/Alarm Output/Triggered Snapshot/Invoke Preset Position/Send Email |
Indicates whether to enable an alarm linkage action. |
Channel/Channel/Snapshot channel |
Camera to be linked to record video when an alarm is triggered. You can set this parameter based on the site requirements. When an alarm is triggered, the selected cameras start to record video, stop video recording, or take snapshots. |
|
Recording Duration(s)/Duration(s) |
Customized recording or alarm linkage duration. The alarm linkage duration ranges from 1 to 3600, in seconds.
|
|
Channel ID |
Alarm output channel ID. |
|
Preset Position Configuration |
Button for configuring a preset position. After clicking this button, you can select the camera to be linked and configure a preset position in the dialog box that is displayed. When a service alarm is generated, the linked camera stops at the preset position. |
|
Email Settings |
Button for configuring the email address. After clicking this button, you can configure the email address of the recipient in the dialog box that is displayed. When an alarm is generated, an email is sent to the configured email address. |
in the Edit Alarm Output column, set alarm output parameters, and click Apply, as shown in Figure 6-127.
Table 6-40 describes the key parameters.
Area |
Parameter |
Description |
|---|---|---|
Alarm-out |
Alarm Output ID |
Alarm output channel ID.
|
Alarm Name |
Name of an I/O alarm output channel. |
|
Display Duration (s) |
Alarm output duration. The value ranges from 1 to 3600, in seconds. |
No signal is displayed on a monitor when it is connected to the device using the HDMI port.

If the fault persists or if two monitors are used on site, go to the next step.
Check the serial number label attached to the device.
Logging In to the OMU portal)In the device information, SN indicates the serial number of the device.
Log in to the HWT-IVS1800 and query the serial number.
How Do I Log In to the Operating System Through a Network Port?)elabel get 0x11
Check the specifications label attached to the device.
Logging In to the LDU)
in the upper left corner to access the main menu.
Logging In to the OMU portal)Log in to the and query device specifications.
How Do I Log In to the Operating System Through a Network Port?)elabel get 0x10
Logging In to the OMU portal)The method described in this section applies only to IVS1800-D series.
The recovery method described in this section can be performed only when the following conditions are met:
If the dual-address mode is enabled on the device, both IP addresses cannot be pinged.
For details about how to log in to the operating system through a network port, see How Do I Log In to the Operating System Through a Network Port?.
For details about how to log in to the operating system through a serial port, see How Do I Log In to the Operating System Through a Serial Port?.
If you want to use the method provided in this section to restore the device after the preceding faults occur, pay attention to the following precautions:
The device is automatically restored to factory settings and restarts. It takes about 30 minutes to restore the device to factory settings.
Before reinstalling the service system, pay attention to the following information:
The computer used to log in to the operating system must be directly connected to the device and in the same network segment (192.168.3.111/24) as the device so that you can use the SSH tool to log in to the operating system.
To log in to the OMU portal, ensure that the computer is directly connected to the device and is in the same network segment (192.168.3.111/24) as the device.
Applies only to IVS1800-D series: If a device is frequently powered on and off in a short period of time, the mechanism of restoring the device to factory settings is triggered.
The GE1 and GE2 network ports of the HWT-IVS1800 are respectively connected to Port10 and Port20 of the switch using Ethernet links, and heavy data traffic passes through the GE1 and GE2 network ports. You can use port aggregation to ensure data transmission and link reliability of the HWT-IVS1800.
Port aggregation is to combine two or more physical ports into a logical link. You can aggregate ports on a switch to increase the bandwidth between the switch and network nodes, ensuring high network reliability.
You have configured basic switch data.
Perform the following steps to create Eth-Trunk 30 and add Port10 and Port20 as member ports to increase the bandwidth of the link:
<XXXXXX> system-view // Access the system view. [XXXXXX] interface eth-trunk 30 // Create an Eth-Trunk interface named Eth-Trunk 30. [XXXXXX-Eth-Trunk10] quit // Exit the system view.
[XXXXXX] interface gigabitethernet 0/0/10 // Access Port10. [XXXXXX-GigabitEthernet0/0/10] eth-trunk 30 // Add Port10 of the switch to Eth-Trunk 30. [XXXXXX-GigabitEthernet0/0/10] quit // Exit.
[XXXXXX] interface gigabitethernet 0/0/20 // Access Port20. [XXXXXX-GigabitEthernet0/0/20] eth-trunk 30 // Add Port20 of the switch to Eth-Trunk 30. [XXXXXX-GigabitEthernet0/0/20] quit // Exit.
<XXXXXX>save // Save settings.
If the HWT-IVS1800 needs to exchange network data with other devices, ensure that the HWT-IVS1800 is properly connected to the network of the target device. You can enter the network IP address of the target device in the HWT-IVS1800 to check whether the connection to the target network environment is normal.
Logging In to the LDU)Table 6-41 describes the key parameters.
Logging In to the OMU portal)Table 6-42 describes the key parameters.
Logging In to the OMU portal)Parameter |
Description |
|---|---|
Search text box |
IP address of the target device to be tested. |
Duration |
Ping duration. The default value is 86400 (By Seconds), and the maximum duration is 30 days. The unit of the value can be:
|
Packet size(byte) |
Maximum packet size. The default value is 1500 bytes, and the maximum value is 3000 bytes. |

Based on the disk quantity and reliability requirements, non-RAID mode, RAID 5 recommended mode, and RAID 5 economical mode are supported.
For details about how to view the space path of the reserved partition, see Related Operations.

You can view the disks where a partition resides on the OMU portal.
Logging In to the OMU portal)
How Do I Log In to the Operating System Through a Network Port?)lsblk
The following information is displayed:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
loop0 7:0 0 128M 0 loop /SmartFS0
sda 8:0 0 3.6T 0 disk
├─sda1 8:1 0 3.5T 0 part /opt/SmartData_D/G0_3
└─sda2 8:2 0 186.3G 0 part
sdb 8:16 0 3.6T 0 disk
├─sdb1 8:17 0 3.5T 0 part /opt/SmartData_D/G0_4
└─sdb2 8:18 0 186.3G 0 part
sdc 8:32 0 5.5T 0 disk
├─sdc1 8:33 0 5.3T 0 part /opt/SmartData_D/G0_5
└─sdc2 8:34 0 186.3G 0 part
sdd 8:48 0 7.3T 0 disk
├─sdd1 8:49 0 7.1T 0 part /opt/SmartData_D/G0_6
└─sdd2 8:50 0 186.3G 0 part
└─md0 9:0 0 186.1G 0 raid1
├─md0p1 259:1 0 131.3G 0 part /opt
├─md0p2 259:2 0 18.6G 0 part /opt/third_algorithm
├─md0p3 259:3 0 5.6G 0 part /var/lib/docker
└─md0p4 259:4 0 27.8G 0 part /opt/third_algorithm_D
sde 8:64 0 3.6T 0 disk
├─sde1 8:65 0 3.5T 0 part /opt/SmartData_D/G0_2
└─sde2 8:66 0 186.3G 0 part
sdf 8:80 0 3.6T 0 disk
├─sdf1 8:81 0 3.5T 0 part /opt/SmartData_D/G0_0
└─sdf2 8:82 0 186.3G 0 part
└─md0 9:0 0 186.1G 0 raid1
├─md0p1 259:1 0 131.3G 0 part /opt
├─md0p2 259:2 0 18.6G 0 part /opt/third_algorithm
├─md0p3 259:3 0 5.6G 0 part /var/lib/docker
└─md0p4 259:4 0 27.8G 0 part /opt/third_algorithm_D
sdg 8:96 0 3.6T 0 disk
├─sdg1 8:97 0 3.5T 0 part /opt/SmartData_D/G0_1
└─sdg2 8:98 0 186.3G 0 part
└─md0 9:0 0 186.1G 0 raid1
├─md0p1 259:1 0 131.3G 0 part /opt
├─md0p2 259:2 0 18.6G 0 part /opt/third_algorithm
├─md0p3 259:3 0 5.6G 0 part /var/lib/docker
└─md0p4 259:4 0 27.8G 0 part /opt/third_algorithm_D
mtdblock0 31:0 0 1M 0 disk
mtdblock1 31:1 0 1M 0 disk
mtdblock2 31:2 0 1M 0 disk
mtdblock3 31:3 0 512K 0 disk
mtdblock4 31:4 0 12.5M 0 disk
mmcblk0 179:0 0 29.1G 0 disk
├─mmcblk0p1 179:1 0 511M 0 part
├─mmcblk0p2 179:2 0 2G 0 part
├─mmcblk0p3 179:3 0 2G 0 part /
├─mmcblk0p4 179:4 0 1G 0 part /home/data
├─mmcblk0p5 179:5 0 1G 0 part /home/log
├─mmcblk0p6 179:6 0 6.5G 0 part /home
├─mmcblk0p7 179:7 0 10G 0 part /DB_DATA
└─mmcblk0p8 259:0 0 6G 0 part /StaticFeature
mmcblk0boot0 179:8 0 4M 1 disk
mmcblk0boot1 179:16 0 4M 1 disk
If the read/write speed decreases or the number of read/write errors increases due to disk aging, the disk becomes a slow disk. You can receive slow disk alarms on the iClient S100 or view slow disk alarms on the storage management page of the OMU portal.
The HWT-IVS1800 automatically detects and isolates slow disks. You need to replace slow disks as soon as possible to ensure stable system running.
Log in to the OMU portal, choose , and check the disk status. If a disk is displayed as a slow disk, you only need to handle this disk.
Logging In to the OMU portal)If you receive fault alarms of multiple slow disks from the iClient S100 at the same time, or find multiple slow disks on the Storage page of the OMU portal, the possible cause is that a specific fault occurs on a disk, which affects the read and write operations of other disks. To rectify the fault, you can perform the following steps to replace disks one by one.
Logging In to the OMU portal)Type |
Function |
|---|---|
Device management |
Supports IVS1800 registration with the cloud service, channel and status report, and time synchronization. |
Live video viewing and voice intercom |
Supports live video viewing, PTZ control, channel-associated voice, voice intercom, and OSD setting. |
Recording playback |
Supports recording query and playback. |
After the HWT-IVS1800 is connected to the IVS3800 or IVS2800 through GB/T 28181, the video channel name of the HWT-IVS1800 is displayed as HWT-IVS1800Access name01***, as shown in Figure 6-145.
To display the video channel name as a camera name, you must perform steps in Procedure to set related parameters on the CSP OM portal before connecting the HWT-IVS1800 to the IVS3800 or IVS2800. Otherwise, you need to reconnect the HWT-IVS1800 to the IVS3800 or IVS2800.
The SSH function can be disabled only on the OMU portal.
After data is restored using the Data Safe in the subrack replacement scenario, live and recorded video cannot be properly played.
The version of the device before subrack replacement (referred to as the old device) is different from that of the device after subrack replacement (referred to as the new device). As a result, data cannot be properly restored.
During system reinstallation, the reinstallation is interrupted due to unexpected power-off.
The factory setting restoration is interrupted due to unexpected power-off.
During data restoration, the restoration is interrupted due to unexpected power-off.
Data Source |
Clearance Rule |
|---|---|
Alarm-triggered snapshots |
Alarm-triggered snapshots are cleared when the snapshot storage period ends or the number of snapshots reaches 20,000. |
Automatic snapshots |
Snapshots stored in alarm records will be cleared when the snapshot storage period ends or cleared with alarm records. |
Dynamic lists |
|
Alarm records |
|
Recording segment indexes |
A single camera supports a maximum of 20,000 recording segment indexes. In normal cases, 1 GB recording data or one alarm-triggered recording will generate one recording segment index.
|
Recording record |
When you query recordings of a single video channel on the HWT-IVS1800, a maximum of 1000 records can be returned, including alarm-triggered recordings and scheduled recordings. Recording records can be queried in the following scenarios:
|
Buzzer Alarm |
Fault Type |
Alarm Clearance Method |
|---|---|---|
Two short beeps followed by two long beeps (repeated for 300s) |
Disk mounting is abnormal. |
If the buzzer generates two short beeps and two long beeps for two consecutive times, check the disk mounting status. |
Two short beeps (repeated for 300s) |
A slow disk alarm occurs. |
If the buzzer generates two short beeps for two consecutive times, rectify the fault by referring to Slow Disk Fault Detection. |
Two short beeps followed by one long beep (repeated for 30s) |
A system time error occurs. |
If the buzzer generates two short beeps and one long beep for two consecutive times, check the system time on the OMU portal. |
One long beep followed by two short beeps (repeated for 30s) |
The real-time clock (RTC) battery voltage is low. |
If the buzzer generates one long beep and two short beeps for two consecutive times, check the battery health status. |
One long beep followed by one short beep, lasting 30s (repeated for 60s) |
Data restoration using the Data Safe fails. |
If the buzzer generates one long beep and one short beep for 30s, restore the factory settings and check the device startup status by referring to How Do I Restore a Device to Factory Settings?. |
Long beep |
The eMMC service life is about to end. |
If the buzzer generates a long beep, you are advised to replace the subrack. |
How Do I Log In to the Operating System Through a Network Port?)cd /home/ivs_common
rm nodebug
touch nodebug
Logging In to the OMU portal)In the same period, the number of snapshot alarms delivered by the IVS1800 to the LDU or iClient S100 is inconsistent with that in the camera web system.
A camera is connected to multiple IVS1800s, and multiple IVS1800s deliver alarm-triggered snapshot requests at the same time. As a result, some alarm-triggered snapshots fail to be delivered.
Connect one camera to only one IVS1800.
By default, the docker0 network adapter uses an IP address in the 172.17.0.0/16 network segment. If the network adapter (eth0 or eth1) resides in the same network segment as docker0, the network may be disconnected.
ifdown docker0
How Do I Log In to the Operating System Through a Network Port?)route -n
Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface .... 172.17.0.0 0.0.0.0 255.255.0.0 U 0 0 0 docker0
service docker start
docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES bea7af01d449 helmet:helmet "/bin/bash -c /home/…" 10 hours ago Up 10 seconds helmet
If the container cannot be stopped, stop the analysis task that the third-party algorithm of the container is running, and then stop the container again.
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES bea7af01d449 helmet:helmet "/bin/bash -c /home/…" 10 hours ago Exited (0) 10 hours ago helmet
vi /etc/docker/daemon.json
{ "bip":"192.168.0.1/16" }
In the preceding information, 192.168 indicates the new network segment used by docker0. Change it based on the site requirements.
{ "insecure-registries":["XXX.XXX.XXX.XXX:5300","swr.cn-north-7.mycloud.com"],"bip":"192.168.0.1/16"}
In the preceding information, 192.168 indicates the new network segment used by docker0. Change it based on the site requirements.
systemctl daemon-reload
systemctl restart docker
After a camera connected to the HWT-IVS1800 is restored to factory settings, the camera is in offline state on the iClient S100 and fails to automatically go online.
After the camera is restored to factory settings, it is in unactivated state. The HWT-IVS1800 identifies that the camera is in offline state and triggers activation and re-login of the camera.
If you activate a camera in the camera web system before the HWT-IVS1800 triggers activation and login of the camera, the HWT-IVS1800 cannot identify the camera status. As a result, the camera is in offline state on the iClient S100 and fails to automatically go online.
You can solve this problem in any of the following ways:
The entered password must be the same as the password for logging in to the camera web system.
After video recording linkage is configured and multiple recording channels are selected, the alarm-triggered recording is delayed or partially lost. The following figure shows an example of this symptom on the iClient S100.

During the configuration of video recording linkage and multiple recording channels, the request message for the HWT-IVS1800 to pull streams is blocked by other messages, causing a delay or failure of response to the stream pulling request. As a result, the recording is delayed or even lost.
Enable Scheduled Recording. The time segment of the scheduled recording must contain the time segment of the alarm-triggered recording.
After the HWT-IVS1800 upgrade package is uploaded to the iClient S100, a power outage occurs during the upgrade. After the device is powered on and the upgrade is performed again, a message is displayed on the iClient S100, indicating that the upgrade fails due to invalid operation.
During the upgrade, the iClient S100 or HWT-IVS1800 is powered off or disconnected from the network, resulting in upgrade file transmission interruption. When the upgrade is performed again, the HWT-IVS1800 determines that the previous file transmission is not complete and does not perform a new upgrade task.
You can log in to https://www.holowits.com/documentation, search for the desired device model, and obtain the upgrade guide of the desired version.
When the diskless upgrade is performed after the HWT-IVS1800 upgrade package is uploaded on the LDU or OMU portal, the upgrade fails, and one of the following causes is displayed:
The directory space is used up and the space required for the upgrade is insufficient.
How Do I Log In to the Operating System Through a Network Port?)find /StaticFeature -maxdepth 1 ! -name 'StaticFeature' ! -name 'static' -exec rm -r {} +
rm -rf /upgrade/*
find /DB_DATA -maxdepth 1 ! -name 'data' ! -name 'DB_DATA' -exec rm -r {} +
After the subrack of the HWT-IVS1800 is replaced, data is restored using the Data Safe. However, services of multiple modules cannot be started.
As the eMMC service life has ended, the files backed up using the Data Safe are abnormal. After the subrack is replaced and data is restored, the service module files are abnormal and services cannot be started.
IVS1800-E series devices of 11.1 or later versions and V7000-08A-LLM series devices of 12.0 or later versions
In 12.0.0.SPC60 and later versions, the built-in emmc_recover script is available. In other versions, you need to upload the script to the environment.
Enter command-line arguments to run the bash /home/ivstool/bin/emmc_recover.sh script.
Select the following command-line arguments as required:
The script execution result is recorded in /tmp/result.txt.
Before upgrading large model algorithms, you need to check the available space of the /home directory. The available space must be 600 MB at least.
How Do I Log In to the Operating System Through a Network Port?)df -h
Before large model algorithms are installed, the space of the /home directory is not checked. The algorithm plug-in fails to be installed due to insufficient space of the /home directory.
How Do I Log In to the Operating System Through a Network Port?)df -h
du -sh *

cd /home/lib/ivs_va/plugin

A recording file is lost in RAID mode.
You have performed the following operations to obtain the IDs of the damaged blocks in the database.
select * from device_cameraCode
cameraCode indicates the channel ID. If there is a large amount of data, you can filter the data by time.

How Do I Log In to the Operating System Through a Network Port?)/home/ivs_mu/bin/video_tool


export LD_LIBRARY_PATH=/home/lib
video_recover Recover fold_num block_path audioFormatNum
After an inspection large model task is created, the task fails to be triggered. How do I improve the detection rate of the algorithm.
Adjust algorithm parameters or alert parameters to improve the detection rate of the algorithm.


After an inspection large model task is created, too many false positives are reported. How do I reduce the false positive rate of the algorithm?
Adjust algorithm parameters, adjust alert parameters, or use a false positive library to reduce the false positive rate of the algorithm.

Check the object size compliance when you deploy alert for an inspection task or when you view alarms after the alert deployment.


Connecting the cloud service to the HWT-IVS1800 occupies client connections. When the number of client connections exceeds the upper limit, no alarm is reported for the cloud service.
Disconnect some clients and check whether alarms can be reported properly.
Logging In to the OMU portal)