ZFS Recovery: Difference between revisions
From Lolly's Wiki
Jump to navigationJump to search
(Die Seite wurde neu angelegt: „Siehe [http://sunsolve.sun.com/search/document.do?assetkey=1-66-233602-1 SunAlert 233602 : Solaris 10 Assertion Failure in ZFS May Cause a System Panic]: The b…“) |
No edit summary |
||
Line 2: | Line 2: | ||
The best recovery for this is to do the following: | The best recovery for this is to do the following: | ||
< | <pre> | ||
1. Set the following in /etc/system: | 1. Set the following in /etc/system: | ||
set zfs:zfs_recover=1 | set zfs:zfs_recover=1 | ||
Line 10: | Line 10: | ||
4. Use 'zdb -d' and make sure that there is no ondisk corruption reported | 4. Use 'zdb -d' and make sure that there is no ondisk corruption reported | ||
5. Once the pool comes to a clean state, comment / remove the added entries in /etc/system. | 5. Once the pool comes to a clean state, comment / remove the added entries in /etc/system. | ||
</ | </pre> | ||
[[Kategorie:ZFS]] | [[Kategorie:ZFS]] |
Revision as of 08:37, 23 May 2012
Siehe SunAlert 233602 : Solaris 10 Assertion Failure in ZFS May Cause a System Panic:
The best recovery for this is to do the following:
1. Set the following in /etc/system: set zfs:zfs_recover=1 set aok=1 2. Import the pool using 'zpool import' 3. Run a full scrub on the pool using 'zpool scrub' 4. Use 'zdb -d' and make sure that there is no ondisk corruption reported 5. Once the pool comes to a clean state, comment / remove the added entries in /etc/system.