account

Manages administrator accounts and displays information used to monitor administrator sessions.

SYNOPSIS

account { [ add | delete | forgotPassword | list | modify | resetPassword] | [ usage | help ] }

DESCRIPTION

The following default accounts are pre-configured for the Oracle FS System:
/⁠administrator
Authorized to run all Oracle FS CLI commands except for the commands that are restricted to Oracle Customer Support. This account is authorized to modify any other account, including the Oracle Customer Support account. The default password for the Administrator account is pillar.
/⁠⁠pillar
Authorized to run specialized support operations as Oracle Customer Support. Oracle support representatives cannot access or make changes to customer data or configurations, and cannot access, create, or change any administrator‑defined accounts. The default password for the Oracle Customer Support (pillar) account is pillar.
Note: Default accounts cannot be disabled or deleted.

SUBCOMMANDS

add
Creates an account.
delete
Deletes the specified account.
forgotPassword
Instructs the Oracle FS System to send a password recovery token to the email address that is associated with the specified account.
list
Displays information about account sessions and account settings.
modify
Changes account settings.
resetPassword
Resets the password for the specified account using the password recovery token.

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