SHARE
TWEET

Untitled

a guest May 19th, 2010 43 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. gil@borg:/dev/dsk# devfsadm -C
  2. gil@borg:/dev/dsk# zpool status -v
  3.   pool: pub
  4.  state: DEGRADED
  5. status: One or more devices has been taken offline by the administrator.
  6.         Sufficient replicas exist for the pool to continue functioning in a
  7.         degraded state.
  8. action: Online the device using 'zpool online' or replace the device with
  9.         'zpool replace'.
  10.  scrub: none requested
  11. config:
  12.  
  13.         NAME         STATE     READ WRITE CKSUM
  14.         pub          DEGRADED     0     0     0
  15.           raidz1-0   DEGRADED     0     0     0
  16.             c12t0d0  OFFLINE      0     0     0
  17.             c8t0d0   ONLINE       0     0     0
  18.  
  19. errors: No known data errors
  20.  
  21.  
  22.  
  23. gil@borg:/dev/dsk# zpool replace pub c12t0d0 c13t0d0
  24. invalid vdev specification
  25. use '-f' to override the following errors:
  26. /dev/dsk/c8t0d0s0 is part of active ZFS pool pub. Please see zpool(1M).
  27.  
  28.  
  29.  
  30. gil@borg:/dev/dsk# iostat -En
  31. c9d0             Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
  32. Model: WDC WD400BB-75F Revision:  Serial No: WD-WCAJC1262430 Size: 40.00GB <39999504384 bytes>
  33. Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
  34. Illegal Request: 0
  35. c8t0d0           Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
  36. Vendor: WD       Product: 10EAVS External  Revision: 1.75 Serial No:
  37. Size: 1000.20GB <1000204886016 bytes>
  38. Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
  39. Illegal Request: 149 Predictive Failure Analysis: 0
  40. c10t0d0          Soft Errors: 0 Hard Errors: 9 Transport Errors: 0
  41. Vendor: SAMSUNG  Product: CD-ROM SN-124    Revision: N102 Serial No:
  42. Size: 0.00GB <0 bytes>
  43. Media Error: 0 Device Not Ready: 9 No Device: 0 Recoverable: 0
  44. Illegal Request: 0 Predictive Failure Analysis: 0
  45. c13t0d0          Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
  46. Vendor: WD       Product: 10EAVS External  Revision: 1.75 Serial No:
  47. Size: 1000.20GB <1000204886016 bytes>
  48. Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
  49. Illegal Request: 42 Predictive Failure Analysis: 0
  50.  
  51.  
  52.  
  53. gil@borg:/dev/dsk# ls -l /dev/dsk/c*t*d*
  54. lrwxrwxrwx   1 root     root          49 Mar 25  2009 /dev/dsk/c10t0d0p0 -> ../../devices/pci@0,0/pci-ide@1f,1/ide@1/sd@0,0:q
  55. lrwxrwxrwx   1 root     root          49 Mar 25  2009 /dev/dsk/c10t0d0p1 -> ../../devices/pci@0,0/pci-ide@1f,1/ide@1/sd@0,0:r
  56. lrwxrwxrwx   1 root     root          49 Mar 25  2009 /dev/dsk/c10t0d0p2 -> ../../devices/pci@0,0/pci-ide@1f,1/ide@1/sd@0,0:s
  57. lrwxrwxrwx   1 root     root          49 Mar 25  2009 /dev/dsk/c10t0d0p3 -> ../../devices/pci@0,0/pci-ide@1f,1/ide@1/sd@0,0:t
  58. lrwxrwxrwx   1 root     root          49 Mar 25  2009 /dev/dsk/c10t0d0p4 -> ../../devices/pci@0,0/pci-ide@1f,1/ide@1/sd@0,0:u
  59. lrwxrwxrwx   1 root     root          49 Mar 25  2009 /dev/dsk/c10t0d0s0 -> ../../devices/pci@0,0/pci-ide@1f,1/ide@1/sd@0,0:a
  60. lrwxrwxrwx   1 root     root          49 Mar 25  2009 /dev/dsk/c10t0d0s1 -> ../../devices/pci@0,0/pci-ide@1f,1/ide@1/sd@0,0:b
  61. lrwxrwxrwx   1 root     root          49 Mar 25  2009 /dev/dsk/c10t0d0s10 -> ../../devices/pci@0,0/pci-ide@1f,1/ide@1/sd@0,0:k
  62. lrwxrwxrwx   1 root     root          49 Mar 25  2009 /dev/dsk/c10t0d0s11 -> ../../devices/pci@0,0/pci-ide@1f,1/ide@1/sd@0,0:l
  63. lrwxrwxrwx   1 root     root          49 Mar 25  2009 /dev/dsk/c10t0d0s12 -> ../../devices/pci@0,0/pci-ide@1f,1/ide@1/sd@0,0:m
  64. lrwxrwxrwx   1 root     root          49 Mar 25  2009 /dev/dsk/c10t0d0s13 -> ../../devices/pci@0,0/pci-ide@1f,1/ide@1/sd@0,0:n
  65. lrwxrwxrwx   1 root     root          49 Mar 25  2009 /dev/dsk/c10t0d0s14 -> ../../devices/pci@0,0/pci-ide@1f,1/ide@1/sd@0,0:o
  66. lrwxrwxrwx   1 root     root          49 Mar 25  2009 /dev/dsk/c10t0d0s15 -> ../../devices/pci@0,0/pci-ide@1f,1/ide@1/sd@0,0:p
  67. lrwxrwxrwx   1 root     root          49 Mar 25  2009 /dev/dsk/c10t0d0s2 -> ../../devices/pci@0,0/pci-ide@1f,1/ide@1/sd@0,0:c
  68. lrwxrwxrwx   1 root     root          49 Mar 25  2009 /dev/dsk/c10t0d0s3 -> ../../devices/pci@0,0/pci-ide@1f,1/ide@1/sd@0,0:d
  69. lrwxrwxrwx   1 root     root          49 Mar 25  2009 /dev/dsk/c10t0d0s4 -> ../../devices/pci@0,0/pci-ide@1f,1/ide@1/sd@0,0:e
  70. lrwxrwxrwx   1 root     root          49 Mar 25  2009 /dev/dsk/c10t0d0s5 -> ../../devices/pci@0,0/pci-ide@1f,1/ide@1/sd@0,0:f
  71. lrwxrwxrwx   1 root     root          49 Mar 25  2009 /dev/dsk/c10t0d0s6 -> ../../devices/pci@0,0/pci-ide@1f,1/ide@1/sd@0,0:g
  72. lrwxrwxrwx   1 root     root          49 Mar 25  2009 /dev/dsk/c10t0d0s7 -> ../../devices/pci@0,0/pci-ide@1f,1/ide@1/sd@0,0:h
  73. lrwxrwxrwx   1 root     root          49 Mar 25  2009 /dev/dsk/c10t0d0s8 -> ../../devices/pci@0,0/pci-ide@1f,1/ide@1/sd@0,0:i
  74. lrwxrwxrwx   1 root     root          49 Mar 25  2009 /dev/dsk/c10t0d0s9 -> ../../devices/pci@0,0/pci-ide@1f,1/ide@1/sd@0,0:j
  75. lrwxrwxrwx   1 root     root          60 May 19 23:46 /dev/dsk/c13t0d0 -> ../../devices/pci@0,0/pci1028,151@1d,7/storage@2/disk@0,0:wd
  76. lrwxrwxrwx   1 root     root          59 May 19 22:35 /dev/dsk/c13t0d0p0 -> ../../devices/pci@0,0/pci1028,151@1d,7/storage@2/disk@0,0:q
  77. lrwxrwxrwx   1 root     root          59 May 19 22:35 /dev/dsk/c13t0d0p1 -> ../../devices/pci@0,0/pci1028,151@1d,7/storage@2/disk@0,0:r
  78. lrwxrwxrwx   1 root     root          59 May 19 22:35 /dev/dsk/c13t0d0p2 -> ../../devices/pci@0,0/pci1028,151@1d,7/storage@2/disk@0,0:s
  79. lrwxrwxrwx   1 root     root          59 May 19 22:35 /dev/dsk/c13t0d0p3 -> ../../devices/pci@0,0/pci1028,151@1d,7/storage@2/disk@0,0:t
  80. lrwxrwxrwx   1 root     root          59 May 19 22:35 /dev/dsk/c13t0d0p4 -> ../../devices/pci@0,0/pci1028,151@1d,7/storage@2/disk@0,0:u
  81. lrwxrwxrwx   1 root     root          59 May 19 22:35 /dev/dsk/c13t0d0s0 -> ../../devices/pci@0,0/pci1028,151@1d,7/storage@2/disk@0,0:a
  82. lrwxrwxrwx   1 root     root          59 May 19 22:35 /dev/dsk/c13t0d0s1 -> ../../devices/pci@0,0/pci1028,151@1d,7/storage@2/disk@0,0:b
  83. lrwxrwxrwx   1 root     root          59 May 19 22:35 /dev/dsk/c13t0d0s10 -> ../../devices/pci@0,0/pci1028,151@1d,7/storage@2/disk@0,0:k
  84. lrwxrwxrwx   1 root     root          59 May 19 22:35 /dev/dsk/c13t0d0s11 -> ../../devices/pci@0,0/pci1028,151@1d,7/storage@2/disk@0,0:l
  85. lrwxrwxrwx   1 root     root          59 May 19 22:35 /dev/dsk/c13t0d0s12 -> ../../devices/pci@0,0/pci1028,151@1d,7/storage@2/disk@0,0:m
  86. lrwxrwxrwx   1 root     root          59 May 19 22:35 /dev/dsk/c13t0d0s13 -> ../../devices/pci@0,0/pci1028,151@1d,7/storage@2/disk@0,0:n
  87. lrwxrwxrwx   1 root     root          59 May 19 22:35 /dev/dsk/c13t0d0s14 -> ../../devices/pci@0,0/pci1028,151@1d,7/storage@2/disk@0,0:o
  88. lrwxrwxrwx   1 root     root          59 May 19 22:35 /dev/dsk/c13t0d0s15 -> ../../devices/pci@0,0/pci1028,151@1d,7/storage@2/disk@0,0:p
  89. lrwxrwxrwx   1 root     root          59 May 19 22:35 /dev/dsk/c13t0d0s2 -> ../../devices/pci@0,0/pci1028,151@1d,7/storage@2/disk@0,0:c
  90. lrwxrwxrwx   1 root     root          59 May 19 22:35 /dev/dsk/c13t0d0s3 -> ../../devices/pci@0,0/pci1028,151@1d,7/storage@2/disk@0,0:d
  91. lrwxrwxrwx   1 root     root          59 May 19 22:35 /dev/dsk/c13t0d0s4 -> ../../devices/pci@0,0/pci1028,151@1d,7/storage@2/disk@0,0:e
  92. lrwxrwxrwx   1 root     root          59 May 19 22:35 /dev/dsk/c13t0d0s5 -> ../../devices/pci@0,0/pci1028,151@1d,7/storage@2/disk@0,0:f
  93. lrwxrwxrwx   1 root     root          59 May 19 22:35 /dev/dsk/c13t0d0s6 -> ../../devices/pci@0,0/pci1028,151@1d,7/storage@2/disk@0,0:g
  94. lrwxrwxrwx   1 root     root          59 May 19 22:35 /dev/dsk/c13t0d0s8 -> ../../devices/pci@0,0/pci1028,151@1d,7/storage@2/disk@0,0:i
  95. lrwxrwxrwx   1 root     root          59 May 19 22:35 /dev/dsk/c13t0d0s9 -> ../../devices/pci@0,0/pci1028,151@1d,7/storage@2/disk@0,0:j
  96. lrwxrwxrwx   1 root     root          60 Mar 25  2009 /dev/dsk/c8t0d0 -> ../../devices/pci@0,0/pci1028,151@1d,7/storage@4/disk@0,0:wd
  97. lrwxrwxrwx   1 root     root          59 Mar 25  2009 /dev/dsk/c8t0d0p0 -> ../../devices/pci@0,0/pci1028,151@1d,7/storage@4/disk@0,0:q
  98. lrwxrwxrwx   1 root     root          59 Mar 25  2009 /dev/dsk/c8t0d0p1 -> ../../devices/pci@0,0/pci1028,151@1d,7/storage@4/disk@0,0:r
  99. lrwxrwxrwx   1 root     root          59 Mar 25  2009 /dev/dsk/c8t0d0p2 -> ../../devices/pci@0,0/pci1028,151@1d,7/storage@4/disk@0,0:s
  100. lrwxrwxrwx   1 root     root          59 Mar 25  2009 /dev/dsk/c8t0d0p3 -> ../../devices/pci@0,0/pci1028,151@1d,7/storage@4/disk@0,0:t
  101. lrwxrwxrwx   1 root     root          59 Mar 25  2009 /dev/dsk/c8t0d0p4 -> ../../devices/pci@0,0/pci1028,151@1d,7/storage@4/disk@0,0:u
  102. lrwxrwxrwx   1 root     root          59 Mar 25  2009 /dev/dsk/c8t0d0s0 -> ../../devices/pci@0,0/pci1028,151@1d,7/storage@4/disk@0,0:a
  103. lrwxrwxrwx   1 root     root          59 Mar 25  2009 /dev/dsk/c8t0d0s1 -> ../../devices/pci@0,0/pci1028,151@1d,7/storage@4/disk@0,0:b
  104. lrwxrwxrwx   1 root     root          59 Mar 25  2009 /dev/dsk/c8t0d0s10 -> ../../devices/pci@0,0/pci1028,151@1d,7/storage@4/disk@0,0:k
  105. lrwxrwxrwx   1 root     root          59 Mar 25  2009 /dev/dsk/c8t0d0s11 -> ../../devices/pci@0,0/pci1028,151@1d,7/storage@4/disk@0,0:l
  106. lrwxrwxrwx   1 root     root          59 Mar 25  2009 /dev/dsk/c8t0d0s12 -> ../../devices/pci@0,0/pci1028,151@1d,7/storage@4/disk@0,0:m
  107. lrwxrwxrwx   1 root     root          59 Mar 25  2009 /dev/dsk/c8t0d0s13 -> ../../devices/pci@0,0/pci1028,151@1d,7/storage@4/disk@0,0:n
  108. lrwxrwxrwx   1 root     root          59 Mar 25  2009 /dev/dsk/c8t0d0s14 -> ../../devices/pci@0,0/pci1028,151@1d,7/storage@4/disk@0,0:o
  109. lrwxrwxrwx   1 root     root          59 Mar 25  2009 /dev/dsk/c8t0d0s15 -> ../../devices/pci@0,0/pci1028,151@1d,7/storage@4/disk@0,0:p
  110. lrwxrwxrwx   1 root     root          59 Mar 25  2009 /dev/dsk/c8t0d0s2 -> ../../devices/pci@0,0/pci1028,151@1d,7/storage@4/disk@0,0:c
  111. lrwxrwxrwx   1 root     root          59 Mar 25  2009 /dev/dsk/c8t0d0s3 -> ../../devices/pci@0,0/pci1028,151@1d,7/storage@4/disk@0,0:d
  112. lrwxrwxrwx   1 root     root          59 Mar 25  2009 /dev/dsk/c8t0d0s4 -> ../../devices/pci@0,0/pci1028,151@1d,7/storage@4/disk@0,0:e
  113. lrwxrwxrwx   1 root     root          59 Mar 25  2009 /dev/dsk/c8t0d0s5 -> ../../devices/pci@0,0/pci1028,151@1d,7/storage@4/disk@0,0:f
  114. lrwxrwxrwx   1 root     root          59 Mar 25  2009 /dev/dsk/c8t0d0s6 -> ../../devices/pci@0,0/pci1028,151@1d,7/storage@4/disk@0,0:g
  115. lrwxrwxrwx   1 root     root          59 Mar 25  2009 /dev/dsk/c8t0d0s8 -> ../../devices/pci@0,0/pci1028,151@1d,7/storage@4/disk@0,0:i
  116. lrwxrwxrwx   1 root     root          59 Mar 25  2009 /dev/dsk/c8t0d0s9 -> ../../devices/pci@0,0/pci1028,151@1d,7/storage@4/disk@0,0:j
  117. gil@borg:/dev/dsk#
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top