Creating Storage Objects Storage objects are created from segments, regions, disks, or other storage objects. Storage objects are typically used when an EVMS specific feature is desired on a volume, such as Bad Block Relocation (BBR). Using CLI Storage objects are created using the Create command. In this case, the arguments to the Create command are the keyword Object followed by the name of the EVMS feature to use along with its options, and the segments, disks, regions, and storage objects to use to create the new storage object. Example Given the region lvm/Sample Container/Sample Region, create a storage object called BBR_Region using the EVMS Bad Block Relocation feature. Because the BBR feature supports only one option, , the command to complete this example is: Create:Object,BBR={name=BBR_Region},"lvm/Sample Container/Sample Region" NOTE The EVMS CLI ignores spaces. Any name containing spaces must appear in quotation marks.