N2000H V3 Appliance
User Guide
4 Configuring the N2000H V3
Issue 04 (2018-11-06)
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
102
example, if you want to prohibit audio and video files from being stored in the specified
folder, select
Block Audio and Video Files
.
7.
Click
Create
.
----End
Result
After configuring an NFS share, perform the following steps to check whether the parameters
are set successfully:
1.
On a computer running a Linux operating system, run the
showmount
command to
query accessible NFS shared folders.
2.
On a computer running a Linux operating system, run the
mount -t nfs -o bg,soft,intr
97.100.100.121:shares /mnt/pp
command to mount the shared folder.
97.100.100.121
is the service IP address of the shared server.
:shares
is the name of the shared folder.
/mnt/pp
is the name of a folder on the local client. Create the folder in advance.
3.
Run the
cd /mnt/pp
command to go to the mounted local directory.
4.
Run the
ll
command to view the contents in the local directory. The folders and files in
the shared directory are displayed.
5.
On the client, run the
cat xxx.txt
command to view the specified file. The file contents in
the shared directory are displayed.
6.
Add and delete folders and files on the local client. Then, check that these changes are
made accordingly in the shared directory.
7.
To enable the client to automatically mount the N2000 shared directory after the client is
restarted, run the
vi /etc/fstab
command, and add
97.100.100.121:/shares /mnt/pp nfs
defaults 0 0
to the end of the file.
In the previous example, the SUSE 11 client is used for reference only. You must perform the
configuration based on the actual operating system running on your client.
4.7.2.6 Configuring an FTP Share
FTP is a type of communication protocol widely used on the Internet. To implement
FTP-based file transfer, you must install software that supports FTP on the server and clients.
In addition, you must configure and enable the FTP share feature on the server before FTP
clients can access the shared folders on the server.
Prerequisites
The hardware of the N2000 server has been installed and powered on.
You have logged in to Windows Storage Server 2012.
Procedure
Step 1
Choose
Tools
>
Internet Information Service(IIS) Manager
from the menu bar of the
Server Manager.
Step 2
Right-click the local server and choose
Add FTP Site
from the shortcut menu.