OTA configuration (otasettings.xml)
Open the otasettings.xml file with a text editor of your choice. Preferably, you can use a dedicated XML editor, as the Senseforce Edge XML files are supported by a rich set of XML schemas, allowing configuration validation inside the editor.
Example configuration
Mandatory settings
Setting
Description
IsActive
Set to true, if the edge instance should be controllable over the air.
ServerUrl
Url of the over the air server. Contact Senseforce for your server details.
Username/Password
Username and password to authenticate with the OTA server. Contact Senseforce for your credentials
InstanceIdentifier
Identifies your machine in the Senseforce OTA manager. The following format is required: tenant/machineIdentifier. If your company is called MyCompany at Senseforce and your machine is called Machine1, use the following InstanceIdentifier: MyCompany/Machine1
Advanced settings
Setting
Description
Proxy
Define proxy server address and optional domain, username an
EnsureAllFilesystemTasksAreCoreRelative
If set to true, the edge software only operates on file paths inside the edge configuration or binary path. Set to true.
ForbiddenTasks
Defines in a comma-separated list which tasks can't be executed. Possible entries are:
System operations
CopyDirectory
CopyFile
DownloadFile
ListDirectoryContent
ReadFile
RemoveDirectory
RemoveFile
WriteFile
Luna config operations
ReadLunaLogsAndPluginConfigurations
ReadLunaPluginConfiguration
ReadLunaPluginMapping
WriteLunaPluginConfiguration
WriteLunaPluginMapping
Luna plugin operations
GetAllPluginStates
GetPluginState
StartPlugin
StopPlugin
Luna operations
ShutdownLuna
StartLunaAgent
StopLunaAgent
UpdateLuna
Utility operations
ConsoleBeep
GetPerformanceIndicator
UnzipFile
To each entry also the suffix "Task" has to be added.
For further details on the Logger-section see
Last updated