OPEN-E DSS V7 Application series five building software nas

Source: Internet
Author: User

Continuous OPEN-E DSS V7 application series four building software raid

The OPEN-E DSS V7 is a free NAS server software that can turn a normal PC into a networked storage server server. Users can access storage servers through windows, Macs, FTP, SSH, and Network File System (NFS). It is a good choice for building a simple networked storage server.

First, the Environment preparation

1. A new physical hard disk is added to the DSS01 host (in order to keep the operation thinking clear, the author will first install and make the basic settings of the host State to produce the initial snapshot, each time before familiar with the new operation, the first to restore the DSS host to the initial snapshot state)

2. Added a virtual machine, installed the Windows Server TP5 operating system, and installed the ads (Active Directory domain service), the domain name is FROMHEART.COM,IP address: 192.168.0.216. This host is not necessary, I mainly use it to familiarize with the operation of the NAS authentication mode.

Second, understand the NAS settings menu

The most important operation for NAS has two menus: NAS settings and NAS resources (shares, users, and groups) in the configuration menu

650) this.width=650; "title=" DSS099 "style=" border-top:0px;border-right:0px;background-image:none;border-bottom:0 px;padding-top:0px;padding-left:0px;border-left:0px;padding-right:0px; "border=" 0 "alt=" DSS099 "src=" http:// S3.51cto.com/wyfs02/m02/80/34/wkiom1c65zrrjtpbaadcb9pseok174.jpg "height=" 496 "/>

NAS settings:

Authentication method: In order to ensure the security of the data, the user needs to authenticate when accessing the NAS server resources. Currently, DSS provides five types of NAS authentication methods.

650) this.width=650; "title=" DSS092 "style=" border-top:0px;border-right:0px;background-image:none;border-bottom:0 px;padding-top:0px;padding-left:0px;border-left:0px;padding-right:0px; "border=" 0 "alt=" DSS092 "src=" http:// S3.51cto.com/wyfs02/m02/80/34/wkiom1c65zvibptlaadttip6spe805.jpg "height=" 495 "/>

1. Configure and use Workgroup (internal LDAP): This authentication method may be understood as user authentication through the DSS host itself. The user and permissions are saved on the DSS host. By default, DSS does not establish a user, and DSS administrators can establish users as needed and planned.

650) this.width=650; "title=" DSS087 "style=" border-top:0px;border-right:0px;background-image:none;border-bottom:0 px;padding-top:0px;padding-left:0px;border-left:0px;padding-right:0px; "border=" 0 "alt=" DSS087 "src=" http:// S3.51cto.com/wyfs02/m02/80/32/wkiol1c65oszpprqaacjzocgcza755.jpg "height=" 214 "/>

2, Workgroup (external LDAP): LDAP is a Lightweight Directory Access Protocol, and the full name of the English language is Lightweight Directory Access Protocol.

Here I enter Workgroup:fromheart (the NetBIOS name of the domain), the server IP:DC the IP address, namely 192.168.0.216;

Click Show advanced to show Premium: Base dn:dc=fromheart,dc=com; Enter Dn:cn=administrator,cn=users,dc=fromheart under LDAP Administrator, Cd=com, and enter the administrator's password.

Select the Apply App. The DSS host reads the user and group information from the DC server.

Note: To ensure that the operation is successful, you must keep the DSS host and the DC in time synchronized. It is recommended that you enable the NTP setting for the DSS host and point the NTP server to the DC server. Otherwise, when the difference between the two times is greater than 5 minutes, the following information appears:

650) this.width=650; "title=" DSS088 "style=" border-top:0px;border-right:0px;background-image:none;border-bottom:0 px;padding-top:0px;padding-left:0px;border-left:0px;padding-right:0px; "border=" 0 "alt=" DSS088 "src=" http:// S3.51cto.com/wyfs02/m00/80/34/wkiom1c65z3gbsfcaabqtauz-xo715.jpg "height=" 329 "/>

Time Out of sync error message:

650) this.width=650; "title=" DSS086 "style=" border-top:0px;border-right:0px;background-image:none;border-bottom:0 px;padding-top:0px;padding-left:0px;border-left:0px;padding-right:0px; "border=" 0 "alt=" DSS086 "src=" http:// S3.51cto.com/wyfs02/m01/80/34/wkiom1c65z6s4kkkaadguckbndm361.jpg "height=" 488 "/>

3. Windows (PDC): This authentication method is intended to remain compatible with the operating system prior to Windows Server 2003. The PDC is one of the five operations masters of the DC, primarily responsible for identity authentication in the ad environment.

Related information see: Management of the five operations master for Windows Server R2

Related settings information such as:

