Servers - General
1824808 Members
4185 Online
109674 Solutions
New Discussion

Can't start HPE SUM on Remote Server

 
Stately
Occasional Collector

Can't start HPE SUM on Remote Server

Hi 

I try to patch the Firmware and Drivers of our Systems with HPE SUM 8.9. I will start HPE SUM from a Management Server. The Command I use is:

.\smartupdate /s /target "xx.xxx.xx.x." /user "XXX\XXXX" /passwd "XXXXX" /use_location "C:\temp\baseline"

When I run the command, the console shows:
iLO Channel Interface (CHIF) Driver will be installed on Windows nodes, if it is not already present. This will help ensure complete inventory and recommended updates.
sum_service_x64.exe started successfully on port 63001 and secure port 63002. FTP is disabled.

But nothing more. It doesn't stop, it only show this and does nothing. !
I tried to test if the port 63001 is open, but telnet shows only Connecting To XX.XXX.XXX.X...Could not open connection to the host, on port 63001: Connect failed

I have no Firewall betwen the systems. And I opened in the Windows Firewall all incoming Ports on the Remote System.

Does anybody have a idea what the problem could be? It looks like i have no listener on this port on the remote system. Is there something I have to install on the remote System?

Or is there an option, how I can start hpe SUM locally without an Useraccount, when I have the ILO High Secure Mode activated? I tried to turn of the setting "Require Host Authentication", but HPE SUM still needs credentals.

 

Kind Regards

4 REPLIES 4
Ihaqueit
Trusted Contributor

Re: Can't start HPE SUM on Remote Server

It's probably the UAC, Try starting Hpsum (hpsum.bat) as Administrator.

I Haq
Torsten.
Acclaimed Contributor

Re: Can't start HPE SUM on Remote Server

Try

smartupdate.bat /open_firewall


Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Stately
Occasional Collector

Re: Can't start HPE SUM on Remote Server

I changed the command to:
.\smartupdate /s /target "XX.XXX.XXX.XX" /port 5985 /ssl_port 5986 /user "XXX\XXX" /passwd "XXXXX" /ilo_username "XXX\XXXX" /ilo_password "XXX" /use_location "C:\Temp\XXXX\" /open_firewall /ignore_warnings /tpmbypass

But when SUM starts it still show: 
sum_service_x64.exe started successfully on port 63001 and secure port 63002. FTP is disabled.

Why does it still use the port 63001 and 63002? I want to change it to 5985 and 5986.

Kind Regards

Ihaqueit
Trusted Contributor

Re: Can't start HPE SUM on Remote Server