removing stale partitions

hi, i was trying to mirror root volume group and the command i was using didnt respond for a long time
mirrorvg -m rootvg hdisk1

I was checking rootvg and it gives below. how do i fix stale partitions?? it seems to be on hdisk1

LV NAME             TYPE       LPs   PPs   PVs  LV STATE      MOUNT POINT
hd5                 boot       1     1     1    closed/syncd  N/A
hd6                 paging     128   256   2    open/syncd    N/A
hd8                 jfs2log    1     2     2    open/syncd    N/A
hd4                 jfs2       1     2     2    open/syncd    /
hd2                 jfs2       15    30    2    open/syncd    /usr
hd9var              jfs2       8     16    2    open/stale    /var
hd3                 jfs2       16    32    2    open/stale    /tmp
hd1                 jfs2       1     2     2    open/stale    /home
hd10opt             jfs2       2     4     2    open/stale    /optlg_dump
lv           sysdump    16    16    1    open/syncd    N/A
loglv00             jfslog     1     2     2    open/stale    N/A
lv00                jfs        63    126   2    open/stale    /usr/sys/inst.images
lv01                jfs        63    126   2    open/stale    /tmp/stats
fslv00              jfs2       2     4     2    open/stale    /opt/Tivoli

Hi What UNIX and Revision level are you using....

You can use synclv on each logical volume, e.g. synclv hd9var and so on...