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:
- Source SYBASE.sh.
- 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.
- To display the Adaptive Server version number, enter:
1> select @@version
2> go
If you encounter errors, see the
Error Messages
and Troubleshooting Guide.