dr_validate fails with error about sudoers file
book
Article ID: 112694
calendar_today
Updated On:
Products
CA Infrastructure Management
CA Performance Management - Usage and Administration
Issue/Introduction
when we run the dr_validate as sudo, it fails with this error: Please add 'root ALL=(ALL) ALL' to /etc/sudoers file. ..........[FAIL]
Cause
the dr_install script will pass commands that would require a password if the ALL=(ALL) is not used, so dr_validate fails.
Resolution
Here is what we actually have in the sudeors file: root ALL=NOPASSWD: ALL
change this to root ALL=(ALL) ALL
You can change it back after the upgrade.
Feedback
thumb_up
Yes
thumb_down
No