nerdexam
Oracle

1Z0-902 · Question #18

Which three statements are true about the CELLCLI command?

The correct answer is B. It has command-line history. D. It can be executed on storage servers. E. It can be executed using the DCLI utility. B, D, E are correct because CELLCLI (Cell Command Line Interface) is a tool that runs directly on individual Exadata storage servers (cells) (D), supports command-line history via readline functionality (B), and can be invoked remotely by the DCLI (Distributed Command Line…

Storage Configuration

Question

Which three statements are true about the CELLCLI command?

Options

  • AIt can execute commands on multiple storage servers in parallel.
  • BIt has command-line history.
  • CIt requires root privileges to create CELLDISKS and GRIDDISKS.
  • DIt can be executed on storage servers.
  • EIt can be executed using the DCLI utility.

How the community answered

(60 responses)
  • A
    8% (5)
  • B
    88% (53)
  • C
    3% (2)

Explanation

B, D, E are correct because CELLCLI (Cell Command Line Interface) is a tool that runs directly on individual Exadata storage servers (cells) (D), supports command-line history via readline functionality (B), and can be invoked remotely by the DCLI (Distributed Command Line Interface) utility to run commands across one or more cells (E).

A is wrong because CELLCLI itself only operates on the local storage server - it has no built-in ability to fan out to multiple cells in parallel. That's exactly what DCLI is for.

C is wrong because CELLCLI does not require root privileges to create CELLDISKS or GRIDDISKS; the celladmin user has sufficient permissions for those operations.

Memory tip: Think of CELLCLI as a single-cell, local tool and DCLI as the distributed wrapper - if a statement describes multi-cell or remote behavior, it belongs to DCLI, not CELLCLI.

Topics

#CELLCLI#Storage Management#Command-line Tools#DCLI Integration

Community Discussion

No community discussion yet for this question.

Full 1Z0-902 Practice