Linux Install Memo

サーバー管理者によるLinux関連ソフトのインストールメモ

Home » □Adaptec Strage Manager(ASM)のインストール

□Adaptec Strage Manager(ASM)のインストール

Vine5のx86_64bit版にASMを入れてみる。

Adaptecのサイトでユーザー登録して以下のファイルを取得してインストール。

64bitは asm_linux_x64_v4.30-16038.rpm

ちなみに32bitは asm_linux_v4.30-16038.rpm

libstdc++-libc6.2-2.so.3がないと怒られるので、以下のファイルもとって
きてインストール。(libstdc++-libc6.2-2.so.3をどうしたらいいかでかなり
はまった)

compat-libstdc++-296-2.96-138.i386.rpm

をとってくればいいらしいというところまで判ったけど、既存のライブラリと
ぶつかったり影響がないかを確認。まぁ大丈夫だろうということで、

cd /usr/src/package/
wget http://ftp.riken.jp/Linux/fedora/core/6/i386/os/Fedora/RPMS/compat-libstdc++-296-2.96-138.i386.rpm
rpm –install ./compat-libstdc++-296-2.96-138.i386.rpm

で、はいったら

rpm –install ./asm_linux_x64_v4.30-16038.rpm

で、はいったら

/usr/StorMan/arcconf getconfig 1

とかすると以下のように出てくる。(ちなみにリビルド中)

> Controllers found: 1
>
> ———————————————————————-
> Controller information
> ———————————————————————-
> Controller Status : Optimal
> Channel description : SATA
> Controller Model : IBM Adaptec 2410SA
> Controller Serial Number : BF27C8
> Physical Slot : 1
> Installed memory : 64 MB
> Copyback : Disabled
> Background consistency check : Disabled
> Defunct disk drive count : 0
> Logical devices/Failed/Degraded : 1/0/1
> —————————————————
> Controller Version Information
> —————————————————
> BIOS : 4.1-0 (7235)
> Firmware : 4.1-0 (7235)
> Driver : 1.1-5 (2456)
> Boot Flash : 0.0-0 (0)
> —————————————————
> Controller Battery Information
> —————————————————
> Status : Not Installed
>
> ———————————————————————-
> Logical device information
> ———————————————————————-
> Logical device number 1
> Logical device name : FWNET
> RAID level : 1
> Status of logical device : Degraded
> Size : 476907 MB
> Read-cache mode : Enabled
> Write-cache mode : Enabled (write-back)
> Write-cache setting : Enabled (write-back)
> Partitioned : Yes
> Number of chunks : 2
> Drive(s) (Channel,Device) : 0,1 0,0
>
> ———————————————————————-
> Physical Device information
> ———————————————————————-
> Channel #0:
> Transfer Speed : SATA 1.5 Gb/s
> Device #0
> Device is a Hard drive
> State : Rebuilding
> Supported : Yes
> Transfer Speed : SATA 1.5 Gb/s
> Reported Channel,Device : 0,0
> Vendor : WDC
> Model : WD5001AALS-00L3B
> Firmware : 01.0
> Size : 476940 MB
> Write Cache : Unknown
> FRU : None
> S.M.A.R.T. : No
> Device #1
> Device is a Hard drive
> State : Online
> Supported : Yes
> Transfer Speed : SATA 1.5 Gb/s
> Reported Channel,Device : 0,1
> Vendor : WDC
> Model : WD5001AALS-00L3B
> Firmware : 01.0
> Size : 476940 MB
> Write Cache : Unknown
> FRU : None
> S.M.A.R.T. : No
> Device #2
> Device is a Hard drive
> State : Ready
> Supported : Yes
> Transfer Speed : SATA 1.5 Gb/s
> Reported Channel,Device : 0,2
> Vendor : WDC
> Model : WD5001AALS-00L3B
> Firmware : 01.0
> Size : 476940 MB
> Write Cache : Unknown
> FRU : None
> S.M.A.R.T. : No
>
>
> Command completed successfully.

ちなみに上記のステータスはまだ#2については何にも割り当てていないので
これをホットスペアにする場合には

/usr/StorMan/arcconf SETSTATE 1 DEVICE 0 2 HSP

とすれば、

> Controllers found: 1
>
>
> Command completed successfully.

として、できたらしい。

HSPでなくてDDDだと、ドライブを強制エラーにできるので、リビルド
チェックとかにいいかも。

なんにしてもRAIDの設定をいじったなら、BIOSで確認してみることを薦める。

Name of author

Name: admin

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

CAPTCHA