lgarron / first-world

Issues that are not necessarily easy to report/fix, and are (generally) not a matter of life-or-death.
https://github.com/lgarron/first-world/issues
0 stars 0 forks source link

CRC error during Pegasus32 R8 synchronization triggers triple-beep alert but the manual document this and the notification is hidden by default #204

Closed lgarron closed 7 months ago

lgarron commented 7 months ago

I've upgraded the storage in my PROMISE Pegasus32 R8.

After being plugged in for an hour or two, it starts emitting triple beeps continuously. It's like someone is sending Morse code of repeated S indefinitely.

The manual does not mention anything about repeated triple beeps, only double beeps (which are for rebuilding the array). PROMISE Utility Pro does not show any notifications or any issues (although the drives are going through a long synchronization).

https://www.bhphotovideo.com/lit_files/621288.pdf https://www.promise.com/DownloadFile.aspx?DownloadFileUID=7037

I can mute the sound, but it's very disconcerting that:

  1. There is no indication of what the sound means. For all I know, it's some sort of failure.
  2. This sound has returned at least once after muting.
lgarron commented 7 months ago

Downloading the service report from PROMISE Utility Pro shows:

===============================================================================
Enabled   Status    
===============================================================================
Yes       Silent    

If this happens again, I'll try to see if the status provides any useful info.

But this part looks like a bigger clue:

-------------------------------------------------------------------------------
SeqNo: 2                               Device: LD 0
EventId: 0x________                    Severity: Info
TimeStamp: Feb 13, 2024 17:19:46       DefaultId: 0x________00120003________
SpecData: __________________ ________________ ________________ ______________
Description: Synchronization is resumed

-------------------------------------------------------------------------------
SeqNo: 3                               Device: PD 4
EventId: 0x________                    Severity: Minor
TimeStamp: Feb 13, 2024 19:46:47       DefaultId: 0x________000D000E________
SpecData: __________________ ________________ ________________ ______________
Description: Physical disk CRC error is detected

-------------------------------------------------------------------------------
SeqNo: 4                               Device: PD 4
EventId: 0x________                    Severity: Minor
TimeStamp: Feb 13, 2024 22:36:21       DefaultId: 0x________000D000E________
SpecData: __________________ ________________ ________________ ______________
Description: Physical disk CRC error is detected

This does roughly match the times I heard the sounds.

That said, the terminology of the rest of the app implies that "PD 4" means "pass-through disk 4" and none of the disks are pass-through. I'll have to keep investigating.

lgarron commented 7 months ago

Aha! PROMISE Utility Pro also shows these under notifications, if you click on the bell icon and then "Events".

The UI implies that only critical events would trigger a notification that shows up in the notification UI by default. It seems a bit funky to me that there's a conspicuous audible notification associated with a hidden notification by default. 🤷

lgarron commented 7 months ago

Aha, the UI shows that PD 04 is indeed "physical disk 04", presumably the disk in the 4th slot from the top.

It sounds like the only thing that really tripped me up here was the fact that the triple-beeping was not reflected in the manual or the initial dropdown when clicking on the notification UI. I'll have to decide what to do about the disk, given that it's already exhibited two CRC errors.

lgarron commented 7 months ago

(Also, the functionality of the "Mute/Sound" button in the app is rather confusing, but the manual explains it nearly well enough.)