crsctl query wallet -type CVUDB -name <DB NAME> is failing
We were able to add the entry in the CVUDB wallet but when I tried to query the CVUDB wallet I got the below error:
$ crsctl query wallet -type CVUDB -name TEST
CRS-4031: Wallet of type 'CVUDB' is not found.
The wallet type of CVUDB is valid as shown in the help of command
$ crsctl query wallet -help
Usage:
crsctl query wallet -type <wallet_type> [-name <name>] [-user <user_name>]
Check if the designated wallet or user exists
where
wallet_type Type of wallet i.e. APPQOSADMIN, APPQOSUSER, APPQOSDB, MGMTDB, OSUSER or CVUDB.
name Name is required for APPQOSDB and CVUDB wallets.