Command Reference Guide

28 Stop Commands
stopcim
DESCRIPTION
The stopcim command stops the CIM server from servicing CIM requests.
WARNING! The stopcim command must be issued to stop the CIM server when setting the
storage system to Common Criteria mode.
SYNTAX
stopcim [option]
AUTHORITY
Super, Service
NOTE: You need access to all domains in order to run this command.
OPTIONS
f
Specifies that the operation is forced. If this option is not used, the command requires confirmation
before proceeding with its operation.
-x
Specifies that the operation terminates the server immediately without graceful shutdown notice.
SPECIFIERS
None.
RESTRICTIONS
None.
EXAMPLES
The following example stops the CIM server:
cli% stopcim
Are you sure you want to stop CIM server?
select q=quit y=yes n=no: y
CIM server stopped successfully.
The following example stops the CIM server immediately without graceful shutdown notice and
confirmation:
cli% stopcim -f -x
CIM server stopped successfully.
NOTES
By default, the CIM server is not started until the startcim command is issued.
stopcim 633