Start or stop the Monitor GUI server using a command line utility.
To enable users to log on to the Monitor Console from a remote terminal, the Monitor GUI Server must be running.
To start and stop the Monitor GUI Server:
Use the following syntax.
java -Djava.rmi.server.codebase=file:/<installation directory>/Orch-5_1/bin/bt59monsvr.jar
-jar bt59monsvr.jar
-U <user name>
-P <password>
-S <database or server instance>
-D <database name; exclude for Oracle>
-M <database type> -jrebin <path to jre executable> -driver <database driver name> [-ntrkserver <Monitor Server>] [-ntrkport <Monitor Server port>] [-verbose (enables verbose output)] [-?/-help (prints help message)]
Parameters
Parameter | Required/Optional | Description |
---|---|---|
-U<user name>
| Required | Specifies the user name. |
-P<password>
| Required | Specifies the password corresponding to the user name. |
-S <database server or instance>
| Required | Specifies the Monitoring database server or instance. Use the following models: ASA or ASE: [Machine:Port:] Oracle: [Machine:Port:SID] |
-D<database name>
| Required | Specifies Monitoring database name. Do not use this parameter for Oracle. |
-M <database type>
| Required | Identifies the database type. Sybase ASA: asa SQL Server: mss Oracle: ora Sybase ASE: syc DB2: db2 |
-jrebin
| Required | Specifies the path of the bin directory for the JRE executable. If default installation parameters are used, the path is: <install dir>/Monitor-5_9/j2re1.4.1_01/bin |
-ntrkserver <Monitor server>
| Optional | Specifies the name of the monitor server. Default is localhost. |
-ntrkport <Monitor server port>
| Optional | Specifies the name of the monitor server port. The default is 1099. |
-verbose
| Optional | Enables verbose output. |
-? or -help
| Optional | Enables the printing of help messages. |
Send your feedback on this help topic to Sybase Tech Pubs: pubs@sybase.com