Wednesday, May 14, 2008

Microsoft Exchange Clustering

Exchange Clustering
Books:

MCSE Training Kit: Microsoft Windows 2000 Advanced Server Clustering Services - No longer sold but it had some really good tips and examples.

Microsoft Exchange Server 2003 24seven - Excellent chapter on Exchange Server 2003 Clustering (and not just because I helped edit it).

Microsoft Exchange Server 2003 Distilled - Excellent chapter on Exchange Server 2003 Clustering.
Microsoft SQL Server 2000 High Availability - A whole book on SQL High Availability - Cool!.


Links:

MCSE Training Kit: Microsoft Windows 2000 Advanced Server Clustering Services - No longer sold but it had some really good tips and examples.

Microsoft Exchange Server 2003 24seven - Excellent chapter on Exchange Server 2003 Clustering (and not just because I helped edit it).

Microsoft Exchange Server 2003 Distilled - Excellent chapter on Exchange Server 2003 Clustering.
Microsoft SQL Server 2000 High Availability - A whole book on SQL High Availability - Cool!.


238063 - XADM How to Do an Online Restore of an Exchange Cluster Server

241626 - XADM Do Not Use Secure Sockets Layer Only for Cluster Virtual Servers

248635 - XADM Recommended Installation Order for Windows NT, Exchange Server, Cluster Service, and Service Packs

259197 - Status of Exchange 2000 Server and Exchange Server 2003 Components on a Server Cluster

277908 - XWEB How to Enable the Change Password Option in Exchange 2000 OWA Clustering

282446 - DSProxy configuration for static ports on Exchange cluster

285137 - XADM C0072030 Error Message Occurs When You Create a System Attendant Resource on a Cluster Server

287726 - XCCC How to Configure Host Header and Authentication Information in Exchange 2000 Outlook Web Access on a Windows 200

295925 - XADM How to Install Exchange 2000 SP1 on a Cluster Server

297121 - Using the Change Password feature with Outlook Web Access

297329 - XGEN Exchange 2000 Server Post-Release Cluster Fixes Available

297395 - XADM Performance Wizard Does Not Update File Locations on a Cluster

300573 - XGEN Exchange 2000 Enterprise Server Support on Windows 2000 Datacenter Server

310586 - The Exchange MSSearch instance does not come online on a cluster and event IDs 3055 and 10006 are logged

312316 - Setup does not install Exchange 2000 on a cluster if the MSDTC resource is not running

320220 - Support boundaries for Exchange Server on a virtual machine or on an emulation machine

321068 - HOW TO Restore an Exchange 2000 Cluster After a Complete Cluster Failure

323016 - Setup with DisasterRecovery does not work on a clustered server that is running Exchange 2000 Server or Exchange Server

325247 - Support WebCast Microsoft Exchange 2000 Server on a Cluster

328879 - Using Exchange Server with Storage Attached Network and network-attached storage devices

555126 - How to Redirect an HTTP connection to HTTPS for Outlook Web Access (OWA) in Exchange 2003 Server.

810986 - Microsoft support policy for Exchange Server installed on cluster nodes

815180 - Considerations when deploying Exchange on an Active-Active cluster

816893 - Support WebCast Microsoft Exchange 2000 Server Troubleshooting Performance Issues

821834 - Required Cluster Service Account Permissions Are Different in Exchange 2000 Server and Exchange Server 2003

823894 - Support WebCast Clustering Microsoft Exchange Server 2003

824111 - Security Setting Changes and Updates That Are Introduced in Exchange Server 2003

830189 - Exchange Server 2003 computer cannot bring the Microsoft Search resource online

834877 - An update is available that lets you dump the information store on a clustered Exchange 2000 Server

836566 - How to configure the IsAlive private properties for Exchange Server 2003 clusters

837391 - Exchange Server 2003 and Exchange 2000 Server require NetBIOS name resolution for full functionality

837852 - Windows Clustering is not supported on front-end servers in Exchange Server 2003

838922 - An Exchange 2000 Server cluster node fails over and the HTTP service stops when you add more than 28 host headers in Internet S

839687 - Microsoft support policy on the use of network-attached storage devices with Exchange Server 2003

839816 - TechNet Support WebCast An overview of Microsoft Exchange Server 2003 Service Pack 1

841561 - 500 - Internal server error error message when a user tries to access a clustered Exchange Server 2003 back-end server by usi

