idrac-hwinventory

command module
v0.0.0-...-d82c16b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 12, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

README

About
=======

Detect hardware basic inforamtion by using iDRAC without touching OS.

Prerequisites
--------------

- SSH access for iDRAC

Usage
-------

Download the binary from the release page or build it as below:

::

  go build .
  ./idrac-hwinventory --help
  # Show active NIC and FC speed
  ./idrac-hwinventory -i 192.168.100.100 -f LinkSpeed -f PortSpeed
  # Show all information
  ./idrac-hwinventory -i 192.168.100.100 -t all
  # Show all device types
  ./idrac-hwinventory -i 192.168.100.100 -t all -f "Device Type" | grep 'Device Type' | sort | uniq

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL