Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Script to Start/Stop OEM 9.2 1

Status
Not open for further replies.

mpathan

IS-IT--Management
Jun 2, 2003
2
GB
Hi Does anyone have a script to start / stop Oracle Enterprise Manager 9.2 and its components running on a Solaris Box ?
 
I'm confused whether you want to start/stop database or start the OEM gui.
Anyways... to start the console on Solaris give command

For console
export DISPLAY=ip_of_your_X_server:0.0
oemapp console start
OR
oemapp dbastudio start

This will give you the GUI session of OEM

And to start or stop databases you don't need to use OEM.
You can directly give commands as su
1. su -oracle
2. svrmgrl
3. connect internal
4. startup (options)
There are three options (mount,nomount,open)

And for shutdown change the step-4 to
4.shutdown (options)
Again three options(abort,immediate,normal)

Hope this will help
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top