What Is NAS
What Is NAS
Issue 01
Date 2019-07-31
and other Huawei trademarks are trademarks of Huawei Technologies Co., Ltd.
All other trademarks and trade names mentioned in this document are the property of their respective
holders.
Notice
The purchased products, services and features are stipulated by the contract made between Huawei and the
customer. All or part of the products, services and features described in this document may not be within the
purchase scope or the usage scope. Unless otherwise specified in the contract, all statements, information,
and recommendations in this document are provided "AS IS" without warranties, guarantees or
representations of any kind, either express or implied.
The information in this document is subject to change without notice. Every effort has been made in the
preparation of this document to ensure accuracy of the contents, but all statements, information, and
recommendations in this document do not constitute a warranty of any kind, express or implied.
Website: http://e.huawei.com
Contents
1 Concepts.......................................................................................................................................... 1
2 NAS Storage Features................................................................................................................... 2
3 Access Protocols Supported by Huawei Storage Systems.....................................................4
4 Implementation of Huawei Storage...........................................................................................7
5 NAS vs. SAN.................................................................................................................................. 8
1 Concepts
Network Attached Storage (NAS) is a mechanism that uses devices directly connected to
network media to implement data storage.
Generally, NAS supports the access to shared files using protocols such as Common Internet
File System (CIFS), Network File System (NFS), File Transfer Protocol (FTP), and Hypertext
Transfer Protocol (HTTP).
l Easy installation
The NAS storage has built-in simplified operating systems and network protocols
dedicated for data storage and can be directly mounted to the network.
l Cross-platform use
NAS is independent of the operating system platform and supports various operating
systems such as Windows, UNIX, and Linux.
l File sharing
File sharing is the most basic application of NAS. An administrator can access the shared
directory to store data.
l DR and backup
Many NAS storage systems support the snapshot technology in which snapshots are
taken periodically for file systems to support quick data recovery without occupying
large space. In addition, NAS supports the Network Data Management Protocol
(NDMP), making data backup and recovery faster and easier without occupying network
resources.
l User quota
Different space sizes and restrictions on file quantities can be configured for different
directories to achieve efficient storage resource utilization.
A storage system uses hard quotas (including hard quotas of capacity and files) to restrict
the maximum number of resources available to each user. The process is as follows:
a. In each write I/O operation, check whether the accumulated quota (Quotas of the
used capacity and file quantity + Quotas of the increased capacity and file quantity
in this operation) exceeds the preset hard quota.
i. If the accumulated quota does not exceed the preset hard quota, the follow-up
operations can be performed.
ii. If the accumulated quota exceeds the preset hard quota, the write I/O operation
fails.
b. After the write I/O operation is allowed, the incremental capacity and file quantity
are added to the previously used capacity and file quantity. Update the quota (the
latest sum of the capacity and file quantity) and write the quota and I/O data to the
file system.
The I/O operation and quota update succeed or fail at the same time, ensuring that the
used capacity is correct in each I/O check.
If a directory quota, user quota, and group quota are concurrently configured in a shared
directory in which you are performing operations, each write I/O operation will be
restricted by the three quotas. All types of quota are checked. If the hard quota of one
type of quota does not pass the check, the I/O will be rejected.
l User permission control
You can assign different user permissions for the same directory. The directories that can
be accessed by different users can be different.
Users with the full control permission can not only read and write directories but also
have permissions to modify directories and obtain all permissions of directories. Users
with the forbidden permission can view shared directories but cannot operate on any
directory.
Huawei storage systems allow application servers to access shared files using different
protocols, such as Common Internet File System (CIFS), Network File System (NFS), File
Transfer Protocol (FTP), and Hypertext Transfer Protocol (HTTP).
Protocol Comparison
Table 3-1 describes the protocol comparison.
NOTE
l You can add a storage system to an AD domain, LDAP domain, or NIS domain simultaneously.
However, you cannot add a storage system to multiple domains of the same type.
l NFS shares support LDAP/NIS domain authentication but do not support Kerberos authentication.
l For FTP and HTTP shares, the storage system uses User/User Group Management for local
authentication.
Huawei OceanStor series storage systems integrate both Server Area Network (SAN) and
NAS capabilities. Figure 4-1 shows how Huawei storage is used on an integrated SAN and
NAS network.
Figure 4-1 Use of the storage system on an integrated SAN and NAS network
Storage
system
Connected by GE/10GE
Remote/Field networks. Local user
NFS, CIFS, FTP, or HTTP
Service maintenance
is used for file access.
engineer
Connected by GE/10GE networks.
Connected by the NFS or CIFS is used for file
Ethernet for O&M access in a domain environment. Domain user
on visualized
System management tools
administrator Remote disaster
Local/Remote backup recovery, file-level
remote replication, SAN
remote mirroring
Backup media
Remote storage
system
l NAS provides a file operation and management system, while SAN does not.
l NAS can control the permissions of different users to access different files, while SAN
cannot.
l NAS supports quota control, while SAN does not.
l SAN focuses on high-speed data storage, while NAS emphasizes on file sharing.
l SAN is an exclusive data storage pool, while NAS can be either a shared or an exclusive
data storage pool.
l SAN is efficient and scalable, while NAS is simple and flexible.