Deploy oracle appliance

classic Classic list List threaded Threaded
10 messages Options
Reply | Threaded
Open this post in threaded view
|

Deploy oracle appliance

Odamm
Ho I have a oda x7-ha , i have configured node0 and node1 network configuration with bonding. I connect with web interface of nodeO to create a new appliance But After i fill all field i lunch a deploy of appliance but It not start and i get the error: International error : DCS-10001:internal error encountered: DCS agent is not running on all nodes. Cannot proceed with provisioning Please give me help because i blocked in my installation
Reply | Threaded
Open this post in threaded view
|

Re: Deploy oracle appliance

ErmanArslansOracleBlog
Administrator
International error? :):) funny
or is it internal error ? :)

anyways;

It seems your DCS agents are not running..

The DCS Agent, controller, and command-line interface output appears in the /opt/oracle/dcs/log/dcs-agent.log file.

If an error occurs in the command-line interface layer, then the output will show in the /opt/oracle/dcs/log/dcscli.log file first.

Probably, your dcs agents are not running and they are getting errors..
What is written in the above log files?  

Note that;
You can use below commands to restart the dcs agents on the ODA nodes?( I suppose, this ODA is not used by production application, so there is no risk to stop/start things.. However, if it is production, the risk is yours..)

initctl stop initdcsagent
initctl start initdcsagent
Reply | Threaded
Open this post in threaded view
|

Re: Deploy oracle appliance

Odamm
sorry i write message with my phone and t9 have write wrong message
iti is an Internal error!! :-)

it is a first installation of this oda , are not in production

i test and the dcs running in node0 and node1

i restart node0 and node1 , but the message it is the same!!

in the web interface open in the node0 in the network page i see all netwrking interface and it is correct configurates. but if i switch in the same page to node1 tab, i do not see any information about network configuration.
it seeam the node0 are not able to read network configuration of node1.

i try to open the web interface node1 but i not able to login because no one service to authorize the login

there is a command to test all service on node0 and node1 before deploy the appliance?

i try ping the ip fron node0 to node1 and it working

but i not able to create the appliance because this error not permit to continue the installation
please help me
Reply | Threaded
Open this post in threaded view
|

Re: Deploy oracle appliance

ErmanArslansOracleBlog
Administrator
The DCS Agent, controller, and command-line interface output appears in the /opt/oracle/dcs/log/dcs-agent.log file.

If an error occurs in the command-line interface layer, then the output will show in the /opt/oracle/dcs/log/dcscli.log file first.

What is written in those log files?
Reply | Threaded
Open this post in threaded view
|

Re: Deploy oracle appliance

Odamm
i think the problem it is

417Ex2018-05-15 12:38:06,960 com.oracle.oda.auth.SharedKeyAuth.startHandshake(SharedKeyAuth.java:145)evel [mainhread] [startHandshake has error : java.net.ConnectException: Connessione rifiutata (Connection refused)dc] com.oracle.oda.auth.SharedKeyAuth.startHandshake(SharedKeyAuth.java:145)ogger{15}: startHandshake has error : java.net.ConnectException: Connessione rifiutata (Connection refused)
430Ex2018-05-15 12:38:06,964 com.oracle.dcs.commons.nls.MessageUtil.getMyBundle(MessageUtil.java:62)evel [mainhread] [load locale as it_ITdc] com.oracle.dcs.commons.nls.MessageUtil.getMyBundle(MessageUtil.java:62)ogger{15}: load locale as it_IT
434Exmag 15, 2018 12:38:06 PM com.oracle.oda.dcscli.DcsCli runCmd
GRAVE: DCS-10001:Internal error encountered: Fail to start hand shake to localhost:7070.

please send me your help about this problem
thanks in advance
Reply | Threaded
Open this post in threaded view
|

Re: Deploy oracle appliance

ErmanArslansOracleBlog
Administrator
Did you restart dcs service ?

initctl stop initdcsagent
initctl start initdcsagent

It is a documented issue and it is normally seen after cleanup..

here ->

https://docs.oracle.com/cd/E88132_01/doc.122/e88747/issues-odax7.htm , section named : Error after running the cleanup script
Reply | Threaded
Open this post in threaded view
|

Re: Deploy oracle appliance

Odamm
hi
i'm newbie on oda oracle installation
please can you tell me what make the cleanup script?
i think i run it but i do not want run it
if hi run the script before deploy the appliance , i have corrupt the setting of oda node?
thnaks in advance
Reply | Threaded
Open this post in threaded view
|

Re: Deploy oracle appliance

ErmanArslansOracleBlog
Administrator
Forget the cleanup script..

Did you restart dcs service by running the following command on your ODA nodes?

initctl stop initdcsagent
initctl start initdcsagen
Reply | Threaded
Open this post in threaded view
|

Re: Deploy oracle appliance

Odamm
hi
thanks
how can i verify if the dcs agent run?
what is the command?
I ask you to be patient with me :-)
Reply | Threaded
Open this post in threaded view
|

Re: Deploy oracle appliance

ErmanArslansOracleBlog
Administrator
I don't have an ODA X7 to play with right now.
But, you probably can check it using a simple ps command -> ps -ef |grep dcs