Note that during Quick Setup another user name may have been selected. Use that user name to login.
./rsaserv rsaserv {start|stop|status|restart} [service] [nodep/exclude] [exclude service name]
Service
|
Description
|
all
|
All Authentication Manager services (default)
|
console
|
RSA Console Server
|
biztier
|
RSA Runtime Server
|
admin
|
RSA Administration Server with Operations Console
|
db
|
RSA Database Server
|
primary_replication (primary only)
|
RSA Replication (Primary)
|
replica_replication (replica only)
|
RSA Replication (Replica)
|
radiusoc
|
RSA RADIUS Server Operations Console
|
radius
|
RSA RADIUS Server
|
rsaadmin@app81p:/opt/rsa/am/server> ./rsaserv status all RSA Database Server [RUNNING] RSA Administration Server with Operations Console [RUNNING] RSA RADIUS Server Operations Console [RUNNING] RSA Runtime Server [RUNNING] RSA RADIUS Server [RUNNING] RSA Console Server [RUNNING] RSA Replication (Primary) [RUNNING] rsaadmin@app81p:/opt/rsa/am/server>
rsaadmin@am82p:/opt/rsa/am/server> ./rsaserv restart db nodep Stopping RSA Database Server: * RSA Database Server [SHUTDOWN] Starting RSA Database Server: / RSA Database Server [RUNNING] rsaadmin@am82p:/opt/rsa/am/server>
rsaadmin@am82p:/opt/rsa/am/server> ./rsaserv restart radius Stopping RSA RADIUS Server: */ RSA Database Server [RUNNING] RSA RADIUS Server [SHUTDOWN] Starting RSA Database Server: Starting RSA Administration Server with Operations Console: RSA Administration Server with Operations Console [RUNNING] Starting RSA RADIUS Server Operations Console: RSA RADIUS Server Operations Console [RUNNING] Starting RSA Runtime Server: * RSA Runtime Server [RUNNING] Starting RSA RADIUS Server: * RSA RADIUS Server [RUNNING] rsaadmin@am82p:/opt/rsa/am/server>
rsaadmin@am82p:/opt/rsa/am/server> ./rsaserv start primary_replication Starting RSA Database Server: -RSA Database Server [RUNNING] Starting RSA Replication (Primary): ** RSA Replication (Primary) [RUNNING] rsaadmin@am82p:/opt/rsa/am/server>
rsaadmin@am82p:/opt/rsa/am/server> ./rsaserv stop all exclude admin Stopping RSA RADIUS Server: * RSA RADIUS Server [SHUTDOWN] Stopping RSA Runtime Server: *** RSA Runtime Server [SHUTDOWN] Stopping RSA Console Server: ** RSA Console Server [SHUTDOWN] Stopping RSA Replication (Primary): ** RSA Replication (Primary) [SHUTDOWN] Stopping RSA Database Server: * RSA Database Server [SHUTDOWN] Stopping RSA RADIUS Server Operations Console: ** RSA RADIUS Server Operations Console [SHUTDOWN] rsaadmin@am82p:/opt/rsa/am/server>