Question

I am trying to run cellcli on my one of the Exadata Cell Server. When I login to the Server, I am able to see all the files as expected. (Like: all_group all_nodelist_group cell_group all_ib_group etc) When I issue command to start cellcli it gives me error that command not found:

# cellcli
-bash: cellcli: command not found
# which cellcli
which: no cellcli in (/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)

Any idea what is the location of the cellclie executable on exadata? Do I need to export any other path to get this command?

Was it helpful?

Solution

cellcli is in /opt/oracle/cell/cellsrv/bin. It should be put in path by /etc/profile.d/cell_env.sh

(from Marc Fielding)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top