Show TOC Start of Content Area

Function documentation Storage Agent (STORAGE)  Locate the document in its SAP Library structure

Use

You use the Storage Agent to retrieve the memory and storage space information from a mobile device. When the mobile device synchronizes, the current memory status is transferred to the Data Orchestration Engine (DOE).

Prerequisites

Storage Agent is deployed.

Features

The following data is recorded and transferred to the DOE:

      System data memory

      Installed memory cards

      Memory status for every memory card

You can configure the settings in the following ways:

Parameters for STORAGE

Parameters

Description

Possible Values

AGENT_MODE

Activate or deactivate agent.

ON, OFF

AGENT_HISTORY

Specifies whether the storage data is logged.

TRUE, FALSE

AGENT_HISTORY_INTERVAL

Interval for logging the storage data in minutes.

> 0, minutes

AGENT_TRIGGER_ON_SYNC_COUNT

Number of synchronization cycle at which the data is reported to the server. For example, the storage data recorded is sent to the server every second synchronization when the value for this key is 2.

0, 1, 2

AGENT_TRIGGER_ON_SYNC_INTERVAL

Specifies whether the storage value is reported to the server in intervals of one minute, one hour, or one day. This parameter is ignored if the data were reported during AGENT_TRIGGER_ON_SYNC_COUNT parameter handling.

0: Never

1: In intervals of one minute, one hour, or one day.

AGENT_TRIGGER_ON_SYNC_INTERVALTYPE

This parameter and  the AGENT_TRIGGER_ON_SYNC_INTERVAL parameter determine the interval (minimum) with which the data is sent to the server

M: Minutes

H: Hours

D: Days

AGENT_REPORT_ON_FIRST_CYCLE

Report data when synchronization starts.

Note

One of these parameters, AGENT_REPORT_ON_FIRST_CYCLE and AGENT_REPORT_ON_SECOND_CYCLE, must be set.

TRUE, FALSE

AGENT_REPORT_ON_SECOND_CYCLE

Report data when synchronization ends.

Note

One of these parameters, AGENT_REPORT_ON_FIRST_CYCLE and AGENT_REPORT_ON_SECOND_CYCLE, must be set.

TRUE, FALSE

TRIGGER_ON_LOW_MEMORY

Determines whether the memory status is reported when the memory is low.

TRUE, FALSE

MEMORY_ALERT_YELLOW

Specifies the memory level for alert. This threshold is compared against the global memory* of the device.

> 0, kilobyte

MEMORY_CRITICAL

Specifies the memory level for critical memory status. This threshold is compared against the global memory* of the device.

> 0, kilobyte

* ”Global memory” is the sum of the values of all the storage units/cards in the device.

Monitored Properties For STORAGE

Properties

Description

Possible Values

TOTAL_DATA

Total storage memory reported

> 0, kilobyte

FREE_DATA

Free storage memory reported

> 0, kilobyte

TOTAL_SYSTEM_DATA

Total program memory reported

> 0, kilobyte

FREE_SYSTEM_DATA

Free program memory reported

> 0, kilobyte

CARD_n_NAME

Storage card name; n is numbered consecutively, starting with 1

String value

CARD_n_TOTAL

Total storage of a storage card; n is numbered consecutively, starting with 1

> 0, , kilobyte

CARD_n_FREE

Free storage of a storage card; n is numbered consecutively, starting with 1

> 0, kilobyte

Activities

You define the values for the parameters in the DOE by using SAP NetWeaver Mobile Administrator. Use the STORAGE as the agent ID to set agent parameters.

End of Content Area