0
votes
2answers
58 views

OpenIndiana Static IP

I've installed OpenIndiana 151a7 twice now. Configured a static ip using the following instructions: svcadm disable svc:/network/physical:nwam svcadm enable svc:/network/physical:default cp ...
0
votes
1answer
552 views

OpenIndiana (illumos): vmxnet3 interface lost on reboot

I want my VMware vmxnet3 interface to be brought up with DHCP on boot. I can manually configure the NIC with: # ifconfig vmxnet3s0 plumb # ipadm create-addr -T dhcp vmxnet3s0/v4dhcp But after ...
2
votes
2answers
522 views

Are there any PCIe SSD cards compatable with OpenIndianna (OpenSolaris) and/or FreeNAS (freebsd) 8+?

Has anyone had any success at all with any PCIx SSD cards around the 200GB+ mark under FreeNAS 8 or OpenIndiana? Specifically either of these platforms because of ZFS support for which we'd be using ...
6
votes
3answers
2k views

Where can I find introductory documentation for ZFS?

I recently installed OpenIndiana because of an interest in ZFS. I like the feature-list of ZFS, but I'm having a hard time wrapping my head around how to configure it. All of the documentation I ...
6
votes
2answers
924 views

Getting ZFS per dataset IO statistics (or NFS per export IO statistics)

Where do I find statistics about how IO is divided between zfs datasets? (zpool iostat only tells me how much IO a pool is experiencing.) All the relevant datasets are used through NFS, so I'd be ...
3
votes
4answers
2k views

OpenIndiana - ZFS Storage

I am somewhat comfortable with Linux / opensolaris command line options but not very good. I am trying to build a Storage based on ZFS, the specs are: Dell 670 Machine with 4 Hard Drives (SATA and ...
2
votes
3answers
114 views

F_WRLCK calls take long time on NFS

I have NFS shared among 30 cluster nodes. The nodes are Debian 5 and 6. The NFS server is OpenSolaris 2009. We have good hardware and a 20Gbit Infiniband network. On the cluster nodes, fs operations ...
0
votes
2answers
887 views

Reset ACLs in NFS4/ZFS network share

How can I reset the ACLs on a ZFS file system on OpenIndiana that is exported via NFS4 and replace it with inherited permissions? Basically, I want to do the equivalent of icacls "C:\path\to\folder" ...
5
votes
5answers
1k views

Where is the central ZFS website now?

Oracle dumped OpenSolaris in Fall 2010, and it is unclear if Oracle will continue to publicly release updates to ZFS, except maybe after they release their next major version of Solaris. FreeBSD now ...