Server Management - Systems Insight Manager
1833780 Members
2262 Online
110063 Solutions
New Discussion

Insigth manager - Discordance host name

 
mkiss
New Member

Insigth manager - Discordance host name

Hello,

On this configuration :
on serveur proliant DL380 with W2003.
and HPSIM installed on a XP work station

when i try to logon the serveur, ihave this message :

host name in the security certificate is not the same of the server name.
- host name URL : *********
- host certificate name : 1

After this warning, the connexion is good on the serveur.

How can i resolve this problem
thanks
3 REPLIES 3
Rob Buxton
Honored Contributor

Re: Insigth manager - Discordance host name

Chances are the name in the Certificate is a Fully Qualified Domain Name, try connecting with a FQDN.
punsac
Occasional Advisor

Re: Insigth manager - Discordance host name

There is a file called CheckSvc.js under your HP install folder, in my case C:\Program Files\HP\Systems Insight Manager.
Edit this file and do a search for the hostname the URL shows and replace it with FQDN, eg: if your hostname shows up as localhost, search for that and replace localhost with the FQDN of the server.

I had the same problem and it was fixed when I did this.

Hope it helps.
Gary Cooper_1
Esteemed Contributor

Re: Insigth manager - Discordance host name

I concur with Sach.
I had the same problem. I edited the Java Script that starts SIM applet:

Change the last line of C:\Program Files\HP\Systems Insight Manager\CheckSvc.js
From:
main("localhost");
To:
main("FQDN of your SIM server");

Worked a treat!

Regards,

Gary