650) this.width=650; "title=" DSS089 "style=" border-top:0px;border-right:0px;background-image:none;border-bottom:0 px;padding-top:0px;padding-left:0px;border-left:0px;padding-right:0px; "border=" 0 "alt=" DSS089 "src=" http:// S3.51cto.com/wyfs02/m02/80/34/wkiom1c65z-ipobuaacis4etmm8899.jpg "height=" 398 "/>

4. Windows (ADS): Active Directory domain service. This authentication method is primarily intended to be compatible with the operating system after Windows 2008.

Realm: Enter the domain name fromheart.com.

650) this.width=650; "title=" DSS090 "style=" border-top:0px;border-right:0px;background-image:none;border-bottom:0 px;padding-top:0px;padding-left:0px;border-left:0px;padding-right:0px; "border=" 0 "alt=" DSS090 "src=" http:// S3.51cto.com/wyfs02/m02/80/32/wkiol1c65ojbgh5baab4m1zro8i533.jpg "height=" 335 "/>

Since 2-4 of these three authentication methods are obtained by getting users and groups from AD, the information will appear the same after the operation.

When the operation is complete, click on the NAS resource menu to see the following information:

On the right side of the window you can see information about the users and groups obtained from AD.

650) this.width=650; "title=" DSS091 "style=" border-top:0px;border-right:0px;background-image:none;border-bottom:0 px;padding-top:0px;padding-left:0px;border-left:0px;padding-right:0px; "border=" 0 "alt=" DSS091 "src=" http:// S3.51cto.com/wyfs02/m01/80/32/wkiol1c65omz5zkdaad9m-c6bia340.jpg "height=" 441 "/>

5. Workgroup (NIS server): This authentication method is authenticated through the Linux Nis server servers.

The NIS (Network Information Service) is used to share information that needs to be used on all hosts on the network.

Cannot operate because NIS server is not installed in the author's environment.

650) this.width=650; "title=" DSS099 "style=" border-top:0px;border-right:0px;background-image:none;border-bottom:0 px;padding-top:0px;padding-left:0px;border-left:0px;padding-right:0px; "border=" 0 "alt=" DSS099 "src=" http:// S3.51cto.com/wyfs02/m02/80/34/wkiom1c65akxrtqaaabyj448cum453.jpg "height=" 259 "/>

Other settings

Whether to enable NFS and FTP

650) this.width=650; "title=" DSS093 "style=" border-top:0px;border-right:0px;background-image:none;border-bottom:0 px;padding-top:0px;padding-left:0px;border-left:0px;padding-right:0px; "border=" 0 "alt=" DSS093 "src=" http:// S3.51cto.com/wyfs02/m01/80/34/wkiom1c65apxetplaab85cs3xx0850.jpg "height=" 404 "/>

Start the AFP and SMB settings

AFP: Is the Apple MacOS Access Protocol.

650) this.width=650; "title=" DSS094 "style=" border-top:0px;border-right:0px;background-image:none;border-bottom:0 px;padding-top:0px;padding-left:0px;border-left:0px;padding-right:0px; "border=" 0 "alt=" DSS094 "src=" http:// S3.51cto.com/wyfs02/m00/80/34/wkiom1c65asg7moraacy9lksbuq068.jpg "height=" 436 "/>

650) this.width=650; "title=" DSS095 "style=" border-top:0px;border-right:0px;background-image:none;border-bottom:0 px;padding-top:0px;padding-left:0px;border-left:0px;padding-right:0px; "border=" 0 "alt=" DSS095 "src=" http:// S3.51cto.com/wyfs02/m01/80/32/wkiol1c65o3xasvmaacqfiokcj0202.jpg "height=" 455 "/>

650) this.width=650; "title=" DSS096 "style=" border-top:0px;border-right:0px;background-image:none;border-bottom:0 px;padding-top:0px;padding-left:0px;border-left:0px;padding-right:0px; "border=" 0 "alt=" DSS096 "src=" http:// S3.51cto.com/wyfs02/m01/80/34/wkiom1c65axdx_l1aacwab9xiwe806.jpg "height=" 458 "/>

650) this.width=650; "title=" DSS097 "style=" border-top:0px;border-right:0px;background-image:none;border-bottom:0 px;padding-top:0px;padding-left:0px;border-left:0px;padding-right:0px; "border=" 0 "alt=" DSS097 "src=" http:// S3.51cto.com/wyfs02/m00/80/34/wkiom1c65aagev6xaacbfgloj4y671.jpg "height=" 424 "/>

650) this.width=650; "title=" DSS098 "style=" border-top:0px;border-right:0px;background-image:none;border-bottom:0 px;padding-top:0px;padding-left:0px;border-left:0px;padding-right:0px; "border=" 0 "alt=" DSS098 "src=" http:// S3.51cto.com/wyfs02/m01/80/32/wkiol1c65pdiaxwxaacpn_gkpkg259.jpg "height=" 476 "/>

Third, the operation process

