Hitachi

Job Management Partner 1 Version 10 Job Management Partner 1/IT Desktop Management 2 - Smart Device Manager Description, User's Guide, Reference and Operator's Guide


16.3 Provisioning information setting file (provisioning.properties)

This file specifies the provisioning information for JP1/ITDM2 - SDM (Smart Device Agent) that runs on a smart device.

Format

communicationserveraddress=connection-destination-communication-server-address
messagingseverurl=connection-destination-message-server-address
inventoryinterval=inventory-data-collection-interval
gpsinterval=GPS-information-collection-interval
lowbattery=battery-capacity-to-send-inventory-data-at-low-voltage

Setting items

The following describes the setting items and specifiable values for the provisioning information setting file:

Setting item

Description

Specifiable value

Initial value

communicationserveraddress

Specify the address of the connection destination communication server.

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

messagingseverurl

Specify the address of the connection destination messaging server (for Android only).

This item must be specified.

host-name:port-number

host-name

Host name of the messaging server (FQDN format)

port-number#2

The messaging server HTTP port number for communication (default: 26079)

None

inventoryinterval

Specify the inventory data collection interval.

1 to 24 (in hours)

24

gpsinterval

Specify the GPS information collection interval.

1 to 24 (in hours)

24

lowbattery

Specify the battery level for sending inventory data in the event of low voltage.

You can specify multiple values separated by commas.

Example: 15,10,5

1 to 100 (%)

5

#1

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

#2

This port number must be the same as the port number to be set for HttpPort in the messaging server setting file (SdMessagingServer.ini).

Example

communicationserveraddress=xxxxxxx.xxxxxxx.co.jp:26055
messagingseverurl=xxxxxxx.xxxxxxx.co.jp:26079
inventoryinterval=24
gpsinterval=24
lowbattery=10,5

Related Topics