opmnctl startproc, opmnctl restartproc and opmnctl stopproc

opmnctl Commands 4-11 opmnctl startproc sequential=true starts all of the managed system processes sequentially. Figure 4–2 Managed Process Sequential Request 1 OPMN is processing one managed process, before moving on the next shown in Figure 4–3 . As shown in Figure 4–3 , when the request completes for the first managed process, the request starts on the next managed process. Figure 4–3 Managed Process Sequential Request 2 As shown in Figure 4–4 , all affected managed processes have completed the request. Figure 4–4 Managed Process Sequential Request 3

4.3.4 Provisioning Commands

The opmnctl provisioning commands are used for provisioning system components within an Oracle instance. Use these commands to: ■ Create and delete an Oracle instance or system component. 4-12 Oracle Fusion Middleware Oracle Process Manager and Notification Server Administrators Guide ■ Register and unregister an Oracle instance with a WebLogic domain for management using the Fusion Middleware Control Console. ■ Update an Oracle instance or system component registration with the WebLogic domain. This section includes the following topics: ■ General Syntax ■ Alternative Syntax for Provisioning Commands ■ Common Arguments ■ Commands

4.3.4.1 General Syntax

opmnctl provisioning commands are invoked using the following syntax: opmnctl command [-argName1 value1] [-argName2 value2] ... The following provisioning commands are supported: ■ createinstance ■ createcomponent ■ deleteinstance ■ deletecomponent ■ registerinstance ■ unregisterinstance ■ updateinstanceregistration ■ updatecomponentregistration

4.3.4.2 Alternative Syntax for Provisioning Commands

Provisioning commands can also be invoked with the syntax used by other opmnctl commands: opmnctl command [argName1=value1] [argName2=value2] ... This alternate syntax follows the Attributes style refer to Section 4.3.1.2 and accepts argument names presented in lower case. The alternate syntax is provided to allow greater uniformity between opmnctl commands. Any opmnctl provisioning commands can be entered using either syntax. For example, the following commands are equivalent: opmnctl createcomponent -componentType OHS -componentName ohs1 Note: The opmnctl provisioning commands must use the following naming conventions: 1. Name must begin with a letter and contain only alphanumerics, hyphen- and underscore_ characters. 2. Name must be no more than 30 characters long. 3. Name must be at least 4 characters long.