account add

Creates an account.

SYNOPSIS

account ‑add 
   ‑name account‑name
   ‑role {admin1 | admin2 | monitor | support}
   [‑email email‑address]
   [‑phone phone‑number]
   [{‑enable | ‑disable}]
   [‑fullName full‑name]
   [‑passwordDuration duration‑in‑days]

   [{‑sessionKey | ‑u admin‑user ‑oracleFS oracle‑fs‑system}]
   [{‑outputformat | ‑o} { text | xml }]
   [{‑timeout timeout‑in‑seconds | ‑verify | ‑usage | ‑example | ‑help}] 

DESCRIPTION

The account ‑add command creates additional accounts. To base a new account on an existing account, run the account ‑list ‑account account-id-or-fqn ‑details command to obtain information about the roles and other settings that are currently defined for the account that you want to replicate.

Note: Only administrators with primary administrator or admin1 roles are authorized to run the account add command.

OPTIONS

name

Specifies the name of the account.Use double quotation marks around names containing dashes.

The following characters are invalid in an account name:
  • Non-printable characters, including ASCII 0 through 31.

  • / (slash) and \ (backslash)

  • . (dot) and .. (dot-dot)

  • Tabs or spaces

The Oracle FS System removes leading spaces and trailing spaces. Names are case sensitive.

role
Specifies the permissions that are granted to users of the account. To specify permissions, assign one of the following roles:
admin1
Authorizes the administrator to perform the following types of tasks:
  • Administration

  • Configuration

  • Recovery

admin2
Authorizes the administrator to perform all administrative tasks that an admin1 role can perform except for the following tasks:
  • Create, modify, or delete administrator accounts

  • Modify Call‑Home settings.

  • Create, modify, or delete LUNs, File Servers, and filesystems.

  • Modify system-wide settings.

  • Modify software configurations

  • Modify hardware configurations.

  • Shut down the Oracle FS System.

monitor
Authorizes the administrator to perform read-only tasks and to modify the attributes of their account.
support

Authorizes the administrator to perform support operations as instructed by Oracle Customer Support. This role does not authorize the administrator to modify or delete data resources, system alerts, or administrator accounts.

email
Specifies the email address of the account owner. The Oracle FS System does not verify the validity of the email address.
Important! An email address is required to allow accounts to recover their passwords.
phone

Specifies the phone number of the account owner. The Oracle FS System does not verify the validity of the phone number.

enable

Specifies that the new account is enabled when the system creates the account. If not specified, the account is enabled by default.

disable

Specifies that the new account is disabled when it is created. If not specified, the account is enabled by default.

fullName

Specifies the name of the account owner. If the full name contains spaces, enclose the entire name inside double quotation marks. For example: “Tyler Leslie Mendoza”.

passwordDuration

Specifies the number of days that the password that the administrator provides is valid. When the password expires, the Oracle FS System prompts the account user to provide a new password.

EXAMPLE

Task

Create a new administrator account.

Parameters
  • Name of the account: flash_store_admin

  • Role: admin1

  • Password duration in days: 180

$ fscli account ‑add ‑name flash_store_admin ‑role admin1 ‑passwordDuration 180