utkiosk is the command to do this. It works differently that you'd expect... Basically it is storing information into the Data Store about which session type to use and the arguments for it. You do not feed it the .conf files in /etc/opt/SUNWkio/sessions/

For example...

To set the uttsc session type as the default...

create a text file with the following lines (the name is arbitrary and doesn't matter):

-bash-3.00# vi ~/kiosk.config
KIOSK_SESSION=uttsc
KIOSK_SESSION_TIMEOUT_DETACHED=12000

Then import this...

/opt/SUNWut/sbin/utkiosk -i session -f ./kiosk.conf

You can edit the arguments by adding the following line to your kiosk.conf...

KIOSK_SESSION_ARGS=192.168.0.253

IMPORTANT. make sure that you specify the session timeout, or it will be blank. 12000 is the default.

For another example. Let's do a JDS kiosk with two applications...

-bash-3.00# vi kiosk.conf
KIOSK_SESSION=jds3
KIOSK_SESSION_TIMEOUT_DETACHED=12000
KIOSK_SESSION_APPLIST=desc:calculator:auto;desc:charmap:user;exec:/usr/dt/bin/dtterm:critical;

/opt/SUNWut/sbin/utkiosk -i session -f ./kiosk.conf

This sets up a jds kiosk session with three applications two which come from app.conf files one of which is a manual binary. one user, one auto and one critical.

Hope this helps.

Brad
On Oct 16, 2008, at 10:48 PM, Willi Burmeister wrote:

Hi,

I'm trying to find out how to configure kiosk mode without using
the GUI. Is this even possible?

None of our SunRays are configured for kiosk mode by default, so
I used 'utkioskoverride' to set kiosk mode for one card:

# utpolicy
# Current Policy:
-a -g -z pseudo -r card

# utkioskoverride -r MicroPayflex.5002d41e00130100
SESSION_TYPE=kiosk

I want this card to connect to a windows system using 'uttsc'.
What's the correct way to do this on the cmdline?

Any help is appreciated

Thanks

Willi

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

Brad Lackey
Desktop Virtualization Technology Lead
US Software Practice
(720) 548-3339
[EMAIL PROTECTED]

BEGIN:VCARD
VERSION:3.0
N:Lackey;Brad;;;
FN:Brad Lackey
ORG:Sun Microsystems;
TITLE:US-SW Desktop Virtualization Technology Lead
EMAIL;type=INTERNET;type=WORK;type=pref:[EMAIL PROTECTED]
TEL;type=WORK;type=pref:720-548-3339
TEL;type=CELL:303-875-8616
TEL;type=WORK;type=FAX:(720) 548-3339
item1.ADR;type=WORK;type=pref:;;13320 Racquet Ct.;Poway;CA;92064;United States of America
item1.X-ABADR:us
CATEGORIES:Personal
X-ABUID:57E6612B-F276-4934-9C7A-CC683249EDB1\:ABPerson
END:VCARD

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

Reply via email to