1, set the authentication mode, enable NFS.

Complete in the NAS settings menu.

In order to simplify the operation process, the author chooses the first authentication method and enables NFS.

650) this.width=650; "title=" DSS099 "style=" border-top:0px;border-right:0px;background-image:none;border-bottom:0 px;padding-top:0px;padding-left:0px;border-left:0px;padding-right:0px; "border=" 0 "alt=" DSS099 "src=" http:// S3.51cto.com/wyfs02/m02/80/32/wkiol1c65pdx3uh-aacd2b53msw935.jpg "height=" 404 "/>

650) this.width=650; "title=" DSS100 "style=" border-top:0px;border-right:0px;background-image:none;border-bottom:0 px;padding-top:0px;padding-left:0px;border-left:0px;padding-right:0px; "border=" 0 "alt=" DSS100 "src=" http:// S3.51cto.com/wyfs02/m01/80/34/wkiom1c65amdosotaaa_zqqny5u673.jpg "height=" 253 "/>

2. Generating Volume Group

Open the Configure---Volume management---Volume Group menu, and then click New Volume group vg00.

650) this.width=650; "title=" DSS100 "style=" border-top:0px;border-right:0px;background-image:none;border-bottom:0 px;padding-top:0px;padding-left:0px;border-left:0px;padding-right:0px; "border=" 0 "alt=" DSS100 "src=" http:// S3.51cto.com/wyfs02/m01/80/32/wkiol1c65plswat0aaeqwq_eyii883.jpg "height=" 454 "/>

Formatting in progress ...

650) this.width=650; "title=" DSS101 "style=" border-top:0px;border-right:0px;background-image:none;border-bottom:0 px;padding-top:0px;padding-left:0px;border-left:0px;padding-right:0px; "border=" 0 "alt=" DSS101 "src=" http:// S3.51cto.com/wyfs02/m02/80/35/wkiom1c65aubmrpiaacmdsritwk132.jpg "height=" 315 "/>

Select New NAS volume to set the volume size.

650) this.width=650; "title=" DSS102 "style=" border-top:0px;border-right:0px;background-image:none;border-bottom:0 px;padding-top:0px;padding-left:0px;border-left:0px;padding-right:0px; "border=" 0 "alt=" DSS102 "src=" http:// S3.51cto.com/wyfs02/m00/80/35/wkiom1c65ayta7xpaadnjkdohw4686.jpg "height=" 355 "/>

3. New NAS Share

You can select "Create a network share ..." in the Volume management window on the right.

You can also select Share under the NAS Resources menu to establish a NAS share.

650) this.width=650; "title=" DSS103 "style=" border-top:0px;border-right:0px;background-image:none;border-bottom:0 px;padding-top:0px;padding-left:0px;border-left:0px;padding-right:0px; "border=" 0 "alt=" DSS103 "src=" http:// S3.51cto.com/wyfs02/m01/80/32/wkiol1c65pbtxlwxaaep7eiho6a357.jpg "height=" 370 "/>

Select the share path and enter the share name.

650) this.width=650; "title=" DSS106 "style=" border-top:0px;border-right:0px;background-image:none;border-bottom:0 px;padding-top:0px;padding-left:0px;border-left:0px;padding-right:0px; "border=" 0 "alt=" DSS106 "src=" http:// S3.51cto.com/wyfs02/m02/80/32/wkiol1c65pfsrxwqaad6xfzhcu8819.jpg "height=" 413 "/>

Set access permissions. Since the current authentication method is the first, and the DSS host does not have a new user, select Guest (anyone without passord) here.

In the actual production environment, the administrator should establish the user according to the actual situation, and give the corresponding permission.

650) this.width=650; "title=" DSS107 "style=" border-top:0px;border-right:0px;background-image:none;border-bottom:0 px;padding-top:0px;padding-left:0px;border-left:0px;padding-right:0px; "border=" 0 "alt=" DSS107 "src=" http:// S3.51cto.com/wyfs02/m01/80/35/wkiom1c65a-tkovnaaddt2tvmvo395.jpg "height=" 436 "/>

4. Test:

In another virtual machine, enter \\192.168.0.220, can display Sharenas share, meanwhile, according to the permissions set above, the user can create a folder.

650) this.width=650; "title=" DSS108 "style=" border-top:0px;border-right:0px;background-image:none;border-bottom:0 px;padding-top:0px;padding-left:0px;border-left:0px;padding-right:0px; "border=" 0 "alt=" DSS108 "src=" http:// S3.51cto.com/wyfs02/m02/80/35/wkiom1c65bdg4b-aaabulqvizli964.jpg "height=" 381 "/>

This article is from the "Start from the Heart" blog, please be sure to keep this source http://ycrsjxy.blog.51cto.com/618627/1774423

OPEN-E DSS V7 Application series five build software NAS

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.