On Mon, 2005-01-24 at 18:31, Tom Duffy wrote: > > You can use smpdump from the Linux machine on attribute 0x14 to the LID > > of the Solaris machine > > /usr/local/ib/bin/smpdump 3 0x15 > > if Solaris is LID 3 > > Send me the output as there is no pretty decode right now. The output is > > the raw MAD data. > > > > /usr/local/ib/bin/smpdump -D 0 0x15 > > 0000 0000 0000 0000 fe80 0000 0000 0000 > > 0002 0001 0050 0a68 0000 0000 0103 0301 > > 1122 0011 4040 0008 0804 f410 0000 0000 > > 0000 2012 1088 0000 0000 0000 0000 0000 > > > > PortState starts at bit 260 (byte 32.5) for 4 bits and PortPhysicalState > > starts at bit 264 (byte 33) for 4 bits. > > > > PortState is 1 (Down) and PortPhysicalState is 2 (Polling) in the above. > > [EMAIL PROTECTED] bin]# ./smpdump 3 0x15 > 0000 0000 0000 0000 fe80 0000 0000 0000 > 0003 0001 0000 024c 0000 0000 0700 0000 > 0000 0000 0000 0000 0000 0000 0000 0000 > 0000 0012 0300 0000 0000 0000 0000 0000 > [EMAIL PROTECTED] bin]# ./smpdump -D 0 0x15 > 0000 0000 0000 0000 fe80 0000 0000 0000 > 0001 0001 0050 0a6a 0000 0000 0103 0302 > 1452 0011 4040 0008 0804 f410 0000 0000 > 0000 2012 1088 0000 0000 0000 0000 0000
-D 0 is your local HCA which appears to be PortState 4 (Active) (which should agree with ibstatus/ibstat). LID 3 is returning PortState 0 and PortPhysicalState 0 which is no state change, which is only valid on a Set not a Get :-( Is that the Solaris HCA port ? If so, it looks to me like there is a SMA problem to be fixed first. -- Hal _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
