While starting the DG listener , getting below error.
-bash-3.2$ lsnrctl start LISTENER_DG_TEST
LSNRCTL for Linux: Version 11.2.0.1.0 - Production on xxxxxxxxxx 03:46:21
Copyright (c) 1991, 2009, Oracle. All rights reserved.
Starting /oracle/product/11.2.0.3/TEST/bin/tnslsnr: please wait...
TNS-12537: TNS:connection closed
TNS-12560: TNS:protocol adapter error
TNS-00507: Connection closed
Linux Error: 29: Illegal seek
-bash-3.2$
SOlution: Copied the lsnrctl & tnslsnr binaries from good server to bad server. and It started working.
-bash-3.2$ lsnrctl start LISTENER_DG_TEST
LSNRCTL for Linux: Version 11.2.0.1.0 - Production on xxxxxxxxxx 03:46:21
Copyright (c) 1991, 2009, Oracle. All rights reserved.
Starting /oracle/product/11.2.0.3/TEST/bin/tnslsnr: please wait...
TNS-12537: TNS:connection closed
TNS-12560: TNS:protocol adapter error
TNS-00507: Connection closed
Linux Error: 29: Illegal seek
-bash-3.2$
SOlution: Copied the lsnrctl & tnslsnr binaries from good server to bad server. and It started working.