How to remove a LDAP connection from Usage Meter
book
Article ID: 325437
calendar_today
Updated On:
Products
VMware Aria Suite
Issue/Introduction
Symptoms:
When you have added a LDAP connection to Usage Meter you may prefer to remove it in the future.
Environment
VMware vCloud Usage Meter 3.x
Resolution
The steps are as follows:
- Take a snapshot of the appliance.
- Login to the command line interface of Usage Meter as root.
- Type sql to log into the Postgres DB.
- First run this command: SELECT * FROM "LdapServer";
- Then: DELETE FROM "LdapServer" WHERE id = <id returned from the above query>;
- Exit Postgres with: \q
- Type: service tomcat restart
- Login with the user admin into the web UI with the password set by the CLI command webpass.
- After everything is confirmed to be working you may consolidate the snapshot.
Feedback
thumb_up
Yes
thumb_down
No