zpool status -v erros message


 
Thread Tools Search this Thread
Operating Systems Solaris zpool status -v erros message
# 1  
Old 05-12-2011
zpool status -v erros message

Code:
# zpool status -v
  pool: pool1
 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://www.sun.com/msg/ZFS-8000-8A
 scrub: none requested
config:

        NAME        STATE     READ WRITE CKSUM
        pool1       ONLINE       0     0     0
          c1t1d0s0  ONLINE       0     0     0
          c1t1d0s1  ONLINE       0     0     0
          c1t1d0s3  ONLINE       0     0     0
          c1t1d0s4  ONLINE       0     0     0
          c1t1d0s5  ONLINE       0     0     0
          c1t1d0s6  ONLINE       0     0     0
          c1t1d0s7  ONLINE       0     0     0

errors: The following persistent errors have been detected:

          DATASET  OBJECT  RANGE
          1a       37044   lvl=0 blkid=1
          1a       4775c   lvl=0 blkid=40
          1a       486     lvl=0 blkid=343
          1a       38a9f   lvl=0 blkid=5611

I have a hard drive failure, so I shutdown Solaris 10 and swap with good one then reboot system.

I executed zpool status -v and found errors.

Is it correct method change HDD without any command? Please help me. Thanks.

Last edited by beginner; 05-12-2011 at 05:14 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Programming

How to track table status delete/update/insert status in DB2 V10 z/os?

Dear Team I am using DB2 v10 z/os database . Need expert guidance to figure out best way to track table activities ( Ex Delete, Insert,Update ) Scenario We have a table which is critical and many developer/testing team access on daily basis . We had instance where some deleted... (1 Reply)
Discussion started by: Perlbaby
1 Replies

2. Solaris

Zpool status shows scrub date of Dec 31, 1969

hello, We are using Solaris 11.3 on SPARC T5-2. The below is the actual output from "zpool status" command. The disks were scrubed last week, but it says the scrub repaired on Dec 31, 1969. Does anyone know how to correct this to report the correct date? Thanks pool: rpool state:... (5 Replies)
Discussion started by: jasonu
5 Replies

3. Solaris

zpool status shows things NOT OK, but 3rd party raid says all is well

Hi, I've gone around with this on Oracle's site (and tech support) and ended up empty handed and without ideas of what to do to fix the problem. Background: V245, Solaris 10, has 2 12-disk infortrend RAIDs attached. Have replaced faulty disks many times - familiar with the routine. However,... (5 Replies)
Discussion started by: jdigjudy
5 Replies

4. UNIX for Dummies Questions & Answers

ifndef erros in makefile

I know if-condition clause is available in makefile. But when I try to use it inside a macro definition, bugs come out! Any replies would be apreciated ! code: define child echo "child has one parameter: $1" ifndef $2 echo "but child can also see parent's second parameter: $2!" else... (2 Replies)
Discussion started by: firetree
2 Replies

5. UNIX and Linux Applications

ifndef erros in makefile

I know if-condition clause is available in makefile. But when I try to use it inside a macro definition, bugs come out! Any replies would be apreciated ! code: define child echo "child has one parameter: $1" ifndef $2 echo "but child can also see parent's second parameter: $2!" else... (1 Reply)
Discussion started by: firetree
1 Replies

6. OS X (Apple)

ifndef erros in makefile

I know if-condition clause is available in makefile. But when I try to use it inside a macro definition, bugs come out! Any replies would be apreciated ! code: define child echo "child has one parameter: $1" ifndef $2 echo "but child can also see parent's second parameter: $2!"... (0 Replies)
Discussion started by: firetree
0 Replies

7. Shell Programming and Scripting

How to capture status code and echo a message

Im trying to execute application and its return code is below IF Status code=o echo "........" else Staus Code =-2 DJRE then echo "......" Can any one help me how to handle the status code and echo some message. (12 Replies)
Discussion started by: laknar
12 Replies

8. UNIX for Dummies Questions & Answers

checking for erros

I have he following command and I will like o test for errors. Due that the command has several command how do I know what one fail. zcat $user | (cd /data/oracle00/faasat1/;tar -xvf -) (1 Reply)
Discussion started by: chinog
1 Replies

9. UNIX for Dummies Questions & Answers

Couldn't open status file /var/samba/STATUS.LCK

I believe i have most of samba configured right but i get this error each time time try to run it. I was given suggestion that i touch the file, i did, but i still cannot rid myself of this error. Any suggestions (2 Replies)
Discussion started by: macdonto
2 Replies
Login or Register to Ask a Question