Hi there,
one of our FreeBSD system fails to boot with following errors:
after rebooting the system in single user mode, we launched
result was:
And so did we, with no luck.
The slice /dev/da0s1f (/usr) is on a "Dell Virtual Disk 1028" (2 disks in RAID1), Dell SAS2008 Raid Controller.
Please note that the RAID status is marked as "optimal" on SAS Utility.
We called the IT guy on site and made him pull out one drive, then we booted the system in single user mode and launched fsck again but no luck. Then I made the IT guy pull out the drive and insert the other one: same story (and same sectors).
We also cold booted the system and performed various fsck, also from live cd, always without luck.
Can someone please point us to the right directions to make the server run again?
Thanks in advance
one of our FreeBSD system fails to boot with following errors:
Code:
(da0:mps0:0:1:0): READ(10). CDB: 28 0 52 47 5f df 0 0 80 0
(da0:mps0:0:1:0): CAM status: SCSI Status Error
(da0:mps0:0:1:0): SCSI status: Check Condition
(da0:mps0:0:1:0): SCSI sense: MEDIUM ERROR info?:c0010000 asc:0;0 (No additional sense information)
/dev/da0s1f: CANNOT READ BLK: 1300717472
/dev/da0s1f: UNEXPECTED SOFT UPDATE INCONSISTENCY: RUN fsck MANUALLY.
after rebooting the system in single user mode, we launched
Code:
fsck -y /dev/da0s1f
result was:
Code:
(da0:mps0:0:1:0): READ(10). CDB: 28 00 52 47 60 31 00 00 01 00
(da0:mps0:0:1:0): CAM status: SCSI Status Error
(da0:mps0:0:1:0): SCSI status: Check Condition
(da0:mps0:0:1:0): SCSI sense: MEDIUM ERROR asc:ffffffff,ffffffff (Reserved ASC/ASCQ pair)
(da0:mps0:0:1:0): Retrying command (per sense data)
(da0:mps0:0:1:0): Error 5, Retries exhausted
THE FOLLOWING DISK SECTORS COULD NOT BE READ: 1300717554
FILE SYSTEM STILL DIRTY
PLEASE RERUN FSCK
And so did we, with no luck.
The slice /dev/da0s1f (/usr) is on a "Dell Virtual Disk 1028" (2 disks in RAID1), Dell SAS2008 Raid Controller.
Please note that the RAID status is marked as "optimal" on SAS Utility.
We called the IT guy on site and made him pull out one drive, then we booted the system in single user mode and launched fsck again but no luck. Then I made the IT guy pull out the drive and insert the other one: same story (and same sectors).
We also cold booted the system and performed various fsck, also from live cd, always without luck.
Can someone please point us to the right directions to make the server run again?
Thanks in advance