How to shut down RSA Mobile from the command line
2 years ago
Originally Published: 2003-01-07
Article Number
000062487
Applies To
RSA Mobile 1.0
Issue
How to shut down RSA Mobile from the command line
Cause
Data in transit may be lost if RSA Mobile is shut down uncleanly (e.g. by pressing CTRL+C on a command window)
Resolution
The system should be shut down either from the WebLogic management interface or from the command line using the following procedure (NOTE: The below example shows RSA Mobile installed in the default location):

        cd \RSASecurity\rsaappserver\bea\wlserver\config\csfdomain
        setenv.cmd
        java weblogic.Admin -url <adminURL> -username <adminuser> -password <adminpassword> SHUTDOWN

An example of the parameters used might be as follows:

        java weblogic.Admin -url t3://localhost:7001 -username system -password abc123 SHUTDOWN

Also, if a modified copy of setenv.cmd is used to set the variables with correct drive locations, the command may also be used to shut down a remote system.