MODULE 4: GETTING STARTED WITH BASIC NETWORK ADMINISTRATION

MODULE 4: GETTING STARTED WITH BASIC NETWORK ADMINISTRATION

In this post I am going to show how to configure Network File System (NFS) and the Common internet file system (CIFS).

First of all we have to enter licenses for the NFS and CIFS features in the NetApp OnCommand manager. In here I have added some several other features as well.

Screen Shot 2017-12-09 at 11.46.07 AM

Next step to export the storage. To do that go to storages then to exports.
Click Create
After new window popup click browse to browse the path and select vol0.
Click Create.

Screen Shot 2017-12-09 at 11.48.09 AM

Volume is exported.

Screen Shot 2017-12-09 at 11.48.23 AM

At the same time we can export the volume using the CLI as well. To do that,
Log into the NetApp simulator as the root and using the password.

To create the volume
> vol create NFSvol aggr1 100m

Screen Shot 2017-12-09 at 11.59.13 AM

Verify the contains of the export file by typing the
> rdfile/ etc /exports

Screen Shot 2017-12-09 at 11.59.42 AM

To display the current list of defined exports in the volume
> exportfs -a

Screen Shot 2017-12-09 at 12.00.26 PM

To verify the client can see the volume that I exported before.
> shouwmount -e <storage IP address>

Screen Shot 2017-12-09 at 12.11.55 PM

Creating a domain user in Windows Server.
In the server manager go to add roles and features to install, Administrative tools and IIS.
Click Next

Screen Shot 2017-12-09 at 12.31.08 PM

Click Next
It will complete installing the selected features.

Screen Shot 2017-12-09 at 12.33.01 PM

Go to NetApp command manager. In the configurations select CIFS and click Start.

Screen Shot 2017-12-09 at 12.41.47 PM

From the CIFS setup wizard Select Multiprotocol.
Click next

Screen Shot 2017-12-09 at 12.42.05 PM

In the windows authentication options select Active directory. Because we are going to create a user that in the AD.

Screen Shot 2017-12-09 at 12.42.16 PM

In the Active directory options fill out options with your details. Such as,
Domain Name
Administrator
Password
Click Next

Screen Shot 2017-12-09 at 12.42.42 PM

Check the summary and click next to finish

Screen Shot 2017-12-09 at 12.43.16 PM

After you created the CIFS check the status is available.

Screen Shot 2017-12-09 at 12.43.32 PM

In the same CIFS window go to domain tab and check whether its connected to the domain and IP is correct.

Screen Shot 2017-12-09 at 12.43.47 PM

Go to the Windows Server and create a user with administrative rights.

Screen Shot 2017-12-09 at 12.47.41 PM

Next step is to create the Qtree. Go to the storage and select the Qtree and click create.
Name: cifs_qtree1
Volume: Browse and select the NASvol
From the security style select NTFS.
Click Create

Screen Shot 2017-12-09 at 12.49.18 PM

In the server go to administrative tools and then go to computer management. From the menu click

Screen Shot 2017-12-09 at 12.54.05 PM

After adding the computer, we have to create a shared folder. To do that, 
Go to the computer management and then shared folders. In the shared folders right click the shares folder and click Create New.
Click Next

Screen Shot 2017-12-09 at 12.54.31 PM

Give the path as,

C:\vol\NASvol\cifs_tree3
Click Next

Screen Shot 2017-12-09 at 12.55.20 PM

In the permissions, Allow full control and click Ok. 

Screen Shot 2017-12-09 at 12.56.36 PM

After reviewing all the settings click Finish

Screen Shot 2017-12-09 at 12.56.42 PM

Go to my computer (This PC) and check the storage is mounted there. 

Screen Shot 2017-12-11 at 2.53.28 PM

Node1 > cifs access cifs_tree1 UserX rwx
By typing this command on the tap I am giving the permission to access the cifs_tree1. 

Screen Shot 2017-12-11 at 2.58.06 PM

Screen Shot 2017-12-11 at 2.58.48 PM

To verify that share you can use the command, 
> cifs shares

Screen Shot 2017-12-11 at 3.01.33 PM

 

End of the post. 

 

Leave a comment