supermicro

package
v0.5.3 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2024 License: AGPL-3.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Bigtwin
	X11DPT_B boardModel = iota
	// S2 Storage
	X11SDV_8C_TP8F
	// S3
	X11DPU
	// N1 Firewall
	X11SDD_8C_F
	// Newer C1/M1 machines aka C2
	X12DPT_B6
	// G1 GPU machine
	X13DDW_A
)

Variables

This section is empty.

Functions

func InBand

func InBand(board *api.Board, log logger.Logger) (hal.InBand, error)

InBand creates an inband connection to a supermicro server.

func NewRemoteSum added in v0.3.1

func NewRemoteSum(sumBin, boardName, ip, user, password string, log logger.Logger) (*sum, error)

func OutBand

func OutBand(r *redfish.APIClient, board *api.Board, ip string, ipmiPort int, user, password string, log logger.Logger) (hal.OutBand, error)

OutBand creates an outband connection to a supermicro server.

Types

type BiosCfg

type BiosCfg struct {
	XMLName xml.Name `xml:"BiosCfg"`
	Menus   []Menu   `xml:"Menu"`
}
type Menu struct {
	XMLName  xml.Name `xml:"Menu"`
	Name     string   `xml:"name,attr"`
	Settings []struct {
		XMLName        xml.Name `xml:"Setting"`
		Name           string   `xml:"name,attr"`
		Order          string   `xml:"order,attr,omitempty"`
		SelectedOption string   `xml:"selectedOption,attr"`
	} `xml:"Setting"`
	Menus []Menu `xml:"Menu"`
}

Jump to

Keyboard shortcuts

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