Operating System - HP-UX
1748269 Members
3520 Online
108760 Solutions
New Discussion юеВ

Re: Synchronize boot disk

 
SOLVED
Go to solution
Nappy_1
Frequent Advisor

Synchronize boot disk

i installaed a system patch on a hpux11iv1 machine.
before the patch installation, i stopped the system and i have swapped out the secondary boot dist.

now i'd like to reinsert the disk again and synchronize it. is there any command that i should execute ?
4 REPLIES 4
Redhat
Trusted Contributor
Solution

Re: Synchronize boot disk

vgsync &
Andrew Rutter
Honored Contributor

Re: Synchronize boot disk

hi,

vgsync should be all that is needed here.

#vgsync vg00

once done check with vgdisplay commands for available/synced

#vgdisplay -v vg00

man vgsync for more info

Andy
Bijeesh
Respected Contributor

Re: Synchronize boot disk

hi
You can use
#vgsync -v vg00

This will take several minutes to complete the process.After complete the process check the status using #vgdisplay -v vg00
Johnson Punniyalingam
Honored Contributor

Re: Synchronize boot disk

Once you replace the secondary boot disk


vgcfgrestore -n /dev/vg00 /dev/rdsk/cxtxdx

vgchange -a y vg00

vgsync vg00

lvlnboot -R

lvlnboot -v -> list your bootable disk.

Thanks,
Johnson




Problems are common to all, but attitude makes the difference