Hardware Observer

  • By Canonical BootStack Charmers
Channel Revision Published Runs on
latest/stable 59 03 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
latest/candidate 70 06 May 2024
Ubuntu 22.04 Ubuntu 20.04
latest/edge 70 06 May 2024
Ubuntu 22.04 Ubuntu 20.04
juju deploy hardware-observer --channel edge
Show information

Platform:

Ubuntu
22.04 20.04

Monitor hardware RAID controllers

The command-line utilities managing the RAID controllers need to be manually downloaded and then uploaded to the charm via the juju attach-resource command (except for SSACLI which is automatically downloaded).

You can use the command-line utilities provided by the resource as mentioned in the Resources page.

For example, to add the “perccli-deb” resource to the charm:

  1. Go to the Resources page, and find the name of the tool along with the URL where it can be downloaded from the manufacturer’s site.

  2. Download the binary tool in x86_64 linux architecture.

  3. (Optional) Unzip and extract the content from the file obtained in the previous step.

  4. Attach the resource to the charm with

    juju attach-resource hardware-observer perccli-deb=<path-to-resource>
    

Other resources can be added similarly.