1

I am looking for an equivalent tool or command to dump connected hardware (and optionally software) to a text or XML file for documenting system configuration on RHEL 5.8 specifically.

I am used to lscfg on AIX to dump status of all connected hardware. On Mac, I have system_profiler which dumps both hardware and software details.

Is there a similar tool to these on Red Hat Enterprise Linux that dumps connected hardware information for inventory and discovery purposes?

bmike
  • 283
  • 1
  • 19

1 Answers1

1

There should be a utility called dmidecode in the path, that sounds like it provides what you are looking for. Some details can be found on the RHEL documentation here.

kei1aeh5quahQu4U
  • 445
  • 5
  • 22