This is a discussion on vg with mirror and disk fail within the HP-UX Operating System forums, part of the Unix Operating Systems category; --> hello, I have a vg with 4 disks (4 x 18gb) with right and left configuration on hp-ux 11 ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| hello, I have a vg with 4 disks (4 x 18gb) with right and left configuration on hp-ux 11 Now i must change a fail disk and i have a dubt..for change it i must detach it and "reattach" the new disk ? So, the commands: pvchange -a n <path> pvchange -a y <path> vgchange -a -y <vg> Is it correct? Thanks for any suggest p. |
| ||||
| In article <4434184a$0$5649$4fafbaef@reader4.news.tin.it>, devil <test@test.com> writes: > hello, > > I have a vg with 4 disks (4 x 18gb) with right and left configuration > on hp-ux 11 > > Now i must change a fail disk and i have a dubt..for change it i must > detach it and "reattach" the new disk ? > > So, the commands: > > pvchange -a n <path> > > pvchange -a y <path> > > vgchange -a -y <vg> > > Is it correct? > > Thanks for any suggest > > > p. Dear P. no, the following steps are enough: physically replace disk, vgcfgrestore -n vg01 /dev/rdsk/c0t1d0, vgchnage -a y vg01, vgsync vg01 Yours, Hans Martin. |