1. Solaris vs OmniOS
This is a very basic question, as you must choose between
two different lines of further development:
- Oracle Solaris with pool v. 29+ (and the offer of ZFS encryption)
- OpenZFS like OmniOS with pool v.5000 and feature flags
Both are completely incompatible unless you stay at pool v.28/ZFS v5
that does not offer either the newer features from Oracle like
encryption nor the newer features of Illumos/OmniOS like LZ4 compression.
If you have created the pool without forcing v28/5 you cannot
move the pool between them.
2. There is no known problem of smartmontools on OmniOS
Rerun the wget installer and check the console output when it comes
to smartmontools (or check the installer log in /root)
or try to install manually as root (best, use Putty and copy paste via a mouse right click)
Code:
cd /root
wget [URL]http://downloads.sourceforge.net/project/smartmontools/smartmontools/6.3/smartmontools-6.3.tar.gz[/URL]
gzcat /root/smartmontools-6.3.tar.gz | tar xf - cd smartmontools-6.3/
./configure --prefix=/usr --sysconfdir=/etc
make
make install
make clean
or install via IPS from
http://scott.mathematik.uni-ulm.de/
(OmniOS repository university Ulm)