jacky.lee 发表于 2009-02-03 16:49

solaris下"vxdisk list" 输出报'online dgdisabled'错误

solaris下"vxdisk list" 输出报'online dgdisabled'错误

root@scfiler1:/> vxdisk list
DEVICE       TYPE      DISK         GROUP      STATUS
c1t0d0s2   sliced    -            -            error
c1t0d0s7   simple    c1t0d0s7   rootdg       online
c1t1d0s2   sliced    -            -            error
c1t2d0s2   sliced    sam01      sam          online
c1t3d0s2   sliced    sam02      sam          online
c1t4d0s2   sliced    sam03      sam          online spare
c1t5d0s2   sliced    sam04      sam          online
fabric_0   sliced    fabric_2   hz_dg2       online dgdisabled
fabric_1   sliced    fabric_3   hz_dg2       online dgdisabled
fabric_2   sliced    fabric_4   hz_dg2       online dgdisabled
fabric_3   sliced    hz_dg01      hz_dg      online dgdisabled
fabric_4   sliced    hz_dg02      hz_dg      online dgdisabled
解决办法如下:
root@scfiler1:/> vxdg deport hz_dg
root@scfiler1:/> vxdg import hz_dg
root@scfiler1:/> vxdg deport hz_dg2
root@scfiler1:/> vxdg import hz_dg2
root@scfiler1:/> vxvol -g hz_dg startall
root@scfiler1:/> vxvol -g hz_dg2 startall
root@scfiler1:/> vxdisk list
DEVICE       TYPE      DISK         GROUP      STATUS
c1t0d0s2   sliced    -            -            error
c1t0d0s7   simple    c1t0d0s7   rootdg       online
c1t1d0s2   sliced    -            -            error
c1t2d0s2   sliced    sam01      sam          online
c1t3d0s2   sliced    sam02      sam          online
c1t4d0s2   sliced    sam03      sam          online spare
c1t5d0s2   sliced    sam04      sam          online
fabric_0   sliced    fabric_2   hz_dg2       online
fabric_1   sliced    fabric_3   hz_dg2       online
fabric_2   sliced    fabric_4   hz_dg2       online
fabric_3   sliced    hz_dg01      hz_dg      online
fabric_4   sliced    hz_dg02      hz_dg      online


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/36549/showart_1811280.html
页: [1]
查看完整版本: solaris下"vxdisk list" 输出报'online dgdisabled'错误