ZFS as a swap area

I am planning to migrate from UFS to ZFS and have a couple of questions:How do you automount a ZFS file system as swap?To avoid me allocating a part of a disk as RAW for our Ingres installation, can Ingres use a ZFS filesystem as a RAW device?
[264 byte] By [neilnewmana] at [2007-11-27 6:00:08]
# 1

> How do you automount a ZFS file system as swap?

You'd need an entry in the vfstab today.

You cannot use ZFS as a dump target though.

> To avoid me allocating a part of a disk as RAW for

> our Ingres installation, can Ingres use a ZFS

> filesystem as a RAW device?

I don't know why it couldn't. That's what zvols are for.

--

Darren

Darren_Dunhama at 2007-7-12 16:37:53 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2

Sorry about the delay got moved onto other things!

I have created a zfs filesystem which lists out thus:

jupiter# zfs list

NAMEUSED AVAIL REFER MOUNTPOINT

pool_one 1.00G 15.5G 24.5K legacy

pool_one/SWAP 22.5K 16.5G 22.5K -

I put an entry into the vfstab that looks like this:

pool_one/SWAP--swap-no-

But it fails to mount, any clues as to what I have got wrong here?

neilnewmana at 2007-7-12 16:37:53 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 3
Please ignore my last post, I have found the answer:/dev/zvol/dsk/pool_one/SWAP--swap-no-
neilnewmana at 2007-7-12 16:37:53 > top of Java-index,Solaris Operating System,Solaris 10 Features...