User Tools

Site Tools


computing:zfsreminders

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
computing:zfsreminders [2024/04/21 23:07] oemb1905computing:zfsreminders [2025/02/21 02:42] (current) oemb1905
Line 3: Line 3:
   * **Jonathan Haack**   * **Jonathan Haack**
   * **Haack's Networking**   * **Haack's Networking**
-  * **webmaster@haacksnetworking.org**+  * **webmaster@haacksnetworking.org** 
  
 ------------------------------------------- -------------------------------------------
Line 35: Line 35:
 If you now have more than one drive, add another drive as a mirror as follows: If you now have more than one drive, add another drive as a mirror as follows:
  
-  zpool attach nameofpool /dev/disk/by-id/currentdisk /dev/disk/by-id/newdisk+  zpool attach nameofpool mirror /dev/sdA /dev/sdB
      
 To create an encrypted dataset you generate a key and then specify the location and name of the pool as follows: To create an encrypted dataset you generate a key and then specify the location and name of the pool as follows:
Line 109: Line 109:
   <# Set Min ARC size => 1GB == 1073741824>   <# Set Min ARC size => 1GB == 1073741824>
   <options zfs zfs_arc_min=1073741824>   <options zfs zfs_arc_min=1073741824>
 +  cat /sys/module/zfs/parameters/zfs_arc_min
 +  cat /sys/module/zfs/parameters/zfs_arc_max
  
-More examples ... +nmap tests and other security checks
  
- --- //[[webmaster@haacksnetworking.org|oemb1905]] 2024/04/21 21:15//+  nmap -sV --script ssl-enum-ciphers -p 443 website.com 
 +  nikito -h website.com 
 +  wpscan --url https://notoriousslips.com --enumerate vp 
 + 
 + 
 + --- //[[alerts@haacksnetworking.org|oemb1905]] 2024/12/13 16:33//
computing/zfsreminders.1713740875.txt.gz · Last modified: 2024/04/21 23:07 by oemb1905