SlideShare uma empresa Scribd logo
1 de 6
Baixar para ler offline
GET STARTED



Introducing
FreeNAS 8.0
        TM
On May 2, 2011 the much anticipated redesign of FreeNAS
was released. This article introduces FreeNAS 8.0, describing
the reasons for its redesign, the current and upcoming
features, the graphical administrative interface, and where
you can find additional information.



F
        reeNAS is an embedded open source network            a modular design that would support plugins. This would
        attached storage (NAS) system based on               allow FreeNAS to have a small footprint that was easy
        FreeBSD. FreeNAS was first released by Olivier       to support. It would also allow developers to create and
Cochard-Labbé in 2005 and was originally derived from        contribute plugins for niche features, allowing FreeNAS’s
m0n0wall (http://www.monowall.org/), an embedded             usage cases to grow with users’ needs. Work on the new
firewall based on FreeBSD and released under the             design began in 2010 and FreeNAS 8.0 was released on
BSD license. Due to its ease of use and rich feature set,    May 2, 2011.
FreeNAS quickly became a popular open source storage
solution and attracted a large and varied userbase.          Differences Between FreeNAS 0.7 and FreeNAS 8.0
   As features continued to be added over time, the          Besides the redesign from a monolithic to a modular
monolithic design of FreeNAS became problematic.             system, there are many differences between the FreeNAS
There are many different uses for a storage system and       0.7 maintenance version and the new FreeNAS 8.0. The
by not having a modular design that allowed the user         most significant changes are as follows:
to install just the features they needed, FreeNAS was
suffering from feature bloat. It was becoming obvious that   •   FreeNAS is now based on NanoBSD (http://
a complete redesign was needed in order for FreeNAS to           www.freebsd.org/doc/en_US.ISO8859-1/articles/
remain a viable NAS solution.                                    nanobsd/article.html), an embedded version of
   In December, 2009 Olivier announced that FreeNAS              FreeBSD. This means that the operating itself has a
0.7 would be placed in maintenance-only mode as he               small footprint and is easily modifiable through the use
no longer had the time to devote to further FreeNAS              of scripts.
development. Volker Theile, a FreeNAS developer who          •   The operating system is now separate from the storage
develops on Debian in his day job, announced that he             volumes. This means that FreeNAS should be installed
would fork FreeNAS and his redesign would be based on            on a flash card or USB thumb drive rather than a
Debian Linux and released under the terms of the GPLv3           hard disk as the operating system will take over all of
license. The resulting project became OpenMediaVault             the space on the installation device, regardless of its
(http://blog.openmediavault.org/). Many FreeNAS users            size. This separation offers an advantage: when you
were not pleased about the change of license and the loss        upgrade, a copy of the previous operating system and
of kernel-based ZFS support due to GPL incompatibilities         configuration database is saved, allowing you to easily
with the CDDL license.                                           revert back to a previous release or configuration
   iXsystems (http://www.ixsystems.com), a provider of           should there be a problem with the upgrade.
FreeBSD-based hardware solutions and professional            •   The minimum disk requirement has increased from
support, took the initiative to redesign a version of            128 MB to 1 GB. This is to provide sufficient room
FreeNAS that remained FreeBSD based and BSD                      to hold a copy of the previous operating system and
licensed. FreeNAS would be rewritten from scratch using          configuration.


 14                                                                                                              06/2011
Introducing FreeNASTM 8.0



•   The goal of the 8.0 release was to design a modular          FreeNAS 8.0 Graphical Interface
    operating system that contains the core features             The FreeNAS 8.0 graphical administrative interface, seen
    needed by a NAS. Future releases will introduce              in Figure 2, is designed to make it easy to configure and
    plugins that provide additional features that are not        monitor a FreeNAS system. This section provides an
    required by all FreeNAS users. This means that               overview of the options that are available within the tree
    some features–such as UPnP, iTunes/DAAP, and                 menu.
    BitTorrent–are no longer in the core of the operating
    system. Current FreeNAS 0.7 users who require                NOTE
    those features should wait for the next version of           The 8.0 FreeNAS Guide (http://doc.freenas.org) contains
    FreeNAS 8 before they consider upgrading.                    screenshots for every screen in the administrative
•   Configuration changes are now stored in a                    tool, tables that summarize every configurable option,
    database. This means that you should not make                and descriptions for using each component of the
    any     configuration    changes     using    FreeBSD        administrative interface.
    commands; for example, you should not change
    the root password using the passwd command                   Account
    or install FreeBSD packages using the pkg _ add              Account used to change the administrative username and
    command. FreeBSD commands may still work, but                password. It can also be used to add users and groups to
    their results will not be written to the configuration       the FreeNAS system.
    database and all such changes will not survive a
    reboot. All configuration changes should be made             System
    using either the GUI administrative interface or the         The Reports tab provides hourly/daily/weekly/monthly/
    command line console. If you need to add additional          yearly graphs of CPU and RAM usage, system load, swap
    software to your FreeNAS system, you should wait for         utilization, and running prcoesses.
    8.1 (which will support additional software via plugins)       The Settings tab allows you to select HTTP or HTTPs
    and remain on 0.7 for now.                                   access to the FreeNAS administrative interface, set the
•   The graphical administrative interface has been              localization and time zone, set the NTP server addresses,
    rewritten in Django and is now tree based rather             configure miscellaneous settings such as the MOTD, set
    than drop-down menu based. Figures 1 and 2                   the email settings for notifications, upload the SSL key,
    provide examples of the graphical interfaces for             perform upgrades, and reset the configuration to the initial
    each version.                                                defaults.
                                                                   The System Information tab shows information such
A comparision chart of feature differences is available from     as the FreeNAS version, processor, hostname, and
http://freenas.org/comparison/item/freenas-comparison.           uptime.




Figure 1. FreeNAS 0.7 Graphical Administrative Interface         Figure 2. FreeNAS 8.0 Graphical Administrative Interface



www.bsdmag.org                                                                                                              15
GET STARTED


Network                                                        applicable to each type of share. The shares themselves
This section is used to view and configure network             are managed by services: AFP for Apple Shares, NFS for
settings. It allows you to add interfaces, configure them      UNIX shares, and CIFS for Windows shares. Additionally,
for both IPv4 and IPv6 and to add interface options such       share authentication can be provided by external servers
as the MTU. The Link Aggregations tab allows you to            running LDAP or Active Directory. This means that after
configure lagg(4) devices which are used to provide link       you create your shares, you should configure and start
aggregation and link failover using the failover, FEC (Cisco   the applicable share and authentication service(s) in the
EtherChannel), LACP (IEEE 802.3ad), loadbalance, or            Services section.
roundrobin protocols. The Static Routes tab allows you to
view and configure static routes. The VLAN tab allows you      Services
to assign a parent interface and VLAN tag ID to a virtual      The tabs in this section allow you to configure the following
vlan(4) interface.                                             services:

Storage                                                        •   AFP: The Apple Filing Protocol provides file services
The Periodic Snapshot Tasks allows you to schedule the             to Mac computers. This service must be configured
creation of ZFS dataset snapshots, where a ZFS dataset             and started if you have created Apple shares.
is a section of a volume (e.g. a directory) that can be        •   Active Directory: AD provides sharing resources to
shared. A snapshot is a copy of a dataset at a specific            Windows computers. If your Windows computers are
period in time and can be used to restore or rollback to           members of an AD domain and you have created
a saved dataset. The Replication Tasks tab can be used             Microsoft shares, you will need to configure and
to replicate a ZFS volume to another FreeNAS system                start this service. Note that you will need to add
over SSH. The Volumes tab allows you to create UFS or              a DNS record for the FreeNAS system on the
ZFS volumes, ZFS datasets, and to import existing UFS,             Windows server. FreeNAS 8.0 supports Windows
NTFS, or DOS volumes.                                              2000 or 2003 domains; if your AD server is running
                                                                   Windows 2008, make sure that its forest level is set
Sharing                                                            to 2003.
This section of the administrative interface allows you to     •   CIFS: The Common Internet File System offers file
create shares to be accessed by Mac, Unix (e.g. Linux or           services within a Windows network. FreeNAS uses
BSD), or Windows clients. The tabs in this section allow           Samba to provide CIFS capability without the need for
you to create and view Apple, UNIX, and Windows shares,            a Windows server in the network. Unix-like systems
as well as configure permissions and common settings               that provide a CIFS client can also connect to CIFS
                                                                   shares. If you have created Windows shares and do
                                                                   not have a Windows server running AD, you will need
                                                                   to configure and start this service.
                                                               •   Dynamic DNS: DDNS is useful if your FreeNAS
                                                                   system is connected to an ISP that periodically
                                                                   changes the IP address of the system. With dynamic
                                                                   DNS, the system can automatically associate its
                                                                   current IP address with a domain name, allowing you
                                                                   to access the FreeNAS system even if the IP address
                                                                   changes. DDNS requires you to register with a DDNS
                                                                   service such as DynDNS.
                                                               •   FTP: The File Transfer Protocol can be used by
                                                                   clients to browse and download data using their web
                                                                   browser or FTP client software. FTP is considered to
                                                                   be an insecure protocol and should not be used to
                                                                   transfer sensitive files.
                                                               •   LDAP: The Lightweight Directory Access Protocol
                                                                   provides directory services for finding resources,
                                                                   such as users and their associated permissions, in
Figure 3. Control Services Screen                                  a network. If your network contains an LDAP server,


 16                                                                                                                 06/2011
Introducing FreeNASTM 8.0



    you should configure and start this service on the         Reboot/Shutdown/Log Out
    FreeNAS system so that it can connect to the LDAP          Reboot/Shutdown/Log Out: menu items are provided for
    server in order to authenticate users before they          each of these functions.
    access a share.
•   NFS: The Network File System is a protocol for             Help
    sharing files on a network. If you have created any        Click this icon to see a listing of the FreeNAS help resources.
    UNIX shares, you will need to configure and enable         These are described in more detail in the next section.
    this service.
•   SNMP: The Simple Network Management Protocol               Finding Additional Information
    is used to monitor network-attached devices for            Several community resources are available to assist you
    conditions that warrant administrative attention. Use      should you have a question regarding FreeNAS 8.0:
    this tab if you would like to configure bsnmpd(8) on
    your FreeNAS system.                                       Website
•   SSH: Secure Shell allows for files to be transferred       The FreeNAS website is located at http://www.freenas.org.
    securely over an encrypted network. If you configure       It contains news and announcements, information
    your FreeNAS system as an SSH server, the                  about FreeNAS, links to FreeNAS social media sites,
    computers in your network will need to run SSH client      documentation, and support resources.
    software in order to transfer files using SSH.
•   TFTP: The Trivial File Transfer Protocol is a light-       Blog
    weight version of FTP usually used to transfer             The official FreeNAS blog is located at http://
    configuration or boot files between machines, such         blog.freenas.org/. Subscribe to its feed to keep up-to-date
    as routers, in a local network. An example where           with what is happening with FreeNAS.
    this service is useful is when you wish to store all of
    the images and configuration files for your network’s      Documentation
    devices on the FreeNAS system.                             The FreeNAS Guide (http://doc.freenas.org) is the first place
•   ISCSI: This service allow FreeNAS to act like              to look if you need to know how to configure your FreeNAS
    a storage area network (SAN) over an existing              system. As new features are added to FreeNAS, they are
    Ethernet network by exporting disks that iSCSI             documented in the Guide. Over time, the Guide will mature
    clients can attach to and mount. iSCSI provides an         into the definitive FreeNAS resource. The Guide is written
    advantage in an environment that uses Windows              using a wiki and contributions that address knowledge gaps
    shell programs; these programs tend to filter by           are welcome. Simply create a wiki login and submit your
    Network Location but iSCSI mounts are not filtered.        content; it will be reviewed by editors for technical accuracy
    In order to setup iSCSI, you will need to use this tab     and readability.
    to configure authorized users, authorized clients
    (initiators), device or file extents, iSCSI targets, and   Mailing Lists
    to map targets to extents.                                 Several FreeNAS mailing lists are available which allow
•   Control Services: This tab, shown in Figure 3,             users and developers to ask and answer questions
    displays the running status of each service. By            related to the topic of the mailing list. To post an email to
    default, every service is disabled; this means that        a list, you will need to subscribe to it first. Each mailing
    you have to remember to enable a service after you         list is archived, allowing you to browse for information by
    configure it. To do so, simply click the red OFF button    date, thread name, or author. The following mailing lists
    next to the service and wait a few seconds until it        are available:
    changes to a blue ON. Should you wish to disable a
    running service, click its ON button and wait a few        •   announce: This is a low-volume, read-only list
    seconds for it to return to OFF. The wrench icon next          where major milestones, such as new releases, are
    to a service can be used to enter its configuration            announced. You can subscribe to the list and access
    screen.                                                        the archives from https://lists.sourceforge.net/lists/
                                                                   listinfo/freenas-announce.
Display System Processes                                       •   commit: This is a read-only list. As code changes
This tab will open up a read-only terminal where you can           in the FreeNAS repository, the commit message
view the output of the top command.                                is automatically sent to this list. You can subscribe


www.bsdmag.org                                                                                                            17
GET STARTED


     to the list and access the archives from https://            Roadmap
     lists.sourceforge.net/lists/listinfo/freenas-commit.         The FreeNAS 8.1 Roadmap (http://doc.freenas.org/
•    devel: FreeNAS developers are subscribed to this             index.php/Roadmap_for_8.1) contains the list of features
     list. Technical questions about the current FreeNAS          that are being worked on for the next FreeNAS release.
     release can be posted here. You can subscribe                It is a good resource to check if your favourite feature
     to the list and access the archives from https://            isn’t currently implemented. Some of the features on the
     lists.sourceforge.net/lists/listinfo/freenas-devel.          Roadmap include:
•    docs: This list is for discussion regarding FreeNAS
     documentation. You can subscribe to the list and             •   migration utility from .7 to 8.x
     access the archives from https://lists.sourceforge.net/      •   rsync over SSH
     lists/listinfo/freenas-docs.                                 •   SMART monitoring
•    testing: FreeNAS developers are subscribed to                •   more detailed system information
     this list. Technical questions about the upcoming            •   UPS management
     FreeNAS release and feedback on testing snapshots            •   error reporting and user feedback
     can be posted here. You can subscribe to the list and        •   encryption
     access the archives from https://lists.sourceforge.net/      •   network bandwidth reporting
     lists/listinfo/freenas-testing.                              •   web server
•    translations: This list is for discussion regarding          •   3rd party plugin system
     FreeNAS localization and translating FreeNAS                 •   Unison configuration
     documentation. You can subscribe to the list and             •   mount management through the graphical interface
     access the archives from https://lists.sourceforge.net/      •   BitTorrent through plugin system
     lists/listinfo/freenas-translations.                         •   UPnP/DAAP/DLNA through plugin system

IRC                                                               Conclusion
There is a #freenas channel on IRC Freenode if you would          FreeNAS 8.0 represents a significant milestone in the
like to try asking a question in real time. Depending upon        evolution of open source storage solutions. Future
your time zone and who happens to be watching the                 releases will be able to leverage its modular design
channel messages at the time, you may or may not get              through the use of plugins, making it a NAS suited for any
an answer right away. Be patient and check back every             type of storage need.
now and then as no one can answer your question if you
disappear from the channel.

Forum
The FreeNAS 8 Forums (http://forums.freenas.org) contain
information, tips and solutions which can be accessed from
a web browser. If you are having problems with something
on your FreeNAS system, try using the forum’s search
utility. You’ll often find that someone else has posted a
similar question and that other users have responded with         DRU LAVIGNE
a fix or a how-to. The information in the Forums has been         Dru Lavigne is author of BSD Hacks, The Best of FreeBSD
categorized, allowing you to browse through posts on a            Basics, and The De�nitive Guide to PC-BSD. As Director of
specific topic. Registered users can also ask and answer          Community Development for the PC-BSD Project, she leads the
questions on the Forums.                                          documentation team, assists new users, helps to �nd and �x
                                                                  bugs, and reaches out to the community to discover their needs.
Bug Tracker                                                       She is the former Managing Editor of the Open Source Business
FreeNAS uses a trac database where you can view existing          Resource, a free monthly publication covering open source and
support tickets to see if your issue has already been             the commercialization of open source assets. She is founder and
reported or create new tickets for unreported issues (http://     current Chair of the BSD Certi�cation Group Inc., a non-pro�t
support.freenas.org/). You do not need to create a login          organization with a mission to create the standard for certifying
account in order to view existing tickets, but you will need to   BSD system administrators, and serves on the Board of the
use the Register link if you wish to submit a bug report.         FreeBSD Foundation.



    18                                                                                                                     06/2011
Lavigne bsdmag june11

Mais conteúdo relacionado

Mais procurados

Chapter 6 Downloading & Storing Information
Chapter 6 Downloading & Storing InformationChapter 6 Downloading & Storing Information
Chapter 6 Downloading & Storing Information
Patty Ramsey
 

Mais procurados (20)

Asiabsdcon15
Asiabsdcon15Asiabsdcon15
Asiabsdcon15
 
9 th
9 th9 th
9 th
 
Yocto vs. Debian white paper
Yocto vs. Debian white paperYocto vs. Debian white paper
Yocto vs. Debian white paper
 
Mac O S X V10
Mac  O S  X V10Mac  O S  X V10
Mac O S X V10
 
Net administratio
Net administratioNet administratio
Net administratio
 
Chapter 6 Downloading & Storing Information
Chapter 6 Downloading & Storing InformationChapter 6 Downloading & Storing Information
Chapter 6 Downloading & Storing Information
 
Article may11 bsdmag
Article may11 bsdmagArticle may11 bsdmag
Article may11 bsdmag
 
linux
linuxlinux
linux
 
Ilf2013
Ilf2013Ilf2013
Ilf2013
 
Mac OS X Manual
Mac OS X ManualMac OS X Manual
Mac OS X Manual
 
Documentation freenas
Documentation freenas Documentation freenas
Documentation freenas
 
Documentation free nas
Documentation free nasDocumentation free nas
Documentation free nas
 
Chapter 05
Chapter 05Chapter 05
Chapter 05
 
Newlug presentation- OpenSolaris
Newlug presentation- OpenSolarisNewlug presentation- OpenSolaris
Newlug presentation- OpenSolaris
 
6 th
6 th6 th
6 th
 
Linux course details
Linux course detailsLinux course details
Linux course details
 
Lavigne sept11 bsdmag
Lavigne sept11 bsdmagLavigne sept11 bsdmag
Lavigne sept11 bsdmag
 
Asiabsdcon14 lavigne
Asiabsdcon14 lavigneAsiabsdcon14 lavigne
Asiabsdcon14 lavigne
 
Dell linux cluster sap
Dell linux cluster sapDell linux cluster sap
Dell linux cluster sap
 
Install and configure linux
Install and configure linuxInstall and configure linux
Install and configure linux
 

Destaque (7)

Lavigne bsdmag july
Lavigne bsdmag julyLavigne bsdmag july
Lavigne bsdmag july
 
Scale9x fri
Scale9x friScale9x fri
Scale9x fri
 
Bonne AnnéE De Louis
Bonne AnnéE De LouisBonne AnnéE De Louis
Bonne AnnéE De Louis
 
Hc cuba
Hc cubaHc cuba
Hc cuba
 
Essalud hombro
Essalud   hombroEssalud   hombro
Essalud hombro
 
Overcoming Anger
Overcoming AngerOvercoming Anger
Overcoming Anger
 
Notre classe
Notre classeNotre classe
Notre classe
 

Semelhante a Lavigne bsdmag june11

Nadhiya lamp
Nadhiya lampNadhiya lamp
Nadhiya lamp
Nadhi ya
 
APACHE
APACHEAPACHE
APACHE
ARJUN
 
Deepa ppt about lamp technology
Deepa ppt about lamp technologyDeepa ppt about lamp technology
Deepa ppt about lamp technology
Deepa
 
lamp technology
lamp technologylamp technology
lamp technology
Deepa
 
Lamp technology
Lamp technologyLamp technology
Lamp technology
2tharan21
 

Semelhante a Lavigne bsdmag june11 (20)

Nelf2012
Nelf2012Nelf2012
Nelf2012
 
Tlf2012
Tlf2012Tlf2012
Tlf2012
 
Nelf2013
Nelf2013Nelf2013
Nelf2013
 
Lavigne aug11 bsdmag
Lavigne aug11 bsdmagLavigne aug11 bsdmag
Lavigne aug11 bsdmag
 
Lavigne bsdmag apr13
Lavigne bsdmag apr13Lavigne bsdmag apr13
Lavigne bsdmag apr13
 
Fsoss12
Fsoss12Fsoss12
Fsoss12
 
Fsoss2011
Fsoss2011Fsoss2011
Fsoss2011
 
Fosscon2013
Fosscon2013Fosscon2013
Fosscon2013
 
Nadhiya lamp
Nadhiya lampNadhiya lamp
Nadhiya lamp
 
Self2013
Self2013Self2013
Self2013
 
Rhel7 vs rhel6
Rhel7 vs rhel6Rhel7 vs rhel6
Rhel7 vs rhel6
 
APACHE
APACHEAPACHE
APACHE
 
Deepa ppt about lamp technology
Deepa ppt about lamp technologyDeepa ppt about lamp technology
Deepa ppt about lamp technology
 
lamp technology
lamp technologylamp technology
lamp technology
 
Lamp technology
Lamp technologyLamp technology
Lamp technology
 
Piattaforma Web Linux completa dai sorgenti
Piattaforma Web Linux completa dai sorgentiPiattaforma Web Linux completa dai sorgenti
Piattaforma Web Linux completa dai sorgenti
 
Presentation on samba server & apache server
Presentation on samba server & apache serverPresentation on samba server & apache server
Presentation on samba server & apache server
 
Dru lavigne servers-tutorial
Dru lavigne servers-tutorialDru lavigne servers-tutorial
Dru lavigne servers-tutorial
 
Olf2017
Olf2017Olf2017
Olf2017
 
Fedora15 lovelock-pres
Fedora15 lovelock-presFedora15 lovelock-pres
Fedora15 lovelock-pres
 

Mais de Dru Lavigne (20)

Olf2018
Olf2018Olf2018
Olf2018
 
FreeBSD System Administration Using SysAdm
FreeBSD System Administration Using SysAdmFreeBSD System Administration Using SysAdm
FreeBSD System Administration Using SysAdm
 
Asiabsdcon2017
Asiabsdcon2017Asiabsdcon2017
Asiabsdcon2017
 
Olf2016
Olf2016Olf2016
Olf2016
 
Tlf2016
Tlf2016Tlf2016
Tlf2016
 
Knoxbug2016
Knoxbug2016Knoxbug2016
Knoxbug2016
 
Lfnw2016
Lfnw2016Lfnw2016
Lfnw2016
 
Flourish16
Flourish16Flourish16
Flourish16
 
Scale2016
Scale2016Scale2016
Scale2016
 
Fossetcon15
Fossetcon15Fossetcon15
Fossetcon15
 
Lfnw15
Lfnw15Lfnw15
Lfnw15
 
Scale2015
Scale2015Scale2015
Scale2015
 
Olf2014
Olf2014Olf2014
Olf2014
 
Ghc14
Ghc14Ghc14
Ghc14
 
Fossetcon14
Fossetcon14Fossetcon14
Fossetcon14
 
Tlf2014
Tlf2014Tlf2014
Tlf2014
 
Asiabsdcon14
Asiabsdcon14Asiabsdcon14
Asiabsdcon14
 
Scale2014
Scale2014Scale2014
Scale2014
 
Dru lavigne oss-sysadmin
Dru lavigne oss-sysadminDru lavigne oss-sysadmin
Dru lavigne oss-sysadmin
 
Dru lavigne oss-desktop_apps
Dru lavigne oss-desktop_appsDru lavigne oss-desktop_apps
Dru lavigne oss-desktop_apps
 

Lavigne bsdmag june11

  • 1. GET STARTED Introducing FreeNAS 8.0 TM On May 2, 2011 the much anticipated redesign of FreeNAS was released. This article introduces FreeNAS 8.0, describing the reasons for its redesign, the current and upcoming features, the graphical administrative interface, and where you can find additional information. F reeNAS is an embedded open source network a modular design that would support plugins. This would attached storage (NAS) system based on allow FreeNAS to have a small footprint that was easy FreeBSD. FreeNAS was first released by Olivier to support. It would also allow developers to create and Cochard-Labbé in 2005 and was originally derived from contribute plugins for niche features, allowing FreeNAS’s m0n0wall (http://www.monowall.org/), an embedded usage cases to grow with users’ needs. Work on the new firewall based on FreeBSD and released under the design began in 2010 and FreeNAS 8.0 was released on BSD license. Due to its ease of use and rich feature set, May 2, 2011. FreeNAS quickly became a popular open source storage solution and attracted a large and varied userbase. Differences Between FreeNAS 0.7 and FreeNAS 8.0 As features continued to be added over time, the Besides the redesign from a monolithic to a modular monolithic design of FreeNAS became problematic. system, there are many differences between the FreeNAS There are many different uses for a storage system and 0.7 maintenance version and the new FreeNAS 8.0. The by not having a modular design that allowed the user most significant changes are as follows: to install just the features they needed, FreeNAS was suffering from feature bloat. It was becoming obvious that • FreeNAS is now based on NanoBSD (http:// a complete redesign was needed in order for FreeNAS to www.freebsd.org/doc/en_US.ISO8859-1/articles/ remain a viable NAS solution. nanobsd/article.html), an embedded version of In December, 2009 Olivier announced that FreeNAS FreeBSD. This means that the operating itself has a 0.7 would be placed in maintenance-only mode as he small footprint and is easily modifiable through the use no longer had the time to devote to further FreeNAS of scripts. development. Volker Theile, a FreeNAS developer who • The operating system is now separate from the storage develops on Debian in his day job, announced that he volumes. This means that FreeNAS should be installed would fork FreeNAS and his redesign would be based on on a flash card or USB thumb drive rather than a Debian Linux and released under the terms of the GPLv3 hard disk as the operating system will take over all of license. The resulting project became OpenMediaVault the space on the installation device, regardless of its (http://blog.openmediavault.org/). Many FreeNAS users size. This separation offers an advantage: when you were not pleased about the change of license and the loss upgrade, a copy of the previous operating system and of kernel-based ZFS support due to GPL incompatibilities configuration database is saved, allowing you to easily with the CDDL license. revert back to a previous release or configuration iXsystems (http://www.ixsystems.com), a provider of should there be a problem with the upgrade. FreeBSD-based hardware solutions and professional • The minimum disk requirement has increased from support, took the initiative to redesign a version of 128 MB to 1 GB. This is to provide sufficient room FreeNAS that remained FreeBSD based and BSD to hold a copy of the previous operating system and licensed. FreeNAS would be rewritten from scratch using configuration. 14 06/2011
  • 2. Introducing FreeNASTM 8.0 • The goal of the 8.0 release was to design a modular FreeNAS 8.0 Graphical Interface operating system that contains the core features The FreeNAS 8.0 graphical administrative interface, seen needed by a NAS. Future releases will introduce in Figure 2, is designed to make it easy to configure and plugins that provide additional features that are not monitor a FreeNAS system. This section provides an required by all FreeNAS users. This means that overview of the options that are available within the tree some features–such as UPnP, iTunes/DAAP, and menu. BitTorrent–are no longer in the core of the operating system. Current FreeNAS 0.7 users who require NOTE those features should wait for the next version of The 8.0 FreeNAS Guide (http://doc.freenas.org) contains FreeNAS 8 before they consider upgrading. screenshots for every screen in the administrative • Configuration changes are now stored in a tool, tables that summarize every configurable option, database. This means that you should not make and descriptions for using each component of the any configuration changes using FreeBSD administrative interface. commands; for example, you should not change the root password using the passwd command Account or install FreeBSD packages using the pkg _ add Account used to change the administrative username and command. FreeBSD commands may still work, but password. It can also be used to add users and groups to their results will not be written to the configuration the FreeNAS system. database and all such changes will not survive a reboot. All configuration changes should be made System using either the GUI administrative interface or the The Reports tab provides hourly/daily/weekly/monthly/ command line console. If you need to add additional yearly graphs of CPU and RAM usage, system load, swap software to your FreeNAS system, you should wait for utilization, and running prcoesses. 8.1 (which will support additional software via plugins) The Settings tab allows you to select HTTP or HTTPs and remain on 0.7 for now. access to the FreeNAS administrative interface, set the • The graphical administrative interface has been localization and time zone, set the NTP server addresses, rewritten in Django and is now tree based rather configure miscellaneous settings such as the MOTD, set than drop-down menu based. Figures 1 and 2 the email settings for notifications, upload the SSL key, provide examples of the graphical interfaces for perform upgrades, and reset the configuration to the initial each version. defaults. The System Information tab shows information such A comparision chart of feature differences is available from as the FreeNAS version, processor, hostname, and http://freenas.org/comparison/item/freenas-comparison. uptime. Figure 1. FreeNAS 0.7 Graphical Administrative Interface Figure 2. FreeNAS 8.0 Graphical Administrative Interface www.bsdmag.org 15
  • 3. GET STARTED Network applicable to each type of share. The shares themselves This section is used to view and configure network are managed by services: AFP for Apple Shares, NFS for settings. It allows you to add interfaces, configure them UNIX shares, and CIFS for Windows shares. Additionally, for both IPv4 and IPv6 and to add interface options such share authentication can be provided by external servers as the MTU. The Link Aggregations tab allows you to running LDAP or Active Directory. This means that after configure lagg(4) devices which are used to provide link you create your shares, you should configure and start aggregation and link failover using the failover, FEC (Cisco the applicable share and authentication service(s) in the EtherChannel), LACP (IEEE 802.3ad), loadbalance, or Services section. roundrobin protocols. The Static Routes tab allows you to view and configure static routes. The VLAN tab allows you Services to assign a parent interface and VLAN tag ID to a virtual The tabs in this section allow you to configure the following vlan(4) interface. services: Storage • AFP: The Apple Filing Protocol provides file services The Periodic Snapshot Tasks allows you to schedule the to Mac computers. This service must be configured creation of ZFS dataset snapshots, where a ZFS dataset and started if you have created Apple shares. is a section of a volume (e.g. a directory) that can be • Active Directory: AD provides sharing resources to shared. A snapshot is a copy of a dataset at a specific Windows computers. If your Windows computers are period in time and can be used to restore or rollback to members of an AD domain and you have created a saved dataset. The Replication Tasks tab can be used Microsoft shares, you will need to configure and to replicate a ZFS volume to another FreeNAS system start this service. Note that you will need to add over SSH. The Volumes tab allows you to create UFS or a DNS record for the FreeNAS system on the ZFS volumes, ZFS datasets, and to import existing UFS, Windows server. FreeNAS 8.0 supports Windows NTFS, or DOS volumes. 2000 or 2003 domains; if your AD server is running Windows 2008, make sure that its forest level is set Sharing to 2003. This section of the administrative interface allows you to • CIFS: The Common Internet File System offers file create shares to be accessed by Mac, Unix (e.g. Linux or services within a Windows network. FreeNAS uses BSD), or Windows clients. The tabs in this section allow Samba to provide CIFS capability without the need for you to create and view Apple, UNIX, and Windows shares, a Windows server in the network. Unix-like systems as well as configure permissions and common settings that provide a CIFS client can also connect to CIFS shares. If you have created Windows shares and do not have a Windows server running AD, you will need to configure and start this service. • Dynamic DNS: DDNS is useful if your FreeNAS system is connected to an ISP that periodically changes the IP address of the system. With dynamic DNS, the system can automatically associate its current IP address with a domain name, allowing you to access the FreeNAS system even if the IP address changes. DDNS requires you to register with a DDNS service such as DynDNS. • FTP: The File Transfer Protocol can be used by clients to browse and download data using their web browser or FTP client software. FTP is considered to be an insecure protocol and should not be used to transfer sensitive files. • LDAP: The Lightweight Directory Access Protocol provides directory services for finding resources, such as users and their associated permissions, in Figure 3. Control Services Screen a network. If your network contains an LDAP server, 16 06/2011
  • 4. Introducing FreeNASTM 8.0 you should configure and start this service on the Reboot/Shutdown/Log Out FreeNAS system so that it can connect to the LDAP Reboot/Shutdown/Log Out: menu items are provided for server in order to authenticate users before they each of these functions. access a share. • NFS: The Network File System is a protocol for Help sharing files on a network. If you have created any Click this icon to see a listing of the FreeNAS help resources. UNIX shares, you will need to configure and enable These are described in more detail in the next section. this service. • SNMP: The Simple Network Management Protocol Finding Additional Information is used to monitor network-attached devices for Several community resources are available to assist you conditions that warrant administrative attention. Use should you have a question regarding FreeNAS 8.0: this tab if you would like to configure bsnmpd(8) on your FreeNAS system. Website • SSH: Secure Shell allows for files to be transferred The FreeNAS website is located at http://www.freenas.org. securely over an encrypted network. If you configure It contains news and announcements, information your FreeNAS system as an SSH server, the about FreeNAS, links to FreeNAS social media sites, computers in your network will need to run SSH client documentation, and support resources. software in order to transfer files using SSH. • TFTP: The Trivial File Transfer Protocol is a light- Blog weight version of FTP usually used to transfer The official FreeNAS blog is located at http:// configuration or boot files between machines, such blog.freenas.org/. Subscribe to its feed to keep up-to-date as routers, in a local network. An example where with what is happening with FreeNAS. this service is useful is when you wish to store all of the images and configuration files for your network’s Documentation devices on the FreeNAS system. The FreeNAS Guide (http://doc.freenas.org) is the first place • ISCSI: This service allow FreeNAS to act like to look if you need to know how to configure your FreeNAS a storage area network (SAN) over an existing system. As new features are added to FreeNAS, they are Ethernet network by exporting disks that iSCSI documented in the Guide. Over time, the Guide will mature clients can attach to and mount. iSCSI provides an into the definitive FreeNAS resource. The Guide is written advantage in an environment that uses Windows using a wiki and contributions that address knowledge gaps shell programs; these programs tend to filter by are welcome. Simply create a wiki login and submit your Network Location but iSCSI mounts are not filtered. content; it will be reviewed by editors for technical accuracy In order to setup iSCSI, you will need to use this tab and readability. to configure authorized users, authorized clients (initiators), device or file extents, iSCSI targets, and Mailing Lists to map targets to extents. Several FreeNAS mailing lists are available which allow • Control Services: This tab, shown in Figure 3, users and developers to ask and answer questions displays the running status of each service. By related to the topic of the mailing list. To post an email to default, every service is disabled; this means that a list, you will need to subscribe to it first. Each mailing you have to remember to enable a service after you list is archived, allowing you to browse for information by configure it. To do so, simply click the red OFF button date, thread name, or author. The following mailing lists next to the service and wait a few seconds until it are available: changes to a blue ON. Should you wish to disable a running service, click its ON button and wait a few • announce: This is a low-volume, read-only list seconds for it to return to OFF. The wrench icon next where major milestones, such as new releases, are to a service can be used to enter its configuration announced. You can subscribe to the list and access screen. the archives from https://lists.sourceforge.net/lists/ listinfo/freenas-announce. Display System Processes • commit: This is a read-only list. As code changes This tab will open up a read-only terminal where you can in the FreeNAS repository, the commit message view the output of the top command. is automatically sent to this list. You can subscribe www.bsdmag.org 17
  • 5. GET STARTED to the list and access the archives from https:// Roadmap lists.sourceforge.net/lists/listinfo/freenas-commit. The FreeNAS 8.1 Roadmap (http://doc.freenas.org/ • devel: FreeNAS developers are subscribed to this index.php/Roadmap_for_8.1) contains the list of features list. Technical questions about the current FreeNAS that are being worked on for the next FreeNAS release. release can be posted here. You can subscribe It is a good resource to check if your favourite feature to the list and access the archives from https:// isn’t currently implemented. Some of the features on the lists.sourceforge.net/lists/listinfo/freenas-devel. Roadmap include: • docs: This list is for discussion regarding FreeNAS documentation. You can subscribe to the list and • migration utility from .7 to 8.x access the archives from https://lists.sourceforge.net/ • rsync over SSH lists/listinfo/freenas-docs. • SMART monitoring • testing: FreeNAS developers are subscribed to • more detailed system information this list. Technical questions about the upcoming • UPS management FreeNAS release and feedback on testing snapshots • error reporting and user feedback can be posted here. You can subscribe to the list and • encryption access the archives from https://lists.sourceforge.net/ • network bandwidth reporting lists/listinfo/freenas-testing. • web server • translations: This list is for discussion regarding • 3rd party plugin system FreeNAS localization and translating FreeNAS • Unison configuration documentation. You can subscribe to the list and • mount management through the graphical interface access the archives from https://lists.sourceforge.net/ • BitTorrent through plugin system lists/listinfo/freenas-translations. • UPnP/DAAP/DLNA through plugin system IRC Conclusion There is a #freenas channel on IRC Freenode if you would FreeNAS 8.0 represents a significant milestone in the like to try asking a question in real time. Depending upon evolution of open source storage solutions. Future your time zone and who happens to be watching the releases will be able to leverage its modular design channel messages at the time, you may or may not get through the use of plugins, making it a NAS suited for any an answer right away. Be patient and check back every type of storage need. now and then as no one can answer your question if you disappear from the channel. Forum The FreeNAS 8 Forums (http://forums.freenas.org) contain information, tips and solutions which can be accessed from a web browser. If you are having problems with something on your FreeNAS system, try using the forum’s search utility. You’ll often find that someone else has posted a similar question and that other users have responded with DRU LAVIGNE a fix or a how-to. The information in the Forums has been Dru Lavigne is author of BSD Hacks, The Best of FreeBSD categorized, allowing you to browse through posts on a Basics, and The De�nitive Guide to PC-BSD. As Director of specific topic. Registered users can also ask and answer Community Development for the PC-BSD Project, she leads the questions on the Forums. documentation team, assists new users, helps to �nd and �x bugs, and reaches out to the community to discover their needs. Bug Tracker She is the former Managing Editor of the Open Source Business FreeNAS uses a trac database where you can view existing Resource, a free monthly publication covering open source and support tickets to see if your issue has already been the commercialization of open source assets. She is founder and reported or create new tickets for unreported issues (http:// current Chair of the BSD Certi�cation Group Inc., a non-pro�t support.freenas.org/). You do not need to create a login organization with a mission to create the standard for certifying account in order to view existing tickets, but you will need to BSD system administrators, and serves on the Board of the use the Register link if you wish to submit a bug report. FreeBSD Foundation. 18 06/2011