Studio Installer does the following regarding Monitor Server:
Copies Monitor Server files from the delivery media to the Sybase installation directory.
Adds Monitor Server configuration information in the interfaces file under the Sybase installation directory.
Creates a Monitor Server start-up file in the install directory under the Sybase installation directory. This file contains default start-up parameters.
Executes the installmon script, which inserts the following Monitor Server stored procedures into Adaptive Server:
mon_rpc_attach – this procedure executes when you start Monitor Server, to attach Monitor Server to Adaptive Server shared memory. The user identified by the -U parameter in the Monitor Server start-up command must have execute permission on mon_rpc_attach.
mon_rpc_connect – Monitor Server executes this procedure when a client connects to it to complete the client/server connection. Users must be granted execute permission on mon_rpc_connect before they can run a client of Monitor Server.
mon_authorize_non_sa – this stored procedure enables monitoring by clients who do not have sa_role.
The next section describes the additional steps that you should perform before using Monitor Server.