Forum

Bildirimler
Hepsini Temizle

hyper-v hata

8 Yazılar
2 Üyeler
0 Likes
659 Görüntüleme
(@mehmetsaityilmaz)
Gönderiler: 1458
Noble Member
Konu başlatıcı
 

Merhaba , hyper-v cluster ortamım var , aşağıdaki hatayı alıyorum , neden, ne olabilir

 

 
Gönderildi : 30/09/2018 04:44

Hakan Uzuner
(@hakanuzuner)
Gönderiler: 32993
Illustrious Member Yönetici
 

Merhaba

İlgili isme ping attığınız zaman doğru ip geliyor mu?

Yani ilgili isim DNS üzerinde tanımlı mı? WinRM testi yaptını mı?

https://docs.microsoft.com/en-us/powershell/module/microsoft.wsman.management/test-wsman?view=powershell-6

 

Danışman - ITSTACK Bilgi Sistemleri
****************************************************************
Probleminiz Çözüldüğünde Sonucu Burada Paylaşırsanız.
Sizde Aynı Problemi Yaşayanlar İçin Yardım Etmiş Olursunuz.
Eğer sorununuz çözüldü ise lütfen "çözüldü" olarak işaretlerseniz diğer üyeler için çok büyük kolaylık sağlayacaktır.
*****************************************************************

 
Gönderildi : 30/09/2018 20:18

(@mehmetsaityilmaz)
Gönderiler: 1458
Noble Member
Konu başlatıcı
 

Hocam merhaba ,

dns kaydı yok , tahminimce aware update iptal edilnce böyle oldu 

 
Gönderildi : 01/10/2018 01:13

Hakan Uzuner
(@hakanuzuner)
Gönderiler: 32993
Illustrious Member Yönetici
 

DNS kaydı yok ise bu hatayı almanız normal.

Danışman - ITSTACK Bilgi Sistemleri
****************************************************************
Probleminiz Çözüldüğünde Sonucu Burada Paylaşırsanız.
Sizde Aynı Problemi Yaşayanlar İçin Yardım Etmiş Olursunuz.
Eğer sorununuz çözüldü ise lütfen "çözüldü" olarak işaretlerseniz diğer üyeler için çok büyük kolaylık sağlayacaktır.
*****************************************************************

 
Gönderildi : 01/10/2018 14:51

(@mehmetsaityilmaz)
Gönderiler: 1458
Noble Member
Konu başlatıcı
 

hocam çıktı şu şekilde , dns kaydı yok , çünkü cluster updatei kullanmıyorum ama sanki bu kaldı gibi

 
Gönderildi : 08/10/2018 01:28

Hakan Uzuner
(@hakanuzuner)
Gönderiler: 32993
Illustrious Member Yönetici
 

Buradan distributed network name de sorun olduğunu görüyoruz zaten. 

https://social.technet.microsoft.com/wiki/contents/articles/13590.known-issues-windows-server-2012-failover-clustering.aspx

Burada bahsediyor senin durumdan

Cluster-Aware Updating (CAU)

Issue:
During a Cluster-Aware Updating run, if you click Cancel while a node is being put into maintenance mode, the update status changes to Canceling, and, under Cluster Actions, the options to apply updates or to preview updates are available. However, after approximately 10 seconds, the update run might continue.

Cause:
This issue occurs if the node that is being put into maintenance mode owns the IP address for the cluster. A Cancel operation does not work when the cluster is migrating the cluster IP address from one node to another.

Workaround:
Try the Cancel operation again. The cluster IP address is only offline for a short period of time.


Issue:

When Cluster-Aware Updating (CAU) is enabled, the CAU feature creates two resources (a Distributed Network Name resource and a ClusterAwareUpdatingResource resource).
 
If you use the following Windows PowerShell cmdlets to delete these resources, you can no longer add or remove the CAU role. 

  • Remove-ClusterResource <CauResourceName>
  • Remove-ClusterResourceType “ClusterAwareUpdatingResource”

For example, if you run the cmdlets Remove-CauClusterRole or Add-CauClusterRole, you receive the error message:
 
Could not get the state of resource “<CauResourceName>”: (Win32Exception) The cluster resource could not be found.

Cause:
The deletion of CAU cluster resource type or resource instance by using clustering cmdlets is not supported. Because the resources and resource type are deleted, the Remove-CauClusterRole and Add-CauClusterRole cmdlets cannot remove or add the CAU cluster role as these cmdlets continue to look for the deleted resources.

Resolution:
If you have accidently deleted the CAU resource or resource type for the CAU clustered role by using clustering cmdlets, follow these steps to delete all references so that you can remove or add the CAU role:

  1. Start Windows PowerShell (as an administrator). Check for cluster parameters with the names CauResourceName and CauVCOName. To do this, run the following command:
     
    Get-Cluster <clustername> |  Get-ClusterParameter

    If the parameter values exist, note the values.

  2. Delete the virtual computer object (VCO) from Active Directory Domain Services. The name of the VCO is the value of the CauVCOName parameter that you determined in step 1. By default, the VCO is located in the Computers container in Active Directory Users and Computers.
  3. Using Windows PowerShell (as an administrator), delete the cluster parameters with the names CauResourceName and CAUVCOName. To do this, run the following commands:

Get-Cluster <Clustername> | Set-ClusterParameter "CauResourceName" -Delete
Get-Cluster <Clustername> | Set-ClusterParameter "CauVCOName" -Delete

Tip   The recommended way to delete the CAU cluster resource is to use the Remove-CauClusterRole cmdlet.

Danışman - ITSTACK Bilgi Sistemleri
****************************************************************
Probleminiz Çözüldüğünde Sonucu Burada Paylaşırsanız.
Sizde Aynı Problemi Yaşayanlar İçin Yardım Etmiş Olursunuz.
Eğer sorununuz çözüldü ise lütfen "çözüldü" olarak işaretlerseniz diğer üyeler için çok büyük kolaylık sağlayacaktır.
*****************************************************************

 
Gönderildi : 09/10/2018 15:24

(@mehmetsaityilmaz)
Gönderiler: 1458
Noble Member
Konu başlatıcı
 

Hocam Remove-ClusterResource komutu ile sorunu çözdüm teşekkürler saygılar.

 
Gönderildi : 19/10/2018 02:35

Hakan Uzuner
(@hakanuzuner)
Gönderiler: 32993
Illustrious Member Yönetici
 

Geçmiş olsun, geri dönüş ve bilgilendirme için teşekkürler.

Danışman - ITSTACK Bilgi Sistemleri
****************************************************************
Probleminiz Çözüldüğünde Sonucu Burada Paylaşırsanız.
Sizde Aynı Problemi Yaşayanlar İçin Yardım Etmiş Olursunuz.
Eğer sorununuz çözüldü ise lütfen "çözüldü" olarak işaretlerseniz diğer üyeler için çok büyük kolaylık sağlayacaktır.
*****************************************************************

 
Gönderildi : 19/10/2018 02:38

Paylaş: