package
2.0.4
Repository: https://github.com/nuclearbob/bmclib.git
Documentation: pkg.go.dev

# Packages

bios is an example commmand that retrieves BIOS configuration information and prints it out $ BMC_HOST=1.2.3.4 BMC_USERNAME=foo BMC_PASSWORD=bar go run ./examples/bios/main.go */.
create-users is an example commmand that utilizes the 'v1' bmclib interface methods to create user entries in a BMC using the redfish driver.
install-firmware is an example command that utilizes the 'v1' bmclib interface methods to flash a firmware image to a BMC.
inventory is an example commmand that utilizes the 'v1' bmclib interface methods to gather inventory from a BMC using the redfish driver.
getCiphers and getSolCiphers retrieve the ciphers supported by the BMC for IPMI and SOL connections.
getCiphers and getSolCiphers retrieve the ciphers supported by the BMC for IPMI and SOL connections.
No description provided by the author
status is an example commmand that utilizes the 'v1' bmclib interface methods to capture a screenshot.
status is an example commmand that utilizes the 'v1' bmclib interface methods to gather the BMC version, power state, and bios version from a BMC using the redfish driver.