coolcommands.com - the search engine for unix sysadmins :: unix commands and scripts
Thursday September 9, 2010


 Home
 Search
 Advanced Search
 Category Search
 Affiliates
 Acknowledgements
 Cool Links

Username

Password

Remember me
Forgot your password?
Create an account

Who's Online
We have 25 guests online and 1 member online

Newest Member

santoshd

Hit Counter
4775892 Visitors

cool Statistics
coolcommands:1313
Categories:82
Total queries:524277
Members:4288





Search coolcommands.com
Search Keyword:


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



FREE
myPMS

Password
Management
System

by

LVOware.com




Top 5 Submitters

lvo1138
audet37
kah00na32
Mariom24
lebjf00013

Top 5 Searches

Category Solaris42738
Category AIX38092
Category General UNIX34293
solaris20874
aix19395

Terms of Use
Privacy
Contact


 
coolcommands.com © 2010. All Right Reserved.
Programming by PRATTICO Consulting . Hosting by Apricusum