Zpools and drive duplication error.

I have a system that is running Solaris 10 Update 3 TX with 1 zpool and 5 zones. Everything on it is running fine. I take the drive to my disk duplicator and dupe it bit by bit to another drive, put the newly duped drive in the same machine and boot it up everything boots up fine. Then I do a zpool status the status is FAULTED, I get the error insufficient replicas. The slice it is mounted to is c0d0s4 and it's error is cannot open. The action stated is use the zpool online command but that does not work. Also brining up format is states that c0d0s4 is used for a zpool. I checked with the manufacture of the drive duplicator to see if there was any known issues with ZFS and their machine and it didn't sound like the tech had ever heard of ZFS. But I have it set to do a bit by bit copy with a checksum verification when it completes. Does anyone happen to have an idea of why this may be failing?

[914 byte] By [tinman2ka] at [2007-11-27 8:45:51]
# 1
This is just speculation, but I'd suspect the drives serial number is used by ZFS for tracking. That comes from the firmware, so a bit-by-bit copy won't duplicate it.One might step back and ask what you're trying to accomplish...
MichaelMyersa at 2007-7-12 20:47:16 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2
On alot of our systems, we make one master drive and the duplicate it for the rest of our machines. Afterward we run some scripts that changes the machine name, ip,etc.All of the other machines are identical. This works fine with UFS.Message was edited by: tinman2k
tinman2ka at 2007-7-12 20:47:16 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 3
You might be able to get around this by exporting the pool before duplication.Then importing in the startup scripts.
robert.cohena at 2007-7-12 20:47:16 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 4
I will give that a shot.
AdamRichardsa at 2007-7-12 20:47:16 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 5
That worked fine. Thanks.
AdamRichardsa at 2007-7-12 20:47:16 > top of Java-index,Solaris Operating System,Solaris 10 Features...