Chapter 4 Function/System Settings and Display4.1 User Management > create userETERNUS CLI User’s GuideCopyright 2015 FUJITSU LIMITED P2X0-1030-09ENZ0362create userThis command creates a new user account. User names that are already registered cannot be used.■ Syntax■ Parameter■ Example(s)create user -namename -rolerole [-function {enable | disable}]-name This parameter specifies a unique name for the new user account. Usable characters arealphanumeric (case-sensitive), exclamation mark (!), hyphen (-), underscore (_), and dot (.)characters. A minimum of 1 letter and a maximum of 32 letters are required.-role This parameter specifies the role. For details, refer to "4.1.1 Role" (page 356).Total Administrator roleMaintainer Maintenance operatorSecurityAdminSecurity administratorAccountAdminAccount administratorStorageAdminETERNUS DX Disk storage system administratorAdministratorTotal administratorMonitor MonitorSoftware SoftwareUser-defined roleRole that is created using the "create role" command.-function Optional. This parameter specifies whether the user account will be enabled.enable The user account created is enabled immediately (default).disable The user account is created but not enabled.This example changes the role of the user account named "user1" to the Account Admin Role:CLI> create user -name user1 -role AccountAdmin -function enable