Configuring Sql Server Reporting Service (Ssrs)-Related Settings - VMware VCENTER CONFIGURATION MANAGER 5.3 - SOFTWARE REQUIEREMENTS GUIDE Configuration

Hardware and software requirements guide
Table of Contents

Advertisement

Verifying Matching SQL Server and Computer Names
The information provided in this section should not be necessary if you just installed SQL Server; however,
if you were provided with a machine that was renamed after the operating system and SQL Server 2005
were already installed, use the following sections to verify and reset the server name.
1. Select Start | All Programs | Microsoft SQL Server 2005 | SQL Server Management Studio.
2. Click the Database Engine Query button.
3. In the SQL Query pane, type the following command:
SELECT @@Servername
4. Click the Execute button, located on the toolbar.
5. Verify that the resulting server name matches the machine name. If the server name does not match
the machine name, use the following procedure (Resetting the SQL Server Name) to reconfigure your
machine so that the machine name matches the server name.
Resetting the SQL Server Name
Perform the following steps only if the SQL Server server name does note match the Collector machine
name. This step cannot be performed after VCM installation.
N
If you reset the SQL Server name, you must reconfigure SSRS to connect to the new SQL Server
OTE
instance.
1. Select Start | All Programs | Microsoft SQL Server 2005 | SQL Server Management Studio.
2. Click the Database Engine Query button.
3. In the SQL Query pane, type the following command, replacing NewServerName with the desired
server name:
exec sp_dropserver @@SERVERNAME
exec sp_addserver 'NewServerName', 'local'
N
VCM cannot be installed on a machine where the machine name or SQL Server server name has
OTE
an underscore in the name.
4. You must now restart the SQL Server service. Select Start | Programs | Microsoft SQL Server 2005 |
Configuration Tools | SQL Server Configuration Manager.
5. In the left pane, select SQL Server 2005 Services.
6. In the right pane, right-click on SQL Server (MSSQLSERVER or your named instance) and select
Restart.

Configuring SQL Server Reporting Service (SSRS)-Related Settings

Follow the steps provided in this section based on the type of operating system you are using:
After you configure SSRS, you should back up your configurations. Instructions are provided at the end of
this section.
VMware, Inc.
Software and Operating System Requirements -- Collector Machines
35

Advertisement

Table of Contents
loading

This manual is also suitable for:

Vcenter configuration manager 5.3

Table of Contents