IAS installed ... How do you start the services ???

Exclusivo para tópicos de DBA sobre Oracle EBS. Concurrent Manager, aplicação de Patch, autoconfig, ADPATCH, FNDLOAD, migração de releases, instalação do EBS, configuração do ambiente, etc.
Post Reply
Renan Orati
Rank: Analista Júnior
Rank: Analista Júnior
Posts: 90
Joined: Thu, 23 Aug 2007 3:40 pm
Location: São José do Rio Preto - SP

Good morning guys ...
Next ... I installed the IAS ... aí at the end of the installation He showed me the addresses that I should access the "Application Server Control" and td more ...

Beauty ... I accessed and everything starts and turning beauty !!!!

But when the pc restarts the services are all inactive ...

Someone knows how to start the services again?

vlw !!!

Environment information:
* Oracle version: 10g
* Operating system: Linux RedHat EL4 AS UPDATE 3
victorhugomuniz
Moderador
Moderador
Posts: 1396
Joined: Fri, 01 Feb 2008 2:06 pm
Location: Rio de Janeiro - RJ
Contact:
:D

if you put the bin folder in your path

Select all

opmnctl startall
if you can not enter administrative tools and go to services and rise from there
Renan Orati
Rank: Analista Júnior
Rank: Analista Júnior
Posts: 90
Joined: Thu, 23 Aug 2007 3:40 pm
Location: São José do Rio Preto - SP

aí galera ... vo deuxa there to you what I learned to start the ias ... vlw!


• Declaring variables:

Select all

export ORACLE_SID=oracle 
export ORACLE_HOME=/home/oracle/OraHome_1 
• Starting the "Database Listener":

Select all

$ cd /home/oracle/OraHome_1/bin 
$ ./lsnrctl start 
• Starting the "Repository Database":

Select all

$ cd /home/oracle/OraHome_1/bin 
$ ./sqlplus sys as sysdba 
SQL> startup 
• Starting all processes of the "Oracle Infrastructure Instance":

Select all

$ cd /home/oracle/OraHome_1/opmn/bin 
$ ./opmnctl startall 
• Starting the IAS and Repository Database consoles: [

Select all

$ cd /home/oracle/OraHome_1/bin 
$ ./emctl start iasconsole 
$ ./emctl start dbconsole 
Open Enterprise Manager: Ex: http://localhost.localdomain:1156/
now the home2 ... where the instances of forms and Reports:

• Declaring variables:

Select all

export ORACLE_HOME=/home/oracle/OraHome_2 
export FORMS_PATH=/home/oracle/OraHome_2/forms 
• Starting all processes of the "Oracle Infrastructure Instance" in HOME2:

Select all

$ cd /home/oracle/OraHome_2/opmn/bin 
$ ./opmnctl startall 
• Starting the IAS and Repository Database consoles for HOME2:

Select all

$ cd /home/oracle/OraHome_2/bin 
$ ./emctl start iasconsole 
ruevers
Rank: DBA Sênior
Rank: DBA Sênior
Posts: 324
Joined: Fri, 02 Jun 2006 1:48 pm
Location: sp
Contact:

Manos ...
Madness this, it looks like a cake recipe more difficult.
When we install the IAS has to set several variables and others they set
one of them is the $SCRIPTS ... there is a .sh
or bat to restart All the services or separately ...
Look inside them ... It will be interesting ...
To speak of the IAS ... EBS and everything else version 9
For 10
Use the opmnctl startall ta in the bin .... but also think that tems script
in 11, changed a lot of things ....
But there are more to 10g, OpMNCTL is more part of Enterprise Manager.
As for 9 ... has script all automatic ... workflow only and few things have to connect even ....
Post Reply
  • Information
  • Who is online

    Users browsing this forum: No registered users and 1 guest