You can edit EPMA_CreateAndStartVIPResource.bat to specify values for these variables, which are listed at the top of the script:
ACTION_SCRIPT–Full path and file name for usrvip.bat, which is in the Oracle Clusterware installation folder
This batch file is the action script that Oracle Clusterware uses to manage the VIP resource.
VIP_IP–A cluster VIP, registered in DNS
START_TIMEOUT–Number of seconds that Oracle Clusterware waits for the VIP resource to start before declaring a failed start
STOP_TIMEOUT–Number of seconds that Oracle Clusterware waits for the VIP resource to stop before declaring a failed stop
CHECK_INTERVAL–Number of seconds between repeated checks
Shortening intervals for more-frequent checks increases resource consumption if you use the script agent. To reduce resource consumption, use an application-specific agent.
SCRIPT_TIMEOUT–Maximum time in seconds for an action to run
Oracle Clusterware returns an error message if the action script does not finish within the specified time. The timeout applies to all actions (start, stop, check, and clean).
RESTART_ATTEMPTS–Number of times Oracle Clusterware attempts to restart a resource on the resource's current server before attempting to relocate it
For example, if the value is 1, Oracle Clusterware attempts to relocate the resource after a second failure. A value of 0 indicates that there is no attempt to restart, but Oracle Clusterware always attempts to fail the resource over to another server.
CRS_HOME–Full path to the BIN folder for your Oracle Clusterware installation