Quick Reference Guide

Press Enter. The command runs for a short amount of time, and the wsadmin command prompt appears.
NOTE: The commands are case-sensitive. There are no spaces around the parenthesis or brackets. Do not
enter the less than and greater than symbols (< >) around variables.
NOTE: To log out of the WebSphere server, type Exit and press Enter.
Starting and Stopping the EKM 3.0 Server in Windows
This chapter describes how to start and stop the EKM 3.0 server in Windows.
1. In a command prompt, navigate to <
root
>:\Dell\EKM\bin.
2. To start the server, enter the following command:
startserver server1
To stop the server, enter the following command:
stopserver server1
3. Press Enter.
The command runs and the command prompt displays the confirmation message:
Server server1 open for e-business
or
Server server1 stop completed
Starting and Stopping the EKM 3.0 Server in Linux
This chapter describes how to start and stop the EKM 3.0 server in Linux.
NOTE: You must log in as a root user to start and stop the server.
1. In a terminal session, navigate to /opt/dell/ekm/bin.
2. To start the server, enter the following command:
./startserver.sh server1
To stop the server, enter the following command:
./stopserver.sh server1
NOTE: You will be prompted for the EKM 3.0 Administrator login and password in order to stop the server.
3. Press Enter.
The command runs and the terminal session displays the confirmation message:
Server server1 open for e-business
or
Server server1 stop completed
24