Previous Topic: Registering Sybase InstancesNext Topic: Defining a Query Service


Using the CA SRM Sybase Registration Wizard

You must run the CA SRM Sybase Registration Wizard from the computer on which the application server is installed. You can collect data from any managed computer that has Sybase software installed.

To run the Sybase Registration Wizard, follow these steps:

  1. From the Open Systems menu of the Windows Client, select Register, Sybase. You can also start this wizard by selecting Configuration, Register from the Sybase table.
  2. Select a computer from the drop-down list. The wizard creates this list by searching the Computers table for machines that have Sybase ODBC already installed.

    Note: You can only use a Windows machine as the Sybase proxy collector.

  3. Select the Sybase instance. The instances listed are the defined data source names (DSN) from the proxy collector that you selected in the previous dialog. Type the user name and password that corresponds with the selected DSN:

  4. (Optional) Create a DSN by clicking the New button:

    Enter the following information:

    You cannot create a DSN when you use Sybase 15.

  5. (Optional) Click Create a New User button to create a user in the Sybase instance. Enter the system security user name and password for the proxy collector. This needs to be a Sybase administrator’s user name and password. Enter the user name and password for the Sybase instance:

    Note: The database password maximum length is 30 characters.

  6. In the Setting Properties dialog:

    sybase reg collection

    Note: Collecting detailed information increases the time required by the data collection service.

  7. Edit the fields in this dialog if you want to add a different location, organization, and contact:

    Note: You can also add new contacts by clicking New Contact in the Create New Location dialog or Create New Organization dialog.

  8. Click Register.

    CA SRM registers the server.

  9. Add the following lines to the Sybase server startup script:
    use tempdb
    go
    sp_addalias <BSRMUSER>, dbo
    go
    

    The Sybase server is now configured for successful data collection.