Created
February 8, 2025 20:33
-
-
Save information-security/4b005ef7cfcbe4dd3d84d64213a37a7c to your computer and use it in GitHub Desktop.
Revisions
-
information-security created this gist
Feb 8, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 ```