To use X-Windows on your workstation to do a connection to a server.
Execute the following:
export DISPLAY=x.x.x.x:0 # xhost + # xterm
NOTE: on Solaris you can find xhost and xterm at: /usr/openwin/bin/xhost
The xhost + command allows the export of the display to any workstation.
The "export DISPLAY=x.x.x.x:0" command exports the display to the IP Address of your workstation. The ":0" is the display number of the display and is usually 0, but it must be unique.
The "xterm" command will open a terminal sessoon on your workstation for the server.
env DISPLAY=x.x.x.x:0 envset DISPLAY=x.x.x.x:0Launch the product install (NWCONFIG) or run STARTX to start the GUI. The display will be redirected to your local X-Server.