ermdb add

Note: For instructions on installing and running the Administration Utility, see Getting Started with the Administration Utility.
The ermdb add command creates a new routing database resource on the server. You must have the Enterprise Routing Module installed to use this command.
Note: The ermdb add command requires a unique name be used for each of the databases being added.

Usage

ermdb add --name database_name --poolsize pool_size --path database_path
Note: To see a list of parameters, type help ermdb add.
RequiredArgumentDescription
Yes--name or --n database_name

Specifies the name of the database resource to be added. The name must be a unique name on the server. For a list of existing routing database resources, use the ermdb list command.

No--poolsize or --s pool_size

Indicates the maximum number of concurrent requests the database should handle. The default if not specified is 4. The accepted range for concurrent requests is any integer between 1 and 128.

YES--path database_path

Specifies the location of the routing database on the file server.

Example

This example adds the database resources US from E:/ERM-US/2014.09/driving/south into the server.

ermdb add --name US --poolsize 10 --path E:/ERM-US/2014.09/driving/south