Skip to main content

Home/ Church IT Roundtable/ Group items tagged database

Rss Feed Group items tagged

Justin Moore

Installing Updates on Exchange 2010 Database Availability Groups - 0 views

  • Preparing an Exchange Server 2010 SP1 DAG Member for Updates For Exchange 2010 with Service Pack 1 the process is a little easier thanks to some scripts provided by Microsoft. Open the Exchange Management Shell and navigate to the scripts folder on the Exchange server. cd $exscripts Next run the StartDagServerMaintenance.ps1 PowerShell script. .\StartDagServerMaintenance.ps1 -serverName ho-ex2010-mb1 The script will automatically do the following tasks for you: Calls Suspend-MailboxDatabaseCopy on the database copies. Pauses the node in Failover Clustering so that it can not become the Primary Active Manager. Suspends database activation on each mailbox database. Sets the DatabaseCopyAutoActivationPolicy to Blocked on the server. Moves databases and cluster group off of the designated server.
David Szpunar

NAS Tutorial: Oplocks and NASes - SmallNetBuilder - 0 views

  •  
    "I recently learned something about NASes that buyers looking to use these products for database and other simultaneous-file-access applications should know about. The issue is how Opportunistic Locking ("oplocks") are handled." "Opportunistic locks (oplocks) are a characteristic of theLAN Manager networking protocol implemented in the 32-Bit Windows family of operating system environments. Bascially, oplocks are guarantees made by a server for a shared logical volume to its clients. These guarantees inform the Client that a file's content will not be allowed to be changed by the server, or if some change is imminent, the client will be notified before the change is allowed to proceed."
David Szpunar

Generate Exchange Environment Reports using Powershell - 0 views

  •  
    "This script, inspired by the output of an Exchange TAP tool, aims to automatically generate a report that gives you an overview of your environment, Exchange 2007 and 2010 servers and database availability groups"
1 - 4 of 4
Showing 20 items per page