
- sofort einsetzbarer und komfortabler ZFS Storage-Server für iSCSI/FC, NFS und SMB
- Active Directory Support mit Snaps als Vorherige Version
- komfortable Web-GUI
- alle Funktionen für ein fortschrittliches NAS/SAN
- kommerzielle Nutzung erlaubt
- kein Speicherlimit
- freier Download für End-User

- schnellere GUI durch Background Dienste
- Bugfix/ Updates auf neueste Versionen oder Fehlerbehebungen
- Extensions wie komfortables ACL Management, Disk und Echtzeitmonitoring oder Remote Replikation
- Appliance Diskmap, Security und Tuning (Pro complete)
- Redistribution/Bundling/ Installation im Kundenauftrag optional
Fordern Sie ein Angebot an.
Details: Featuresheet.pdf
napp-it on Sparc (not supported)
If you want to use napp-it on Sparc, you have the problem, that napp-it includes binaries
(mini-httpd Webserver and perl module Expect) for Nexenta and Solaris X86 only.
To have a working napp-it, download SPARC binaries,
unzip to /tmp and replace the X86 binaries with the included shell script:
#!/bin/sh
cp napp-it-mhttpd_sparc /var/web-gui/tools/httpd/napp-it-mhttpd
cp Tty.so.osol_sparc /var/web-gui/data/napp-it/CGI/auto/IO/Tty/Tty.so.osol
cp Tty.pm_sparc /var/web-gui/data/napp-it/CGI/IO/Tty.pm
cp Pty.pm_sparc /var/web-gui/data/napp-it/CGI/IO/Pty.pm
cp Expect.pm_sparc /var/web-gui/data/napp-it/CGI/Expect.pm
cp Expect.pod_sparc /var/web-gui/data/napp-it/CGI/Expect.pod
/etc/init.d/napp-it restart
Thanks to Bronkoo, who send me these binaries
Update
On a newer Solaris, the above Expect modules will no longer work. As a workaround delete the folder withe the Expect binaries /var/web-gui/data/napp-it/CGI/auto/ and create a file /var/web-gui/data/napp-it/CGI/auto to block this folder as napp-it tries to copy X86 Expect binaries on every login.
Then compile Expect.pm. Perl should find then the correct binaries Confirm questions with enter
perl -MCPAN -e shell notest install Expect exit
|