1826415 Members
3804 Online
109692 Solutions
New Discussion

Re: Replacement disk

 
SOLVED
Go to solution
Simon Wickham_6
Regular Advisor

Replacement disk

Hi,

I have a disk gone down which I have replaced and now can see is unused. This disk is under vg02 how to i activate the new disk.

1. vgchange -a y /dev/vg02
vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk/c0t10d0":
Cross-device link
vgchange: Warning: couldn't query physical volume "/dev/dsk/c0t10d0":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query all of the physical volumes.
vgchange: Couldn't activate volume group "/dev/vg02":
Quorum not present, or some physical volume(s) are missing.
2. vgscan -av

Regards,
Simon
2 REPLIES 2
Robert-Jan Goossens
Honored Contributor
Solution

Re: Replacement disk

Hi Simon,

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

Is this disk mirrored ?

# vgcfgrestore -n vg02 /dev/dsk/c0t10d0

# vgchange -a y vg02

# vgsync vg02
or recreate your lvol's with a newfs and restore from backup.

Hope this helps,
Robert-Jan
Simon Wickham_6
Regular Advisor

Re: Replacement disk

Hi Robert-Jan,

The only way around this was with recreating the lvol's then restoring.

Regards,
Simon