中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

如何修復zpool data errors錯誤

發布時間:2022-01-05 09:28:09 來源:億速云 閱讀:298 作者:iii 欄目:大數據

這篇文章主要介紹“如何修復zpool data errors錯誤”,在日常操作中,相信很多人在如何修復zpool data errors錯誤問題上存在疑惑,小編查閱了各式資料,整理出簡單好用的操作方法,希望對大家解答”如何修復zpool data errors錯誤”的疑惑有所幫助!接下來,請跟著小編一起來學習吧!

故障信息:

root@host1:/tank/new/ddd# zpool status -v tank

 pool: tank

state: ONLINE

status: One or more devices has experienced an error resulting in data

       corruption.  Applications may be affected.

action: Restore the file in question if possible.  Otherwise restore the

       entire pool from backup.

  see: http://illumos.org/msg/ZFS-8000-8A

 scan: scrub repaired 0 in 0h0m with 1161 errors on Thu Apr 17 10:02:52 2014

config:

       NAME                       STATE     READ WRITE CKSUM

       tank                       ONLINE       0     0 6.83K

         mirror-0                 ONLINE       0     0 13.7K

           c3t5000C5000B74F2DBd0  ONLINE       0     0 13.7K

           c3t5000C50043FFA61Fd0  ONLINE       0     0 13.7K

errors: Permanent errors have been detected in the following files:

       /tank/new/ddd/Oracle Solaris 11 11_11 .cn. E26926_01.zip

root@host1:/tank/new/ddd# zpool status  tank

 pool: tank

state: ONLINE

status: One or more devices has experienced an error resulting in data

       corruption.  Applications may be affected.

action: Restore the file in question if possible.  Otherwise restore the

       entire pool from backup.

  see: http://illumos.org/msg/ZFS-8000-8A

 scan: scrub repaired 0 in 0h0m with 1161 errors on Thu Apr 17 10:02:52 2014

config:

       NAME                       STATE     READ WRITE CKSUM

       tank                       ONLINE       0     0 6.83K

         mirror-0                 ONLINE       0     0 13.7K

           c3t5000C5000B74F2DBd0  ONLINE       0     0 13.7K

           c3t5000C50043FFA61Fd0  ONLINE       0     0 13.7K

errors: 1161 data errors, use '-v' for a list

修復方法:

root@host1:/tank/new/ddd# rm /tank/new/ddd/Oracle\ Solaris\ 11\ 11_11\ .cn.\ E26926_01.zip

root@host1:/tank/new/ddd# zpool status -v tank

 pool: tank

state: ONLINE

status: One or more devices has experienced an error resulting in data

       corruption.  Applications may be affected.

action: Restore the file in question if possible.  Otherwise restore the

       entire pool from backup.

  see: http://illumos.org/msg/ZFS-8000-8A

 scan: scrub repaired 0 in 0h0m with 1161 errors on Thu Apr 17 10:02:52 2014

config:

       NAME                       STATE     READ WRITE CKSUM

       tank                       ONLINE       0     0 6.83K

         mirror-0                 ONLINE       0     0 13.7K

           c3t5000C5000B74F2DBd0  ONLINE       0     0 13.7K

           c3t5000C50043FFA61Fd0  ONLINE       0     0 13.7K

errors: Permanent errors have been detected in the following files:

       tank/new:<0x51b9>

檢測:

root@host1:/tank/new/ddd# zpool status  tank

 pool: tank

state: ONLINE

status: One or more devices has experienced an error resulting in data

       corruption.  Applications may be affected.

action: Restore the file in question if possible.  Otherwise restore the

       entire pool from backup.

  see: http://illumos.org/msg/ZFS-8000-8A

 scan: scrub repaired 0 in 0h0m with 1161 errors on Thu Apr 17 10:02:52 2014

config:

       NAME                       STATE     READ WRITE CKSUM

       tank                       ONLINE       0     0 6.83K

         mirror-0                 ONLINE       0     0 13.7K

           c3t5000C5000B74F2DBd0  ONLINE       0     0 13.7K

           c3t5000C50043FFA61Fd0  ONLINE       0     0 13.7K

errors: 1161 data errors, use '-v' for a list

結果:

 pool: tank

state: ONLINE

status: One or more devices has experienced an error resulting in data

       corruption.  Applications may be affected.

action: Restore the file in question if possible.  Otherwise restore the

       entire pool from backup.

  see: http://illumos.org/msg/ZFS-8000-8A

 scan: scrub in progress since Thu Apr 17 10:05:46 2014

   2.20G scanned out of 2.44G at 70.5M/s, 0h0m to go

   0 repaired, 90.38% done

config:

       NAME                       STATE     READ WRITE CKSUM

       tank                       ONLINE       0     0 6.83K

         mirror-0                 ONLINE       0     0 13.7K

           c3t5000C5000B74F2DBd0  ONLINE       0     0 13.7K

           c3t5000C50043FFA61Fd0  ONLINE       0     0 13.7K

errors: 1161 data errors, use '-v' for a list

 pool: tank

state: ONLINE

status: One or more devices has experienced an unrecoverable error.  An

       attempt was made to correct the error.  Applications are unaffected.

action: Determine if the device needs to be replaced, and clear the errors

       using 'zpool clear' or replace the device with 'zpool replace'.

  see: http://illumos.org/msg/ZFS-8000-9P

 scan: scrub repaired 0 in 0h0m with 0 errors on Thu Apr 17 10:06:22 2014

config:

       NAME                       STATE     READ WRITE CKSUM

       tank                       ONLINE       0     0 6.83K

         mirror-0                 ONLINE       0     0 13.7K

           c3t5000C5000B74F2DBd0  ONLINE       0     0 13.7K

           c3t5000C50043FFA61Fd0  ONLINE       0     0 13.7K

errors: No known data errors

到此,關于“如何修復zpool data errors錯誤”的學習就結束了,希望能夠解決大家的疑惑。理論與實踐的搭配能更好的幫助大家學習,快去試試吧!若想繼續學習更多相關知識,請繼續關注億速云網站,小編會繼續努力為大家帶來更多實用的文章!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

甘肃省| 城口县| 沈阳市| 盐源县| 德惠市| 博爱县| 广平县| 峨眉山市| 许昌县| 阿图什市| 三亚市| 正阳县| 肃宁县| 柘城县| 温州市| 兴城市| 平邑县| 仙桃市| 师宗县| 深泽县| 明光市| 福州市| 塔河县| 开封市| 花垣县| 江门市| 宜阳县| 木兰县| 南开区| 赤水市| 南乐县| 宽城| 达孜县| 连云港市| 沙田区| 平远县| 阿克陶县| 广东省| 如东县| 揭东县| 大宁县|