iSelfSchooling.com  Since 1999     References  |  Search more  | Oracle Syntax  | Free Online Oracle Training

    Home      .Services     Login       Start Learning     Certification      .                 .Share your BELIEF(s)...

 

. Online Accounting        .Copyright & User Agreement   |
    .Vision      .Biography     .Acknowledgement

.Contact Us      .Comments/Suggestions       Email2aFriend    |

 

Online Oracle Training for beginners and advanced - The most comprehensive Oracle tutorial

The authors do not guarantee or take any responsibility for the accuracy, or completeness of the information.

Advanced - Grid Control

 

  Lesson 01 | Lesson 02 | Lesson 03 | Lesson 04 |

 

 

 

 

 

 

 

 

 

 

 

Lesson 02

"The clearest way into the universe is through a forest wilderness."

-John Muir (1838-1914)

What is opmnctl?

It is command line utility to control the OMS. It stands for Oracle Process Monitor and Notification control. The following are some of examples of how to manipulate the OMS components.

 

# opmnctl startall -- starts all components of OMS.

# opmnctl stopall -- stops all components of OMS.

# opmnctl startproc ias-component=OC4J -- starts OC4J component

# opmnctl stopproc ias-component=OC4J -- stops OC4J component

# opmnctl status – l – show OMS status components.

 

What is emclt?

It is the Enterprise Manger Control Utility (emctl). Like opmnctl, it starts and stops the OMS components. Notice that emctl does not start or stop OracleAS Web Cache.

 

If OracleAS Web Cache is on then you can access to OEM by: http://oms-server:7777/em and with no OracleAS Web Cache, you need to directly connect to the OHS: http://oms-server:7778/em

 

The following are some of examples of how to manipulate the OMS components using emctl.

 

# emctl start oms -- start oms components except web cache.

# emctl stop oms -- stop …

# emctl status oms -- show the status of oms components

# emctl start iasconsole – starts an individual component

# emctl stop iasconsole -- stop and …