Broker 10.15 | webMethods Broker Documentation | Administering webMethods Broker | webMethods Broker Command-Line Utilities | Broker Server Configuration Utility | server_config storage
 
server_config storage
The storage subcommand configures storage sessions for a specified Broker Server. You can use the storage subcommand to add storage files or modify the sizes of the log file or the storage files.
File Type
Max Number of Files
Default File Size
Maximum File Size
log file
1 per session
256 MB
8 GB
storage file
62 per session
512 MB
32 GB
Note:
You must stop the Broker Server before configuring additional storage files.
Syntax
server_config storage datadir
[-session_config qs
[-qs_log_file filename fileSize]
[-qs_storage_file filename fileSize [reservedSize]]
[-qs_storage_file filename fileSize [reservedSize]]
...
[-session_data qs
[-qs_log_file filename fileSize]
[-qs_storage_file filename fileSize [reservedSize]]
[-qs_storage_file filename fileSize [reservedSize]]
...
[-list]
Argument
Description
datadir
Fully qualified path to the data directory for the Broker Server whose queue storage you are configuring. If the path includes spaces, enclose the spacing in double quotation marks.
[-qs_log_file filename fileSize]
filename identifies the fully qualified path to the log file for the storage session Enclose the entire path name in quotes if any portion of it contains a space.
fileSize specifies the size of the log file. Follow the amount with k (kilobytes), m (megabytes), or g (gigabytes).
The default is.
-qs_log_file datadir/Broker.qs.log 32M
where the default log size is 32 MB. Anticipate a small delay in operation while the command initializes the files.
You can remove or replace log files and you can increase or decrease their size.
[-qs_storage_file filename fileSize [reservedSize]
filename identifies the fully qualified path to the storage file. The storage session can have multiple storage files.
fileSize specifies the maximum space allowed for the storage file based on the storage session type specified, e.g., session_config or session_data. Change the value of fileSize to increase the storage size.
reservedSize specifies the amount of storage that should be initially allocated. This value cannot be less than 16 MB. Once you set the reservedSize, you cannot decrease its size.
Follow the size amounts with k (kilobytes), m (megabytes), or g (gigabytes).
The default is:
-qs_storage_file datadir/Broker.qs.stor 512M 64M
where the default sizes are: a maximum storage size of 512 MB and a reserved storage size of 64 MB. Anticipate a small delay in operation while the command initializes the files.
You cannot remove storage files or decrease their size.
Example
The following example creates an additional run-time storage file for a Broker Server:
server_config storage C:\SoftwareAG\Broker\data\awbrokersversion\Server_7849
-session_data qs
-qs_storage_file D:\MyBrokerStorage\Server_7849\BrokerData.qs.stor 30G 5G