Disk needs replacing?


 
Thread Tools Search this Thread
Operating Systems Solaris Disk needs replacing?
# 8  
Old 02-20-2008
do you mean:

Code:
# metareplace d100 c1t0d0s5 c1t0d0s5

in this case system gave error:
metareplace: sspfs_svr: c1t0d0s5: has appeared more than once in the specification of d101
# 9  
Old 02-20-2008
I think got it now:

Code:
# metareplace -e d100 c1t0d0s5

# 10  
Old 03-11-2008
can this be done online

Can metastat -e be done online . How much is the load it puts on server resources .

We had the device /d45 coming in 'needs maintenance ' status about a month ago . I c the same disk coming in maintenance today. Does this mean I need to replace the disk.
# 11  
Old 03-11-2008
Quote:
Originally Posted by xramm
I think got it now:

Code:
# metareplace -e d100 c1t0d0s5

Did that fix your issue?

You will usually know immediately if it fails. Sometimes it will sync up almost all the way before crapping out.

I always do a "metastat|grep %" to monitor the sync progress.
# 12  
Old 03-11-2008
also, another thing I will do is do a "metastat|grep Invoke" to see how many slices are hosed.
# 13  
Old 03-11-2008
CPU & Memory

metareplace -e <mirror> <device> (metreplace enable command) worked in case of disk needs really resynchronisation. I think it meant like Sun Solstice DiskSuite said is useful when a component fails due to human error (for example, accidentally turning off a disk)..

But some of the disks needed physical replacement even though metareplace -e command cleared the errors in the first place.

Also consider the commands; iostat -eE or iostat -en result to see HW errors..
# 14  
Old 04-14-2008
after we replaces a disk with metareplace -e option..,

here do we need to resync ??. how the new disk will update with the old data.

please advice.., thanks
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

Replacing a failed disk using SVM

Hi Please can you help me on replacing or removing a faulty disk drive on a SUN NETRA X4250server with 4 internal drives only. the format comand show me the following: format Searching for disks...done AVAILABLE DISK SELECTIONS: 0. c0t0d0 <drive type unknown> ... (9 Replies)
Discussion started by: fretagi
9 Replies

2. Solaris

Replacing a Disk in a ODS/SVM Mirror

Hi All BAsed on the below I would like to verifu two things (1) The udnerlying mirroris for '/mnt' na dit onlcy contaisne 1 sub-mirror, with one sliceon is one disk and hence, data loss on the mount point (the mount point, '/mnt' is backed up) (2) the Procedure for renewal # df -kh /mnt... (2 Replies)
Discussion started by: stevie_velvet
2 Replies

3. Solaris

Need help replacing a mirrored boot disk

I have a v480 with a mirrored boot disk c1t0 and c1t1. The drives themselves don't show a failure but the mirror's need maintenance. This is my plan for replacing the drive. I would love feedback to point out what I"m missing or where my steps are incorrect. Two things I believe I'm... (3 Replies)
Discussion started by: pcoffey
3 Replies

4. AIX

Regarding AIX volume manager & replacing a disk

First a little background: I'm working with an AIX 6.1 TL05 running two mirrored SAS disks (rootvg) and four SSDs (appvg) All four SSDs belong to appvg and are setup to mirror as follows: hdisk4 --> hdisk6 (containing application fs) hdisk5 --> hdisk7 (containing database fs) A few days... (1 Reply)
Discussion started by: Michael Mullig
1 Replies

5. AIX

replacing mirror disk

Hi Admins, I am new into aix.I was surfing aix pages and reading how to replace failed mirror disks.I read in one of the posts that we have to reboot the server to replace the disk. actually i was a HPUX admin and many times replaced root mirror disk online.Ofcourse it was hot swappable. ... (2 Replies)
Discussion started by: newaix
2 Replies

6. Solaris

Replacing a hard disk (SVM) with a soft partition?

The following is the summarry:- 1) Four disks in server ie (c1t0d0. c1t1d0, c1t2d0, c1t3d0). c1t2d0 is the disk to be replaced. c1t0d0 and c1t2d0 are mirrors. c1t1d0 and c1t3d0 are mirrors. Metadb to be deleted is in c1t2d0s7 a) Mirror d35 has 2 submirrors d38 and d39 d38 is a stripe... (0 Replies)
Discussion started by: aji1729
0 Replies

7. Solaris

replacing root disk SunFire 280R

Hi, We had a disk go bad in this SunFire 280R, running Solaris 8 - Generic_117350-46. We replaced the disk and partitioned it. We metadetached all the metadevices but for some reason the new disk is showing up in the metadb as Concat/Stripe and it won't let us re-sync the mirror. We are not... (2 Replies)
Discussion started by: mgb
2 Replies

8. UNIX for Advanced & Expert Users

Replacing Boot Disk in Solaris

Hi, I have the situaiton in which primary boot disk has bad sectors in Solaris 9. The other hard disk is mirrored using Solstice DiskSuite 4.2. I can reboot system with the other disk. My question is, when I replaced the boot disk with a new one, how can I create meta db and finally make it... (2 Replies)
Discussion started by: s_aamir
2 Replies
Login or Register to Ask a Question