Opened 2 years ago

Closed 21 months ago

#1460 closed patch (fixed)

Add to drivedb: WDC WUH72181xALE6Lz

Reported by: joel.neppel Owned by: Christian Franke
Priority: minor Milestone: Release 7.3
Component: drivedb Version:
Keywords: hdd Cc: joel.neppel@…

Description

Hello,
I am Joel, an intern at Western Digital, and I am looking to get a drive added to your database. I have attached the smartctl -x log for another Ultrastar DC HC550.

I also have an entry for you,

{ "Western Digital Ultrastar DC HC550",
  "WDC  ?WUH72181[68]ALE6L[14]",
  "", "",
  "-v 22,raw48,Helium_Level"
},

Here is a link to the data sheet: https://documents.westerndigital.com/content/dam/doc-library/en_us/assets/public/western-digital/product/data-center-drives/ultrastar-dc-hc500-series/data-sheet-ultrastar-dc-hc550.pdf

Let me know if you have any questions, thank you.

Attachments (4)

smartctl-WDC-WUH72181xALE6Lz.txt (11.5 KB) - added by joel.neppel 2 years ago.
smartctl-WDC-WUH721818ALE6L4.txt (17.2 KB) - added by joel.neppel 2 years ago.
0001-drivedb.h-Ultrastar-DC-HC550.patch (1.1 KB) - added by shin 22 months ago.
Patch suggested
smartctl-WDC-WUH721818ALE6L4_2 (12.8 KB) - added by shin 22 months ago.
smartctl log of a drive without prefix in the device model

Download all attachments as: .zip

Change History (12)

Changed 2 years ago by joel.neppel

comment:1 Changed 2 years ago by Christian Franke

Milestone: undecided

Same issue as in #1459:

Device Model:     XXXXX (internal Ultrastar DC HC550)

This is useless as a test case.

Changed 2 years ago by joel.neppel

comment:2 Changed 2 years ago by joel.neppel

I found a drive that has the correct model number. Regarding the spaces, I do not believe they have any meaning about the drive, it is just how the device model is reported.

comment:3 in reply to:  2 ; Changed 2 years ago by TheDragonFire961

Replying to Joel Neppel:

I found a drive that has the correct model number. Regarding the spaces, I do not believe they have any meaning about the drive, it is just how the device model is reported.

But are final versions to have the space, or is it only an internal thing?

Last edited 2 years ago by TheDragonFire961 (previous) (diff)

comment:4 in reply to:  3 Changed 2 years ago by joel.neppel

Replying to TheDragonFire961:

Replying to Joel Neppel:

I found a drive that has the correct model number. Regarding the spaces, I do not believe they have any meaning about the drive, it is just how the device model is reported.

But are final versions to have the space, or is it only an internal thing?

The ones being sold include the spaces.

comment:5 Changed 2 years ago by Christian Franke

Milestone: undecidedRelease 7.3

Changed 22 months ago by shin

Patch suggested

Changed 22 months ago by shin

smartctl log of a drive without prefix in the device model

comment:6 Changed 22 months ago by shin

Hello,

I'm Shin'ichiro Kawasaki at WDC. Recently, I made same request to smartmontool-database mailing list, without knowing this ticket.

https://listi.jpberlin.de/pipermail/smartmontools-database/2021-August/000661.html

Sorry about this duplicated request. I also appreciate the support of this model in drivedb.h.

I have attached a patch I suggest to support this model. It adds the entry as follows:

  { "Western Digital Ultrastar DC HC550",
    "(WDC  ?)?WUH72181[68]ALE6L[14]",
    "", "",
    // The product spec describes the attribute ID 22 as "Internal Environmental
    // status", but for historical reason, keep the description "Helium_Level".
    "-v 22,raw48,Helium_Level"
  },

One point to note about the patch is that the modelexp supports the model numbers both with and without "WDC" prefix. Some of the drives do not have the prefix. I also attached smartctl log of a drive without the prefix.

The other point is the inline comment about the SMART ID 22. The specification (link below) page 303 describes the SMART attribute as "Internal Environment status".

https://documents.westerndigital.com/content/dam/doc-library/en_us/assets/public/western-digital/product/data-center-drives/ultrastar-dc-hc500-series/product-manual-ultrastar-dc-hc550-sata-oem-spec.pdf

Many entries in drivedb.h describe it as "Helium_Level". For consistency, I think the new entry for this model should have the description "Helium_Level". But I wish to have the comment to note that it is different from the specification.

Thanks in advance for comments and actions.

comment:7 Changed 21 months ago by Christian Franke

Owner: set to Christian Franke
Status: newaccepted
Type: enhancementpatch

comment:8 Changed 21 months ago by Christian Franke

Resolution: fixed
Status: acceptedclosed
Note: See TracTickets for help on using tickets.