VMware vForum/VSS2013にて発表されたNetAppセッションコンテンツNetApp Japan
?
VMware Software defined DC の主要コンポーネントとしてVMwareにより発表されたSDS(Software Defined Storage) は仮想化環境においてボトルネックになりがちなストレージ関連機能を強化する目的で開発されるコンセプトですが、ネットアップではそれら機能をストレージのレイヤですでに実装しています。いますぐ活用可能な「ネットアップのSDS」について解説します
Windows Server 2016 で作るシンプルなハイパーコンバージドインフラ (Microsoft TechSummit 2016)Takamasa Maejima
?
2016年11月に開催された Microsoft TechSummit 2016 での、Windows Server 2016 ストレージ機能 (SDS) を活用したハイパーコンバージドインフラ (HCI) に関するセッションスライドです。
[イベント名] Microsoft TechSummit 2016
[開催日] 2016年11月1日
[セッションID] CDP-002
[セッションタイトル] Windows Server 2016 で作るシンプルなハイパーコンバージドインフラ
51. display bad block information (1/2)
# ndctl list -DRHMu
{
"regions":[
{
"dev":"region0",
"size":"250.00 GiB (268.44 GB)",
:
"mappings":[
{
"dimm":"nmem1",
:
},
{
"dimm":"nmem0",
:
}
],
:
(cont)
Copyright 2018 FUJITSU LIMITED
region 0 is
interleaved region
by nmem1 and nmem0
command to show
region info with
dimm, health and bad block info
(output is JSON format)
50
52. display bad block information (2/2)
:
],
"badblock_count":1,
"badblocks":[
{
"offset":65536,
"length":1,
"dimms":[
"nmem0"
]
}
],
:
:
#
Copyright 2018 FUJITSU LIMITED
Current ndctl displays
which DIMM has badblock
in this region
In this example,
nmem0 has broken block
badblock info in the region
(the previous ndctl showed only
this information)
51
53. Example of SMBIOS Handle of ndctl
# ndctl list -Du
[
{
"dev":"nmem1",
"id":"XXXX-XX-XXXX-XXXXXXXX",
"handle":"0x120",
"phys_id":"0x1c"
},
{
"dev":"nmem0",
"id":"XXXX-XX-XXXX-XXXXXXXX",
"handle":"0x20",
"phys_id":"0x10",
"flag_failed_flush":true,
"flag_smart_event":true
}
]
Copyright 2018 FUJITSU LIMITED
display DIMM infomation
with human readable format
(phys_id becomes Hexadecimal)
phys_id is SMBIOS handle of
these DIMM
0x10 is broken DIMM’s handle
in this example
(The nmem0 included broken block
in previous result)
52
54. dmidecode can show the location of DIMM
# demidecode
:
Handle 0x0010, DMI type 17, 40 bytes
Memory Device
Array Handle: 0x0004
:
:
Locator: DIMM-Location-example-Slot-A
:
Type Detail: Non-Volatile Registered (Buffered)
Copyright 2018 FUJITSU LIMITED
SMBIOS handle of DIMM
Locator: shows the place of the DIMM
53