Categories
Knowledge Support Support exacqVision Server Products

Windows 7 System Show Drive as Offline

Description 

Windows 7, Windows Embedded images have reported seeing drive as offline. This is a false negative.

Product 

Server 23.03, 22.09, 22.06.

Steps to Reproduce 

  • Go to Storage section in the client and select the Drive tab.
  • Drives show up as offline.
    Drives are mounted in OS and have data recording to them.

Expected Results 

The drives should not show offline.

Actual Results 

Drives will show up as offline, if you disable one, I found that most will correct but that another drive number might show up as offline.
Another Indication is that the Hardware tab will show improper status as well.

Solution

Corrected in RC 23.03.2 or wait for next release in June 2023.
AES-309

Categories
Knowledge Support Support exacqVision Server exacqVision Hardware

ExacqVision Drive is Offline

Title

ExacqVision Drive is Offline

Description 

Meaning of Drive is Offline message. This could be seen in Storage or in system logs.

Product 

ExacqVision Server

Information

This message could be the result of many underlying causes. It is possible the physical drive connection has failed, or a drive has been removed manually.
This could also result if something interferes with our attempt to get the status of the drive, as in the case of overly stringent antivirus or group policies applied to the system.


Solution

More troubleshooting is needed.

Categories
Knowledge Support Support exacqVision Webservice Products

Drive Show Offline when updating to Server 21.09

The issue reported was that the drives will show up as offline when customers update to 21.09. If you were to roll back the server to 21.06 the drives would show up as healthy.

The Latest build will resolve this issue:

Build summary:
Exacq Server Branch ยป server-23253-smartctl-fail-on-csmi-disks Build 1
Installer(s):
https://artifactory.exacq.org/artifactory/server-local/21.09.x/6337xx/633700/
Categories
Knowledge Support Categories exacqVision Hardware Products

Drives Appearing Offline in Linux

Some users are experiencing multiple drives in an ‘Offline’ status with Linux systems containing host bus adapters. This may also present drives not on the HBA as ‘Offline’ or with ‘Write Errors’.

In these cases it is necessary to determine the proper cause. If restarting the server service in the past has shown the drives are ‘Healthy’ and recording for some time before returning to this state it may be caused by a link speed issue, wherein the write speeds to the drive have lowered and the server service eventually displays the drives in a non-Healthy status.

Please note that this does not cause drives to display ‘Failed Drive: Replace Now’.

Limiting link speeds will not appear in the syslogs or the exported support diagnostics, these are going to be found in the Kern logs. To search for limiting link speeds, perform the following in Terminal:

cd /var/log

sudo zgrep -i "limiting sata" kern.log*

Anything that returns, regardless of the speed that is reported, is a limiting speed. This means the system lowered the SATA link speed to be able to write to disk.

After the link speed lowers, we should be able to find write errors in the exacqVision server logs:

cd /usr/local/exacq/server/logs

The command below will search for write errors on 2/13/2018, you can edit this for a specific day or range of dates

sudo grep -i ". ps error ." 20180213.txt

<br>

Drives-Appearing-Offline-in-Linux.pdf