Agents Administration - Tests
 

Configuration of HanaVFileSizeTest

For each service of the SAP HANA database server, this test reports how that service uses each of its disk volumes (data or log), thereby pointing administrators to services that are over-utilizing their volumes and may require additional space if any permanent damage to performance is to be averted.

The default parameters associated with this test are as follows:

  • The TEST PERIOD list box helps the user to decide how often this test needs to be executed.

  • In the HOST text box, the host name of the server for which the test is to be configured has to be specified.

  • Specify the port number at which the specified HOST listens to in the PORT text box. The default port is 30015.

  • In order to monitor a SAP HANA database server, a special database user account with Monitoring privileges has to be created in every SAP HANA database instance that requires monitoring. The sample script we recommend for user creation for eG monitoring is:

      create user sapegadmin password egurkha;
      grant monitoring to sapegadmin;

    The name of this user has to be specified in the USER text box.

  • Specify the password of the specified USER in the PASSWORD text box.

    Note:

    The password should be alpha-numeric containing atleast one uppercase alphabet and a special character.

  • Confirm the password by retyping it in the CONFIRM PASSWORD text box.

  • If the value chosen for the ISPASSIVE parameter is Yes, then the SAP HANA database server under consideration is a passive server in a SAP HANA cluster. No alerts will be generated if the server is not running. Measures will be reported as “Not applicable” by the agent if the server is not up.

  • If multiple components of the same component type are awaiting configuration, then an APPLY TO OTHER COMPONENTS check box will appear in this page. Clicking on this check box will allow you to apply the configuration to all/selected components of that type.

  • Once the necessary values have been provided, clicking on the Update button will register the changes made.

When changing the configuration for specific servers, a “*” beside the text box corresponding to the parameter signifies that these values have to be manually configured by the user. The parameter values that require to be configured will typically be prefixed with a *ldquo;$” or contain a series of “*”. A value of "none" in the parameter value indicates that the corresponding parameter value can be changed if required.