Disk failure


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Disk failure
Prev   Next
# 1  
Old 05-05-2003
Question Disk failure

is there anu way by which i can find out if all the disks on the system are working ?

Milind Shauche.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

AIX hard disk failure

Hi all, I have encountered the issue with the hard disk, the disk is failed and need to replace by the new one. As my understanding, this is just to take out the failed disk and insert the new ones, and that's all. But the third party hardware vendor said, there should be another procedure... (9 Replies)
Discussion started by: Phat
9 Replies

2. Linux

0: Failure: (138) Device does not have a disk-config

Hi guys, Any idea why I am getting the below error ? # drbdsetup disk-options 0 --resync-rate=500M 0: Failure: (138) Device does not have a disk-config Some info is; # fdisk -l Disk /dev/sda: 64.4 GB, 64424509440 bytes 64 heads, 32 sectors/track, 61440 cylinders Units =... (0 Replies)
Discussion started by: Junaid Subhani
0 Replies

3. Linux

Disk is predictive failure but LED is showing green.

Hi Linux Team we use hpacucli ctrl all show config command find out the failure disk. Here command output is showing predictive failure but The Datacenter team are unable to find the correct failure disk. From Datacenter all LEDs are showing green. Datacenter asks us to blink the LED. How... (2 Replies)
Discussion started by: Naveen.6025
2 Replies

4. UNIX for Advanced & Expert Users

RAID5 multi disk failure

Hi there, Don't know if my title is relevant but I'm dealing with dangerous materials that I don't really know and I'm very afraid to mess anything up. I have a Debian 5.0.4 server with 4 x 1TB hard drives. I have the following mdstat Personalities : md1 : active raid1 sda1 sdd1... (3 Replies)
Discussion started by: chebarbudo
3 Replies

5. Solaris

Poor disk performance however no sign of failure

Hello guys, I have two servers performing the same disk operations. I believe one server is having a disk's impending failure however I have no hard evidence to prove it. This is a pair of Netra 210's with 2 drives in a hardware raid mirror (LSI raid controller). While performing intensive... (4 Replies)
Discussion started by: s ladd
4 Replies

6. Red Hat

How to monitor HP server hard disk failure ?

in red hat 4, 5 any one know any commands or any scritps to monitor HP DL 380 G5/6 server and trigger alarm when hard disk failed. thanks for all support ---------- Post updated at 02:45 PM ---------- Previous update was at 12:00 PM ---------- does HP ProLiant Support Pack support is... (4 Replies)
Discussion started by: maxlee24
4 Replies

7. Solaris

SAN disk failure

hi all, have a solaris 9 OS and a SAN disk which used to work fine is not getting picked up by my machine. can anyone point out things to check in order to troubleshoot this ?? thanks in advance. (3 Replies)
Discussion started by: cesarNZ
3 Replies

8. Filesystems, Disks and Memory

Looking for a solution to disk failure!

Hi people, I have been using my disk for quite a long time but the other day I heard the drive making some noise and had to restart the system again. But when I did that the disk would not boot and I fear that the data might be deleted or lost. So, if you people have any know about the ways to... (2 Replies)
Discussion started by: christopher4
2 Replies

9. Filesystems, Disks and Memory

Looking for a solution to disk failure!

Hi people, I have been using my disk for quite a long time but the other day I heard the drive making some noise and had to restart the system again. But when I did that the disk would not boot and I fear that the data might be deleted or lost. So, if you people have any know about the ways to get... (1 Reply)
Discussion started by: adam466
1 Replies

10. HP-UX

Disk Failure

I am new to being a Unix admin and have a question about replacing some hardware. I have a K class box using HP-UX 10.20 with three disks. Two of the drives are in one logical volume. Every 3 or 4 days, the syslog is showing that one of these drives is experiencing "POWERFAILED" and then recovering... (6 Replies)
Discussion started by: SemiOfCol
6 Replies
Login or Register to Ask a Question
sdcard(7D)							      Devices								sdcard(7D)

NAME
sdcard - SD/MMC memory card driver DESCRIPTION
The sdcard memory card driver supports MultiMediaCard (MMC), Secure Digital (SD), and Secure Digital High Capacity (SDHC) memory cards. It uses the blk2scsa(7D) service to present these cards to the system as SCSI disks on a virtual SCSI bus, creating a child device to be ser- viced with sd(7D). Each card appears as its own SCSI LUN. Cards are hot-pluggable and removable. DEVICE SPECIAL FILES
Disk block special file names are located in /dev/dsk. Raw file names are located in /dev/rdsk. See sd(7D). IOCTLS
See dkio(7I) ERRORS
See sd(7D) and blk2scsa(7D). Additionally, sdcard may issue the following warnings, which indicate a failure to identify the card as a sup- ported type: "Unknown SD CSD version (%d)" "Unknown MMC CSD version (%d)" "Unknown MMCA version (%d)" "Card type unknown" FILES
Device special files for the storage device are created in the same way as those for a SCSI disk. See sd(7D) for more information. /dev/dsk/cntndnsn Block files for disks. /dev/rdsk/cntndnsn Raw files for disks. /kernel/drv/sdcard 32-bit ELF kernel module (x86). /kernel/misc/amd64/sdcard 64-bit ELF kernel module (x86). /kernel/drv/sparcv9/sdcard 64-bit ELF kernel module (SPARC). ATTRIBUTES
See attributes(5) for a description of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Architecture |SPARC, x86 | +-----------------------------+-----------------------------+ |Availability |SUNWsdcard | +-----------------------------+-----------------------------+ SEE ALSO
rmformat(1), rmmount(1), cfgadm_scsi(1M), cfgadm_sdcard(1M), fdisk(1M), mount(1M), umount(1M), scsi(4), vfstab(4), attributes(5), blk2scsa(7D), sd(7D), sda(7D), dkio(7I), pcfs(7FS) System Administration Guide, Volume I System Administration Guide: Basic Administration DIAGNOSTICS
See sd(7D). SunOS 5.11 28 Feb 2008 sdcard(7D)