Reputation: 25
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
Reputation: 435
hpssacli
utility to do what it's meant to do... Something like hpssacli ctrl all show config
. Can you provide more context on why the C# application is necessary here?
Upvotes: 1