Find answers to your technical questions and learn how to use our products
Search suggestions:
Find answers to your technical questions and learn how to use our products
Search suggestions:
|
Default account name
|
Description
|
|---|---|
|
postgres
|
The database administrator can use this account to log in to the local Avaya Experience Portal database and perform database administration tasks.
The password for this account is automatically generated. You cannot add other accounts of this type, delete this account, or change the account name.
Important:
Contact the Avaya Services representative to modify the local VoicePortal database as the database contains critical configuration information used to run the system.
|
|
report
|
This user account can only read those tables in the Experience Portal database that store report data. Speech application developers can use this account to log in to the database to create custom reports using any SQL-enabled report generation tool.
You can have any number of accounts of this type with any account names.
|
|
reportwriter
|
This user account can only change the data in the tables that store report data in the Experience Portal database on the Auxiliary EPM server.
You can have any number of accounts of this type with any account names.
Important:
Contact the Avaya Services representative to modify the tables that store report data in the local VoicePortal database.
|
|
vpcommon
|
This account is required if you plan to configure an Auxiliary EPM server. It allows the Auxiliary EPM servers limited access to the main Experience Portal database.
You can delete this account or set the password for it, but you cannot add other accounts of this type or change the account name.
|
|
View a list of all Avaya Experience Portal PostgreSQL accounts
|
Enter the bash SetDbPassword.sh list command.
|
|
Change the password for a PostgreSQL user account
|
Note:
If you change the password for the:
|
|
Generate a random password for the PostgreSQL user account postgres
|
Enter the bash SetDbPassword.sh reset_postgres command.
|
|
Add a new report user with read only privileges
|
|
|
Add a new report user with read/write privileges on an Auxiliary EPM server
Note:
You cannot add a report user with read/write privileges on the Primary EPM server.
|
|
|
Delete a report account from either EPM server or delete the vpcommon account from the Primary EPM server
Note:
You cannot delete the postgres user account.
|
Enter the bash SetDbPassword.sh delete -u username command, where username is either vpcommon or the report account name that you want to delete.
For example, to delete the report account named RptReadWrite, you would enter:
bash SetDbPassword.sh delete -u RptReadWrite
|
|
Add the vpcommon user account on the Primary EPM server so that an Auxiliary EPM server can access the database
Note:
You cannot add the vpcommon account to an Auxiliary EPM server.
|
|
|
Verify the vpcommon user on the local database that can connect to the 'auxname' (Auxiliary EPM)
This option is applicable only on the Primary EPM.
|
Enter the bash SetDbPassword.sh verify_aux_vpcommon -a auxname command where:
-a auxname is the configured name for the Auxiliary EPM.
|
|
Verify the Primary EPM’s vpcommon user.
This option is applicable only on the Auxiliary EPM.
|
Enter the bash SetDbPassword.sh verify_primary_vpcommon command.
|
|
View the help for this command
|
Enter the bash SetDbPassword.sh help command.
|
The following services will be restarted automatically:
- postgresql
- vpms
- mmsserver
- avpSNMPAgentSvc
Do you wish to proceed? [Y/n]