Post-configuration tasks

To determine whether the instances you configured are running, log in to the cluster and enter:

sp_cluster show

StepsVerifying 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.The command prompt displays 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.