Terkait dengan kedatangan 2 buah HP Server Proliant ML-370 G5, saya membutuhkan tools untuk mengecek kapabilitas dan kemampuan server ini. Saya sudah mendownload dan menggunakan HP SmartStart untuk mengakses Array Configuration Utility sekaligus melakukan setup RAID disk. Untuk melakukan manajemen dan mengecek konfigurasi Array Controller dan RAID via server Linux, saya melakukan instalasi aplikasi HPACUCLI.
HPACUCLI atau HP Array Configuration Utility CLI adalah tools berbasis Command Line Interface/CLI yang bisa digunakan melalui Linux untuk mengecek dan memodifikasi konfigurasi sistem HP Array/RAID Controller. Berikut adalah panduan instalasi menggunakan CentOS 6.6 64 bit :
- Gunakan konfigurasi default dari server
- Install CentOS 6.6 64 bit minimal server
- Pastikan sistem CentOS bisa mengakses internet dengan baik
- Jalankan perintah berikut dengan hak akses root :
[code lang=”bash”]
wget http://downloads.linux.hp.com/SDR/downloads/bootstrap.sh
chmod +x bootstrap.sh
./bootstrap.sh -d centos -r 6.5 -a x86_64 MCP
[/code]
Contoh tampilannya adalah sebagai berikut :[root@localhost opt]# ./bootstrap.sh -d centos -r 6.5 -a x86_64 MCP
warn : cannot find command : lsb_release
note : You must read and accept the License Agreement to continue.
Press enter to display it …END USER LICENSE AGREEMENTPLEASE READ CAREFULLY: THE USE OF THE SOFTWARE IS SUBJECT TO THE TERMS AND CONDITIONS THAT FOLLOW (“AGREEMENT”), UNLESS THE SOFTWARE
IS SUBJECT TO A SEPARATE LICENSE AGREEMENT BETWEEN YOU AND HP OR ITS SUPPLIERS. BY DOWNLOADING, INSTALLING, COPYING, ACCESSING, OR US
ING THE SOFTWARE, OR BY CHOOSING THE “I ACCEPT” OPTION LOCATED ON OR ADJACENT TO THE SCREEN WHERE THIS AGREEMENT MAY BE DISPLAYED, YOU
AGREE TO THE TERMS OF THIS AGREEMENT, ANY APPLICABLE WARRANTY STATEMENT AND THE TERMS AND CONDITIONS CONTAINED IN THE “ANCILLARY SOFT
WARE” (as defined below). IF YOU ARE ACCEPTING THESE TERMS ON BEHALF OF ANOTHER PERSON OR A COMPANY OR OTHER LEGAL ENTITY, YOU REPRES
ENT AND WARRANT THAT YOU HAVE FULL AUTHORITY TO BIND THAT PERSON, COMPANY, OR LEGAL ENTITY TO THESE TERMS. IF YOU DO NOT AGREE TO THE
SE TERMS, DO NOT DOWNLOAD, INSTALL, COPY, ACCESS, OR USE THE SOFTWARE, AND PROMPTLY RETURN THE SOFTWARE WITH PROOF OF PURCHASE TO THE
PARTY FROM WHOM YOU ACQUIRED IT AND OBTAIN A REFUND OF THE AMOUNT YOU PAID, IF ANY. IF YOU DOWNLOADED THE SOFTWARE, CONTACT THE PARTY
FROM WHOM YOU ACQUIRED IT.QUANTITY OF DEVICES:1. GENERAL TERMS
a. You and Your refer either to an individual person or to a single legal entity.
b. HP means Hewlett-Packard Company or one of its subsidiaries.
c. HP Branded means Software products bearing a trademark or service mark of Hewlett-Packard Company or any Hewlett-Packard Compan
y Affiliate, and embedded HP selected third party Software that is not offered under a third party license agreement.d. Software means machine-readable instructions and data (and copies thereof) including middleware and related updates and upgrade
s You may be separately authorized to receive, licensed materials, user documentation, user manuals, and operating procedures. “Ancill
ary Software” means all or any portion of Software provided under public, open source, or third party license terms.e. Specification means technical information about Software products published in HP product manuals, user documentation, and tech
nical data sheets in effect on the date HP delivers Software products to You.f. Transaction Document(s) means an accepted customer order (excluding pre-printed terms) and in relation to that order, valid HP
Do you accept? (yes/no) yes - Jalankan perintah install aplikasi hpacucli :
[code lang=”bash”]
yum install hpacucli
[/code]
Contoh hasil instalasi :
[root@localhost opt]# yum install hpacucli
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
HP-MCP | 1.9 kB 00:00
HP-MCP/primary_db | 8.4 kB 00:00
Resolving Dependencies
–> Running transaction check
—> Package hpacucli.x86_64 0:9.40-12.0 will be installed
–> Finished Dependency ResolutionDependencies Resolved======================================================================================================================================
Package Arch Version Repository Size
======================================================================================================================================
Installing:
hpacucli x86_64 9.40-12.0 HP-MCP 6.5 MTransaction Summary
======================================================================================================================================
Install 1 Package(s)Total download size: 6.5 M
Installed size: 19 M
Is this ok [y/N]: y
Downloading Packages:
hpacucli-9.40-12.0.x86_64.rpm | 6.5 MB 00:59
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : hpacucli-9.40-12.0.x86_64 1/1DOWNGRADE NOTE: To downgrade this application to any version prior to 9.10.x.x, the current RPM must be manually uninstalled using the “rpm -e” command before any prior versions can be installed.
LOCKING NOTE: The locking mechanism starting with versions 9.10.X.X, are not compatible with prior versions of the applications. Therefore, mixing older and newer versions of the various applications (ACU, HPACUCLI, HPACUSCRIPTING) is not recommended.
Verifying : hpacucli-9.40-12.0.x86_64 1/1
Installed:
hpacucli.x86_64 0:9.40-12.0Complete!
- Untuk mencobanya, cukup menjalankan perintah hpacucli, nantinya akan ada prompt perintahnya. Sebagai contoh, pada prompt yang tersedia, saya menjalankan perintah : ctrl all show config yang akan menampilkan isi RAID Controller. Untuk perintah detail lainnya bisa merujuk ke tulisan disini : HPACUCLI Examples.
[root@localhost opt]# hpacucli
HP Array Configuration Utility CLI 9.40.12.0
Detecting Controllers…Done.
Type “help” for a list of supported commands.
Type “exit” to close the console.=> ctrl all show configSmart Array P400 in Slot 1 (sn: PAFGL0R9SX81JP)array A (SATA, Unused Space: 0 MB)
logicaldrive 1 (465.7 GB, RAID 1+0, OK)
physicaldrive 1I:1:1 (port 1I:box 1:bay 1, SATA, 250 GB, OK)
physicaldrive 1I:1:2 (port 1I:box 1:bay 2, SATA, 250 GB, OK)
physicaldrive 1I:1:3 (port 1I:box 1:bay 3, SATA, 250 GB, OK)
physicaldrive 1I:1:4 (port 1I:box 1:bay 4, SATA, 250 GB, OK)
Selain untuk CentOS, hpacucli juga tersedia untuk distro Linux lainnya, selengkapnya bisa merujuk kesini : http://downloads.linux.hp.com/SDR/downloads/MCP/
1 Comment