iscsiadm -m discovery -t st -p 10.0.0.1 -I iser iscsiadm -m node -T iqn.2010-10.com.example:storage-1000 -l
Category Archives: ZFS
iser target login
Posted by Dave
on September 2, 2013
Comments Off on iser target login
ZFS Destroy Snapshot
Posted by Dave
on May 26, 2013
Comments Off on ZFS Destroy Snapshot
zfs destroy tank/volume@snapshot_name
ZFS Snapshot
Posted by Dave
on May 26, 2013
Comments Off on ZFS Snapshot
zfs snapshot tank/iscsivol@snapshot_name
ZFS Send Incremental Snapshot
Posted by Dave
on May 26, 2013
Comments Off on ZFS Send Incremental Snapshot
zfs send -i tank/iscsivol@snap1 tank/iscsivol@snap2 > /iserpool/iscsivol_backup
ZFS Send Receive Snapshot
Posted by Dave
on May 26, 2013
Comments Off on ZFS Send Receive Snapshot
zfs send tank/dana@snap1 > /iserpoool/iscsivolume_backup
List Snapshots ZFS
Posted by Dave
on May 22, 2013
Comments Off on List Snapshots ZFS
zfs list -r -t snapshot -o name,creation tank/
zfs list -t snapshot
ZFS Get all parameters of zpool
Posted by Dave
on May 11, 2013
Comments Off on ZFS Get all parameters of zpool
zfs get all tank
Recent Comments