Log on to the OEM Grid Console and perform the following.
Ensure that Preferred Credentials are set for both the Agent and the Host:
a. Go to Preferences --> Preferred Credentials
b. Click on Set Credentials beside Agent, and set and save credentials
c. Click on Set Credentials beside Host, and set and save credentials
Deploy the SQL Server plugin to OEM:
a. Go to Setup --> Management Plug-ins --> Import --> Browse
b. Locate microsoft_sqlserver_database.jar on your local computer
c. Click on List Archive
d. Check the plug-in and click on OK
e. Click on the Deploy button beside the plug-in
f. Click Add Agents and choose the Agent
g. Click Next --> Finish
Add the SQL Server target:
a. Go to Setup --> Agents
b. Click on the applicable Agent
c. Add a Microsoft SQL Server target
d. Use the following values (default SQL Server port is usually 1433):
Name: <any unique name>
JDBC URL: jdbc:microsoft:sqlserver://<hostname>:<port>
JDBC Driver: com.microsoft.jdbc.sqlserver.SQLServerDriver
Database Username: sa (if using 'sa' account)
Password of DB User: <sa_password>
|