I have loaned an AIX Power Machine using the Virtual Loaner Program of IBM. My Task is to install WebSphere Application Server 5.1 on AIX. I tried the following Command:
"./LaunchPad.sh"
....... but it gives me the exception that:
"Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable."
Then I tried to Install with the following command
./install -options responsefile.txt
the above command gives me no error and ends with the following line
"
Initializing InstallShield Wizard...
Searching for Java(tm) Virtual Machine...
.........root@lpar20ml162f_pub[/stage/middleware/AIX/WAS.V5/aix] >
"
Would anyone please help me that how to change the responsefile.txt at AIX. and then how to execute the command to install the WAS 5.1 silently...?
Thanks