DTU not connecting to server D22

Hi,

Like many other in here I'm new with sunray.

I've installed srss 3.1.1 to vmware server that has rhel 403 64-bit system.

ut install is done correctly and utconfig went well after i made some lib links.

The DHCP is working well, tested it with a nother sunray server.

Now when I set up 2FS to network it recieves ip correctly from DHCP server, but stucks there just showing 22 D error. waits there for a moment and the boots itself.

Is the some basic things that I shoud check? I'd realy appreciate step by step instructions?

Thanks alot!!

[595 byte] By [anon567a] at [2007-11-26 16:18:08]
# 1
I don't have the link handy, but there's a docs.sun.com document that lists all the error codes and exactly what to do about them!
DoxBriana at 2007-7-8 22:41:20 > top of Java-index,Desktop,Sun Ray Software - General Discussion...
# 2

The meanings of the Sun Ray OSD codes are explained in Appendix B of the SRSS Admin Guide. That document is delivered in PDF format as part of the SRSS install or you can read it online at <http://docs.sun.com/app/docs/doc/819-2384>.

22 means that the unit is trying to establish a connection to a Sun Ray server. Check the IP adress that shows at the bottom of the OSD icon (or at the right if your OSD has the new horizontal layout) and if that's the correct IP address of the server then check that the Sun Ray auth daemon is running on the server. Do 'ps -efa | grep authd', it should show a Java process. If there's no such process then look in /var/opt/SUNWut/logs/auth_log for error reports from the daemon.

Two strong possibilities are that /etc/opt/SUNWut/jre is not pointing to a suitable Java Runtime Environment or that it's pointing to a 64-bit JRE. SRSS requires a 32-bit JRE, because it depends on native libraries for some features and those libraries are only available as 32-bit objects.

ottomeistera at 2007-7-8 22:41:20 > top of Java-index,Desktop,Sun Ray Software - General Discussion...