Server Management - Systems Insight Manager
1832983 Members
2510 Online
110048 Solutions
New Discussion

SMH of ESX 3.5 host doesnt start from HPSIM

 
SOLVED
Go to solution
Alexey Sobolev
New Member

SMH of ESX 3.5 host doesnt start from HPSIM

I cant launch SMH from HPSIM menue on several ESX 3.5 hosts. All servers are different Proliant DL and BL servers and got hpmgmt-8.0.0-vmware3x.tgz installed. Anyway if i try to launch SMH typing directly address in browser window then it works.
7 REPLIES 7
Ervinck Kevin
Valued Contributor

Re: SMH of ESX 3.5 host doesnt start from HPSIM

Check with 'Identify Systems' if the SMH is recognized. Most probably you haven't have the correct firewall rules on your ESX open.

You need to open up following ports:

280 cert (tcp)
2301 smh-http (tcp)
2381 smh-https (tcp)

You can do the 'Identify Systems' check again after you changed the firewall rules.
Ervinck Kevin
Valued Contributor

Re: SMH of ESX 3.5 host doesnt start from HPSIM

Select your ESX and check with 'Identify Systems' if the SMH is recognized. Most probably you haven't have the correct firewall rules on your ESX open.

You need to open up following ports:

280 cert (tcp)
2301 smh-http (tcp)
2381 smh-https (tcp)

You can do the 'Identify Systems' check again after you changed the firewall rules.
Alexey Sobolev
New Member

Re: SMH of ESX 3.5 host doesnt start from HPSIM

Following ports are open
smh-http : port 2301 tcp.in
smh-https : port 2381 tcp.in
sim-cert : port 280 tcp.out
first one i added myself, 2 and 3 was added during SMH install process (i just rename it as you do).
But still got massage doing "identify"
"The System Management Homepage is not supported on this system"
JKytsi
Honored Contributor
Solution

Re: SMH of ESX 3.5 host doesnt start from HPSIM

the installer says it will open ports, but it does not do it. It only open 2381 thus identify does not work correctly.
Remember to give Kudos to answers! (click the KUDOS star)

You can find me from Twitter @JKytsi
Ervinck Kevin
Valued Contributor

Re: SMH of ESX 3.5 host doesnt start from HPSIM

can you post the output from the following command on the ESX:

esxcfg-firewall -q
Alexey Sobolev
New Member

Re: SMH of ESX 3.5 host doesnt start from HPSIM

Sure

_________________________________
Enabled services: CIMSLP ntpClient VCB VmmService CIMHttpsServer snmpd vpxHeartbeats LicenseClient sshServer CIMHttpServer

Opened ports:
smh-http : port 2301 tcp.in
smh-https : port 2381 tcp.in
sim-cert : port 280 tcp.out
___________________________________
Alexey Sobolev
New Member

Re: SMH of ESX 3.5 host doesnt start from HPSIM

Manually reopenning ports resolv the problem!
Thank you!