Hitachi

JP1 Version 12 JP1/IT Desktop Management 2 - Smart Device Manager


16.2 Smart device manager environment setting file (manager.properties)

This file specifies the operating environment for the smart device manager.

Format

callhistory=call-history-storage-period
webhistory=Web-browsing-history-storage-period
apphistory=application-use-history-storage-period
gpsevent=whether-to-issue-GPS-power-off-event
gpsmapview=map-site-linkage-for-GPS-information-display
sdcardevent=whether-to-issue-SD-card-use-event
bluetoothevent=whether-to-issue-Bluetooth-connection-event
bluetoothalertlevel=alert-level-of-Bluetooth-connection-event
simevent=whether-to-issue-SIM-card-change-event
unlockevent=number-of-days-until-event-is-issued-before-next-unlock
unconectedevent=event-issuing-period-if-inventory-data-collection-is-incomplete
callhistory.securityinterval=call-history-security-check-interval
webhistory.securityinterval=Web-browsing-history-security-check-interval
application.securityinterval=application-security-check-interval
bluetooth.securityinterval=Bluetooth-connection-security-check-interval
baseinfo.securityinterval=basic-information-security-check-interval
communicationserverurl=communication-server-address
detail.debug.log.mode=detailed-trace-log-output-mode
distribute.mode = distribution-type
distribute.auth = whether-to-authenticate-access

Setting items

The following describes the setting items and specifiable values for the smart device manager environment setting file:

Setting item

Description

Specifiable value

Initial value

callhistory

Specify the call history storage period.

1 to 365 (in days)

120

webhistory

Specify the period to store the Web browsing history.

1 to 365 (in days)

120

apphistory

Specify the period to store the application use history.

1 to 365 (in days)

120

gpsevent

Specify whether to issue an event when GPS power is turned off.

true

Issues an event.

false

Does not issue an event.

true

gpsmapview

Specify whether to link the map site when GPS information is displayed.

true

Links the map site.

false

Does not link the map site.

true

sdcardevent

Specify whether to issue an event when an SD card is used.

true

Issues an event.

false

Does not issue an event.

true

bluetoothevent

Specify whether to issue an event when a Bluetooth connection is established.

true

Issues an event.

false

Does not issue an event.

true

bluetoothalertlevel

Set the alert level of an event that is issued when a Bluetooth connection is established.

0

Critical

1

Warning

2

Information

0

simevent

Specify whether to issue an event when a SIM card is changed.

true

Issues an event.

false

Does not issue an event.

true

unlockevent

Specify whether to issue an event before the lock is released the next time. If an event is to be issued, specify the number of days until the event is issued.

0

Does not issue an event.

1 to 7

Number of days until the event is issued

1

unconectedevent

Specify the period during which an event is issued if inventory data collection is incomplete.

1 to 7 (in days)

1

callhistory.securityinterval

Specify the security check interval for the call history.

1 to 86400 (in minutes)

1440

webhistory.securityinterval

Specify the security check interval for the Web browsing history.

1 to 86400 (in minutes)

1440

application.securityinterval

Specify the security check interval for applications.

1 to 86400 (in minutes)

1440

bluetooth.securityinterval

Specify the security check interval for the Bluetooth connection.

1 to 86400 (in minutes)

1440

baseinfo.securityinterval

Specify the security check interval for basic information.

1 to 86400 (in minutes)

1440

communicationserverurl

Specify the address of the communication server to which the smart device manager is connected.

This item must be specified.

host-name:port-number

host-name

Host name of the communication server (FQDN format)

port-number#1

The communication server HTTPS port number for SSL communication (default: 26055)

None

detail.debug.log.mode

Set the detailed trace log output mode.

0

Disabled

1

Enabled

0

distribute.mode#2

Set the distribution method for applications.

0

Simple distribution

1

Standard distribution

1

distribute.auth#2

Set whether to require authentication when using standard distribution.#3

0

Do not require authentication

1

Require authentication

1

#1

This port number must be the same as the port number specified in the httpsd.conf file for the communication server.

#2

If a value other than 0 or 1 is specified or this item is omitted, 0 is assumed.

#3

If access authentication is unnecessary, comment out the following line in the httpsd.conf file on the JP1/ITDM2 - SDM communication server. Then, restart the JP1/ITDM2 - Smart Device Manager Web Server on the communication server.

<Directory "JP1/ITDM2 - SDM (Communication Server)-installation-folder/cms/uC/httpsd/htdocs/download">

[Figure]AuthType Basic

[Figure]AuthName "realm"

[Figure]AuthUserFile "JP1/ITDM2 - SDM (Communication Server)-installation-folder/cms/conf/htpasswd"

[Figure]Require valid-user

</Directory>

Example

callhistory=120
webhistory=120
apphistory=120
gpsevent=true
gpsmapview=true
sdcardevent=true
bluetoothevent=true
bluetoothalertlevel=1
simevent=true
unlockevent=1
unconectedevent=1
callhistory.securityinterval=30
webhistory.securityinterval=30
application.securityinterval=30
bluetooth.securityinterval=30
baseinfo.securityinterval=30
communicationserverurl=xxxxxxx.xxxxxxx.co.jp:26055
detail.debug.log.mode = 1
distribute.mode = 1
distribute.auth = 1