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