This file is a Management Server property file and has the J2SE property file format.
Define the Management action corresponding to the message ID reported in the Management event.
The following table describes the keys that you can specify, their contents, and the default values used when the specification is omitted:
Key name | Contents | Classification | Default value |
---|---|---|---|
maction.Management-action-ID.command | Specify the command to be executed as Management action, as an absolute path.#1 | Management action definition | None |
maction.Management-action-ID.timeout | Specify an integer from 0 to 86400 (units: seconds) for the timeout for the command process to be executed. If you specify 0, a timeout will not occur. | Management action definition | 10 |
maction.Management-action-ID.timeout.forced_stop | Specify the operations to be performed for the executed command process, when a time out occurs.
| Management action definition | false |
maction.Management-action-ID.exclusive_time | Specify an integer from 0 to 86400 for the time interval (units: seconds) of preventing execution of Management actions with the same Management action ID, after a Management action starts. If you specify 0, the execution is not prevented. | Management action definition | 0 |
maction.Management-action-ID.max_executable_actions | Specify an integer from 0 to 1000 for the maximum number of concurrently executing Management actions with the same Management action ID. If you specify 0, there are no restrictions on the concurrently executing number of Management actions. | Management action definition | 0 |
maction.message.Message-ID.mactions | Specify the Management action ID for the message ID reported in the Management event. You can use alphanumeric characters and commas (,).#2 In the case of multiple specifications, demarcate using commas (,). When no command is set for the specified Management action, the Management action is not executed. | Mapping between message ID and Management action | None |
maction.server.logical-server-name.mactions | Specify the Management action ID corresponding to the logical server. You can use alphanumeric characters and commas (,).#2 In the case of multiple specifications, demarcate using commas (,). In the logical-server-name part of the key name, you can specify a J2EE server, a J2EE server cluster, a member of the J2EE server cluster, and SFO server. When no command is set for the specified Management action, the Management action is not executed. | Mapping between logical server and Management action | None |
maction.tier.web-system-name.physical-tier-typename.mactions | Specify the Management action ID corresponding to the physical tier. You can use alphanumeric characters and commas (,).#2 When no command is set for the specified Management action, the Management action is not executed. | Mapping between logical server and Management action | None |
maction.unit.web-system-name.service-unit-name.mactions | Specify the Management action ID corresponding to the service unit. You can use alphanumeric characters and commas (,).#2 When no command is set for the specified Management action, the Management action is not executed. | Mapping between logical server and Management action | None |
maction.mevent.receiving_info.keep_size.max | Specify an integer from 0 to 2147483647 for the maximum number of Management event receipt information to be maintained. If you specify 0, the Management event receipt information is not maintained. High network load or failure may cause duplicate execution of Management actions. You can prevent such duplicate execution of Management actions by maintaining the Management event receipt information. When the maximum number of Management event receipt information maintenance cases is exceeded, the information received earliest is deleted. Management event receipt information is destroyed in the following cases:
| Settings when a Management event is received | 100 |
The contents of the maction.properties file are as follows:
# Management-action-definition |
# Management-action-definition |