Configuring the Initial Balance and Status of a Subscriber Account in the External Database (SRC CLI)

Use the following statements to set the initial balance and status of a subscriber account:

shared vta group name processor db-engine account account{initial-balance initial-balance;initial-status initial-status;}

To set the initial balance and status of a subscriber account:

  1. From configuration mode, access the statement used to configure database accounts. For example, to configure an account called BoughtQuota in the SRC VTA group called vta1:
    [edit]user@host# edit shared vta group vta1 processor db-engine account BoughtQuota
  2. Specify the initial balance for the account.
    [edit shared vta group vta1 processor db-engine account BoughtQuota]user@host# set initial-balance initial-balance

    Enter the value as an integer in the range -9223372036854775807 through 9223372036854775807.

  3. Specify the initial status for the account.
    [edit shared vta group vta1 processor db-engine account BoughtQuota]user@host# set initial-status initial-status

    Enter the initial status as a text string—for example “active.”

Related Documentation