Arvind Ab
Arvind Ab

Reputation: 25

Getting SMART info from HP P420i Contrller via a C# application

We are trying to communicate with a hp server with a P420i controller via an application written in C#.We have used the "hpssacli" to retrieve SMART info.I was wondering if there is a set of library out there that we could interface to instead of working with command line interface. Can anyone help please?

Upvotes: 0

Views: 921

Answers (1)

ewwhite
ewwhite

Reputation: 435

  • You could use the hpssacli utility to do what it's meant to do... Something like hpssacli ctrl all show config.
  • Or configure the HP management agents to provide email alerts about the entire server's health.
  • Maybe even set up the HP management agents to send SNMP alerts.
  • You could leverage the HP Array Diagnostics Utility.
  • You could parse the HP Health Status Array output.
  • You could configure Agent-less Management and monitor the ILO4 instead of the OS.

Can you provide more context on why the C# application is necessary here?

Upvotes: 1

Related Questions