Pour voir les logs d’un seul noeud d’un cluster il tape la commande suivante:
CLUSTER LOG /GEN /NODE:”le-nom-de-mon-noeud”
En powershell
PS> Get-ClusterLog -Node ”le-nom-de-mon-noeud”
Pour voir les logs d’un seul noeud d’un cluster il tape la commande suivante:
CLUSTER LOG /GEN /NODE:”le-nom-de-mon-noeud”
En powershell
PS> Get-ClusterLog -Node ”le-nom-de-mon-noeud”
Voilà le lien vers le site de Microsoft qui présente les fonctionnalités du clustering avec Windows 2008