Incorrect User name/PasswordDirect SSH logins to the nodes using the root credentials complete successfully.
The /storage/vcops/log/analytics-####.log file contains error entries similar to the following:ERROR [ServerConnection on port 10000 Thread 13594 ] [TfdVMiEzxqkl4sVzfycK6wkqY4ajbvqW] com.vmware.vcops.auth.server.authN.LocalAuthNStrategy.authenticateLocalUser - Super admin user locked out. Cannot login currentlyERROR [ServerConnection on port 10000 Thread 13282 ] [uaDSNvXTPmRDg5pc1rnJZHuTLc2h4zMH] com.vmware.vcops.platform.gemfire.GemfireFunction.execute - Exception occurred when executing function - topFunction - com.vmware.vcops.platform.gemfire.GemfireFunction$MethodInvocationException: AccountLockedException: Admin user account locked
VMware Aria Operations 8.x
admin account.Method 1 (Preferred):
$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 --syncIf the admin account continues to lock after these changes, an external system or service account is likely repeatedly failing authentication with an incorrect password. For further investigation, refer to Aria Operations admin account getting locked even after password reset (346009)
Method 2 (Manual):
vi /storage/vcops/user/conf/adminuser.propertiesfailed_attempts=x.:wq!
Unlock the OS Admin Account The OS admin account utilizes a separate lockout mechanism from the Product UI.
Open an SSH session to the affected node and log in as the root user.
Reset the OS account lockout based on the VMware Aria Operations version:
For Aria Operations 8.14 and later:/usr/sbin/faillock --user admin --reset
pam_tally2 --user admin --resetFor information on resetting the Admin password, see How to reset the admin password in VMware Aria Operations(326391).
Create a local Aria Operations service account for adapter instances or other application authentication and integration.
To create a local service account user for adapter configurations and integrations, follow the steps below.
To use the newly created credentials on any required adapter instances, follow the steps below.
Impact/Risks:
Update the credentials on the responsible adapter or external application before unlocking the account. Failing to update these sources causes the admin account to lock again immediately. As a best practice, utilize dedicated service accounts for all integrations.
Note: If the failed login attempts originate from an adapter running within Aria Operations, and logging into the Product UI with an alternative administrative account is not possible, perform the following actions:
Execute the account unlock steps detailed above.
Immediately log into the Aria Operations Product UI as the local admin user to update the adapter's saved credentials before the account triggers another lockout.
Repeat the account unlock steps to clear any additional failed login attempts that may have occurred during the credential update process.