842427 - How to upgrade Exchange 2000 Server to Exchange Server 2003 in an active-passive clustered environment by doing a clean install

843081 - ID no c0070424 error message when you try to create the Exchange System Attendant resource on an Exchange Server 2003 cluste

843226 - CPU usage increases, and poor performance occurs when Outlook Web Access uses SSL to connect to an Exchange 2003 computer in a

843546 - Increased CPU usage and poor performance may occur when Outlook Web Access uses an SSL connection to a Exchange Server 2003 com

867624 - How to install Exchange Server 2003 Service Pack 1 in a clustered Exchange environment

886298 - Advantages and disadvantages of decreasing the log checkpoint depth in an Exchange 2000 Server cluster

887416 - Using the same name for your server cluster and for your Exchange Virtual Server may prevent some services from starting in Win

887722 - You cannot fail over the Exchange 2000 System Attendant cluster resource to the passive node where the latest service pack was

893000 - Handles used by the Windows Management Service increase over time in an Exchange Server 2003 clustered environment

894094 - You can take the MTA resource offline, but you cannot bring the MTA resource back online after you restart a Windows-based clus

895847 - Multi-site data replication support for Exchange 2003 and Exchange 2000

895981 - How to implement Exchange Server 2003 on a Windows 2000-based cluster or on a Windows Server 2003-based cluster

896617 - The Exchange Information Store service stops responding when the Exchange Information Store service is shutting down or the Exc

899382 - You may receive an error message when you try to run the Exchange Management Pack Configuration Wizard in a Microsoft Exchange

Tuesday, May 13, 2008

DSADD Add active directory objects

DSADD.exe (Windows XP)

Add active directory object.

Syntax
DSADD computer
Computer_DN options
DSADD contact
ContactDN options
DSADD group
GroupDN options
DSADD ou
OU_DN organizational_unit_options
DSADD user
User_DN user_options

Key
DN=Distinguished Name(s)
OU=Organisational Unit
Pretty much all the attributes can be modified (Name, display name, tel number etc)
run the command with /? for a full list
e.g
DSADD USER /?

Commas
Commas must be escaped with the backslash \ character
(other than separators in distinguished names)
e.g.
"CN=Company
\, Inc.,CN=Users,DC=ss64,DC=com"

Backslashes
Backslashes used in distinguished names must be escaped with a backslash
(for example,
"CN=Sales
\\ Latin America,OU=Distribution Lists,DC=ss64,DC=com").

If any value contains spaces, use quotation marks:

   "CN=John Smith,CN=Users,DC=SS64,DC=com"

Special Tokens
The token $username$ (case insensitive) may be used to place the SAM account name.
Entering * as a password will cause DSADD to prompt for the new password.

Adding multiple Objects
For any DS command you can enter multiple values separated by spaces.
e.g. to add several user accounts at once just supply a list of the distinguished names separated with spaces.

It is also possible to store multiple values in a text file and redirect into DSADD.

"For a list of all the ways technology has failed to improve the quality of life, press three". - Alice Kahn

Related commands:
dsmod - modify object
dsget - display object
dsmove - move object
dsquery - find object
dsrm - delete object
CSVDE - Import or export AD info in CSV format.
LDIFDE - Edit AD Objects, extend schema, import or export AD information.

Sunday, May 11, 2008

Third Party, Hardware and Miscelleneous

Third Party Product
Links:

Azaleos - Exchange appliance

Idera Tools for Data Management

Iometer project

LeftHand SAN-iQ Software - IP SAN-iSCSI Storage

LeftHand SAN-iQ Remote IP Copy Application - Business Continuance IP SAN

Legato - High Availability Family of Products

Marathon FTvirtual Server

NEC Complete High Availability Servers Solutions, and Systems

NSI - Double-Take Real-Time Data Protection Software

NSI - GeoCluster Real-Time Data Protection Software

Oracle High Availabitlity

PolyServe - Matrix Server on Windows Solutions

Quest Products SQL Server Overview

Stratus fault tolerant server with Continuous Availability for Windows Uptime

TNT-Software Advanced Cluster Server Monitoring Solutions

VERITAS Products High Availability

VMWare - Creating a Cluster in a Box

Windows Cluster Resource Centre, University of Southampton, UK

XOsoft - WANSyncHA Product Suite


Hardware Vendors


Links:

Links:

CTC High-Performance Solutions Home

IEEE Task Force on Cluster Computing

Sample Google Search for my current posts

 
Site Meter