Sponsored Content
Full Discussion: RAID5 multi disk failure
Top Forums UNIX for Advanced & Expert Users RAID5 multi disk failure Post 302592403 by frank_rizzo on Monday 23rd of January 2012 07:19:46 PM
Old 01-23-2012
been a while since I worked with md so I can't help you much there. I would check all disks and SMART data for any errors.

RAID is not a substitute for backups.

Are you able to mount the file systems that are using those volumes?
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Disk failure

is there anu way by which i can find out if all the disks on the system are working ? Milind Shauche. (2 Replies)
Discussion started by: shauche
2 Replies

2. 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

3. SCO

Raid5 Failure

Forgive me, I do not know much about RAID so I'm going to be as detailed as possible. This morning, our server's alarm was going. I found that one of our drives have failed. (we have 3) It is an Adaptec ATA RAID 2400A controller I'm purchasing a new SCSI drive today. My questions: ... (2 Replies)
Discussion started by: gseyforth
2 Replies

4. 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

5. 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

6. 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

7. Solaris

Configure disk array in RAID5 and create file system

I'm new to forums, it's my first time posting. I have a sun v490 server. I just installed solaris 10.6, on the local drives. I'm being asked to do the following: For Oracle install I need “oracle” user that belong to “dba” and “oinstall” groups. File system /u01/app/oracle, 10GB (if... (6 Replies)
Discussion started by: Kjons76
6 Replies

8. 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

9. 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

10. 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
radisk(8)						      System Manager's Manual							 radisk(8)

NAME
radisk - Digital Storage Architecture (DSA) disk maintenance program SYNOPSIS
/sbin/radisk -c LBN length special /sbin/radisk -e special /sbin/radisk -n special /sbin/radisk -r LBN special /sbin/radisk -s LBN length special OPTIONS
The following options can be used with radisk: Clears a forced error indicator on the range of specified LBNs. The forced error condition indicates that the data in the disk block is bad. The disk block is good, but the data can not be read without getting an error detection code (EDC) error. This option causes the forced error condition to be removed. After the forced error indicator is cleared, the EDC error is not reported nor will the data be marked as bad. The data should be restored either by manual methods or with the restore command. The radisk command affects the integrity of the data on a disk and should be followed by a file system restore if data is affected. Sets the exclusive access attribute associated with the specified disk. This attribute is provided by multihost controllers to restrict access to a disk to one host. The radisk command returns a failure status if the disk is already exclusively associated with another host or the underlying controller does not provide multihost support. If the command is issued to a disk that is currently mounted and the command fails, the disk is no longer on line to this host. For this reason the -e option should not be issued to a disk that is mounted. Clears the exclusive access attribute associated with the specified disk. If the controller provides multihost support and the exclusive access attribute is not set for a particular disk, it would be possible for the disk to be accessed by more than one host. The radisk command returns a failure status if the disk is not currently and exclusively associated with this host or the underlying controller does not pro- vide multihost support. Replaces a block on the disk specified by LBN. See RESTRICTIONS. Starts a scan for bad blocks on the specified area on a disk. Bad blocks are disk blocks that have data transfer errors to the extent that they cannot be relied on. When a bad block is found, it is replaced and the bad block's LBN is reported. The LBN specified with the -s option can be 0 to indicate the first block in the specified partition. If 0 is specified, however, the program starts searching from the first block of the partition. The -s option accepts any valid partition on the disk. This allows any partition to be scanned without scanning the entire disk and ensures that the specified partition is free of bad blocks. As an example, /dev/rdisk/dsk0h indicates the h partition of the boot disk, 0. DESCRIPTION
The radisk Digital Storage Architecture (DSA) disk maintenance program allows you to maintain DSA disk devices. The radisk command must be used on unmounted disk partitions to ensure correct results. The LBN is a decimal number that represents the logical block number as reported in the errorlog file. The LBN is the actual disk block number starting from the beginning of the disk. The length is a decimal number that indicates how many (512 byte) blocks to process. The length specified can be -1 to indicate the last block of the specified partition. The special file specified is used with -c, -e, -n, and -r options and indicates an unmounted c partition of a character device special file. RESTRICTIONS
You must be in single-user mode when using the -c, -r, and -s options of the radisk program. If you are in multiuser mode, radisk hangs the system and cannot be killed. If this happens, you must reboot. The -r option is supported only with those DSA disks which use host-initiated dynamic bad block replacement. The -e and -n options are only supported on controllers that provide multi-host support. These options are only supported on HSC Version 5.00 or later. ERRORS
The radisk program generates messages when the user is not privileged, when the LBN is not in the specified partition, and when the length exceeds the size of the partition. SEE ALSO
Commands: disklabel(8), mount(8), restore(8) Networking: ra(7) radisk(8)
All times are GMT -4. The time now is 12:03 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy