8.3.18 Using dcli to List Physical Disks
This example shows a CellCLI command that lists physical disks where status is not equal to normal on the target cells.
The target cells are contained in the
mycells
group file. The command is run as the default celladmin
user.
Example 8-18 Using dcli to List Physical Disks
$ ./dcli -g allcells "cellcli -e list physicaldisk where status not = normal"
Parent topic: dcli Examples