ottomeister wrote:
'utadm' does a certain amount of discovery of the existing
configuration before it even looks at the command line
options.  It's probably getting stuck at that point.  I've never
seen that happen before.  My guess is that one of the DHCP
queries it runs is hanging, but that's just a guess.  There
are two things you can do to gather more information.

The first is to run 'utadm' with execution tracing turned
on, so that you can see what it's done and what it's trying
to do next.  Do '/bin/ksh -p -x /opt/SUNWut/sbin/utadm -l'.
(That won't show you what scripts invoked by 'utadm' are
doing, but it will show you how far it gets and some of what
it did on its way to hanging.)  The second is that, once the
'utadm' has hung, run 'ptree' against the 'utadm' process
(that'll tell you which child command process is hanging)
and then run 'truss' against the hanging process to see
what it's doing, or what it's waiting for.
Hi Otto,
Using this info and some hackery - I got the system all set up this afternoon.... when it removed the hostname from the hosts file and wrote instead the odin-nge0 I edited the file and added the gostname to the same address line....

I know I am obviously doing something wrong, but it all configured correctly and works fine, and as always, thanks for your help.

--
Regards
Sean Clarke
---------------------------------------------
SEC Consulting Limited
Phone: +44 (0)23 8040 5599
Website: http://www.sec-consulting.co.uk
Email: [EMAIL PROTECTED]

SEC Consulting is a Sun Partner Advantage Member: Sun, keeping 10 moves ahead.
http://www.sec-consulting.co.uk/Sun/index.html

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

Reply via email to