Anton Floor schrieb:
Hi Scott,

use this:
-----------------------------------
# /etc/init.d/utstorage stop

# /etc/init.d/utsvc stop

# /opt/SUNWkio/bin/kioskuseradm delete

# /opt/SUNWkio/bin/kioskuseradm create -l utku -g utkiosk -i 88002 \
 -u 200000 -c 25


Instead of delete+create, it is simpler to use

  # /opt/SUNWkio/bin/kioskuseradm modify -u 200000 -c 25


It should even work to replace your entire procedure with

  # /opt/SUNWkio/bin/kioskuseradm modify -f -u 200000 -c 25

(The -f will terminate running kiosk sessions.)

If kiosk sessions don't come back properly after this, you can still perform a cold restart (utrestart -c).


This is documented in vdi wiki

I'll see, if I can get this simplified.

and I have also reported this issue to VDI dev team.
Problem is that install script creates vdadbadmin  user after kioskusers....


I hope we can get this fixed soon.

- Jörg

--
Jörg Barfurth                        http://blogs.sun.com/joergb

Disclaimer: I am employed by Oracle. The statements and opinions
expressed here are my own and do not necessarily represent those
of Oracle Corporation.
_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to