Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Stops all EBS application tier services.

...

Environment/Instance Properties

Property Name

Property Code

Required

Description

EBS Source ScriptFDEBS_SOURCE_SCRIPTYes

Source Script with full path. 
e.g. /u1/apps/apps_st/appl/APPSorcl_ebs01.env

If you would like to apply changes directly to run edition for EBS R 12.2+, specify the run param after the script. By default it connects to patch edition when performing the deploy operation. All other operations are sourced from run by default.

e.g. /u1/apps/apps_st/appl/APPSorcl_ebs01.env run

EBS Database UserFDEBS_DB_USER

Yes

DB User which has privileges to stop concurrent manager. eg: Apps.

EBS Database PasswordFDEBS_DB_PASSWORD

Yes

DB Password to connect for EBS Database User.

...

Input Name

Input Code

Required

Description

Force Kill Time

FDEBS_FORCE_KILL_CONCURRENT_MANAGER_TIME

No

Kill any remaining Concurrent Manager Processes after this many minutes have elapsed. If this value is blank, kill will not be attempted.

@Since EBS Plugin version 5.5.0.3.11

Failure TimeoutFDEBS_CONCURRENT_MANAGER_TIMEOUTNo

This opaeration operation will fail if Concurrent Manager process are still running after this many minutes have elapsed. Set longer than Force Kill Time if using both inputs. Defaults to 30 minutes.

@Since EBS Plugin version 5.5.0.3.11

Input OptionsFDEBS_STOP_START_SCRIPT_INPUT_PARAMNo

Additonal Additional Input options to the script. You can use -mode=allnodes to stop/start services on all application tier nodes of an instance.

@Since EBS Plugin version 5.5.0.3.11

...