Installing Siebel CRM from a Remote Server Computer on UNIX
This task is part of Planning Your Siebel Deployment.
If you are installing server-based Siebel modules in GUI mode from a remote server computer, then you must set the DISPLAY variable to display the Java installer user interface on your local computer. For example, depending on your shell:
export DISPLAY=mycomputer:0.0
or:
setenv DISPLAY mycomputer:0.0
In this command, mycomputer is the computer name or IP address of your local workstation computer.
You might be able to test that your display works correctly on your local computer by entering:
xclock
You can also verify the IP address by entering:
echo $DISPLAY
If the clock does not appear on your local computer, then issue the following command on your local computer:
xhost +
If you are using X-connectivity software to access the UNIX computer from a Windows computer, then the installer might fail or stop responding. If this is the case, then try using a later version of the X-connectivity software.