6.2.3.1 cellcli

Execute a CELLCLI command on a cell.

Purpose

The cellcli command enables you to run a CELLCLI command on a specified Exadata storage server.

Syntax

cellcli --cell cell-name [ --xml ] [ -e ] cellcli-command

Command Options

The options for the cellcli command are:

  • cell-name: Specifies the name of cell that is the subject of the operation.

    The cell must be identified by its name. Use the lscell command to find all cell names.

  • --xml: Generates XML-formatted command output.

  • -e cellcli-command: Specifies the CELLCLI command. The -e argument is optional.

Usage Notes

To run the cellcli command in ESCLI, the Exascale user must have the cl_admin privilege. On the Exadata storage server, the command runs with the privilege of the celladmin user.

Examples

Example 6-2 Run a CELLCLI command

In the following examples, the list cell command is run on CELL1. Both commands perform the same function. However, the second command specifies the optional -e argument.

@> cellcli --cell CELL1 list cell
@> cellcli --cell CELL1 -e list cell

Example 6-3 Run a CELLCLI command and generate XML-formatted output

In this example, the list cell command is run on CELL1 and the command output is rendered using XML.

@> cellcli --cell CELL1 --xml list cell