Quantcast
Channel: High Availability (Clustering) forum
Viewing all 3614 articles
Browse latest View live

Configure High Availability role for generic service Docker for Windows

$
0
0

Need to be configured HA to N (around 20) number of Linux Containers running on windows server 2016 with docker for windows service.

is this can be possible with a failover cluster setup.

if it's possible how I can access my containers? is with client access IP and port ? or any deferent way?

I have done the HA setup followed steps:

  •  configure the 2 node hs cluster with witness 
  • added Failover cluster role > generic service > Docker for Windows (added registry root key for replication )
  • try to access containers with the failover cluster role client access name and IP but it's failing 


Failover cluster error "The format of the specified computer name is invalid"

$
0
0
Errors
* An error occurred while creating the cluster and the nodes will be cleaned up. Please wait...
* There was an error cleaning up the cluster nodes. Use Clear-ClusterNode to manually clean up the nodes.
* An error occurred while creating the cluster.
An error occurred creating cluster 'test'.

The format of the specified computer name is invalid
* To troubleshoot cluster creation problems, run the Validate a Configuration wizard on the servers you want to cluster.

I'm trying to create a failover cluster in windows-2016 server, I have recently created a domain controller. I'm not sure whether it is because of the DNC or something.

ClusterStorage Volume appear as Folder and empty on the host

$
0
0

Hello,

hyper-v 2016 cluster volume folder appear in yellow Folderinstead of cluster icon , in addition this folder empty , and if i try to live migrate any VM has storage on this folder  from another host to this host it will fail .

i think is a permeation issue , the node cant brows all the volume with the right permissions...




Osama Yotman Systems Consultant

NLB Port Forwarding

$
0
0

I have an NLB sitting in front of my 2 webservers. I need to forward port 21 only to 1 of the webserver, can NLB do this job? if so please advice

Thanks

PS: right now I am doing it with shooting up the priority for 1 server



S2D Cluster without RDMA - Network design questions

$
0
0

Hi all S2D-wizards!

