Look, this is not about needing a Solaris 10 course. This is about things that don't work in Solaris 10 that should be working: _______________________________________________________
hostname# svcadm enable dns/server hostname# reboot ... hostname# tail /var/svc/log/network-dns-server:default.log ... [ Apr 2 09:11:52 Executing start method ("/lib/svc/method/dns-server start default"). ] dns-server: Executing: /usr/sbin/named [ Apr 2 09:11:55 Method "start" exited with status 1. ] ... hostname# ps -ef | grep named root 695 670 0 09:21:45 pts/2 0:00 grep named ... hostname# svcs | grep dns online 9:11:46 svc:/network/dns/client:default maintenance 9:11:55 svc:/network/dns/server:default hostname# dig @localhost yahoo.com ; <<>> DiG 9.3.4-P1 <<>> @localhost yahoo.com ; (1 server found) ;; global options: printcmd ;; connection timed out; no servers could be reached hostname# /lib/svc/method/dns-server start default dns-server: Executing: /usr/sbin/named hostname# ps -ef | grep named root 695 670 0 09:21:45 pts/2 0:00 grep named root 693 1 0 09:21:29 ? 0:00 /usr/sbin/named hostname# dig #localhost yahoo.com ;; Got answer: ... (clearly working right) (but still:) hostname# svcs | grep dns online 9:11:46 svc:/network/dns/client:default maintenance 9:11:55 svc:/network/dns/server:default _______________________________________________________ "The SXCE installer does not create ZFS filesystems " When I loaded solaris 10, the disk was blank and formatted; the installer created everything. The installer extolled the virtues of ZFS. On bootup, an announcement on screen tells me that drivers for ZFS are loaded. All of the information I am finding tells me that I can't change from ufs to ZFS. I really want to mirror two ZFS disks on this system. If the SXCE installer does not create ZFS filesystems, how do I get there from here? This message posted from opensolaris.org