NOTE: VNC is used to see the job trackers and task trackers via Firefox. You may instead you elinks (text-based web browser, already installed on longhorn) on the command line to access the trackers.
login1% tail Hadoop-test.out
running on node c202-122
using default VNC server /opt/apps/tightvnc/1.3.10/bin/vncserver
memory limit set to 46960806 kilobytes
set wayness to 1
got VNC display :1
local (compute node) VNC port is 5901
got login node VNC port 10222
Your VNC server is now running!
To connect via VNC client: SSH tunnel port 10222 to login1.longhorn.tacc.utexas.edu:10222
Then connect to localhost::10222
ssh -f -N -L xxxxx:login1.longhorn.tacc.utexas.edu:xxxxx <username>@longhorn.tacc.utexas.edu
Replace xxxxx with the given port number (10222 in the above example) and <username> with your user name.
Make sure you run this on your local computer, not on the longhorn server. Open a new command client or putty to run the line.
Please note that you are tunneling to login1.longhorn.tacc.utexas.edu:10222.
Run a VNC viewer/client and set the server localhost:xxxxx. Note that your password is the VNC password that you set in the first login (different from ssh login password).
If you successfully connect to VNC session, you will see firefox browser with HDFS browser and JobTracker monitor. (JobTracker may not run properly. We are still working on it.)