Reference Guide

Omconfig Rename Cachecade
Description Renames a cachecade.
Syntax
omconfig storage cachecade action=rename controller=id
cachecade=id name=<string>, where id is the controller ID and the
cachecade ID as reported by the omreport command. To obtain these values,
type omreport storage controller to display the controller IDs and then
type
omreport storage cachecade controller=ID to display the IDs for
the cachecades of the controller.
Example to Rename cachecade 4 on controller 1 to cc4.
Example
omconfig storage cachecade action=rename controller=1
cachecade=4 name=cc4
Omconfig PCIe SSD Commands
The following table displays the omconfig command syntax required to execute PCIe SSD tasks.
Table 116. omconfig PCIe SSD Commands
Required Command
Levels (1, 2, 3)
Optional name=value pairs
omconfig storage
pciessd
action=addtocachepool subsystem=id pciedevice= <PDISKID> force=yes
action=removefromcachepool subsystem=id pciedevice=<PDISKID> force=yes
action=reactivate subsystem=id pciedevice= <PDISKID> force=yes
omconfig Add PCIe SSD Device To Cachepool
Description Adds the specified PCIe SSD device to the cache pool.
Syntax
omconfig storage pciessd action=addtocachepool subsystem=id
pciedevice=<PDISKID>, where id is the subsystem ID and <PDISKID> variable
specifies the physical disk. To obtain these values, type omreport storage
controller to display the controller IDs and then type omreport storage
cachecade controller=ID to display the IDs for the cachecades of the controller.
Example to Adds the specified PCIe SSD device to the cachepool.
Example
omconfig storage pciessd action=addtocachepool subsystem=2
pciedevice=0:2:0 force=yes
177