Category Archives: server based computing

thin clients, remote desktops, citrix and stuff…

how to recover the sun ray admin password

you have forgotten the password to the sun ray administrator interface? don’t worry, this is a quick guide to retrieve it using some simple shell commands. the key to success is the file /etc/opt/SUNWut/utadmin.pw – it contains an ascii string which is the administrator password. what, plain text passwords, you may ask? of course not… the [...]
Posted in server based computing | 1 Comment

usb unmount script for sun rays

as promised here comes part two of the usb scripts for sun ray ultrathin-clients. this is yet simpler but fancier than the mount script because it uses zenity to display the result of the unmounting operation. [CODE] #!/bin/bash ################################################################################### # Sun Ray USB UnMount Script – /opt/SUNWut/bin/utusbumount.sh [...]
Posted in server based computing | 1 Comment

usb mount script for sun rays

as you all know the sun ray ultrathin-clients support several types of devices connected to them, including serial and parallel devices, usb mass storage, pdas and so on. for a full list see the sun ray admin guide, chapter four. now when a usb mass storage device gets plugged in, the sun ray services mount [...]
Posted in server based computing | 3 Comments

sun ray 2 video specifications

another reminder for me and for all who want to know which video specs the “new” sun ray 2 virtual display clients support: sun ray 2: 1600×1200 max at 32bit sun ray 2fs: 1900×1200 max at 32bit, supports dual monitor setups (so each screen supports 1900×1200 pixels) and yes, you can still use your old vga monitors with [...]
Posted in server based computing | Leave a comment

tuning sun ray startup procedures

craig bender blogs on reducing sun ray server load by setting some simple values in the sun ray config. this results in faster startup times. here’s a quick abstract on what the sun ray engineering guys did: Increase Authd worker threads from 8 to 32 Change utprodinfo to do an echo vs. a pkginfo Use non-invasive methods for [...]
Posted in server based computing | Leave a comment