Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.4K Intelligent Advisor
- 75 Insurance
- 537.6K On-Premises Infrastructure
- 138.7K Analytics Software
- 38.6K Application Development Software
- 6.1K Cloud Platform
- 109.6K Database Software
- 17.6K Enterprise Manager
- 8.8K Hardware
- 71.3K Infrastructure Software
- 105.4K Integration
- 41.6K Security Software
DBpool Suspended

-bash-4.1# zpool status -x dbpool
pool: dbpool
state: SUSPENDED
status: One or more devices are unavailable in response to IO failures.
The pool is suspended.
action: Make sure the affected devices are connected, then run 'zpool clear' or
'fmadm repaired'.
Run 'zpool status -v' to see device specific details.
see: http://support.oracle.com/msg/ZFS-8000-HC
scan: resilvered 44.5K in 0h0m with 0 errors on Wed Mar 29 14:56:04 2017
config:
NAME STATE READ WRITE CKSUM
dbpool SUSPENDED 0 0 0
raidz1-0 UNAVAIL 0 0 0
c2d2 ONLINE 0 0 0
c2d3 ONLINE 0 0 0
c2d4 ONLINE 0 0 0
c2d5 ONLINE 0 0 0
c2d6 UNAVAIL 0 0 0
c2d7 ONLINE 0 0 0
c2d8 ONLINE 0 0 0
c2d9 ONLINE 0 0 0
c2d10 UNAVAIL 0 0 0
c2d11 ONLINE 0 0 0
-bash-4.1# zpool status -x
pool: dbpool
state: SUSPENDED
status: One or more devices are unavailable in response to IO failures.
The pool is suspended.
action: Make sure the affected devices are connected, then run 'zpool clear' or
'fmadm repaired'.
Run 'zpool status -v' to see device specific details.
see: http://support.oracle.com/msg/ZFS-8000-HC
scan: resilvered 44.5K in 0h0m with 0 errors on Wed Mar 29 14:56:04 2017
config:
NAME STATE READ WRITE CKSUM
dbpool SUSPENDED 0 0 0
raidz1-0 UNAVAIL 0 0 0
c2d2 ONLINE 0 0 0
c2d3 ONLINE 0 0 0
c2d4 ONLINE 0 0 0
c2d5 ONLINE 0 0 0
c2d6 UNAVAIL 0 0 0
c2d7 ONLINE 0 0 0
c2d8 ONLINE 0 0 0
c2d9 ONLINE 0 0 0
c2d10 UNAVAIL 0 0 0
c2d11 ONLINE 0 0 0
-bash-4.1# zpool clear dbpool
cannot clear errors for dbpool: I/O error
-bash-4.1#
Answers
-
Hi.
You have RAID-0 without redundancy.
System hot have access to 2 disks: c2d6 c2d10
You should restore access for this disks and anly after this try clear error on pool.
In case this disks diad - you lost all data.
Destroy pool, create new and restore data from backup.
Regards,
Nik.