Displaying 2 results from an estimated 2 matches for "vpath1c".
Did you mean:
vpath1a
2006 Oct 18
5
ZFS and IBM sdd (vpath)
...owerpath, MPXIO or VxDMP.
Here is the error message when I try to create my pool:
bash-3.00# zpool create tank /dev/dsk/vpath1a
warning: device in use checking failed: No such device
internal error: unexpected error 22 at line 446 of ../common/libzfs_pool.c
bash-3.00# zpool create tank /dev/dsk/vpath1c
cannot open ''/dev/dsk/vpath1c'': I/O error
bash-3.00# zpool create tank vpath1
cannot open ''vpath1'': no such device in /dev/dsk
must be a full path or shorthand device name
bash-3.00# zpool create tank vpath1c
cannot open ''/dev/dsk/vpath1c'': I/...
2006 Jul 26
9
zfs questions from Sun customer
...s and UFS on these devices.
List steps to reproduce the problem(if applicable):
Build Solaris 10 Update 2 server
Attach to an external storage array via IBM SVC
Load lpfc driver (6.02h)
Load IBMsdd software (1.6.1.0-2)
Attempt to use zpool create to make a storage pool:
# zpool create -f extdisk vpath1c
internal error: unexpected error 22 at line 446 of ../common/libzfs_pool.c
********* reply to customer ********************
It looks like you have an additional unwanted software layer between
Solaris and the disk hardware. Currently ZFS needs to access the
physical device to work correctly. S...