coolcommands.com - the search engine for unix sysadmins :: unix commands and scripts
Sunday May 27, 2012


 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 22 guests online

Newest Member

beyondimagem

Hit Counter
9133562 Visitors

cool Statistics
coolcommands:1330
Categories:83
Total queries:595500
Members:16437





Category Search coolcommands.com
Select Category:


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: DB2 - stop IBM DB2 instance
Example: db2stop
[show me the details]
coolcommand: vxmksdpart - how to rebuild the partition table after a root disk failure in Veritas Volume Manager
Example: vxmksdpart -g rootdg diskpart 1 0x03 0x01
[show me the details]
coolcommand: how to find which RPM package owns a file in Linux
Example: rpm -qf /path/to/file
[show me the details]
coolcommand: generatecoredump.sh - script to generate a core dump of a WAS appserver
Example: generatecoredump.sh Appserver Node
[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

lvo1152
audet37
kah00na32
Mariom24
lebjf00014

Top 5 Searches

Category Solaris49379
Category AIX46267
Category General UNIX43933
solaris22927
aix22116

Terms of Use
Privacy
Contact


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