show dedup_lun scrub_error_info
Function
Parameters
Parameter |
Description |
Value |
---|---|---|
lun_id=? | LUN ID. | To obtain the value, run the "show lun general" command. |
scrub_error_info_id=? | ID of error information. | To obtain the value, run the "show dedup_lun scrub_error_info" command without parameters. |
Example
-
Batch query all scanning error information on a deduplication LUN.
developer:/>show dedup_lun scrub_error_info lun_id=1 Scrub Error Info ID Error Code Error Position Objset ID Objset Type Object ID Object Type Object Offset Object Length CKG Object ID CKG LBA CKG Length 1 2147438924 9 0x4000000001 3 1 2 0 4096 -- -- -- 2 2147438924 90 0x4000000001 3 2 2 0 4096 -- -- --
-
Query a piece of scanning error information on a deduplication LUN.
developer:/>show dedup_lun scrub_error_info lun_id=1 scrub_error_info_id=1 Lun ID: 1 Scrub Error Info ID: 1 Error Code: 2147438924 Error Position: 9 Objset ID: 0x4000000001 Objset Type: 3 Object ID: 1 Object Type: 2 Object Offset: 0 Object Length: 4096 CKG Object ID: -- CKG LBA: -- CKG Length: --
System Response
The following table describes the parameter meanings.
Parameter |
Meaning |
---|---|
Lun ID | LUN ID. |
Scrub Error Info ID | ID of error information. |
Error Code | Error code. |
Error Position | Error position. |
Objset ID | Object set ID. |
Objset Type | Object set type. |
Object ID | Object ID. |
Object Type | Object type. |
Object Offset | Object offset. |
Object Length | Object length. |
CKG Object ID | CKG ID. |
CKG LBA | CKG offset. |
CKG Length | CKG length. |