Server Management - Systems Insight Manager
1833346 Members
2857 Online
110051 Solutions
New Discussion

Insight Manager username change

 
SOLVED
Go to solution
richivey
New Member

Insight Manager username change

The Active Directory account that I was using for Insight Manager authentication was deleted by another admin in my company. The person who created the account is no longer with the company, so I don't know the password and was forced to create a new account.

I've changed the account/password of all services that used the old account. I've also changed the database.props & database.admin files to show the new username, and I ran the mxpassword command to change the password.

Still, mxpassword is running (using a lot of CPU), and giving me security log errors on the old username. Where else is the username referenced? I want to make the change anywhere that the username might be referenced. I really don't want to re-install this software, since it's currently been monitoring over 100 servers for several years.

Any suggestions will be greatly appreciated.
3 REPLIES 3
Rob Buxton
Honored Contributor
Solution

Re: Insight Manager username change

richivey
New Member

Re: Insight Manager username change

Wasn't exactly what I was looking for, but it got me to the right place. After seeing reference to the globalsettings.props, I went back in (I had changed the username in here in one place, but had missed another). Apparently, that's the reference that wasn't authenticating.

Files that must be checked:

database.props
database.admin
globalsettings.props

Also must run mxpassword command to change password:

mxpassword -m -x MxDBUserPassword="newpassword"

Hope this helps anyone else who experiences this issue in the future.
richivey
New Member

Re: Insight Manager username change

Actually, I was wrong. It is still doing the same thing. The services were not running, so I wasn't seeing the mxpassword process trying to authenticate.

Still eating up various amounts of CPU. Also of note - the PID changes, so that means it is ending and starting a new process every few seconds.