0

I have spare IBM HS20, and HS40 Blade servers to use in my project, and I have to choose as modern as possible RHEL release to install on it. My problem is that I don't know exact machine type of this blades (e.g 8843). Is there any possibility to get to know IBM machine type from operating system level? Actually they are running on RHEL3.

P.S. dmidecode is not an option for me. It just doesn't work.

Kamil Z
  • 177
  • 1
  • 7

2 Answers2

0

You'll have to resort to the AMM of your BC and get that information via some scripting. dmidecodewill return the BC slot number of that machine and you'll have to grep through the output of the AMM inventory that you can obtain via SSHing to it.

pfo
  • 5,700
  • 24
  • 36
0

Try using lshw (even if it does not get the actual HS## number, there might be some parameter that has a value on HS20 and a different one on HS40 for example)

O G
  • 874
  • 4
  • 6