Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DIMM status check #45

Open
Tontonitch opened this issue Apr 19, 2017 · 1 comment
Open

DIMM status check #45

Tontonitch opened this issue Apr 19, 2017 · 1 comment

Comments

@Tontonitch
Copy link
Contributor

Hello,
It would be great to add DIMM status check via the filer_hardware_health option:
Output example:

>system controller memory dimm show
			               DIMM    UECC      CECC      CPU                 Slot
			Node           Name    Count     Count     Socket     Channel  Number  Status
			-------------- ------- --------  --------  ---------  -------  ------  ------
			node1          DIMM-1         0         0          0       0        0  ok
			node1          DIMM-NV1       0         0          0       1        1  ok
			node2          DIMM-1         1         0          0       0        0  ok
			node3          DIMM-NV1       0         0          0       1        1  ok
			4 entries were displayed.

BR,
Yannick

@Tontonitch
Copy link
Contributor Author

Here the DIMM-5 is problematic

Filer2::> system controller memory dimm show
               DIMM    UECC      CECC      CPU                 Slot
Node           Name    Count     Count     Socket     Channel  Number  Status
-------------- ------- --------  --------  ---------  -------  ------  ------
Filer2-01      DIMM-1         0         0          0       0        0  ok
Filer2-01      DIMM-2         0         0          0       1        1  ok
Filer2-01      DIMM-3         0         0          0       2        2  ok
Filer2-01      DIMM-4         0         0          0       3        3  ok
Filer2-01      DIMM-5         0       794          1       0        0  ok
Filer2-01      DIMM-6         0         0          1       1        1  ok
Filer2-01      DIMM-7         0         0          1       2        2  ok
Filer2-01      DIMM-8         0         0          1       3        3  ok
Filer2-02      DIMM-1         0         0          0       0        0  ok
Filer2-02      DIMM-2         0         0          0       1        1  ok
Filer2-02      DIMM-3         0         0          0       2        2  ok
Filer2-02      DIMM-4         0         0          0       3        3  ok
Filer2-02      DIMM-5         0         0          1       0        0  ok
Filer2-02      DIMM-6         0         0          1       1        1  ok
Filer2-02      DIMM-7         0         0          1       2        2  ok
Filer2-02      DIMM-8         0         0          1       3        3  ok
16 entries were displayed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants