cancel
Showing results for 
Search instead for 
Did you mean: 

Xwindow on AIX

Former Member
0 Kudos

Hello,

I am installing SAPR3 on Aix server 5.3 when I try to start the INSTGUI its giving me following error

"% e027pae0_new:/sapcd/INSTALL # export DISPLAY=10.52.162.25:0.0

e027pae0_new:/sapcd/INSTALL # startx

Please wait - starting your session

e027pae0_new:/sapcd/INSTALL # ./INSTGUI

Application initialization failed: couldn't connect to display "10.52.162.25:0.0 "

Thanks & Regards,

Bhushan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Use X-windows Manager s/w

Message was edited by:

N.K. Verma

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks guys..

I able to manage to get the Xwindows work on my AIX box basically it was SSL issue. I need to configure my Xwindow on SSH and it work fine.

Thanks and regards,

Bhushan

Former Member
0 Kudos

as user root, execute the command "xhost +", this will enable access to all x clients. make sure also u export the DISPLAY env properly.

a. sh shell "export DISPLAY=<your client ip>:0.0"

b. csh shee "setenv DISPLAY <your client ip>:0.0"

Former Member
0 Kudos

Yes I try all the options but still getting the same error. Is firewall play some role in this.?

********************************************************************************************

  1. xhost +

1356-200 xhost unable to open display ""

  1. export DISPLAY=10.52.162.25:0.0

  2. csh

  3. setenv DISPLAY 10.52.162.25:0.0

  4. sh

  5. xhost +

1356-200 xhost unable to open display "10.52.162.25:0.0"

  1. echo $DISPLAY

10.52.162.25:0.0

************************************************************************************

Regards,

Bhushan

0 Kudos

Hi,

Assuming you are connecting to the AIX through a windows box, you need a X-Manager software like Netsarang Xmanager, X-win32, Reflection, etcc... installed. After the software is installed, you need to open an terminal session and give a export DISPLAY = A.B.C.D:0.0, where A.B.C.D is the IP address of the windows box. Later start the sap installation procedure. This should enable you to go ahead with the installation.

Regards,

Subodh

Former Member
0 Kudos

Yes I have Reflection X running on my Desktop and I also had set the Display environment on my AIX Box with command export DISPLAY=ip:0.0

But still getting the error cant open the display..?

Regards,

Bhushan

Former Member
0 Kudos

Are you using a dyanamic IP or stable? After checking the Env variables , did u check Xclock? I think you can try using X manager.

Former Member
0 Kudos

Its Static IP. I had used Xclock but the same error.

***********************************************************

  1. xclock

Error: Can't open display: 10.52.162.25:0.0

**********************************************************

Regards,

Bhushan

Former Member
0 Kudos

Hi Bhushan,

Just to discard possibilities:

Have you started anytime a X session from this AIX at your PC? Or from any other server? Can you try it?

Regards,

JC Llanes.

Former Member
0 Kudos

Thanks guys..

I able to manage to get the Xwindows work on my AIX box basically it was SSL issue. I need to configure my Xwindow on SSH and it work fine.

Thanks and regards,

Bhushan

Former Member
0 Kudos

Hi Bhushan,

Have you installed a X Server at your desktop (10.52.162.25)?

You must have running a software like Reflection or Exceed.

Best Regards,

JC Llanes.

Former Member
0 Kudos

I am already using Reflection X running on my Desktop but still getting the same error.

Regards,

Bhushan