воскресенье, 19 января 2014 г.

KeePass

VMWARE vCenter 5.1 просрочен пароль admin@System-Domain


Cause:


 This issue occurs when the Admin@system-domain password has expired, the default is 365 days.


Подключится к базе через  SQL Server Management Studio Express

To connect to the vCenter Server database using SQL Server Management Studio Express:
  1. Start  SQL Server Management Studio Express.
  2. If the Connect to Server dialog does not appear, click File > Connect Object Explorer.
  3. Enter .\VIM_SQLEXP in the Server Name field.

    Note: The default instance name is VIM_SQLEXP .

  4. Click Connect.
 

Resolution:


To resolve this issue, increase the MAX_LIFE_SEC column in the dbo.IMS_AUTHN_PASSWORD_POLICY table.
To increase the MAX_LIFE_SEC column:.
  1. Stop the SSO service.
  2. Login to SQL Management Studio.
  3. Go to the RSA database.
  4.  Expand the Tables and highlight the dbo.IMS_AUTHN_PASSWORD_POLICY table.
  5. Right click and choose Edit Top 200 Rows.
  6. Scroll over to the MAX_LIFE_SEC column. The default setting is 31536000seconds (365 days).
  7. Increase this value (for example, 32400000, this equals 375 days).
  8. Restart the SSO service.
  9. Once the service has started login to the Web Client with admin@system-domain:
  10. Navigate to Administration > Configuration.
  11. Click the Policies tab.
  12. Click Edit.
  13. Change maximum lifetime to 0 (never expire) or increase the value (in days) if required.



Reference: Logging in to the Web Client using admin@system-domain fails with the error: associated users password is expired.