FailoverCluster: Creating Cluster - The parameter is incorrect: Unterschied zwischen den Versionen

Aus Wiki-WebPerfect
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „right <source lang="powershell"> New-Cluster -name $ClusterName -Node $ClusterNodes -StaticAddress $ClusterIP -IgnoreNe…“)
 
Zeile 1: Zeile 1:
 
[[Datei:01-Failover-Cluster 2019.png|right]]
 
[[Datei:01-Failover-Cluster 2019.png|right]]
 +
 +
== Error ==
 +
If you want to create a Failover Cluster 2019 with the GUI or with PowerShell the error '''The paramter is incorrect''' occurs (''see the picture or the PowerShell error'').
  
 
<source lang="powershell">
 
<source lang="powershell">
Zeile 16: Zeile 19:
 
     + FullyQualifiedErrorId : InvalidParameter,Microsoft.FailoverClusters.PowerShell.NewClusterCommand
 
     + FullyQualifiedErrorId : InvalidParameter,Microsoft.FailoverClusters.PowerShell.NewClusterCommand
 
</source>
 
</source>
 +
 +
 +
== Cause ==
 +
''The problem is you can't create a '''Failover Cluster 2019 on a Windows Server 2016'''.''
 +
 +
 +
== Solution ==
 +
*Create the Failover Cluster 2019 on a '''Windows Server 2019'''.
 +
  
  

Version vom 7. September 2020, 11:54 Uhr

01-Failover-Cluster 2019.png

Error

If you want to create a Failover Cluster 2019 with the GUI or with PowerShell the error The paramter is incorrect occurs (see the picture or the PowerShell error).

New-Cluster -name $ClusterName -Node $ClusterNodes -StaticAddress $ClusterIP -IgnoreNetwork $CluserIgnoredNetwork -NoStorage
 
The clustered role was not successfully created. For more information view the report file below.
Report file location: C:\Windows\cluster\Reports\Create Cluster Wizard Cluster01 on 2020.09.07 At 09.37.25.htm
New-Cluster : An error occurred while performing the operation.
    An error occurred while creating the cluster 'Cluster01'.
    An error occurred creating cluster 'Cluster01'.
    The parameter is incorrect
At line:1 char:1
+ New-Cluster -name $ClusterName -Node $ClusterNodes -StaticAddress $Cl ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [New-Cluster], ClusterCmdletException
    + FullyQualifiedErrorId : InvalidParameter,Microsoft.FailoverClusters.PowerShell.NewClusterCommand


Cause

The problem is you can't create a Failover Cluster 2019 on a Windows Server 2016.


Solution

  • Create the Failover Cluster 2019 on a Windows Server 2019.