Categories
Knowledge Support Support exacqVision Server Categories exacqVision Hardware Products

Windows 7 Hard Drive Unexpectedly Shows Needs Prep

Description 

We have seen cases on NVRs running Windows 7 where a  drive has been working properly and was not just replaced that the status incorrectly shows Needs Prep

Product 

  • exacqVision Server 22.12.5.0
  • exacqVision Server 23.03.1.0
  • Microsoft Windows 7

Steps to Reproduce 

Within the exacqVision Client navigate to Configuration> YOUR Server > Storage > Hardware Tab

Expected Results 

All drives listed are high-lighted in green and have a status of Healthy

Actual Results 

One or more drives are high-lighted in orange and have a status of Needs Prep

Solution

Validate

Before going ahead with the following workaround, you must first confirm that the Needs Prep status is false

  • Using File Explorer access the contents of the effected drive(s)
  • Confirm that recent video files (those ending in .ps) are present and can be played back
  • If the drive is not accessible then it should be prepped
  • If video is present and can be played then DO NOT RUN PREP, go ahead with the workaround

Workaround

WARNING: This change is not permanent and will be overwritten during an exacqVision Server update! If necessary it can be re-applied

  • Stop the exacqVision Server Service
  • Open Notepad++ or a similar text editor as an Administrator
  • Open the file “C:\Program Files\exacqVision\Server\scripts\sysinfo.ps1”
  • Locate the line containing write-stdout ("drive-needs-prep=1") (typically line 288)
  • Comment out the line by adding a # at the beginning of the line
  • It should now be # write-stdout ("drive-needs-prep=1")
  • Save the file
  • Start the exacqVision Server Service

Branch Build 23.06.3032801 is available and confirm fixes the issue.
September 2023 release should house this fix.

AES-427

Categories
Knowledge Support Support exacqVision Client exacqVision Server Categories exacqVision Hardware

Powershell Group Policies Blocking exacqVision Server Scripts

Description 

Group Policy settings have been observed to block exacqVision Server Scripts even after the machine has been removed from the domain.

Product 

  • exacqVision Server
  • Group Policy
  • Windows PowerShell

Actual Results 

  • Issue 1: Date/Time settings are grayed out in the exacqVision Client.
  • Issue 2: Users are unable to apply a license; MAC address shows all 0’s.

Expected Results 

  • Issue 1:  Date/Time settings are not grayed out and settings can be pushed from the exacqVision Client
  • Issue 2:  The MAC address is correct and a license can be applied.

Verification

  1. Open Windows Powershell (Admin).
  2. Change the working directory to “C:\Program Files\exacqVision\Server\scripts”
    cd C:\Program Files\exacqVision\Server\scripts\
  3. Run one or more of the following scripts:
.\timeconfig.ps1
.\netconfig.ps1
.\sysinfo.ps1
.\raidprep.ps1

PowerShell script command example

Resolution

-Run the following command replacing Script.ps1

-If one or more of the scripts fails after then a re-image may be necessary. 

<br>