Solaris

在 solaris 系統中獲取系統級錯誤

  • October 21, 2014

我收到以下錯誤,這是什麼意思?

Oct 19 01:02:25 amra02 scsi: [ID 107833 kern.warning] WARNING: /pci@7c,0/pci10de,377@f/pci1077,142@0/fp@0,0/disk@w5006016841e00513,0 (sd6):
Oct 19 01:02:25 amra02  drive offline
Oct 19 01:02:25 amra02 scsi: [ID 107833 kern.warning] WARNING: /pci@7c,0/pci10de,377@f/pci1077,142@0/fp@0,0/disk@w5006016841e00513,0 (sd6):
Oct 19 01:02:25 amra02  drive offline
Oct 19 01:02:25 amra02 scsi: [ID 107833 kern.warning] WARNING: /pci@7c,0/pci10de,377@f/pci1077,142@0/fp@0,0/disk@w5006016841e00513,0 (sd6):
Oct 19 01:02:25 amra02  drive offline
Oct 19 01:03:07 amra02 scsi: [ID 107833 kern.warning] WARNING: /pci@7c,0/pci10de,377@f/pci1077,142@0/fp@0,0/disk@w5006016041e00513,0 (sd5):

Oct 17 19:53:19 amra02 scsi: [ID 107833 kern.warning] WARNING: /scsi_vhci/disk@g6006016060702d0051a04cd7773de411 (sd23):
Oct 17 19:53:19 amra02  Command failed to complete...Device is gone
Oct 17 19:53:19 amra02 scsi: [ID 107833 kern.warning] WARNING: /scsi_vhci/disk@g6006016060702d0051a04cd7773de411 (sd23):
Oct 17 19:53:19 amra02  Command failed to complete...Device is gone
Oct 17 19:53:19 amra02 scsi: [ID 107833 kern.warning] WARNING: /scsi_vhci/disk@g6006016060702d0051a04cd7773de411 (sd23):
Oct 17 19:53:19 amra02  Command failed to complete...Device is gone
Oct 17 20:03:19 amra02 scsi: [ID 107833 kern.warning] WARNING: /scsi_vhci/disk@g6006016060702d0051a04cd7773de411 (sd23):
Oct 17 20:03:19 amra02  Command failed to complete...Device is gone

你失去了連接(即訪問你的磁碟)

5006016841e00513 

那是一個號角控制器,並且

6006016060702d0051a04cd7773de411

是 SAN 上的 LUN(或磁碟)。

  • 供應商 CLARIION
  • 分機號 060702d0051a04cd7773de411
  • CI: LDEV (16) e4: 11 (10) 228 - 17

您應該檢查您的硬體,或者如果硬體正常,請檢查 SAN 交換機上的分區配置。

引用自:https://unix.stackexchange.com/questions/163314