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...
-
Ansible Fundamentals Wednesday, June 3, 2020 8:50 AM Creating a Static Inventory of Managed Hosts Uses INI style and can also...
-
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 ...
-
Essay Types: Opinion: Remember as EOD Opinion/Discussion Situation Discussion To what ex...
No comments:
Post a Comment