Configuring operational tests
You can specify that IBM® Electronic Service Agent regularly test the connection and transmission of service information to the IBM Electronic Support website.
About this task
Tip: You can also use the esacli
export and esacli import commands to
configure regular operational tests by following these steps:
To configure regular
operational tests, follow these steps:- Enter the following command:
esacli export -f operationalsettings.script
- Edit operationalsettings.script and modify
the following section with the desired operational test settings:
############################################################################### # Operational Test Settings # # Used to configure the schedule on which Electronic Service Agent will conduct # an automated operational test communication with IBM. # # Properties and values: # OPERATIONALTEST_ENABLED Perform automated operational test. # (0=No, 1=Yes) # OPERATIONALTEST_INTERVAL Test interval in days. # (1-21) # OPERATIONALTEST_TIME Test time of day in 24 hour format. # (HH:MM) ############################################################################### OPERATIONALTEST_ENABLED = 1 OPERATIONALTEST_INTERVAL = 1 OPERATIONALTEST_TIME = 21:30
- Save operationalsettings.script.
- Import the changes to modify the operational settings by running
the following command:
esacli import -f operationalsettings.script
Procedure
- Access and log in to the IBM Electronic Service Agent graphical user interface.
- Click Settings menu from left navigation.
-
Click Operational Test tab.
The Operational Test Settings page is displayed.
- Click Enable to automatically test the connection to the IBM Electronic Support website from IBM Electronic Service Agent.
- Specify the frequency and time of day that you want IBM Electronic Service Agent to run these operational tests.
- Click Save Settings to save your selections.
- Click Run operational test to run an operational test to test the connection to the IBM Electronic Support website.