Cluster Server 8.0 Implementation Guide for Microsoft SQL Server - Windows
- Section I. Introducing Veritas InfoScale solutions for application high availability
- Understanding the InfoScale solutions for application high availability
- About the VCS agents for SQL Server
- How VCS monitors storage components
- How application availability is achieved in a physical environment
- How is application availability achieved in a VMware virtual environment
- Managing storage and installing the VCS agents
- Installing SQL Server
- Understanding the InfoScale solutions for application high availability
- Section II. Configuring SQL Server in a physical environment
- Overview
- Configuring the VCS cluster
- Configuring the SQL Server service group
- Configuring a SQL Server service group using the wizard
- Making SQL Server user-defined databases highly available
- Verifying the service group configuration
- Administering a SQL Server service group
- Configuring an MSDTC service group
- Configuring the standalone SQL Server
- Configuring an Active/Active cluster
- Configuring a disaster recovery setup
- Section III. Configuring SQL Server in a VMware environment
- Configuring application monitoring using the Veritas High Availability solution
- Administering application monitoring
- Administering application monitoring using the Veritas High Availability tab
- Administering application availability using Veritas High Availability dashboard
- Understanding the dashboard work area
- Section IV. Appendixes
- Appendix A. Troubleshooting
- Error and warning messages from VCS agent for SQL Server
- Troubleshooting application monitoring configuration issues
- Troubleshooting Veritas High Availability view issues
- Appendix B. Using the virtual MMC viewer
- Appendix A. Troubleshooting
Viewing DTC transaction information
In cases where a communication line fails or a distributed transaction application leaves unresolved transactions, you might want to view transaction lists and statistics, control which transactions are displayed, set transaction time-out periods, and control how often transactions are updated. The following steps describe how to view the DTC transactions information.
Prerequisites for viewing DTC transaction information are as follows:
An MSDTC service group must be configured and online in the cluster.
MSDTC client must be configured on the nodes on which you wish to view the transactions.
The MSDTC service group must be online on the node where you run the VCS Application Manager utility.
To view transactions from a node where MSDTC resource is online
- Start the VCS Application Manager utility.
Open the Application Manager from the Start screen.
The VCS Application Manager displays a list of supported application service groups configured in the cluster. For each service group it also displays the state of the service group, the name of the virtual server resource (Lanman resource) and the corresponding management tools used for that application.
- Select MSDTC from the Select the resource type drop-down list.
- Select the MSDTC resource that is online and then click Manage, or double-click the MSDTC resource name.
VAM launches the Component Services snap-in in the virtual server context.
- In the console tree of the Component Services administrative tool, expand Component Services > Computers > My Computer > Distributed Transaction Coordinator > Local DTC.
- Click Transaction List to view all transactions, their status, and their identifiers. Right-click a transaction and click View > Properties to list the parent transaction and its children.
- Click Transaction Statistics to view statistical information about the transactions in which a server participated.
You can use transaction statistics to get an overview of DTC performance. Refer to the Microsoft documentation for further information.
The following steps describe how to view DTC transactions from nodes that are not part of the MSDTC Server service group.
To view transactions from any node in the domain
- Launch the Windows Component Services Administrative tool.
Click Start > All Programs > Administrative Tools > Component Services.
- In the console tree of the Component Services administrative tool, double-click Component Services, right-click Computers, click New > Computer.
- In the Add Computer dialog box, specify the virtual server name that you specified while creating the MSDTC Server service group. If you are unsure of the exact name, click Browse to search from a list of all computers on the network and select the virtual computer name from the list.
- Click OK. The virtual computer entry is added to the Computers container.
- Expand the newly added virtual computer entry and double-click Distributed Transaction Coordinator.
- Click Transaction List to view all transactions, their status, and their identifiers. Right-click a transaction and click View > Properties to list the parent transaction and its children.
- Click Transaction Statistics to view statistical information about the transactions in which a server participated.
You can use transaction statistics to get an overview of DTC performance. Refer to the Microsoft documentation for further information.