cancel
Showing results for 
Search instead for 
Did you mean: 

Prerequiste Checker Tool Installation

Former Member
0 Kudos

Hi All

I am attempting to run the 'Prerequisite Cheker Tool' to find out the ocnfiguration gap in our system for Solution Manager Installation.

When I execute 'start‌InstGui.sh'..I receive the following error

java.lang.RuntimeException: invocation target exception: Can't connect to X11 window server using '3.137.168.137:21212' as the value of the DISPLAY variable.

Here is the env variable setting

DISPLAY=3.137.168.137:21212 ( I am running 'start‌InstGui.sh' on the same server, I guess this is wrong )

What should be the 'host' & 'port' values for the DISPLAY Environment variable.

Please help. Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

It should be

export DISPLAY=3.137.168.137:0.0

or

setenv DISPLAY 3.137.168.137:0.0

is the IP address 3.137.168.137 the hostname for the "Remote desktop Connection".

Former Member
0 Kudos

Thanks shaji..

Could you please brief the 'Remote Desktop connection' setup?

I am executing the script in Linux environment.

DISPLAY hosst should point on other unix host or windows host ?

between, 0.0 > conveys what ?

Edited by: Prakash Nathan on Apr 2, 2008 9:31 PM