Le Cloud de Christophe BOUCETTA

Voici le blog sur les communications unifiées et la collaboration Microsoft par un MVP nominé depuis 11 ans

Lorsque l'on installe une cumulative update, il est important de mettre aussi à jour la partie database, pour rappel, les commandes sont les suivantes:

Normal 0 21 false false false FR X-NONE X-NONE

  1.  
    1.  
      1. If Enterprise Edition Back End Server databases are not collocated with any other databases, such as Archiving or Monitoring databases, at the command line, type the following:
        Install-CsDatabase –Update –ConfiguredDatabases –SqlServerFqdn <SQL Server FQDN>
      2. If Enterprise Edition Back End Server databases are collocated with other databases, such as Archiving or Monitoring databases, at the command line, type the following:
        Install-CsDatabase –Update –ConfiguredDatabases –SqlServerFqdn <SQL Server FQDN> –ExcludeCollocatedStores
      3. For Standard Edition, type the following:
        Install-CsDatabase –Update –LocalDatabases

Si vous essayez de mettre à jours un cluster SQL avec les commandes suivantes, vous aurez surement l'erreur: Exit code: ERROR_NO_DB_DRIVE_ACCESS (-42)

Pour que la commande passe avec succès, il faut rajouter l'option -UseDefaultSqlPath -Verbose

 

Facebook Like