Dell S3048-ON EMC Solutions for Microsoft Azure Stack HCI Networking Guide - Page 44

Run the Test-Cluster cmdlet, Create the cluster

Page 44 highlights

9.8 9.9 Run the Test-Cluster cmdlet Before creating the S2D cluster, ensure the Ready Nodes are properly configured and are ready for the cluster creation. This is done using the Test-Cluster cmdlet. Run the Test-Cluster cmdlet from the management system or one of the Ready Nodes: PS> Test-Cluster -Node storage-01, storage-02, storage-03, storage-04 - Include 'Storage Spaces Direct', 'Inventory', 'Network', 'System Configuration' Note: Replace the node names in the command above with the names used in your environment. The Test-Cluster cmdlet generates a .htm report of all validations performed and the results. Review and resolve any warnings shown in the validation report and run the test again if needed. When all tests pass, the output looks similar to the following: LastWriteTime 1/12/2019 3:50 PM Length Name ------ ---1823740 Validation Report 2019.01.12 At 15.49.35.htm Note: The full path to the report is typically C:\Users\username\AppData\Local\Temp\validation report name. Create the cluster The New-Cluster cmdlet is used to create the S2D cluster. Use the -IgnoreNetwork option to ignore the storage networks. Run the New-Cluster cmdlet from the management system or one of the Ready Nodes to create the cluster: PS> New-Cluster -Name Cluster-01 -Node storage-01, storage-02, storage-03, storage-04 -StaticAddress 172.16.11.250 -NoStorage -IgnoreNetwork 172.16.13.0/24, 172.16.14.0/24 -Verbose Note: Replace the node names in the command above with the names used in your environment. In the above command, the -StaticAddress parameter is used to specify an IP address for the cluster in the same IP subnet as the in-band management network. The -NoStorage parameter specifies that the cluster is to be created without any shared storage. Example output follows: VERBOSE: Adding static network 172.16.11.0/24. WARNING: There were issues while creating the clustered role that may prevent it from starting. For more information view the report file below. WARNING: Report file location: C:\Windows\cluster\Reports\Create Cluster Wizard Cluster-01 on 2019.01.29 At 16.00.10.htm Name 44 Dell EMC Solutions for Microsoft Azure Stack HCI Networking Guide

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63

44
Dell EMC Solutions for Microsoft Azure Stack HCI Networking Guide
9.8
Run the Test-Cluster cmdlet
Before creating the S2D cluster, ensure the Ready Nodes are properly configured and are ready for the
cluster creation. This is done using the
Test-Cluster
cmdlet.
Run the
Test-Cluster
cmdlet from the management system or one of the Ready Nodes:
PS>
Test-Cluster -Node storage-01, storage-02, storage-03, storage-04
Include 'Storage Spaces Direct', 'Inventory', 'Network', 'System
Configuration'
Note:
Replace the node names in the command above with the names used in your environment.
The
Test-Cluster
cmdlet generates a .htm report of all validations performed and the results. Review and
resolve any warnings shown in the validation report and run the test again if needed.
When all tests pass, the output looks similar to the following:
LastWriteTime
Length Name
-------------
------ ----
1/12/2019
3:50 PM
1823740 Validation Report 2019.01.12 At 15.49.35.htm
Note:
The full path to the report is typically
C:\Users\
username
\AppData\Local\Temp\
validation
report name
.
9.9
Create the cluster
The
New-Cluster
cmdlet is used to create the S2D cluster. Use the
-IgnoreNetwork
option to ignore the
storage networks. Run the
New-Cluster
cmdlet from the management system or one of the Ready Nodes
to create the cluster:
PS>
New-Cluster
Name Cluster-01
Node storage-01, storage-02, storage-03,
storage-04 -StaticAddress 172.16.11.250
NoStorage
IgnoreNetwork
172.16.13.0/24, 172.16.14.0/24 -Verbose
Note:
Replace the node names in the command above with the names used in your environment.
In the above command, the
-StaticAddress
parameter is used to specify an IP address for the cluster in
the same IP subnet as the in-band management network. The
-NoStorage
parameter specifies that the
cluster is to be created without any shared storage.
Example output follows:
VERBOSE: Adding static network 172.16.11.0/24.
WARNING: There were issues while creating the clustered role that may
prevent it from starting. For more information
view the report file below.
WARNING: Report file location: C:\Windows\cluster\Reports\Create Cluster
Wizard Cluster-01 on 2019.01.29 At
16.00.10.htm
Name