1833780 Members
2162 Online
110063 Solutions
New Discussion

Re: smh not starting

 
moiauh
Advisor

smh not starting

hello all,

not able to open smh. while doing the netstat for the port2301 and 2381,showing only 2301 is listening.


how to start port 2381?

cheers,

raju
10 REPLIES 10
melvyn burnard
Honored Contributor

Re: smh not starting

this will get started when you try to connect to either port
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Jeeshan
Honored Contributor

Re: smh not starting

port doesn't start itself. but an application itself is able to enable for accesible the ports.

so, in your case check like below

#ps -ef|grep smh

and then try to telnet in that port
#netstat -an|grep 2301 (or 2381)

#telnet localhost 2301 (or 2381)

if connected than the port has open.
a warrior never quits
Torsten.
Acclaimed Contributor

Re: smh not starting

Did you already read this?

# man smhstartconfig

...

Options
The smhstartconfig command supports the followings options:

-a {on|off} Enable/disable the "autostart URL" mode

-b {on|off} Enable/disable the "automatic startup on boot"
mode

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!   
moiauh
Advisor

Re: smh not starting




is anyother thing like appache should be started?
Torsten.
Acclaimed Contributor

Re: smh not starting

smh will start its own apache based on smh configuration.

Did you already use the smhstartconfig tool?

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!   
moiauh
Advisor

Re: smh not starting

used the mhstartconfig tool,still same problem.
what's the service to be started?
Torsten.
Acclaimed Contributor

Re: smh not starting

Does the connection to port 2301 work or not?

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!   
Torsten.
Acclaimed Contributor

Re: smh not starting

see also

http://docs.hp.com/en/5992-3388/ch01s02.html#chddjgef

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!   
moiauh
Advisor

Re: smh not starting

it worked again it was the matter of service.thank you all
moiauh
Advisor

Re: smh not starting


thank you all