Oracle Restart TNS-01101: Message 1101 not found; No message file for product=network, facility=TNS
Grid Infrastructure and Oracle Server 12.2.0.1 Linux RHEL 7.6.
Listeners not functioning properly.
ps -ef|grep tns shows all listeners with the property of -no_crs_notify -inherit.
lsnrctl status results in this error. TNS-01101: Message 1101 not found; No message file for product=network, facility=TNS
From what I've found the TNS-01101 error is related to ORACLE_HOME and/or TNS_ADMIN not being set. srvctl config shows that each DB has the proper ORACLE_HOME set, and TNS_ADMIN was set with srvctl setenv -T TNS_ADMIN.
The lsnrctl command is being issued from the grid ID which has the ORACLE_HOME set to the grid home and TNS_ADMIN also set.