DB was restarted using srvctl, wallet is still showing not_available, i had to go to the node and export ORACLE_UNQNAME on each node and just log in to open the wallet. Is this the natural behavior of wallet for multiple databases in a ORACLE_HOME?
SQL> select status, inst_id from gv$encryption_Wallet;
STATUS INST_ID
------------------------------ ----------
OPEN 1
NOT_AVAILABLE 3
NOT_AVAILABLE 2
SQL>
[oracle@d01pexadb02 ~]$ export ORACLE_UNQNAME=sieblprd
[oracle@d01pexadb02 ~]$ sqlplus
SQL*Plus: Release 12.1.0.2.0 Production on Thu Aug 4 02:50:24 2016
Copyright (c) 1982, 2014, Oracle. All rights reserved.
Enter user-name: / as sysdba
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
Advanced Analytics and Real Application Testing options
SQL>
SQL> select * from v$encryption_Wallet
2 ;
WRL_TYPE
--------------------
WRL_PARAMETER
--------------------------------------------------------------------------------
STATUS WALLET_TYPE WALLET_OR FULLY_BAC
------------------------------ -------------------- --------- ---------
CON_ID
----------
FILE
/u01/wallet_volume/sieblprd/
OPEN UNKNOWN SINGLE NO
0
SQL> set lines 1000
SQL> select status, inst_id from gv$encryption_Wallet;
STATUS INST_ID
------------------------------ ----------
OPEN 1
OPEN 2
NOT_AVAILABLE 3
SQL> SQL>