Koozali.org: home of the SME Server

discover eth's on remote server [solved]

Offline kruhm

  • *
  • 680
  • +0/-0
discover eth's on remote server [solved]
« on: January 18, 2014, 01:26:58 PM »
Hi,

I have a remote server that I connect via KVM. How can I find out how many physical nics/eths it has?

Thanks,

« Last Edit: January 19, 2014, 03:34:01 AM by kruhm »

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: discover eth's on remote server
« Reply #1 on: January 18, 2014, 02:30:53 PM »
Code: [Select]
dmidecode

should do the trick

HTH

Offline kruhm

  • *
  • 680
  • +0/-0
Re: discover eth's on remote server
« Reply #2 on: January 18, 2014, 02:41:29 PM »
Thank you so much! Looking into now.

Offline kruhm

  • *
  • 680
  • +0/-0
Re: discover eth's on remote server
« Reply #3 on: January 18, 2014, 03:21:54 PM »
So I discovered that the system board is:
x10slm-f

This has 2 GbE's.

Upon install, I can't get it to get past the SERVER AND GATEWAY - DEDICATED option. It just loops. Hmmm...

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: discover eth's on remote server
« Reply #4 on: January 18, 2014, 05:45:06 PM »
So I discovered that the system board is:
x10slm-f

This has 2 GbE's.

Upon install, I can't get it to get past the SERVER AND GATEWAY - DEDICATED option. It just loops. Hmmm...

is that mb certified for RH? and what about nics?

in any case, raise a bug in bugzilla, thank you

Offline kruhm

  • *
  • 680
  • +0/-0
Re: discover eth's on remote server
« Reply #5 on: January 18, 2014, 06:12:37 PM »
Well this is what I'm finding.

The manufacture site says yes for Centos 5.8:
http://www.supermicro.com/support/resources/OS/C224.cfm

But support for Intel I217 isn't available till linux kernel 3.5:
https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?id=2fbe4526e5aafc9ffa5d85fa4749a7c5b22af6b2

But Intel provides this:
http://www.intel.com/support/network/sb/cs-032514.htm

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: discover eth's on remote server
« Reply #6 on: January 18, 2014, 06:20:00 PM »
But support for Intel I217 isn't available till linux kernel 3.5:
https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?id=2fbe4526e5aafc9ffa5d85fa4749a7c5b22af6b2

Information from kernel.org has little relevance to the kernel shipped by Red Hat (and hence SME server). They backport bug-fixes and drivers to their 2.6.18 kernel used in RHEL5.

RHEL5.9 release notes mention support for Intel i217 NICs.

https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/5/html-single/5.9_Release_Notes/

« Last Edit: January 18, 2014, 06:21:46 PM by CharlieBrady »

Offline kruhm

  • *
  • 680
  • +0/-0
Re: discover eth's on remote server
« Reply #7 on: January 18, 2014, 06:32:04 PM »
Gotcha, thanks! That part makes sense.

lspci -v |grep -i ethernet
and
kuduz  --probe --class network

Both show correct info.

It still shows in the CONSOLE as N/A N/A.

Offline kruhm

  • *
  • 680
  • +0/-0
Re: discover eth's on remote server
« Reply #8 on: January 18, 2014, 06:53:38 PM »
In fact, I really need this working so if someone knows how, contact me and I'll gladly pay going rates via paypal.

Offline janet

  • *****
  • 4,812
  • +0/-0
Re: discover eth's on remote server
« Reply #9 on: January 18, 2014, 10:12:06 PM »
kruhm

You were asked to raise a bug, do that & hopefully the problem will be resolved.
Alternatively purchase seperate NICs known to work (eg Intel), & connect them to the m/b.
That is probably a cheaper & quicker option than paying a consultant.

The best path to take is bugzilla, & depending on the outcome you can decide what to do next.
Please search before asking, an answer may already exist.
The Search & other links to useful information are at top of Forum.

Offline kruhm

  • *
  • 680
  • +0/-0
Re: discover eth's on remote server
« Reply #10 on: January 18, 2014, 10:38:22 PM »
janet, et al.

Thank you so much for any insight you may be able to provide. Here is the bug:

http://bugs.contribs.org/show_bug.cgi?id=8145


Offline kruhm

  • *
  • 680
  • +0/-0
Re: discover eth's on remote server
« Reply #11 on: January 18, 2014, 10:42:24 PM »
RHEL5.9 release notes mention support for Intel i217 NICs.

Thank you for that info. With that I think the ISO for v8.0 is at 5.8. But I'll take it to the BT.

Offline janet

  • *****
  • 4,812
  • +0/-0
Re: discover eth's on remote server
« Reply #12 on: January 19, 2014, 03:33:06 AM »
kruhm

Quote
I think the ISO for v8.0 is at 5.8.

That is correct.

You might want to upgrade to sme8.1beta3, it's using 5.10, refer
http://wiki.contribs.org/SME_Server:8.1
at very top & bottom of the page.

I am sure the beta version 3 is as good as sme8.0 & better in places, read the release notes, so any "risk" associated with betas is minimal. You would just tolerate & fix any issues anyway, so that at least your hardware will be functional.

Also 8.1beta1 & beta2 were based on CentOS5.9

Edit: Oh I see from the bug report that you have successfully installed 8.1.
« Last Edit: January 19, 2014, 03:38:04 AM by janet »
Please search before asking, an answer may already exist.
The Search & other links to useful information are at top of Forum.