======OS - Solaris based - OpenIndiana - Notes======
=====Reload IP Filter rules======
ipf -Fa -f /etc/ipf/ipf.conf
// If -Fa is omitted your rule additions are loaded *after* the current rules. This can prevent your addition from working because a block all rule is listed earlier in the rule order. //
Source:[[http://docs.oracle.com/cd/E19253-01/816-4554/ipfilter-admin-1/index.html|System Administration Guide: IP Services - Chapter 26 Oracle Solaris IP Filter (Tasks)]] \\
=====ZFS=====
List zpools:
zpool list
List status of zpools:
zpool status
List ZFS volumes:
zfs list
Get all volume properties:
zfs get all zpool1/volume1
====Sharing====
Show shared:
sharemgr show -v
Share a volume via SMB:
zfs set sharesmb=on zpool1/volume1