User Tools

Site Tools


computing:storage:napp-it

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
computing:storage:napp-it [2019/04/03 15:00]
gcooper
computing:storage:napp-it [2025/01/28 08:47] (current)
gcooper
Line 6: Line 6:
  
 See also **[[computing:storage:zfs_snapshot|ZFS Snapshots and Napp-IT Replication]]** See also **[[computing:storage:zfs_snapshot|ZFS Snapshots and Napp-IT Replication]]**
 +
 +See also **[[https://www.napp-it.org/doc/downloads/flash_lsi_sas.pdf|Flash LSI IR to IT Mode]]**
 +
 +**License Swap**: http://napp-it.org/extensions/swap_en.html 
  
 **Official Handbook**: http://www.napp-it.org/doc/downloads/napp-it.pdf **Official Handbook**: http://www.napp-it.org/doc/downloads/napp-it.pdf
Line 12: Line 16:
  
 **All-in-One**: http://www.napp-it.org/doc/downloads/all-in-one.pdf **All-in-One**: http://www.napp-it.org/doc/downloads/all-in-one.pdf
 +
 +**Best HBAs**: https://www.servethehome.com/buyers-guides/top-hardware-components-napp-omnios-nas-servers/top-picks-for-napp-it-and-omnios-hbas-host-bus-adapters/
 +
 +**Best Hardware**: https://www.servethehome.com/buyers-guides/top-hardware-components-napp-omnios-nas-servers/
  
 https://forums.servethehome.com/index.php?threads/performance-tuning-three-monster-zfs-systems.3921/ https://forums.servethehome.com/index.php?threads/performance-tuning-three-monster-zfs-systems.3921/
Line 117: Line 125:
 :!: Napp-IT should only be used on secure networks.  SSL is not available by default on the web interface. :!: Napp-IT should only be used on secure networks.  SSL is not available by default on the web interface.
  
-:!: Delete ''napp-it.cfg'' to reset to defaults.+:!: Delete '' /var/web-gui/_log/napp-it.cfg'' to reset to defaults.
  
 Using a web browser: Using a web browser:
Line 154: Line 162:
  
 **About -> Settings** **About -> Settings**
 +
 **Jobs -> E-mail -> SMTP Test** **Jobs -> E-mail -> SMTP Test**
  
Line 159: Line 168:
  
 **Jobs -> TLS E-mail -> Enable TLS Mail** **Jobs -> TLS E-mail -> Enable TLS Mail**
 +
 **Jobs -> TLS E-mail -> TLS Test** **Jobs -> TLS E-mail -> TLS Test**
  
Line 285: Line 295:
 itadm list-target -v itadm list-target -v
 </file> </file>
 +
 +===== S3 =====
 +
 +http://www.napp-it.org/doc/downloads/cloudsync.pdf
 +
 +https://forums.servethehome.com/index.php?threads/amazon-s3-compatible-zfs-cloud-with-minio.27524/
 +
 +  * Update ''napp-it'' (**About -> Update**)
 +  * Use menu **Services -> minIO S3 Services** to install ''minIO''
 +  * Use menu **ZFS Filesystems -> S3cloud -> unset** to activate (ex: on port 9000)
 +
 +You can share the same filesystem via SMB and S3, but there is no file locking.
 +
 +Via SMB, you will find a folder ''S3_data'' and ''S3_config'' with S3 data.
 +
 +Open a browser (or any S3 client) with address ip:9000.
  
 ===== NFS ===== ===== NFS =====
Line 397: Line 423:
 {{ :computing:storage:napp-it_zfs_diskinfos.png?750 |ZFS Disk Errors}} {{ :computing:storage:napp-it_zfs_diskinfos.png?750 |ZFS Disk Errors}}
  
-===== Replace a Failed Disk =====+==== Replace a Failed Disk ====
  
 In the web GUI: In the web GUI:
Line 406: Line 432:
   * Select the new drive you already installed   * Select the new drive you already installed
   * Click 'Replace'   * Click 'Replace'
 +
 +If you simply replace a failed boot drive with another drive (system off), you can then:
 +
 +<file>
 +zpool status rpool
 +zpool replace rpool device
 +</file>
 +
 +==== rpool ====
 +
 +https://omnios.org/info/migrate_rpool
 +
 +Install the boot block and boot loader of mirrored boot drives:
 +
 +<file>
 +bootadm install-bootloader -P rpool
 +</file>
 +
 +:!: Test or switch boot drives in the system BIOS.
  
 ===== File Manager ===== ===== File Manager =====
Line 425: Line 470:
   * napp-it webserver restart: ''/etc/init.d/napp-it restart''   * napp-it webserver restart: ''/etc/init.d/napp-it restart''
   * or try a reboot or reinstall via ''wget''   * or try a reboot or reinstall via ''wget''
 +
 +===== SFTP =====
 +
 +  - Add SFTP user to SSH ''AllowUsers'' or ''AllowGroups''
 +    - ''AllowUsers root backupuser''
 +  - Modify ''/etc/passwd'' SFTP user home directory and restricted shell
 +    * ''/bin/rbash''
 +  - Restart SSH service
 +    * ''svcadm restart svc:/network/ssh:default''
  
 ===== FTP ===== ===== FTP =====
computing/storage/napp-it.1554325240.txt.gz · Last modified: 2019/04/03 15:00 by gcooper