Ah, okay, so the MAC address (rather, a path name which includes the MAC
address) does turn up in the environment.  I think that's all I need,
many thanks.

-m

On Tue, Nov 11, 2008 at 02:35:28PM -0800, Craig Bender wrote:
> No, you don't need to register them (in fact, I'd recommend not registering 
> them).  You can still fill out information about them in the datastore.
>
> In the generic session, your path to app is going to be your script. Let's 
> say you wanted to point to a different TS based on information in the 
> location field.  Let's say we are going to key off a word called "Study" in 
> the location field.  Your script might look something like (very simple 
> example):
>
> #!/bin/sh
> #Get MAC of Sun Ray
> SRMAC=`cd $UTDEVROOT; pwd | sed 's/.*\(............\)/\1/'`
<snip>
_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to