|
1. There two different servers which may or may not run on the same m/c
a. ASE server
b. ASE monitor server
More often than not, they run on the same m/c. By default the name of ASEMS is name of ASES suffixed by _ms
2. You might be required to do installation of some lib files and a client component on Controller m/c (Always remember, to connect to any database server, you HAVE TO install the database client on the m/c where you run the controller, the reason is the protocol used for the database client-server communication is a propreitory of the database s/w vendor)
3.Open sql.ini file of Sybase client. This contains config information about the client-server connection similar to tnsnames.ora in oracle client or db2cli.ini in DB2 client. note the server name and *most imp* the port.
4. Run a tool that comes with Sybase client - dsedit. It is used to test the connection between the client m/c and the sybase server. There is a Ping button, just test whether the ping is successful.
5. Now go to controller, double click sybase in databse graphs
6. Right click -> add measurements
7. Put in name, ip, platform of server
8. click the add measuremnets, Login popup comes
9. login and password must be the one with admin previleges on ASE server (not an admin to the m/c) and server name as I mentioned earlier is ASE MS name (with _ms)
10. click Ok, if select measuremnet pop up comes up, you are all set. |
|