How are bad sectors detected and handled by mainframe-class computer...

  • Thread starter Man-wai Chang to The Door (24000bps)
  • Start date
M

Man-wai Chang to The Door (24000bps)

.... compared to a typical PC hard disk?

--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (x86_64 Ubuntu 9.10) Linux 2.6.32.8
^ ^ 17:55:01 up 1 day 2:45 0 users load average: 1.10 1.10 1.06
¤£­É¶U! ¤£¶BÄF! ¤£´©¥æ! ¤£¥´¥æ! ¤£¥´§T! ¤£¦Û±þ! ½Ð¦Ò¼{ºî´© (CSSA):
http://www.swd.gov.hk/tc/index/site_pubsvc/page_socsecu/sub_addressesa
 
B

Benjamin Gawert

* Man-wai Chang to The Door (24000bps):
.... compared to a typical PC hard disk?

Basically the same. Bad sectors are not detected by the computer, they
are detected by the hard drive's controller. Every disk has bad sectors,
it only becomes a problem when there are no spare sectors left to
relocate data. In this case a SMART warning/error is issued to the hard
drive controller.

Mainframe-class computers don't have internal disks, they use storage
systems connected over network-like interfaces like Fibre Channel.
Everything which has to do with disk management is done in the storage
systems which usually use hardware RAID for redundancy and availability,
the available storage space is fully transparent to the computer (it
doesn't "see" hard drive defects). Hardware RAID controllers like HP
Smart Array controllers which are used in standard servers (HP
ProLiants) work similarly, they work fully transparent to the operating
system.

If a SMART warning/error is issued by a disk drive in a mainframe
storage system or on a hardware RAID in a standard server the disk is
flagged as faulty and replaced by the administrator, after which a
rebuild cycle starts (which again is fully transparent to the computer
itself). On a desktop PC, if a SMART warning/error occurs, the user will
get a warning at bootup if the BIOS has proper SMART support. On a Mac,
the user will have to look into the hard disk utility or use other
utilities to check the SMART status.

As not all errors are flagged over SMART, storage systems and hardware
RAID controllers regularly do consistency checks of their hard drives, too.

Benjamin

Benjamin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top