|
| Who's Online |
| We have 25 guests online and 1 member online | |
| cool Statistics |
| | coolcommands: | 1313 | | Categories: | 82 | | Total queries: | 524277 | | Members: | 4288 | |
|
|
|
 |
|
|
Search coolcommands.com
 |
Submitted by:
lebjf000   |
coolcommand
how to add workspace for an Enterprise Server in Webmethods 5 |
Description
Here is how to add workspace for an Enterprise Server in Webmethods 5:
This example shows an Enterprise Server using port 6849.
# /opt/webmethods5/bin/server_config stop -h my_host:6849
# /opt/webmethods5/bin/server_config list
List of configured servers running on "my_host": 1. Datadir: /var/opt/webmethods/awbrokers50/default Runstatus: Running Executable: /opt/webmethods5/bin/awbroker Port: 6849 Version: 5.0 License-key: "XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX" Description: "" 2. Datadir: /var/opt/webmethods/awbrokers50/other Runstatus: Running Executable: /opt/webmethods5/bin/awbroker Port: 6868 Version: 5.0 License-key: "XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX" Description: ""
Export the default path and license key to simplify command line:
# export D="/var/opt/webmethods/awbrokers50/default" # export K="XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX"
Here's an example of the command to add a workspace file of 1GB with chunks of 128M.
# cd /opt/webmethods5/bin
# ./server_config storage $D -k $K -qs_storage_file $D/MoreBroker.qs.stor 1G 128M
Add the following line in /awbroker.cfg:
storage-max-cache-size=728
# /opt/webmethods5/bin/server_config start -h my_host:6849 |
Example
server_config storage /var/opt/webmethods/awbrokers50/default -k XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX -qs_storage_file /MoreBroker.qs.stor 1G 128M |
Return to search results
 |  |  |  |
Random coolcommands
coolcommand: how to get file information in Linux without using the ls command
Example: stat file
[show me the details] |
coolcommand: lsmod - list loadable kernel modules in linux
Example: lsmod
[show me the details] |
coolcommand: how to show asynchronous i/o information in IBM AIX
Example: lsattr -El aio0
[show me the details] |
coolcommand: how to see all the services controlled by the service manager in Solaris 10
Example: svcs -a
[show me the details] |
|
|
coolcommands.com - the search engine for UNIX sysadmins :: unix commands and scripts
|  |  |  |  |
|
|
|
|
 |
|
|
|
Top 5 Submitters
|
|---|
| lvo | 1138 |
| audet | 37 |
| kah00na | 32 |
| Mariom | 24 |
| lebjf000 | 13 |
Top 5 Searches
|
| Category Solaris | 42738 |
| Category AIX | 38092 |
| Category General UNIX | 34293 |
| solaris | 20874 |
| aix | 19395 |
|
|
|
|