What is strange is that you don't have that message for other slices
(slice 0, 1, 2) so it sounds like there's really something using that
slice 3.

  As a workaround, you can disable the exclusive open with the following
command:

  # echo 'vd_open_flags/W 0x3' | mdb -kw

  However you can run into trouble if something else is effectively using
that slice.

  If you want to make the vd_open_flags change persistent upon reboot, you
need to add the following line to /etc/system:

set vds:vd_open_flags = 0x3


alex.


Dan Weinman wrote:
> Alex:
> 
> There is nothing (no one) using that slice. That slice has no cylinders 
> allocated to it. In fact I get the same vds error  when the lun is unmapped.
> 
> There isn't any conflicts with any volume manager software.
> 
> -dan
> --
> This message was posted from opensolaris.org
> _______________________________________________
> ldoms-discuss mailing list
> ldoms-discuss at opensolaris.org
> http://mail.opensolaris.org/mailman/listinfo/ldoms-discuss

Reply via email to