8.3.12 Using dcli to List Grid Disk Status
This example shows how to run a CellCLI command that lists the name and status of grid disks on the target cells.
The target cells are contained in the
mycells group file. The command is run as the default celladmin user. Output lines that contain active as the status are deleted.
Example 8-12 Using dcli to List Grid Disk Status
$ ./dcli -r '.*active' -g mycells "cellcli -e list griddisk"
Parent topic: dcli Examples