Operating System - HP-UX
1836623 Members
1672 Online
110102 Solutions
New Discussion

replacing wrong disk in tower disks

 
Francisco_7
New Member

replacing wrong disk in tower disks

Hi

I need to replace the wrong disk , but I can??t to synchonize it with the command : vgchange -a y vg01 or vgsync vg01.
Please if you can help me with that I will be happy.

Regards,
Francisco
3 REPLIES 3
Sandip Ghosh
Honored Contributor

Re: replacing wrong disk in tower disks

First you have to do vgcfgrestore /dev//
Then you run vgchange and vgsync
]
Sandip
Good Luck!!!
A. Clay Stephenson
Acclaimed Contributor

Re: replacing wrong disk in tower disks

Hi:

You need to do a vgcfgrestore -n /dev/vgxx /dev/rdsk/cXtYdZ before you try a vgchange. Man vgcfgrestore for detail.

If you have purchased support, you can serach the Knowledge Base for Document ID KBAN00000347 which explains this process in great detail.
If it ain't broke, I can fix that.
Sandip Ghosh
Honored Contributor

Re: replacing wrong disk in tower disks

In my earlier post by mistake I had mentioned
vgcfgrestore /dev//
It should be
vgcfgrestore /dev/

Sandip
Good Luck!!!