Let me describe what I'm trying to achieve before asking my actual questions:
4-Node Hyperconverged Hyper-V S2D Cluster based on Server 2019 Datacenter.
(Yes, I'm aware of the blocking right now when creating S2D-cluster on 2019 GA but I guess that's another discussion)
(And yes again, I've already purchased the 2019 Datacenter-licenses for this purpose...)

In each node:

  • 2x10G Mellanox Connect X3 SFP+
  • 4x10G Intel X710 SFP+
  • 2xNon-RDMA 10G Switches dedicated for storage network.
    Switches will have a 40GB Trunk between.
    Switches can do virtual stacking.
  • 2x10G Switches for VM-traffic and node-management.
    Non-RDMA - Non-stackable. Pretty basic 10G switches

My idea, which at least looks good on paper in my mind, is to create a simple team for failover on the Mellanox-ports for VM-traffic and node-management.
What would be the most suitable TEAM-type for this? SET or plain old switch independent LBFO?

I've spent the last couple of days trying to figure out how to design/create the storage-network.
There's plenty of guides available on how to configure RDMA-enabled networks but not that much for non-RDMA.
(Reason for not using RoCE is that switches are not compatible and reason for not using iWarp is NIC's are not compatible.)

Most documentation refers to creating a SET-team for storage-network and putting two different network-adapters for SMB behind the SET-team.
Why two nets for the SMB traffic? (SMB Direct?)
Does using a SET-team even make any sense when not utilizing RDMA anyway?

Is there any point in having a separate Live Migration network, if so would you put it on the management-switches or the storage-switches?

Then we the topic of bandwidth-aggregation and fail-over.
When deciding on this design, I was hoping to be able to aggregate the 4-port Intel NIC (used for S2D-cluster storage) over the stacked switches, thus creating an aggregated link of 40Gbps.
I realize this may be a configuration nightmare on the server-side so I'm ready to accept that I may have to ditch the stacking.. However i should be able to achieve 20Gbps? All four NICS connected in an active-passive fashion.
Am I dreaming here or do you agree this SHOULD be possible? If so, what kind of teaming would you recommend? Will S2D traffic be dynamically balanced across all physical nics?

Can anyone please help shed some light over my S2D-project?
Any input is greatly appreciated!

Best regards _Hallberg!

2-node switch-less cluster (S2D)

$
0
0

Hi,

This is what we currently have NIC wise:

2x 1Gb NIC (teamed) in each node for management
4x 1Gb NIC (teamed) in each node for live migration traffic
2x 10Gb NIC (teamed) in each node CSV traffic

Currently the 10Gb NICs are throttled to 1Gb and connected to 1Gb switches. Our replacement switches are 24x or 48x 1Gb ports and 4x 10Gb ports (2x ethernet and 2x SFP+). We will use the SFP+ for the stack and were going to use the 10GbE ports for connectivity to the nodes for CSV.

Is there any reason to use a switch for this 2-node cluster? Instead can I just directly connect the NICs for both CSV and Live Migration? Is that a supported environment?

Thanks

Failover cluster node show quarantine of windows server 2016

$
0
0
we have implemented server 2016 node hyper-v cluster . our one node show quarantine we have run start-clusternode cq  but the problem is same please help me.

Fileshare witness in windows 2016

$
0
0

Hi all. I have a multisite 4 nodes failover cluster with Fileshare witness. each site has two nodes, site Prod and site DR.

in windows server 2016 , further set preferred site to site Prod.

I would like to know the outcome if crosssite link is down:

1. Services Active node on Prod site and FSW owned in prod site

2. Services Active node on Prod site and FSW owned in DR site

3. Services Active node on DR site and FSW owned in Prod site

4. Services Active node on DR site and FSW owned in DR site


Running PowerShell scripts as domain accounts through Clustered Scheduled Tasks

$
0
0

Does anyone know if this is possible?

I can securely store the credentials by encrypting them with a certificate (in the machine store) and decrypting them inside a script running as system but I cannot successfully start another process using those credentials when it is inside a clustered scheduled task.

If anyone has pulled this off I would appreciate some pointers.

Windows Server 2016 Cluster Nodes are missing the site attribute

$
0
0

Hi,

I have a Windows Server 2016 cluster in which the cluster nodes are missing the "site" attribute. I know that this is a new 2016 feature and that my cluster is a upgrade from 2012-R2 but the cluster functional level was raised to 9 (2016). What else should I do to be able to use the site awareness feature?

When I try to set site awareness, I get:

PS C:\>  (Get-ClusterNode MyClusterNode1).site=1
The property 'site' cannot be found on this object. Verify that the property exists and can be set.

When I try to see the properties of a clusternode, I get no "site":

PS C:\> Get-ClusterNode | Get-Member s*

Name              MemberType Definition
----              ---------- ----------
SerialNumber      Property   string SerialNumber {get;}
State             Property   Microsoft.FailoverClusters.PowerShell.ClusterNodeState State {get;}
StatusInformation Property   Microsoft.FailoverClusters.PowerShell.ClusterNodeStatusInformation StatusInformation {g...

Thanks.


Thomas.



Building Hyper-V windows cluster lab

$
0
0

Is it possible to build a windows cluster lab using Hyper-V in a single windows 10 machine?

I want to build a lab on a windows 10 machine using Hyper-V, can simulate the following requirement

1. multi-site (same subnet or crosssubnet) 4 nodes

default prefered owner order

$
0
0

what's the default preferred owner order (without touching any thing) of a SQL database role in a windows cluster 2016 ?

suppose I have 4 nodes

Migrating HyperV 2012 R2 Cluster to a new domain

$
0
0

Hello everyone,

I need to join a 3 nodes HyperV 2012 R2 cluster to a new domain. I have searched doc in the MS knowledge base but I didn't find anything. I would like to understand if there's a way to join the cluster to a new (trusted) AD domain without destroying and recreating the cluster. Apparently, there's no official MS article on that

Regards,

Hal

The storage control block address is invalid.

$
0
0

I have a generic script (.vbs) role running on Windows 2016.

- I tried to place the script in a file server.

- Also, placed on C: drive on both the nodes locally which are part of the failover cluster.

Automatic failover fails with the error:    The Storage control block address is invalid.

CAU Previwe Updates failes with CIM Exceptions on Windows 2016 Cluster

$
0
0

When running CAU preview Updates on my Windows 2016 Cluster it fails with the below error

In <g class="gr_ gr_81 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del" data-gr-id="81" id="81">previewing</g> the applicable updates to each node in this cluster, the following problems were encountered.
The Microsoft.WindowsUpdatePlugin plug-in reported a failure while attempting to scan for applicable updates on node "NetBIOS Name". Additional information reported by the plug-in: (ClusterUpdateException) There was a failure in a Common Information Model (CIM) operation, that is, an operation performed by software that Cluster-Aware Updating depends on. The computer was "NetBIOS Name", and the operation was "ScanUpdates[Info,CauNodeWCD[NetBIOS Name]]". The failure was: The service cannot be started, either because it is disabled or because it has no enabled devices associated with it ==> (CimException) The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.  HRESULT 0x80070422

Tried Reconfiguring the CAU,

Ran the below 

Run an Administrative Command Prompt

Change to the C:\WINDOWS\SYSTEM32\WBEM folder

Run the command MOFCOMP CAUWMIv2.MOF

Still same error. The Cluster has gone through a Rolling Update from Windows 2012 to Windows 2016. Had 3 Node 2012 R2 running with CAU previously. Removed CAU and added 3 New 2016 Servers to the Cluster and then removed 3 Old 2012 Nodes. Upgraded the Cluster Functional level and then <g class="gr_ gr_1462 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" data-gr-id="1462" id="1462">Vm</g> configuration version also updated. Once all these Steps completed <g class="gr_ gr_1732 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" data-gr-id="1732" id="1732">re added</g> the CAU and since then <g class="gr_ gr_2032 gr-alert gr_tiny gr_spell gr_inline_cards gr_run_anim ContextualSpelling multiReplace" data-gr-id="2032" id="2032">i</g> am receiving the above error

Can anyone please help me to fix this as <g class="gr_ gr_2436 gr-alert gr_tiny gr_spell gr_inline_cards gr_run_anim ContextualSpelling multiReplace" data-gr-id="2436" id="2436">i</g> am stuck


CAU Preview Updates fails with CIM Exceptions on Windows 2016 Cluster

$
0
0

When running CAU preview Updates on my Windows 2016 Cluster it fails with the below error

In the applicable updates to each node in this cluster, the following problems were encountered.
The Microsoft.WindowsUpdatePlugin plug-in reported a failure while attempting to scan for applicable updates on node "<g class="gr_ gr_38 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" data-gr-id="38" id="38">Netbios</g> Name". Additional information reported by the plug-in: (ClusterUpdateException) There was a failure in a Common Information Model (CIM) operation, that is, an operation performed by software that Cluster-Aware Updating depends on. The computer was "<g class="gr_ gr_58 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" data-gr-id="58" id="58">Netbios</g> Name", and the operation was "ScanUpdates[Info,CauNodeWCD[Netbios Name]]". The failure was: The service cannot be started, either because it is disabled or because it has no enabled devices associated with it ==> (CimException) The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.  HRESULT 0x80070422

Tried Reconfiguring the CAU,

Ran the below 

Run an Administrative Command Prompt
Change to the C:\WINDOWS\SYSTEM32\WBEM folder
Run the command MOFCOMP CAUWMIv2.MOF

Still same error. The Cluster has gone through a Rolling Update from Windows 2012 to Windows 2016. Had 3 Node 2012 R2 running with CAU previously. Removed CAU and added 3 New 2016 Servers to the Cluster and then removed 3 Old 2012 Nodes. Upgraded the Cluster Functional level and then configuration version also updated. Once all these Steps completed  <g class="gr_ gr_80 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" data-gr-id="80" id="80">re added</g> the CAU and still am receiving the above error

Can anyone please help me to fix this as am stuck


Changing the witness is disabled

$
0
0

I have a SQL Server Cluster Availability Group, and the cluster is configured to use a file witness.

recently I expand the cluster to my DR site and I get a subscription from Azure to host the witnesssite

I want to change the cluster witness from a local file witness to use the cloud witness, but the problem is the option is disabled.

How can I change the Witness, and why its disabled.

Removing and Adding Hyper-V node to cluster

$
0
0

Guys,

have unique requirement of making few hyper-v hosts as a cold standaby host which can be bring back to life if needed such as another node has died.

How practical is to remove a node from cluster, shut it down, when needed start the hosts, readd to domain and add back to cluster? 

Or just shut it down and start every 30 days to keep it intact in the domain?

Have 5 nodes cluster right now and have enough resource to run all the workload even if one of the node is down (apart from the one I want to keep as cold standby)

MS 2012 R2, MS failover cluster issue while creating a MSMQ role

$
0
0

Cluster resource 'dc1bsimsmq' of type 'Network Name' in clustered role 'dc1bsimsmq' failed.

Based on the failure policies for the resource and role, the cluster service may try to bring the resource online on this node or move the group to another node of the cluster and then restart it.  Check the resource and group state using Failover Cluster Manager or the Get-ClusterResource Windows PowerShell cmdlet.

Cluster network name resource 'dc1bsimsmq' failed to create its associated computer object in domain 'gst.gov.in' during: Resource online.

The text for the associated error code is: Access is denied.


Please work with your domain administrator to ensure that:
- The cluster identity 'DC1BSIAPP$' has Create Computer Objects permissions. By default all computer objects are created in the same container as the cluster identity 'DC1BSIAPP$'.
- The quota for computer objects has not been reached.
- If there is an existing computer object, verify the Cluster Identity 'DC1BSIAPP$' has 'Full Control' permission to that computer object using the Active Directory Users and Computers tool.


Amit

Server Uptime

$
0
0

Hi 

I need to know how long server was shutdown. I manually shutdown for migration and I the server I bring online after a while in a different site. I use the UPTIME.EXE and /S switch to verify the server unavailable time based on the shutdown and boot time. 


Viewing all 3614 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>