On 3/16/07, ottomeister <[EMAIL PROTECTED]> wrote:

On 3/16/07, Craig Bender <[EMAIL PROTECTED]> wrote:
> Jim Kusznir wrote:
> > I'm installing on a RHEL WS4 (which is essentially identical to an AS4
> > build; we used WS4 as this is going to be replacing a bunch of
> > workstations and we have all the software and build scripts developed
> > for WS already.
>
> You're going to have trouble with WS, it's not supported and is missing
> several packages that SRSS depends on.


Based on this info, I follwed the Sun instructions and installed RHEL4 AS
with "everything" (which I feel is *very* poor admin practice; I'm sure SRSS
is not dependent on *everything*), and finally managed to get SRSS
3.1.1installed (after modifying the utinstall script to make the 3rd
directory).
I've configured the software as I have on my other Sun servers, but ran into
a few problems:

When I do utadm -A <subnet>, and it asks for the netmask, it refuses to
accept any netmask other than 255.255.255.0.  We run a 255.255.252.0 here.
I eventually found the file in /etc and edited it by hand; ./utadm -l shows
the correct netmask now.  (This problem shows up on both the sun/solaris10
systems and my linux system).

However, the show-stopper is completely different.  No matter what I've
tried, I cannot get a SunRay150 to boot up and bind to the linux server.  I
finally deturmined that utauthd does not appear to be running on my linux
box, and when I went and tried to execute it by hand, I get the following:

[EMAIL PROTECTED] lib]# ./utauthd
Exception in thread "main" java.lang.UnsatisfiedLinkError:
/opt/SUNWut/lib/libututils.so: /opt/SUNWut/lib/libututils.so: cannot open
shared object file: No such file or directory
       at java.lang.ClassLoader$NativeLibrary.load(Native Method)
       at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
       at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676)
       at java.lang.Runtime.loadLibrary0(Runtime.java:823)
       at java.lang.System.loadLibrary(System.java:1030)
       at auth.sdk.Utils.<clinit>(Utils.java:19)
       at auth.utauthd.Configuration.loadProps(Configuration.java:417)
       at auth.utauthd.Configuration.options(Configuration.java:759)
       at auth.utauthd.utauthd.main(utauthd.java:55)
[EMAIL PROTECTED] lib]#

I've verifed that libututils.so is where it appears to be looking:
[EMAIL PROTECTED] lib]# pwd
/opt/SUNWut/lib
[EMAIL PROTECTED] lib]# ls libututils*
libututils.so
[EMAIL PROTECTED] lib]#

At this point, I'm at a loss on how to troubleshoot this further.

Suggestions?
--Jim
_______________________________________________
SunRay-Users mailing list
[email protected]
http://node1.filibeto.org/mailman/listinfo/sunray-users

Reply via email to