export DISPLAY

Hey guys, Please let me know how to export DISPLAY on my PC:I used the following command and got an error# export DISPLAY=192.2.205.119:0.0DISPLAY=192.2.205.119:0.0: is not an identifierThanks
[234 byte] By [imran_nya] at [2007-11-26 21:38:32]
# 1
wrong shell syntax, that was ksh/bash syntax and the "#" prompt looks like you are in a shshell.DISPLAY=192.2.205.119:0.0 ; export DISPLAYworks in a bourne shell, echo $SHELL might tell you what shell you are in on your PC.tim
tim.uglowa at 2007-7-10 3:21:36 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 2

Thanks Tim for your response.

I changed the shell to bash and the error did not appear. However the GUI still not working:

# bash

bash-3.00# DISPLAY=192.2.205.119:0.0 ; export DISPLAY

bash-3.00# /usr/sbin/smc &

[1] 2230

bash-3.00#

It appears you are attempting to run the graphical

Solaris Management Console from a terminal which does

not have a suitable 'DISPLAY' environment. Please check

your 'DISPLAY' settings and that the user identity of

this terminal has access to the X server of this display.

[1]+ Exit 1/usr/sbin/smc

bash-3.00#

imran_nya at 2007-7-10 3:21:36 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 3
Do you have an X-server running on your pc? If its running windows you have to install a Xserver, such as Xming: http://sourceforge.net/projects/xming .7/M.
mAbrantea at 2007-7-10 3:21:36 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 4
I have Hummingbird installed on my PC
imran_nya at 2007-7-10 3:21:36 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 5
try and start xclock, a more simple program.
HvRa at 2007-7-10 3:21:36 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 6
good idea, start with something simple..you might have to do something on your pc to allow it to acceptconnections from a remote machine, I have no idea how but google suggests http://connectivity.hummingbird.com/support/nc/exceed/xauth.html?cks=ytim
tim.uglowa at 2007-7-10 3:21:36 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...