Postconfiguration Tasks

Learn what you should do after you have manually configured the server.

To determine if the instances you configured are running, log in to the cluster and enter:
sp_cluster show
Then Verify that you can connect to the instances using these steps:
  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.