Solaris,ZFSでいろいろ試してます

root pool のmirror DISKを1つにして起動したらどうなるか試してみます。
VMware なので1つ(通常起動する SCSI ID:0 target:0)をremoveして起動します。

何も問題なく起動はします。console にはZFSのエラーが出ました。
loginして確かめてみます。
# zpool list
NAME    SIZE   USED  AVAIL    CAP  HEALTH  ALTROOT
rpool  15.9G  5.55G  10.3G    34%  DEGRADED  -
# zpool status
  pool: rpool
 state: DEGRADED
status: One or more devices could not be opened.  Sufficient replicas exist for
        the pool to continue functioning in a degraded state.
action: Attach the missing device and online it using 'zpool online'.
   see: http://www.sun.com/msg/ZFS-8000-2Q
 scrub: none requested
config:

        NAME          STATE     READ WRITE CKSUM
        rpool         DEGRADED     0     0     0
          mirror      DEGRADED     0     0     0
            c1t0d0s0  UNAVAIL      0     0     0  cannot open
            c2t0d0s0  ONLINE       0     0     0

errors: No known data errors
c1t0d0s0がUNAVAILになりました。c2t0d0s0だけで動いています。
タグ

管理人/副管理人のみ編集できます