Gemfire is available in both Compute and Mid. The default port is 41415. If you have many gemfire, you may have port numbers incremented by 1, for example: 41416.
Gemfire is located under Web.
<SASCONFIG>/Web/gemfire.
To Start:
<SASCONFIG>/Web/gemfire/instances/ins_41415/gemfire-locator.sh start
To check Status:
<SASCONFIG>/Web/gemfire/instances/ins_41415/gemfire-locator.sh status
To stop:
<SASCONFIG>/Web/gemfire/instances/ins_41415/gemfire-locator.sh stop
If it doesn;t start check port number is occupied by any other process.
lsof -i tcp:41415
If you only have one instance then 41415 will be default. If you have Lev2 then it will be 41416
Subscribe to:
Post Comments (Atom)
Golang - RegEx - SCW
import ( "errors" "regexp" ) var ( upperCaseRegex = `(.*[A-Z].*)` lowerCaseRegex = `(.*[a-z].*)` n...
-
Essay Types: Opinion: Remember as EOD Opinion/Discussion Situation Discussion To what ex...
-
#Imperatively working with your cluster. Run will "generate" a Deployment by default. #This is pulling a specified image from Goog...
-
#For this demo ssh into c1-node1 ssh aen@c1-node1 #Disable swap, swapoff then edit your fstab removing any entry for swap partitions #You ca...
No comments:
Post a Comment