Follow these steps to start the WebSphere eXtreme Scale
REST service sample grid for a stand-alone eXtreme Scale deployment.
Before you begin
Install the WebSphere eXtreme Scale Trial or full product:
- Install the stand-alone version of the WebSphere eXtreme Scale
7.0 product and apply WebSphere eXtreme Scale 7.0.0.0 cumulative fix
2.
- Download and extract the WebSphere eXtreme Scale Version 7.0
trial which includes the WebSphere eXtreme Scale REST data service.
About this task
Start the WebSphere eXtreme Scale sample grid.
Procedure
Start the catalog service process:
- Open a command-line or terminal window and set the JAVA_HOME
environment variable:
![[Linux]](./icons/nglinux.gif)
export JAVA_HOME=<>
set JAVA_HOME=<>
- cd /gettingstarted
- Start the catalog service process.
Start two container server processes:
- Open another command-line or terminal window and set the
JAVA_HOME environment variable:
![[Linux]](./icons/nglinux.gif)
export JAVA_HOME=<>
set JAVA_HOME=<>
- cd /gettingstarted
- Start a container server process:
![[Linux]](./icons/nglinux.gif)
./runcontainer.sh container0
runcontainer.bat container0
- Open another command-line or terminal window and set the
JAVA_HOME environment variable:
![[Linux]](./icons/nglinux.gif)
export JAVA_HOME=<>
set JAVA_HOME=<>
- cd /gettingstarted
- Start a second container server process:
![[Linux]](./icons/nglinux.gif)
./runcontainer.sh container1
runcontainer.bat container1
Results
Wait until the eXtreme Scale containers are ready before proceeding
with the next steps. The container servers are ready when the following
message is displayed in the terminal window:
CWOBJ1001I:
ObjectGrid Server <container name> is ready to process requests.
Where <container name> is the name of the container that was
started in the previous step.