Server Management - Systems Insight Manager
1836461 Members
2360 Online
110101 Solutions
New Discussion

Re: Changed Administrator Password

 
Patrick Matthews_2
Occasional Advisor

Changed Administrator Password

I changed our Domain administrator password, now the HP Insight Manager Console will not start. I get the "Checking HTTP Server status" window and the clock just keeps on ticking forever until I close it. Any ideas
Of course I don't lokk busy, I did it right the first time
4 REPLIES 4
Igor Karasik
Honored Contributor

Re: Changed Administrator Password

Assuming you use SIM 5:
SIM 5.0 use windows authentication when connect to SQL.
You can use mxpassword command
mxpassword -m -x MxDBUserPassword="newpassword"
to change password
Aravindh Rajaram
Honored Contributor

Re: Changed Administrator Password

If you make some changes to the the database login password then you need to run the following command to get that updated.

mxpassword -r -x MxDBUserPassword
mxpassword -a -x MxDBUserPassword=
keith reynolds
New Member

Re: Changed Administrator Password

Hi, is there anyway to change the user SIM uses to log into the database. I installed it with my domain acct and whenever I change my password the same thing happens.

Thanks

Keith
R. Schouten
New Member

Re: Changed Administrator Password

Thank you, this was the solution for my problem.....