# yum install compat-libstdc++-296
<略>
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
compat-libstdc++-296 i686 2.96-144.el6 base 77 k
Installing for dependencies:
glibc i686 2.12-1.80.el6_3.7 updates 4.3 M
libgcc i686 4.4.6-4.el6 base 111 k
nss-softokn-freebl i686 3.12.9-11.el6 base 116 k
Updating for dependencies:
glibc x86_64 2.12-1.80.el6_3.7 updates 3.8 M
glibc-common x86_64 2.12-1.80.el6_3.7 updates 14 M
Transaction Summary
================================================================================
Install 4 Package(s)
Upgrade 2 Package(s)
Total download size: 23 M
Is this ok [y/N]: y
<略>
# ./ccissflash
./ccissflash: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
#
# yum install libstdc++-4.4.6-4.el6.i686
<略>
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
libstdc++ i686 4.4.6-4.el6 base 299 k
Transaction Summary
================================================================================
Install 1 Package(s)
Total download size: 299 k
Installed size: 908 k
Is this ok [y/N]: y
<略>
# ./ccissflash
HP Enclosure ROM Flash.
Flash Engine Version: 2.06.10
Copyright (c) 2006-2009 Hewlett-Packard Development Company L.P.
-i<romfile> is required
#
こんどは、問題なく動作できた。
改めてfirmwareのアップデートプログラムを実行
# ./CP019316.scexe
HP Enclosure ROM Flash.
Flash Engine Version: 2.06.10
Copyright (c) 2006-2009 Hewlett-Packard Development Company L.P.
Device [P410]: FW Ver [ Current:3.00 | Apply:6.00 ?]Flash this device? [NO, yes, quit] yes
Preparing to flash devices on the array controller...
Requesting flash - this could take up to 15 minutes...
The array flash operation succeeded.
Device [P410]: FW Ver [ Current:3.00 | Apply:6.00 ?]Flash this device? [NO, yes, quit] yes
Preparing to flash devices on the array controller...
Requesting flash - this could take up to 15 minutes...
Flash complete.
The array flash operation succeeded.
#
アップデート後は再起動して、hpacucliにてバージョンを確認。
# hpacucli ctrl all show config detail
Smart Array P410 in Slot 6
Bus Interface: PCI
Slot: 6
Serial Number: PACCRID??????RQ
Cache Serial Number: PAAVPID??????KDX
RAID 6 (ADG) Status: Disabled
Controller Status: OK
Hardware Revision: C
Firmware Version: 6.00-2
Rebuild Priority: Medium
Expand Priority: Medium
<略>