1748246 Members
3503 Online
108760 Solutions
New Discussion юеВ

Re: SMH error

 
LJenkins
Occasional Contributor

SMH error

could anybody explain me what the SMH cannot run or showed in my server while others hp-ux 11.31 versions runs successfully.

could you please help me to resolve this issue.

cpcdp1:root > sam
System Administration Manager (SAM) is deprecated in this release of HP-UX.
System Management Homepage (SMH) is the new tool introduced to manage HP-UX.
You are recommended to use /usr/sbin/smh.

Looking for a usable running browser...
/usr/contrib/bin/X11/xlsclients: unable to open display "server.domain.com:0"
ERROR: Unable to open display "server.domain.com:0"
Please paste the URL "http://server.domain.com:0.com:2301/?chppath=Tools" into a browser window.

Regards LCJC
2 REPLIES 2
Torsten.
Acclaimed Contributor

Re: SMH error

What happens if you paste the URL in a browser window? Does it 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!   
Mel Burslan
Honored Contributor

Re: SMH error

I am under the impression that you are connected to this cpcdp1 server using a windows machine. Right ? Or Linux maybe ?

Well, your DISPLAY environment variable is being set at the login time as some value as in server.domain.com:0, which is not the host name of your windows or linux machine. So, the quickest fix is to determine what your local IP address is, let's assume it is 10.22.147.28, then run this command on your shell prompt

export DISPLAY=10.22.147.28:0.0

in case you are running, godforbid, csh, then run this command:

setenv DISPLAY 10.22.147.28:0.0

then run the smh application. If you are on a windows machine, you need to be running some sort of x-emulator like reflectionX or if your workstation is Linux, go to a command window and run command

xhost +

to allow incoming x-connections.

This should solve your problem
________________________________
UNIX because I majored in cryptology...