-version |
Displays the data store version. |
-action
|
install —Installs a new mld server and data store, and start the mld server.
upgrade —Updates an existing mld server and start the mld server.
start —Alternative way to start the mld server.
stop —Alternative way to stop the mld server.
status —Alternative way to show the status of the mld server.
restart —Alternative way to stop and then restart the mld server.
|
Default installation directory
$CARIDEN_ROOT/software/mld/current
|
-installchk |
Prompts you through installation and gives sizing recommendations.
|
Use only with -action install
(If an option is not given, the installation performs the same tasks as -installchk .)
|
-demo true
|
Installs a demo data store.
Note
|
If both -demo and -storage options are used, -demo takes precedence.
|
|
|
-storage <n:n:n>
|
Allocates the disk and memory based on the anticipated data store size, where <n:n:n> is data:indices:timeseries in GB. For
details and recommended values, use -installchk and -verbose options.
Note
|
If the data store is larger than the demo size, this option is required when using -action install .
|
|
|
|
Allocates the requested memory of the data store, where <n:n:n> is data:indices:timeseries in MB. For details and recommended
values, use -installchk and -verbose options.
|
|
-mldata <directory>
|
Specifies directory where all application data is stored. This directory includes the data store, report output, and other
application data.
|
$CARIDEN_ROOT/data/mldata
|
-datastore <directory>
|
Specifies directory where the data store is initialized.
Once set, this directory cannot be changed. You can, however, use symbolic links.
|
$CARIDEN_ROOT/data/mldata/datastore
|
-cpus <#>
|
Reserves the number of CPUs for the data store and the mld server.
|
Half of the total CPUs
|
Use only with -action install or -action upgrade
|
-mld <directory>
|
Specifies directory where the mld server is installed.
Once set, this directory cannot be changed. You can, however, use symbolic links.
|
$CARIDEN_ROOT/software/mld/current
|
-backup <directory>
|
Specifies directory for saving data store backups.
|
$CARIDEN_ROOT/data/mldata/backup
|