Jim Klimov wrote:

Hello SunRay-Users,

 The task we have at hand is as follows: there's a FOG of
generic Sun Ray servers that all our Sun Rays connect to.

 There's also a number of "specialized" servers, i.e. X86
and SPARC Solarises, and the difference can be useful and
critical for some of our users (i.e. developers/software
engineers).

 So far our developers access these servers via SSH from a
common terminal server. We wondered whether we can install
SRSS on these servers and route certain tokens to work with
a desktop executed directly on the server.
Yep, that can be done with AMGH by configuring required tokens
to be redirected to the desired server.

Suppose you want inserting a smartcard1 to go to sparc server
and inserting a smartcard2 to go to x86 server can be done by
using below AMGH config.

1. Configure AMGH using /opt/SUNWut/sbin/utamghadm -s /opt/SUNWutref/amgh/utamghref_allkeys_script on all the servers being part of AMGH (make sure LAN enabled on all the servers)
2. utrestart -c
3. Create /opt/SUNWutref/amgh/back_end_db file with the following entries

token=smartcard1 host=sparc_server
token=smartcard2 host=x86_server

That's it :-).

Thanks
P.S.M.Swamiji

Note:These are my personal opinions,nothing to do with my employer

 We haven't used AMGH before, and now have a bit of a puzzle
understanding it. Is AMGH the right way to do it, or some
tricks with utswitch, etc?

 I believe it's a bit of a lame question solvable by RTFM,
but perhaps a short answer in the right direction would save
us some time :)


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

Reply via email to