Postconfiguration Tasks

Perform additional tasks after you determine that the configured instances are running.

To determine if the instances you configured are running, log in to the cluster and enter sp_cluster show, and verify that you can connect to the instances:

  1. Source SYBASE.sh.
  2. Use isql to connect to servers. At the command prompt, enter:
    isql -Usa -P -Sserver_name
    where server_name is the instance name. You see the command prompt if the login is successful.
  3. To display the Adaptive Server version number, enter:
    1> select @@version
    2> go
    If you encounter errors, see the Error Messages and Troubleshooting Guide.