1Z0-902 · Question #59
You have been asked by Oracle Support to check the firmware of the hard & flash disks in a storage server. Which cellcli command should you use to get this information?
The correct answer is C. list physicaldisk attributes name, deviceName, diskType, physicalFirmware. Option C is correct because physicaldisk is the CellCLI object type that represents the actual physical hardware - both hard disks (HDD) and flash disks (SSD/flash) - and physicalFirmware is a valid attribute of that object, which is exactly what Oracle Support needs to verify…
Question
You have been asked by Oracle Support to check the firmware of the hard & flash disks in a storage server. Which cellcli command should you use to get this information?
Options
- Alist celldisk attributes name, deviceName, diskType, physicalFirmware
- Blist cell attributes name, deviceName, diskType, physicalFirmware
- Clist physicaldisk attributes name, deviceName, diskType, physicalFirmware
- Dlist devices attributes name, deviceName, diskType, physicalFirmware
How the community answered
(36 responses)- A6% (2)
- B3% (1)
- C92% (33)
Explanation
Option C is correct because physicaldisk is the CellCLI object type that represents the actual physical hardware - both hard disks (HDD) and flash disks (SSD/flash) - and physicalFirmware is a valid attribute of that object, which is exactly what Oracle Support needs to verify firmware versions.
- A is wrong because
celldiskrepresents the logical disk partitions created on top of physical disks, not the physical hardware itself - it does not expose firmware attributes. - B is wrong because
cellrefers to the storage server (cell) as a whole, not individual disks;deviceNameandphysicalFirmwareare not validcellattributes. - D is wrong because
devicesis not a valid CellCLI object type at all - this option is a distractor with invented syntax.
Memory tip: Think "physical problem → physicaldisk" - whenever Oracle Support asks about firmware or hardware-level disk details, the physicaldisk object is the only one that maps directly to the real hardware and exposes attributes like physicalFirmware and diskType (which distinguishes HDD from FlashDisk).
Topics
Community Discussion
No community discussion yet for this question.