Description
Some Exacq NVRs built with Microsoft Windows Server 2022 only acknowledge one network interface, rather than two, when being configured out-of-box.
<br>
Product
Issue has been noted on BBE systems ASRock Industrial IMB-X1313 system boards, listed below.
- Z-Series systems
- Some A-Series systems, depending on the system options ordered
NOTE: Windows Server OS is an optional upgrade for many systems, so this will not apply to all systems listed above.
<br>
Steps to Reproduce
- Power on unit<br><br>
- Check Windows Device Manager for listed network interfaces<br><br>
- Check exacqVision Client Network Settings
<br>
Expected Results
All network cards are recognized and appear listed.
<br>
Actual Results
Only one interface is listed.
<br>
Solution
Attempt solution starting with Step 9 first. If this still fails, repeat steps beginning with Step 1, which requires opening the system chassis.
- Power the system down gracefully using the shutdown option from the OS.<br><br>
- Unplug system and press the power button to drain any residual power off the board.<br><br>
- Open the system, locate and remove the CMOS battery from the system board. Wait 5 to 10 minutes before continuing.<br><br>
- Replace the CMOS battery.<br><br>
- Reconnect power to the system.<br><br>
- Power on the system.<br><br>
- Enter the system BIOS or Boot Option menu and boot to the UEFI partition.<br><br>
- Check for changes in recognition of the additional network interface(s). If no change, continue with next steps.<br><br>
- Restart the system and enter BIOS.<br><br>
- Open to the Exit menu and select Load Defaults.<br><br>
- Reboot and enter BIOS again, select the UEFI partition as the boot option.<br><br>
- Check Windows Device Manager and Network Settings to validate that the additional interface(s) are detected.
<br>
AES-842 Has been created to investigate this.
<br>
Additional Steps
Pull the logs from the UEFI
- Open CMD.<br><br>
- Enter the following:
mountvol z: /S
<br><br> - Type
cd z:
and press Enter.<br><br> - Type
dir
and press Enter.<br><br> - Type
cd EXACQ
and press Enter.<br><br> - Open File Explorer and locate the logs in the Z partition. This is hidden by default. If you make them visible using File Explorer options, be sure to set to hidden again after you are done collecting logs.<br><br>
- Collect the txt and xml files from the logs and add them to a newly created ZIP file to copy from the system.<br><br>
- When done collecting logs, return to CMD and enter
mountvol z: /d
to remove the temporarily mounted volume.
<br>