missing oakcli

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

missing oakcli

Odamm
i must run the command for configure the oda appliance but i not found the aokcli command
when i run this command , it show this error

[root@oda01 bin]#  oakcli validate -c StorageTopology
-bash: oakcli: command not found

i'm newbie , please help me to run this command
please
Reply | Threaded
Open this post in threaded view
|

Re: missing oakcli

ErmanArslansOracleBlog
Administrator
Interesting..
This may be an installation-upgrade related issue , or this may be an shell environment related issue.

Do you have oakcli or odacli present in your filesystem?

what is the output of ->

1) find / -name oakcli
2) find / -name odacli

Reply | Threaded
Open this post in threaded view
|

Re: missing oakcli

Odamm
this is a new installation, i have configured the ilom and i run firstnet configuration

the output is on node0 :

[root@oda00 bin]# find / -name oakcli
[root@oda00 bin]# find / -name odacli
/opt/oracle/dcs/bin/odacli

the output is on node1 :
[root@oda01 bin]# find / -name oakcli
[root@oda01 bin]# find / -name odacli
/opt/oracle/dcs/bin/odacli

i think the are missing some part of system operating
please send what do you think about this problema



Reply | Threaded
Open this post in threaded view
|

Re: missing oakcli

ErmanArslansOracleBlog
Administrator
what is your ODA version?

21 May 2018 Pzt 13:12 tarihinde Odamm [via Erman Arslan's Oracle Forum] <[hidden email]> şunu yazdı:
this is a new installation, i have configured the ilom and i run firstnet configuration

the output is on node0 :

[root@oda00 bin]# find / -name oakcli
[root@oda00 bin]# find / -name odacli
/opt/oracle/dcs/bin/odacli

the output is on node1 :
[root@oda01 bin]# find / -name oakcli
[root@oda01 bin]# find / -name odacli
/opt/oracle/dcs/bin/odacli

i think the are missing some part of system operating
please send what do you think about this problema






If you reply to this email, your message will be added to the discussion below:
http://erman-arslan-s-oracle-forum.2340467.n4.nabble.com/missing-oakcli-tp6040p6043.html
To start a new topic under Oracle Database Appliance(ODA) & VM, email [hidden email]
To unsubscribe from Erman Arslan's Oracle Forum, click here.
NAML
Reply | Threaded
Open this post in threaded view
|

Re: missing oakcli

Odamm
X7-2-HA
Reply | Threaded
Open this post in threaded view
|

Re: missing oakcli

ErmanArslansOracleBlog
Administrator
You need to read the documentation of X7.

Here it is ->

https://docs.oracle.com/cd/E88132_01/doc.122/e88393.pdf

For validating the storage you will use odacli not oakcli.

odacli validate-storagetopology (page 13-50)
Reply | Threaded
Open this post in threaded view
|

Re: missing oakcli

PercyMil
hello I have the same problem,

I have reimager oda x7-2 HA with iso 18.3.0, and since then the order odacli does not pass it tells me command not found.

On Node0
#find / -name oakcli
#find / -name odacli
/opt/oracle/dcs/bin/odacli

On Node1
#find / -name oakcli
#find / -name odacli
/opt/oracle/dcs/bin/odacli

If a do:

#odacli
-bash: odacli: command not found
#
Reply | Threaded
Open this post in threaded view
|

Re: missing oakcli

ErmanArslansOracleBlog
Administrator
it is not in your PATH.
Add it to your path and retry.

export PATH=$PATH:/opt/oracle/dcs/bin

Does this answer satisfy you?