InfoDoc ID | Synopsis | Date | ||
26428 | How to find the MAC address of the SUNRAY appliance currently logged into | 25 Nov 2002 |
Status | Issued |
Description |
This document describes several methods to find the MAC address of a SUNRAY appliance where the user is currently logged on.
1. Press the 3 audio keys on the keyboard simultaneously at anytime.
(These are the 3 keys in the upper right corner with a speaker symbol on them.)
The last six digits of the SUNRAY Appliance mac address will be displayed at the screen.
i.e.: b58ffc
2. Log in to the Sunray appliance and type
$ ls -l $UTDEVROOT lrwxrwxrwx 1 root other 38 Apr 11 12:09 /tmp/SUNWut/sessions/3 -> /tmp/SUNWut/units/IEEE802.080020xxxxxx is the mac address of the SUNRAY appliance currently logged in
3. The MAC address is written on the side of the Sun Ray Desktop Unit. Sometimes it's scratched or not there.
4. Use "/opt/SUNWut/sbin/utuser -lc | grep -i <username>" command to find out token id/MAC addr for a user. (Only possible if the user is registered).
5. Log in the Sun Ray appliance (with or without smart card) and execute script below:
#!/bin/ksh
exec 8<> /dev/tcp/0.0.0.0/7010
print -u8 status
nawk "/terminalId=/ { tid = \$1; sub(\".*\\\.\", \"\", tid) }
/tokenName=$CORONA_TOKEN/ { print tid }" </dev/fd/8
You will receive the MAC address of the Sun Ray appliance.
INTERNAL SUMMARY:
SUBMITTER: SIVAKUMAR
PRODUCT AREA: SUNRAY FAQ
PRODUCT: SUNRAY
SUBMITTER: Sivakumar Velusamy APPLIES TO: AFO Vertical Team Docs/UNIX, AFO Vertical Team Docs/Network1 ATTACHMENTS: