Restart of the server causes the server to read its configuration and accept the
configuration changes, if any. To restart the IBM Security Key Lifecycle Manager server, you can run the server restart scripts,
REST service, or use the graphical user interface.
About this task
To restart server, use the <IBM Security Key Lifecycle Manager User> link
on welcome page header bar, Restart Server REST Service, or run the
stopServer and startServer scripts.
Procedure
-
Go to the appropriate page or directory.
- Graphical user interface
-
- Log on to the graphical user interface.
- On the welcome page header bar, click the <IBM Security Key Lifecycle Manager
User> link. For example, click the SKLMAdmin link.
- Server restart scripts
-
- Go to the <WAS_HOME>\bin directory.
- Windows
- C:\Program Files\IBM\WebSphere\AppServer\bin
- Linux
- /opt/IBM/WebSphere/AppServer/bin
- REST interface
- Open a REST client.
-
Restart the server.
- Graphical user interface
-
- Click Restart Server.
- Click OK.
Note: The IBM Security Key Lifecycle Manager server is unavailable for a
few minutes while the restart operation is in progress.
- Server restart scripts
-
- Stop the server.
- Windows
-
stopServer.bat server1
- Linux
-
./stopServer.sh server1
Global security is enabled by default. Enter the user ID and password of the
WebSphere® Application Server administrator as parameters to the
stopServer script. The script prompts for these parameters when they are
omitted, but you can specify them on the command line:
- Windows
-
stopServer.bat server1 -username wasadmin -password mypwd
- Linux
-
./stopServer.sh server1 -username wasadmin -password mypwd
- Start the server.
- Windows
-
startServer.bat server1
- Linux
-
./startServer.sh server1
- REST interface
-
- Obtain a unique user authentication identifier to access IBM Security Key Lifecycle Manager REST services. For more information about the
authentication process, see Authentication process for REST services.
- To run Restart Server REST Service, send the HTTP POST request. Pass the user
authentication identifier that you obtained in
Step a along with the request
message as shown in the following
example.POST https://localhost:<port>/SKLM/rest/v1/ckms/servermanagement/restartServer
Content-Type: application/json
Accept: application/json
Authorization: SKLMAuth userAuthId=139aeh34567m
What to do next
Determine whether IBM Security Key Lifecycle Manager is running.
For example, open IBM Security Key Lifecycle Manager in a web
browser and log in.