1748090 Members
5072 Online
108758 Solutions
New Discussion юеВ

replacing disc

 
SOLVED
Go to solution
A.G.M. Velthof
Valued Contributor

replacing disc

I am a little bit confused in replacing a mirrored non boot disc.

I see in ioscan -funCdisc a NO/HW for a disc.
The LV's are mirrored.

Is it enough to take out the disc, put the new one in,
vgcfgrestore -n "vgname" "pvname",
vgchange -a y "vgname"

Thanks
3 REPLIES 3
Torsten.
Acclaimed Contributor
Solution

Re: replacing disc

For a data disk this should be ok.

See also

http://bizsupport2.austin.hp.com/bc/docs/support/SupportManual/c01911837/c01911837.pdf

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
A.G.M. Velthof
Valued Contributor

Re: replacing disc

Thank You Thorsten.
I already had the document, it was just to make sure..
Chandrahasa s
Valued Contributor

Re: replacing disc

Hi,

You may face issue like not able query physical disk.

I that case you may need to do

vgcfgrestore -R -n vgname pvname

Chandra