Use scc.bat (Windows) or scc.sh (UNIX) to start and stop SAP Control Center agents and servers and to perform administrative tasks like configuring ports and enabling and disabling services.
scc[.bat | .sh] [-a | --address RMI-service-address] [-b | --bitwidth] [--dbpassword] [-disable | --disable service-name,service-name...] [-enable | --enable service-name,service-name...] [-h | --help] [-I | --info [information-category]] [-instance [instance-name]] [-m | --message message-level] [-password | --password password] [-p | --port {port-name=port-number | service-name:property-name=port-number}] [{-start | --start} | {-stop | --stop}] [-status | --status] [-user | --user login-name] [-v | -version | --version]
Valid port names, service names and property names are:
Port Name | Description | Service Names | Property Names | Default Port |
---|---|---|---|---|
db | Database port Present on SCC server |
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 Present on SCC server |
EmbeddedWebContainer | http.port | 8282 |
https | Web HTTPS (secure HTTP) port Present on SCC server |
EmbeddedWebContainer | https.port | 8283 |
jiniHttp |
JINI HTTP server Present on SCC server and SCC agent |
Jini | httpPort | 9092 |
jiniRmid |
JINI remote method invocation daemon Present on SCC server and SCC agent |
Jini | rmidPort | 9095 |
msg | Messaging port Present on SCC server |
Messaging | messaging.port | 2000 |
rmi | RMI port Present on SCC server and SCC agent |
RMI | port | 9999 |
tds | Tabular Data Stream™ port (used to communicate with other SAP database products) Present on SCC server and SCC agent |
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 --port Tds:tdsPort=9998
scc -enable Tds; scc
scc -start -instance kalamazoo
scc permission defaults to all users. No permission is required to use it.