Use scc.bat (Windows) or scc.sh (UNIX) to start and stop Sybase Control Center and to perform administrative tasks like configuring ports, enabling, and disabling services.
scc[.bat | .sh] [-a | --address RMI-service-address]
[-b | --bitwidth]
[--dbpassword]
[-disable | --disable service-names]
[-enable | --enable service-names]
[-h | --help]
[-I | --info [information-category]]
[-m | --message message-level]
[-password | --password password]
[-p | -port | -ports | --port | --ports {port-name=port-number |
service-name:property-name=port-number}]
[{-start | --start} | {-stop | --stop}]
[-status | --status]
[-user | --user login-name]
[-version | --version]
Valid port names, service names and property names are:
| Short port name | Description | Service names | Property names | Default port number |
|---|---|---|---|---|
| db | Database port |
SccSADataserver Messaging Alert Scheduler |
com.sybase.asa.server.port messaging.db.port alert.database.port org.quartz.dataSource.ASA.URL |
3638 |
| http | Web HTTP port | EmbeddedWebContainer | http.port | 8282 |
| https | Web HTTPS (secure HTTP) port | EmbeddedWebContainer | https.port | 8283 |
| jiniHttp | JINI HTTP server | Jini | httpPort | 9092 |
| jiniRmid | JINI Remote Method Invocation daemon | Jini | rmidPort | 9095 |
| msg | Messaging port | Messaging | messaging.port | 2000 |
| rmi | RMI port | RMI | port | 9999 |
| tds | Tabular Data Stream™ port (used to communicate with other Sybase products) | Tds | tdsPort | 9998 |
You can also execute scc --info ports to display service names and associated property names; they appear in the first two columns of the output.
scc --port rmi=9999 scc --port RMI:port=9999
scc -p rmi=9996; scc
scc -port db=3638
scc --ports Tds:tdsPort=9998
scc -enable Tds; scc
scc permission defaults to all users. No permission is required to use it.