- Installed Tomcat 6.0
- Installed Sun Ray Services software 4.0
- Did a ./utconfig
- Kept most of the defaults (Yes to failover group)
- then did a ./utadm -c (you need to have a hostname in /etc/hosts for this to work)
- ./utadm -A xxx.xxx.xxx.0
- ./utadm -L on
- ./utrestart
So I still didn't get a connection, so I downloaded the latest patches. 127555-03 and 128167-01 and applied them and rebooted. This will bring all of my sunray hosts to the same level.
After that, things started working. :) So firmware on Sun Ray and Firmware on Sun Ray server must match.
Ok, on to AMGH, the tougher part
- First, Read http://blogs.sun.com/bobd/resource/Getting%20Started%20with%20AMGH.html
- /opt/SUNWut/sbin/utamghadm -s /opt/SUNWutref/amgh/utamghref_script
- Created Back_end_db in /opt/SUNWutref/amgh/back_end_db
- It's just a flat file Mine looks like
token=user.1217252417-7053 host=linux-ray
- And this worked great. Problem is it's always then pinned to the RHEL server. How do you get it to go back to it's orginal settings?
- create a script that returns
#!/bin/sh
echo use_firstserver=true - then you use /opt/SUNWut/sbin/utamghadm -s /path/to/amgh.sh
- Then perform a cold restart on the Linux host /opt/SUNWut/sbin/utrestart -c
One thing that I stumbled upon, is if you don't add {username=xxxx} in the backend DB, you might get taken back to the original FOG. Adding the username=xxxx in the DB, should fix your problem's.