1 2 |
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
1 |
zfs destroy tank/volume@snapshot_name |
ZFS Snapshot
Posted by Dave
on May 26, 2013
Comments Off on ZFS Snapshot
1 |
zfs snapshot tank/iscsivol@snapshot_name |
ZFS Send Incremental Snapshot
Posted by Dave
on May 26, 2013
Comments Off on ZFS Send Incremental Snapshot
1 |
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
1 |
zfs send tank/dana@snap1 > /iserpoool/iscsivolume_backup |
List Snapshots ZFS
Posted by Dave
on May 22, 2013
Comments Off on List Snapshots ZFS
1 |
zfs list -r -t snapshot -o name,creation tank/ |
1 |
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
1 |
zfs get all tank |
Recent Comments