7.7.4 CREATE
Purpose
The CREATE command creates a new object and assigns initial attributes to the object.
Syntax
CREATE object_type [name] ...
[attribute_name = attribute_value [, attribute_name = attribute_value]...]Usage Notes
- When multiple objects are valid as the target of a
CREATEcommand, there is the possibility of partial success. If an error occurs, then the command is interrupted, and the remaining objects are not created.
- CREATE CELL
- CREATE CELLDISK
- CREATE DIAGPACK
- CREATE FLASHCACHE
- CREATE FLASHLOG
- CREATE GRIDDISK
- CREATE KEY
- CREATE PMEMCACHE
- CREATE PMEMLOG
- CREATE QUARANTINE
- CREATE ROLE
- CREATE SSHEQUIVALENCE
- CREATE THRESHOLD
- CREATE USER
- CREATE XRMEMCACHE
- CREATE XRMEMLOG
Related Topics
Parent topic: CellCLI Command Reference