CentOS 6.8 サーバーで次のリンクのメッセージが表示されます:
Jun 12 22:01:12 myserver kernel: ata4: lost interrupt (Status 0x51)
Jun 12 22:01:12 myserver kernel: ata4.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
Jun 12 22:01:12 myserver kernel: ata4.01: failed command: SMART
Jun 12 22:01:12 myserver kernel: ata4.01: cmd b0/d5:01:09:4f:c2/00:00:00:00:00/10 tag 0 pio 512 in
Jun 12 22:01:12 myserver kernel: res 40/00:00:06:4f:c2/00:00:00:00:00/10 Emask 0x4 (timeout)
Jun 12 22:01:12 myserver kernel: ata4.01: status: { DRDY }
Jun 12 22:01:12 myserver kernel: ata4: soft resetting link
Jun 12 22:01:13 myserver kernel: ata4.00: configured for UDMA/133
Jun 12 22:01:13 myserver kernel: ata4.01: configured for UDMA/133
Jun 12 22:01:13 myserver kernel: ata4: EH complete
ata4.01 を簡単にマップして、どのデバイスがどのハード ドライブであるかを知るにはどうすればよいですか? このシステムには、2 つの内部 80 GB ドライブと 2 つの eSATA 2TB ドライブ、および 1 つの USB 外部接続ドライブがあります。
これを実行するコマンドまたはスクリプトを知っている人はいますか?
答え1
見つけられなかった直接リンクですが、その下のシンボリックリンクの迷路をたどると/sys
…
ls -ld /sys/class/ata_device/dev4.*/device/../../host*/target*/*/block/sd*
ls -ld /sys/class/block/sd*/device/../../../link*/dev4.*
… 対応するsd*
デバイスにつながるはずです。