The purpose of this article is to assist user with resetting admin account lockout for Aria Operations
This article does not apply to other products with Aria Operations in the name such as:
Symptoms:
Incorrect User name/Password
VMware Aria Operations 8.x
$VMWARE_PYTHON_BIN $VCOPS_BASE/../vmware-vcopssuite/utilities/sliceConfiguration/bin/vcopsSetAdminPassword.py --unlock
$VMWARE_PYTHON_BIN $VCOPS_BASE/../vmware-vcopssuite/utilities/sliceConfiguration/bin/vcopsSetAdminPassword.py --sync
/storage/vcops/user/conf/adminuser.properties
using a text editor:vi /storage/vcops/user/conf/adminuser.properties
failed_attempts=x
line.:wq!
pam_tally2 --user admin --reset
/usr/sbin/faillock --user admin --reset
The OS account for admin is in some ways separate from the Product UI admin account, changes made to the OS account, such as setting the password using passwd command, or resetting lockout using pam_tally2 or faillock command, will not be reflected on the Product UI account.
However, if password is changed for the Product UI account from Admin UI, that change is automatically propagated to the OS account.