I've figured out how to run uttsc while not being physically in a sunray session on a DTU. All that is needed is to have a DTU connection to that server (login not required) and to set the SUN_SUNRAY_TOKEN environment variable to the mac address of said DTU.

The format of SUN_SUNRAY_TOKEN variable is "pseudo.MAC_ADDR". To determine/set the mac address of a unit one could do...

SUN_SUNRAY_TOKEN=`basename /tmp/SUNWut/units/IEEE802.* |sed 's/IEEE802/pseudo/'`
export SUN_SUNRAY_TOKEN

Quick sequence of events....

sunray1 % ssh sunray2

sunray2 % SUN_SUNRAY_TOKEN=`basename /tmp/SUNWut/units/IEEE802.* |sed 's/IEEE802/pseudo/'`
sunray2 % export SUN_SUNRAY_TOKEN
sunray2 % /opt/SUNWuttsc/bin/uttsc wintermserv

Enjoy!

Sangeeta Varma wrote:

Hello,

To run uttsc, you must be physically in a sunray session on a DTU.
ssh, telnet etc to the sunray server and trying to launch the uttsc will not work.

-Sangeeta

Darin Perusich wrote:
Hello,

I'm trying to use uttsc to connect to our windows TS via ssh from another sunray server and I'm getting the error "Error: Not on a Sun Ray Terminal". I've tried setting the -x DISPLAY option but to no avail. This is possible or does one need to be on a local terminal for uttsc to work?

I'd like to test uttsc as a replacement for rdesktop but my primary sunray server needs srss upgrade, from 3.0 to 3.1 in order for me to install srwc_1.1. The testing machine is an old/slow 450 and running a KDE desktop on it is painfully slow and the users that would be testing would not be happy about this.

Thanks,

_______________________________________________
SunRay-Users mailing list
[email protected]
http://node1.filibeto.org/mailman/listinfo/sunray-users

--
Darin Perusich
Unix Systems Administrator
Cognigen Corporation
395 Youngs Rd.
Williamsville, NY 14221
Phone: 716-633-3463
Email: [EMAIL PROTECTED]
_______________________________________________
SunRay-Users mailing list
[email protected]
http://node1.filibeto.org/mailman/listinfo/sunray-users

Reply via email to