Skip to content

Instantly share code, notes, and snippets.

@information-security
Created February 8, 2025 20:33
Show Gist options
  • Select an option

  • Save information-security/4b005ef7cfcbe4dd3d84d64213a37a7c to your computer and use it in GitHub Desktop.

Select an option

Save information-security/4b005ef7cfcbe4dd3d84d64213a37a7c to your computer and use it in GitHub Desktop.

Revisions

  1. information-security created this gist Feb 8, 2025.
    27 changes: 27 additions & 0 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,27 @@
    # Prerequisites (CentOS 6.10 X86_64)
    ```shell
    yum install libstdc++*.i686
    ```

    # Install HP Array Configuration Utility CLI for Linux
    ```shell
    curl -fL -o "hpacucli-9.20-9.0.i386.rpm" https://downloads.hpe.com/pub/softlib2/software1/pubsw-linux/p414707558/v76503/hpacucli-9.20-9.0.i386.rpm
    yum install libstdc++*.i686
    rpm -i hpacucli-9.20-9.0.i386.rpm

    hpacucli ctrl all show config
    ```

    # Install HP System Management Homepage
    ```shell
    curl -fL -o "hpsmh-7.6.8-2.x86_64.rpm" https://downloads.hpe.com/pub/softlib2/software1/pubsw-linux/p1580676007/v227623/hpsmh-7.6.8-2.x86_64.rpm
    rpm -i hpsmh-7.6.8-2.x86_64.rpm
    service hpsmhd start
    ```

    # Install HP Array Configuration Utility
    ```shell
    curl -fL -o "cpqacuxe-9.40-12.0.x86_64.rpm" https://mirror.bytemark.co.uk/hp/repo/spp/RedHat/6.3-Server/x86_64/current/cpqacuxe-9.40-12.0.x86_64.rpm
    rpm -i cpqacuxe-9.40-12.0.x86_64.rpm
    cpqacuxe -R
    ```