Operating System - HP-UX
1834915 Members
2489 Online
110071 Solutions
New Discussion

Need to replace a non root disk

 
SOLVED
Go to solution
Sreer
Valued Contributor

Need to replace a non root disk

Hi Gurus ,
Could you pls tell me the steps for replacing a failed disk from the Vg01 having 3 disks.{not mirrored)

Could you pls give me the steps for this?
I have taken backup of full data.
As Iam not getting exact steps from any docs.

Thanks alot for your answers

rgds
Sree

6 REPLIES 6
Pete Randall
Outstanding Contributor

Re: Need to replace a non root disk

Follow the steps in this document:

http://www.docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad_WP.pdf


Pete

Pete
Sreer
Valued Contributor

Re: Need to replace a non root disk

Hello,

Thanks a lot Pete for your quick support.
I really appreciate it!!


rgds Sree
R.K. #
Honored Contributor

Re: Need to replace a non root disk

Hi Sreekumar,

Attached is the disk replacement flowchart.
It has all the commands as well.

It applies on mirrored, non-mirrored, root, non-root, hot swappable or normal disk replacement.

So you can follow instructions for non-mirrored, non root disk. Also check if the disk is hot-swappable or not.

Regds..
Don't fix what ain't broke
Julián Aimar
Frequent Advisor

Re: Need to replace a non root disk

Hi, this is the doc

Buena suerte


Julián
SoorajCleris
Honored Contributor
Solution

Re: Need to replace a non root disk

Hi,

You will not get the data from the disk which is failed.

Just replace the disk at the same hardware path and same model.

#vgcfgrestore -n vg01 -f filepath disk
#vgsync vg01

make filesystems.

#newfs -Fvxfs /dev/vg001/rlvol1

mount -a ( if already there in fstab)

restoer the backup

Regards,
Sooraj
"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity" - Dennis Ritchie
Sreer
Valued Contributor

Re: Need to replace a non root disk

Hi Gurus,

Thanks a Lot for your valuable info.

We can close this thread.