ZFS pool Sharing LUN
edited May 6, 2012 3:34PM in Oracle Solaris File Systems and Disk Management (MOSC) 6 commentsAnswered ✓
Hello all
I have this scenario :
Two Sun Sparc T3-1 ( Server1, Server2 ) that Share a LUN on a Hitachi Storage
The requirement is :
1.- Create a zfs pool on Server 1 on the shared Hitachi LUN then create a zfs called test and mount it.
2.- Mount whit Read Only feature in Server 2 the same Shared Hitachi LUN.
when i tried to mount on Read-Only on server 2 appear the following error :
bash-3.2# zpool create TEST
invalid vdev specification
use '-f' to override the following errors:
/dev/dsk/c2t50060E80104601E1d0s0 is part of exported or potentially active ZFS pool TEST. Please see zpool(1M).
0