From: dawe on
Hi all, this is going to be tough to me...
I'm trying to import a previously created zpool on FreeBSD 8 to
Nexenta CP3 (and if this is not the place to ask... tell where ^__^).
I'm trying to make the system aware of more than 16 disks attached to
a P800 controller (there are 25 disks). I can't see the disks through
the format command, but at least they look to be there in /dev/dsk
hierarchy (I've added them in sd.conf as name="sd" class="scsi"
target=1 lun=1..25, one line per LUN and I don't know if I'm doing
right).
I've issued a

zpool import -d /dev/dsk

and I see the pool I'm looking for:

pool: data
id: 13723956097453383204
state: UNAVAIL
status: One or more device are missing from the system.
action: The pool cannot be imported. Attach the missing devices and
try again.

config:
data UNAVAIL insufficient replicas
raidz1-0 UNAVAIL insufficient replicas
c0t2d0p0 ONLINE
c0t3d0p0 ONLINE
c0t4d0p0 ONLINE
c0t5d0p0 ONLINE
c1t0d0p0 ONLINE
c1t1d0p0 ONLINE
c1t2d0p0 ONLINE
c1t3d0p0 ONLINE
c1t4d0p0 ONLINE
c1t5d0p0 ONLINE
[…]
c1t15d0p0 ONLINE
/dev/da20 ONLINE
/dev/da21 ONLINE
/dev/da22 ONLINE
/dev/da23 ONLINE
/dev/da24 ONLINE

/dev/daNN are from FreeBSD disk naming...
Any hint on how I can make it aware of the remaining disks?

thanks

d
From: Ian Collins on
On 05/ 4/10 02:20 AM, dawe wrote:
> Hi all, this is going to be tough to me...
> I'm trying to import a previously created zpool on FreeBSD 8 to
> Nexenta CP3 (and if this is not the place to ask... tell where ^__^).
> I'm trying to make the system aware of more than 16 disks attached to
> a P800 controller (there are 25 disks).

What is a P800 controller? If format can't see the drives, you're out
of luck.

--
Ian Collins
From: dawe on
Ian Collins <ian-news(a)hotmail.com> wrote:

> What is a P800 controller? If format can't see the drives, you're out
> of luck.

Solved, it was only a matter of proper sd.conf configuration :-)
d