VCS WARNING V-16-10001-6 (COCPDB1) NETLSNR:NETLSNR-OBPC-1:LSNRTEST.PL: ENCOUNTERED ERRORS WHILE DECRYPTING PASSWORD!
book
Article ID: 100030289
calendar_today
Updated On:
Resolution
Error found in engine_A.log after DBA added password protection to the listner.ora file.
2008/02/08 19:33:12 VCS WARNING V-16-10001-6 (COCPDB1) NETLSNR:NETLSNR-OBPC-1:LSNRTEST.PL: ENCOUNTERED ERRORS WHILE DECRYPTING PASSWORD!
Resolution:
# /opt/VRTSvcs/bin/vcsencrypt -agent
Find the listener password as stored in listener.ora:
$ grep PASSWORDS_LISTENER ./network/admin/listener.ora
PASSWORDS_LISTENER = 89FBBA8F78CD6718
Use vcsencrypt to encrypt the password string as stored in listener.ora:
# /opt/VRTSvcs/bin/vcsencrypt -agent
Enter New Password:
Enter Again:
BHJhKJhJDjDJcHJjHHiHJjEJfHHhIHcHJ
Set the oralistener resource to use the output of vcsencrypt as the
listener password:
# haconf -makerw
# hares -modify Netlsnr-OBPC-1 LsnrPwd BHJhKJhJDjDJcHJjHHiHJjEJfHHhIHcHJ
# haconf -dump -makero
Issue/Introduction
VCS WARNING V-16-10001-6 (COCPDB1) NETLSNR:NETLSNR-OBPC-1:LSNRTEST.PL: ENCOUNTERED ERRORS WHILE DECRYPTING PASSWORD!
Was this article helpful?
thumb_up
Yes
thumb_down
No