Computing.Net > Forums > Solaris > exceed - solaris

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

exceed - solaris

Reply to Message Icon

Name: raja
Date: September 16, 2002 at 22:00:42 Pacific
OS: solaris9
CPU/Ram: sparc III 2 GB
Comment:

I installed Exceed on my PC and trying to access my Solaris m/c as root. I can ping from win2000 command window. Exceed does not let me login. What needs to be done on the solaris m/c.

Thanks



Sponsored Link
Ads by Google

Response Number 1
Name: Mark M
Date: September 18, 2002 at 17:04:52 Pacific
Reply:

Firstly, accessing as root isn't that sensible, but to do this remotely you need to comment out CONSOLE=/dev/console in /etc/default/login

Anyhow... the best way to launch stuff in exceed is as follows:

Let's assume that the solaris box has an IP of 192.168.1.10 and your pc has an IP of 192.168.1.20

On the PC, open up exceed and run HWM if it's included. This will make sure title bars etc appear.

From the pc, telnet to the solaris box, log in and type:

xhost +192.168.1.20 (or just xhost+ if you're not that worried about X11 security on your LAN)

DISPLAY=192.168.1.20:0.0
export DISPLAY

(or if you are using csh, use setenv DISPLAY 192.168.1.10:0.0)

Now at this command line type in something like: xterm &

You should see an xterm window open up on your pc's exceed window. What you can do is use the shell in the exceed window to launch further apps on that display.

--------------

You could have done it another way, by telnetting in and doing:

xhost +
xterm -display 192.168.1.20:0.0

and run commands from the shell now in your exceed window.

but it's nice to understand both ways.

Hope this helps

Mark


0

Response Number 2
Name: Mark M
Date: September 18, 2002 at 17:05:58 Pacific
Reply:

Grrr no edit function...

change the line:

(or if you are using csh, use setenv DISPLAY 192.168.1.10:0.0)

change the IP in it to 192.168.1.20:0.0

Sorry! :)


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Solaris Forum Home


Sponsored links

Ads by Google


Results for: exceed - solaris

Exceed onto Solaris Machine www.computing.net/answers/solaris/exceed-onto-solaris-machine/3703.html

How to install Solaris 8? www.computing.net/answers/solaris/how-to-install-solaris-8/154.html

Starting X Server on Solaris 9 www.computing.net/answers/solaris/starting-x-server-on-solaris-9/3154.html