質問編集履歴
4
markdownの修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,147 +1,74 @@
|
|
1
1
|
### 前提・実現したいこと
|
2
|
-
|
3
2
|
Windows Server 2019にてWSFC構築/SQL ServerにてAlways On 可用性グループ構築
|
4
3
|
|
5
|
-
|
6
|
-
|
7
|
-
###質問
|
4
|
+
### 質問
|
8
|
-
|
9
5
|
記憶域スペースダイレクト有効化コマンド(▼PowerShellコマンド)を実行すると、エラーが出力されます。
|
10
|
-
|
11
6
|
エラーの原因と解決方法を教えてください。
|
12
|
-
|
13
7
|
解決の糸口になるかもしれない、程度の確度でも構いません。
|
14
8
|
|
9
|
+
### 発生している問題・エラーメッセージ
|
10
|
+
▼PowerShellコマンド
|
11
|
+
```
|
12
|
+
Enable-ClusterS2D
|
13
|
+
```
|
15
14
|
|
15
|
+
▼エラーメッセージ
|
16
|
+
```
|
17
|
+
警告: __yyyy/mm/dd-hh:mm:ss.200 __ノード __<ノード名1>__: サポートされているバスの種類が使用された、S2D
|
18
|
+
に使用するディスクが見つかりません
|
19
|
+
警告: __yyyy/mm/dd-hh:mm:ss.200__ ノード __<ノード名2>__: サポートされているバスの種類が使用された、S2D
|
20
|
+
に使用するディスクが見つかりません
|
21
|
+
Enable-ClusterS2D : サポートされているバスの種類が使用された、S2D に使用するディスクが見つかりません. 構成を確認するた
|
22
|
+
めに、記憶域スペース ダイレクトのテストを含むストレージ クラスター検証を実行します
|
23
|
+
発生場所 行:1 文字:1
|
24
|
+
+ Enable-ClusterS2D
|
25
|
+
+ ~~~~~~~~~~~~~~~~~
|
26
|
+
+ CategoryInfo : ObjectNotFound: (MSCluster_StorageSpacesDirect:root/MSCLUSTER/...ageSpacesDirect) [Enabl
|
27
|
+
e-ClusterStorageSpacesDirect], CimException
|
28
|
+
+ FullyQualifiedErrorId : HRESULT 0x80070490,Enable-ClusterStorageSpacesDirect
|
16
29
|
|
30
|
+
Enable-ClusterS2D : root/MSCLUSTER/MSCluster_StorageSpacesDirect CIM オブジェクトの CIM メソッド EnableStorageSpacesDir
|
31
|
+
ect を実行できませんでした。CIM メソッドから次のエラー コードが返されました: 1168
|
32
|
+
発生場所 行:1 文字:1
|
17
|
-
|
33
|
+
+ Enable-ClusterS2D
|
18
|
-
|
34
|
+
+ ~~~~~~~~~~~~~~~~~
|
35
|
+
+ CategoryInfo : InvalidResult: (MSCluster_StorageSpacesDirect:String) [Enable-ClusterStorageSpacesDirect
|
19
|
-
|
36
|
+
]、CimJobException
|
37
|
+
+ FullyQualifiedErrorId : CimJob_EnableStorageSpacesDirect_1168,Enable-ClusterStorageSpacesDirect
|
20
38
|
|
21
39
|
```
|
22
40
|
|
41
|
+
### 試したこと
|
23
|
-
|
42
|
+
- get-physicaldiskコマンド(PowerShell)
|
24
|
-
|
25
43
|
```
|
26
|
-
|
44
|
+
Number FriendlyName SerialNumber MediaType CanPool OperationalStatus
|
27
|
-
|
45
|
+
HealthStatus Usage Size
|
28
|
-
|
46
|
+
------ ------------ ------------ --------- ------- ----------------- ------------ ----- ----
|
47
|
+
0 __FriendlyName__ Unspecified False OK Healthy
|
29
|
-
|
48
|
+
Auto-Select 256 GB
|
30
|
-
|
49
|
+
1 __FriendlyName__ Unspecified True OK Healthy
|
50
|
+
Auto-Select 50 GB
|
51
|
+
1 __FriendlyName__ Unspecified True OK Healthy
|
52
|
+
Auto-Select 50 GB
|
31
53
|
```
|
32
|
-
|
33
|
-
警告: __yyyy/mm/dd-hh:mm:ss.200 __ノード __<ノード名1>__: サポートされているバスの種類が使用された、S2D
|
34
|
-
|
35
|
-
に使用するディスクが見つかりません
|
36
|
-
|
37
|
-
警告: __yyyy/mm/dd-hh:mm:ss.200__ ノード __<ノード名2>__: サポートされているバスの種類が使用された、S2D
|
38
|
-
|
39
|
-
に使用するディスクが見つかりません
|
40
|
-
|
41
|
-
Enable-ClusterS2D : サポートされているバスの種類が使用された、S2D に使用するディスクが見つかりません. 構成を確認するた
|
42
|
-
|
43
|
-
めに、記憶域スペース ダイレクトのテストを含むストレージ クラスター検証を実行します
|
44
|
-
|
45
|
-
発生場所 行:1 文字:1
|
46
|
-
|
47
|
-
+ Enable-ClusterS2D
|
48
|
-
|
49
|
-
+ ~~~~~~~~~~~~~~~~~
|
50
|
-
|
51
|
-
+ CategoryInfo : ObjectNotFound: (MSCluster_StorageSpacesDirect:root/MSCLUSTER/...ageSpacesDirect) [Enabl
|
52
|
-
|
53
|
-
e-ClusterStorageSpacesDirect], CimException
|
54
|
-
|
55
|
-
+ FullyQualifiedErrorId : HRESULT 0x80070490,Enable-ClusterStorageSpacesDirect
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
Enable-ClusterS2D : root/MSCLUSTER/MSCluster_StorageSpacesDirect CIM オブジェクトの CIM メソッド EnableStorageSpacesDir
|
60
|
-
|
61
|
-
ect を実行できませんでした。CIM メソッドから次のエラー コードが返されました: 1168
|
62
|
-
|
63
|
-
発生場所 行:1 文字:1
|
64
|
-
|
65
|
-
+ Enable-ClusterS2D
|
66
|
-
|
67
|
-
+ ~~~~~~~~~~~~~~~~~
|
68
|
-
|
69
|
-
+ CategoryInfo : InvalidResult: (MSCluster_StorageSpacesDirect:String) [Enable-ClusterStorageSpacesDirect
|
70
|
-
|
71
|
-
]、CimJobException
|
72
|
-
|
73
|
-
+ FullyQualifiedErrorId : CimJob_EnableStorageSpacesDirect_1168,Enable-ClusterStorageSpacesDirect
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
```
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
### 試したこと
|
82
|
-
|
83
|
-
- get-physicaldiskコマンド(PowerShell)
|
84
|
-
|
85
|
-
```
|
86
|
-
|
87
|
-
Number FriendlyName SerialNumber MediaType CanPool OperationalStatus
|
88
|
-
|
89
|
-
HealthStatus Usage Size
|
90
|
-
|
91
|
-
------ ------------ ------------ --------- ------- ----------------- ------------ ----- ----
|
92
|
-
|
93
|
-
0 __FriendlyName__ Unspecified False OK Healthy
|
94
|
-
|
95
|
-
Auto-Select 256 GB
|
96
|
-
|
97
|
-
1 __FriendlyName__ Unspecified True OK Healthy
|
98
|
-
|
99
|
-
Auto-Select 50 GB
|
100
|
-
|
101
|
-
1 __FriendlyName__ Unspecified True OK Healthy
|
102
|
-
|
103
|
-
Auto-Select 50 GB
|
104
|
-
|
105
|
-
```
|
106
|
-
|
107
54
|
- ハードウェア要件
|
108
|
-
|
109
55
|
[記憶域スペース ダイレクトのハードウェア要件 - Microsoft](https://docs.microsoft.com/ja-jp/windows-server/storage/storage-spaces/storage-spaces-direct-hardware-requirements)
|
110
|
-
|
111
56
|
>
|
112
|
-
|
113
57
|
**ドライブ**
|
114
|
-
|
115
58
|
**サポートされていない**: RAID コントローラーカードまたは SAN (ファイバーチャネル、iSCSI、FCoE) ストレージ。 ホストバスアダプター (HBA) カードは、単純なパススルーモードを実装する必要があります。
|
116
59
|
|
117
|
-
|
118
|
-
|
119
60
|
⇒クラウド上のアタッチメントタイプが「iSCSI」となっている。
|
120
|
-
|
121
61
|
ハードウェア要件を満たさないため、出力されているエラーの可能性?
|
122
62
|
|
123
|
-
|
124
|
-
|
125
63
|
### 補足情報(FW/ツールのバージョンなど)
|
126
|
-
|
127
64
|
- 構成
|
128
|
-
|
129
65
|
Cloud上にWindows Serverインスタンスが2台
|
130
|
-
|
131
66
|
ブロックボリュームが接続されている。
|
132
|
-
|
133
67
|
- エディション
|
134
|
-
|
135
68
|
Windows Server 2019 Datacenter
|
136
69
|
|
137
|
-
|
138
|
-
|
139
70
|
- バージョン
|
140
|
-
|
141
71
|
1809
|
142
72
|
|
143
|
-
|
144
|
-
|
145
73
|
- リストビルド
|
146
|
-
|
147
74
|
17763.1158
|
3
試したこと、補足情報の更新
test
CHANGED
File without changes
|
test
CHANGED
@@ -80,50 +80,68 @@
|
|
80
80
|
|
81
81
|
### 試したこと
|
82
82
|
|
83
|
-
- get-physicaldiskコマンド(PowerShell)
|
83
|
+
- get-physicaldiskコマンド(PowerShell)
|
84
|
-
|
85
|
-
|
86
84
|
|
87
85
|
```
|
88
86
|
|
89
|
-
Number FriendlyName SerialNumber MediaType CanPool OperationalStatus
|
87
|
+
Number FriendlyName SerialNumber MediaType CanPool OperationalStatus
|
88
|
+
|
89
|
+
HealthStatus Usage Size
|
90
90
|
|
91
91
|
------ ------------ ------------ --------- ------- ----------------- ------------ ----- ----
|
92
92
|
|
93
|
-
0 __FriendlyName__ Unspecified False OK Healthy
|
93
|
+
0 __FriendlyName__ Unspecified False OK Healthy
|
94
94
|
|
95
|
-
|
95
|
+
Auto-Select 256 GB
|
96
96
|
|
97
|
-
1 __FriendlyName__ Unspecified True OK Healthy
|
97
|
+
1 __FriendlyName__ Unspecified True OK Healthy
|
98
|
+
|
99
|
+
Auto-Select 50 GB
|
100
|
+
|
101
|
+
1 __FriendlyName__ Unspecified True OK Healthy
|
102
|
+
|
103
|
+
Auto-Select 50 GB
|
98
104
|
|
99
105
|
```
|
100
106
|
|
101
|
-
|
107
|
+
- ハードウェア要件
|
102
108
|
|
109
|
+
[記憶域スペース ダイレクトのハードウェア要件 - Microsoft](https://docs.microsoft.com/ja-jp/windows-server/storage/storage-spaces/storage-spaces-direct-hardware-requirements)
|
110
|
+
|
103
|
-
|
111
|
+
>
|
112
|
+
|
113
|
+
**ドライブ**
|
114
|
+
|
115
|
+
**サポートされていない**: RAID コントローラーカードまたは SAN (ファイバーチャネル、iSCSI、FCoE) ストレージ。 ホストバスアダプター (HBA) カードは、単純なパススルーモードを実装する必要があります。
|
104
116
|
|
105
117
|
|
106
118
|
|
119
|
+
⇒クラウド上のアタッチメントタイプが「iSCSI」となっている。
|
107
120
|
|
121
|
+
ハードウェア要件を満たさないため、出力されているエラーの可能性?
|
108
122
|
|
109
123
|
|
110
124
|
|
111
125
|
### 補足情報(FW/ツールのバージョンなど)
|
112
126
|
|
127
|
+
- 構成
|
113
128
|
|
129
|
+
Cloud上にWindows Serverインスタンスが2台
|
114
130
|
|
131
|
+
ブロックボリュームが接続されている。
|
132
|
+
|
115
|
-
|
133
|
+
- エディション
|
116
134
|
|
117
135
|
Windows Server 2019 Datacenter
|
118
136
|
|
119
137
|
|
120
138
|
|
121
|
-
|
139
|
+
- バージョン
|
122
140
|
|
123
141
|
1809
|
124
142
|
|
125
143
|
|
126
144
|
|
127
|
-
|
145
|
+
- リストビルド
|
128
146
|
|
129
147
|
17763.1158
|
2
①get-physicaldisk実行結果追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -80,9 +80,31 @@
|
|
80
80
|
|
81
81
|
### 試したこと
|
82
82
|
|
83
|
+
- get-physicaldiskコマンド(PowerShell)
|
84
|
+
|
85
|
+
|
86
|
+
|
87
|
+
```
|
88
|
+
|
89
|
+
Number FriendlyName SerialNumber MediaType CanPool OperationalStatus HealthStatus Usage Size
|
90
|
+
|
91
|
+
------ ------------ ------------ --------- ------- ----------------- ------------ ----- ----
|
92
|
+
|
93
|
+
0 __FriendlyName__ Unspecified False OK Healthy Auto-Select 256 GB
|
94
|
+
|
95
|
+
1 __FriendlyName__ Unspecified True OK Healthy Auto-Select 50 GB
|
96
|
+
|
97
|
+
1 __FriendlyName__ Unspecified True OK Healthy Auto-Select 50 GB
|
98
|
+
|
99
|
+
```
|
100
|
+
|
101
|
+
|
102
|
+
|
103
|
+
-
|
83
104
|
|
84
105
|
|
85
|
-
|
106
|
+
|
107
|
+
|
86
108
|
|
87
109
|
|
88
110
|
|
1
タグ修正([SQL Server]削除)
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|