Maintain Platform Manager

This page describes some information to help you maintain Platform Manager in good working order. See also Mitel Standard Linux (MSL) server commands.

Configuration file

You can adjust the default behavior of Platform Manager application by editing the Platform Manager configuration file. To do this, create or modify the file /usr/share/tomcat7/bimws.config and add the properties that you want.

You must restart Platform Manager for your changes to take effect.

Property

Default

Meaning

keep_eventLogs_for_months

120

Time to keep event logs, in months (older records are deleted)

rest_password_token

omitted

Clients requesting resource instances will find that the resource passwords are blank. To populate the password fields, the REST API caller must supply this token. If the token is blank then no token is required and passwords will be supplied to all clients.

resource_name_prefix

bim

The resource name format is prefix-type-id. This key defines the prefix.

micollab_confirm_arid

true

If false, will not confirm ARID when the administrator adds or modifies MiCollab Multi-Tenant servers.

Example:
[root@dt4 ~]# cat /usr/share/tomcat7/bimws.config
rest_password_token=hello
micollab_confirm_arid=false