Wednesday , April 24 2024

Run commands from a single server on all cell nodes or compute nodes on Exadata(dcli utility)

 

You can run commands on all the compute nodes or cell nodes from a single server on Exadata. We can use the dcli utility for this operation.

Commands can be executed in parallel on desired servers with dcli utility. You can use it as follows.

You must configure Secure Shell (SSH) access without password between the server on which you are running dcli and the target servers.(SSH Connectivity)

Use the -g parameter to specify the file that has the names of the destination servers are located. Also, with the-L parameter, we specify the user information to run the command on the target servers. If you do not specify a user with the -l parameter, the command will be executed  with the user “celladmin” by default.

First, create the file “dbs_group” which contains the host names of all db nodes and the file “cell_group” which contains the host names of all cell nodes.

Sample Usages:

Running the hostname command on all db nodes and cell nodes:

Querying cell status on cell nodes:

As you can see, you can run a command on all servers from a single server and see the result. With this tool, it is possible to perform operations on Exadata very easily on a single server. dcli is an indispensable tool for Exadata.

Loading

About dbtut

We are a team with over 10 years of database management and BI experience. Our Expertises: Oracle, SQL Server, PostgreSQL, MySQL, MongoDB, Elasticsearch, Kibana, Grafana.

Leave a Reply

Your email address will not be published. Required fields are marked *

Categories