You are on page 1of 142

NETAPP UNIVERSITY

NetApp Configuration and Administration Basics

Exercise Guide
Course ID: STRSW-SPL-NCAB
Catalog Number: STRSW-SPL-NCAB-EG
Content Version: 1.0
ATTENTION
The information contained in this course is intended only for training. This course contains information and activities that,
while beneficial for the purposes of training in a closed, non-production environment, can result in downtime or other
severe consequences in a production environment. This course material is not a technical reference and should not,
under any circumstances, be used in production environments. To obtain reference materials, refer to the NetApp product
documentation that is located at http://now.netapp.com/.

COPYRIGHT
© 2016 NetApp, Inc. All rights reserved. Printed in the U.S.A. Specifications subject to change without notice.
No part of this document covered by copyright may be reproduced in any form or by any means—graphic, electronic, or
mechanical, including photocopying, recording, taping, or storage in an electronic retrieval system—without prior written
permission of NetApp, Inc.

U.S. GOVERNMENT RIGHTS


Commercial Computer Software. Government users are subject to the NetApp, Inc. standard license agreement and
applicable provisions of the FAR and its supplements.

TRADEMARK INFORMATION
NetApp, the NetApp logo, Go Further, Faster, ASUP, AutoSupport, Campaign Express, Customer Fitness, CyberSnap,
Data ONTAP, DataFort, FilerView, Fitness, Flash Accel, Flash Cache, Flash Pool, FlashRay, FlexCache, FlexClone,
FlexPod, FlexScale, FlexShare, FlexVol, GetSuccessful, LockVault, Manage ONTAP, Mars, MetroCluster, MultiStore,
OnCommand, ONTAP, ONTAPI, RAID DP, SANtricity, SecureShare, Simplicity, Simulate ONTAP, Snap Creator,
SnapCopy, SnapDrive, SnapIntegrator, SnapLock, SnapManager, SnapMirror, SnapMover, SnapProtect, SnapRestore,
Snapshot, SnapValidator, SnapVault, StorageGRID, Tech OnTap, and WAFL are trademarks or registered trademarks of
NetApp, Inc. in the United States and/or other countries.
Other product and service names might be trademarks of NetApp or other companies. A current list of NetApp trademarks
is available on the Web at http://www.netapp.com/us/legal/netapptmlist.aspx.

E-2 NetApp Configuration and Administration Basics: Welcome

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TABLE OF CONTENTS
WELCOME..................................................................................................................................................... E-1
MODULE 1: CLUSTERS ............................................................................................................................. E1-1
MODULE 2: MANAGEMENT ...................................................................................................................... E2-1
MODULE 3: NETWORKING ....................................................................................................................... E3-1
MODULE 4: STORAGE VIRTUAL MACHINES.......................................................................................... E4-1
MODULE 5: MAINTENANCE ...................................................................................................................... E5-1
MODULE 6: NAS ......................................................................................................................................... E6-1
MODULE 7: SAN ......................................................................................................................................... E7-1
APPENDIX A: ANSWERS ..........................................................................................................................EA-1

E-3 NetApp Configuration and Administration Basics: Welcome

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
MODULE 1: CLUSTERS

STUDY-AID ICONS

These four icons might be used throughout your exercises to identify steps that require your special
attention:
Warning
If you misconfigure a step marked with this label, later steps might not work properly.
Check this step carefully before moving forward.
Attention
Review this step carefully to save time, learn a best practice, or avoid errors.
Information
A comment labeled with this icon provides more information about the topic or procedure.
Knowledge
A comment labeled with this icon provides reference material with more context.

EXERCISE 1: VERIFY EXERCISE ENVIRONMENT


In this exercise, you familiarize yourself with your equipment.

OBJECTIVES
This exercise focuses on enabling you to do the following:
 Ensure connectivity to the ONTAP cluster
 Ensure connectivity to the Linux server

EXERCISE EQUIPMENT DIAGRAM


Your exercise environment contains the following virtual machines (VMs):
 One Windows 2012 R2 Server system
 One CentOS Linux 6.5 Server system
 One ONTAP 9 two-node cluster (cluster1)

To connect to the Windows Server jump-host, use the instructions provided on the lab portal. From this
Windows desktop, you connect to the other servers in your exercise environment.

E1-1 NetApp Configuration and Administration Basics: Clusters

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
SYSTEM HOST NAME IP ADDRESSES USER NAME PASSWORD
Windows 2012 R2 Server
w2k12 192.168.0.11 LEARN\Administrator Netapp123
jump host
CentOS Linux 6.5 Server linux1 192.168.0.21 root (case sensitive) Netapp123
ONTAP cluster management
cluster1 192.168.0.50 admin (case sensitive) Netapp123
LIF (cluster1)
node1 (cluster1) cluster1-01 192.168.0.51 admin (case sensitive) Netapp123

node2 (cluster1) cluster1-02 192.168.0.52 admin (case sensitive) Netapp123

E1-2 NetApp Configuration and Administration Basics: Clusters

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 1: ENSURE CONNECTIVITY TO YOUR ONTAP CLUSTER
In this task, you familiarize yourself with the Windows Server desktop. You ensure connectivity to and verify
the health of the ONTAP cluster and Linux server.
STEP ACTION

1. On your Windows Server, minimize the Windows Server Manager Dashboard (if it is open), and
then click the Desktop tile.

2. To connect to the ONTAP cluster UI, browse to the NetApp OnCommand System
Manager URL, which is built in to ONTAP 9. (NetApp OnCommand System Manager
is introduced in the next module).
To connect to the CLI of the ONTAP cluster, you use PuTTY. PuTTY is a UI for the Telnet and
Secure Shell (SSH) protocols.

3. On the desktop, double-click the putty icon.

4. You can connect to cluster1 through the cluster1_mgmt cluster-management logical


interface (LIF). You can also connect through the cluster1-01_mgmt and cluster1-
02_mgmt node-management LIFs.

E1-3 NetApp Configuration and Administration Basics: Clusters

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

5. In the PuTTY Configuration dialog box, double-click cluster1_mgmt:

6. If a PuTTY Security Alert dialog box appears, click Yes.

E1-4 NetApp Configuration and Administration Basics: Clusters

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

7. At the ONTAP cluster login prompt, provide the cluster1 credentials:


 login as: admin
 Password: Netapp123
The ONTAP cluster CLI prompt and cursor appear:

8. If you have any difficulty logging in to the ONTAP cluster CLI, refer to this table.
Ensure that you are using the correct user name and password in the correct case (both
are case-sensitive).
SYSTEM HOST NAME IP ADDRESS USER NAME PASSWORD
ONTAP cluster
management cluster1 192.168.0.50 admin (case-sensitive) Netapp123
LIF

9. List the nodes of the ONTAP cluster and verify that the nodes are healthy and eligible:
cluster1::> cluster show
Sample output:
Node Health Eligibility
--------------------- ------- ------------
cluster1-01 true true
cluster1-02 true true
2 entries were displayed.

10. List the version of ONTAP that is running on each node:


cluster1::> version -node *
Sample output:

cluster1-01:
NetApp Release 9.0RC2: Tue Jul 26 08:55:23 UTC 2016

cluster1-02:
NetApp Release 9.0RC2: Tue Jul 26 08:55:23 UTC 2016

2 entries were displayed.

E1-5 NetApp Configuration and Administration Basics: Clusters

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

11. On the desktop, double-click the putty icon.

12. In the PuTTY Configuration dialog box, double-click linux1.

13. At the Linux Server login prompt, provide the linux1 credentials:
 login as: root
 Password: Netapp123
The Linux Server CLI prompt and cursor appear.

14. Verify that the Linux server is responding:


[root@centos65 ~]# uname -a
Sample output:
Linux centos65 2.6.32-431.el6.x86_64 #1 SMP Fri Nov 22 03:15:09 UTC 2013
x86_64 x86_64 x86_64 GNU/Linux

END OF EXERCISE

E1-6 NetApp Configuration and Administration Basics: Clusters

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
EXERCISE 2: CLUSTER COMPONENTS
In this exercise, you use the CLI to identify components in a two-node ONTAP cluster.

OBJECTIVES
This exercise focuses on enabling you to do the following:
 Identify the components and resources that make up a cluster
 Describe the physical storage components

EXERCISE EQUIPMENT DIAGRAM


Your exercise environment contains the following virtual machines (VMs):
 One Windows 2012 R2 Server system
 One ONTAP 9 two-node cluster (cluster1)

To connect to the Windows Server jump-host, use the connection information that the instructor assigned to
you. From the Windows desktop, you connect to the other servers in your exercise environment.

SYSTEM HOST NAME IP ADDRESSES USER NAME PASSWORD


Windows 2012 R2 Server
w2k12 192.168.0.11 LEARN\Administrator Netapp123
jump host
CentOS Linux 6.5 Server linux1 192.168.0.21 root (case sensitive) Netapp123
ONTAP cluster management
cluster1 192.168.0.50 admin (case sensitive) Netapp123
LIF (cluster1)
node1 (cluster1) cluster1-01 192.168.0.51 admin (case sensitive) Netapp123

node2 (cluster1) cluster1-02 192.168.0.52 admin (case sensitive) Netapp123

E1-7 NetApp Configuration and Administration Basics: Clusters

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 1: CLUSTER COMPONENTS
In this task, you identify the components and resources in an ONTAP cluster storage environment.
STEP ACTION

1. On the desktop, double-click the putty icon:

2. In the PuTTY Configuration dialog box, double-click cluster1_mgmt.

3. At the ONTAP cluster login prompt, provide the cluster1 credentials:


 login as: admin
 Password: Netapp123
The ONTAP cluster CLI prompt and cursor appear:

4. Note two valuable ONTAP clustershell commands: rows 0, and system timeout
modify -timeout 0. The rows command sets the number of rows that are displayed
before the screen output is paused. If you set the number to 0, you turn off screen pause.
The system timeout command sets the amount of time before the command shell
session is terminated. If you set the timeout period to zero, you turn off the timeout.

5. Set the number of rows to 0:


cluster1::> rows 0

6. Set the system timeout period to 0:


cluster1::> system timeout modify -timeout 0

7. One of the biggest strengths of ONTAP is the CLI, also known as the clustershell. The
clustershell is described in depth in the next module; To quickly exploit the full
functionality of the tool, use the following tips:
 Use the question mark “?” when you are unsure of the commands that are available.
 Use tab-completion to complete commands for which you are unsure of the syntax.

E1-8 NetApp Configuration and Administration Basics: Clusters

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

8. Enter a question mark and review the commands that you can use at the root of the clustershell:
cluster1::> ?
A few of the command directories should look familiar, based on the topics in this module.
Sample output:
up Go up one directory
cluster> Manage clusters
event> Manage system events
exit Quit the CLI session
history Show the history of commands for this CLI session
job> Manage jobs and job schedules
lun> Manage LUNs
man Display the on-line manual pages
metrocluster> Manage MetroCluster
network> Manage physical and virtual network connections
qos> QoS settings
redo Execute a previous command
rows Show/Set the rows for this CLI session
run Run interactive or non-interactive commands in
the nodeshell
security> The security directory
set Display/Set CLI session settings
snaplock> Manages SnapLock attributes in the system
snapmirror> Manage SnapMirror
statistics> Display operational statistics
storage> Manage physical storage, including disks,
aggregates, and failover
system> The system directory
top Go to the top-level directory
volume> Manage virtual storage, including volumes,
snapshots, and mirrors
vserver> Manage Vservers

9. In the clustershell, the term “vserver” is used for a storage virtual machine (SVM).

10. A command directory is identified with a command followed by the greater than “>”
symbol.

E1-9 NetApp Configuration and Administration Basics: Clusters

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

11. Examine the cluster> command directory (by typing the directory name and placing a question
mark after it):
cluster1::> cluster ?
Sample output:
add-node Expand the cluster by discovering and adding new
nodes
contact-info> Manage contact information for the cluster.
create Create a cluster
date> Manage cluster's date and time setting
ha> Manage high-availability configuration
identity> Manage the cluster's attributes, including name
and serial number
image> Manage cluster images for automated nondisruptive
update
join Join an existing cluster using the specified
member's IP address or by cluster name
log-forwarding> Manage the cluster's log forwarding configuration
peer> Manage cluster peer relationships
setup Setup wizard
show Display cluster node members
statistics> Display cluster statistics
time-service> Manage cluster time services

12. Examine the network> command:


cluster1::> network ?
Sample output:
arp> The arp directory
connections> The connections directory
device-discovery> The device-discovery directory
fcp> The fcp directory
interface> Manage logical interfaces
ipspace> Manage IP Spaces
options> The options directory
ping Ping
ping6 Ping an IPv6 address
port> Manage physical network ports
qos-marking> The qos-marking directory
route> Manage routing tables
subnet> The subnet directory
traceroute Traceroute
traceroute6 traceroute6

E1-10 NetApp Configuration and Administration Basics: Clusters

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

13. Examine the volume> command directory:


cluster1::> volume ?
Sample output:
aggregate> Manage Infinite Volume aggregate operations
autosize Set/Display the autosize settings of the flexible
volume.
clone> Manage FlexClones
create Create a new volume
delete Delete an existing volume
efficiency> Manage volume efficiency
file> File related commands
modify Modify volume attributes
mount Mount a volume on another volume with a
junction-path
move> Manage volume move operations
offline Take an existing volume offline
online Bring an existing volume online
qtree> Manage qtrees
quota> Manage Quotas, Policies, Rules and Reports
reallocation> Commands for measuring and optimizing data layout
rehost Rehost a volume from one Vserver into another
Vserver
rename Rename an existing volume
restrict Restrict an existing volume
show Display a list of volumes
show-footprint Display a list of volumes and their data and
metadata footprints in their associated
aggregate.
show-space Display space usage for volume(s)
size Set/Display the size of the volume.
snaplock> Manages SnapLock attributes of a SnapLock volume
snapshot> Manage snapshots
unmount Unmount a volume

E1-11 NetApp Configuration and Administration Basics: Clusters

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

14. Examine the vserver> command directory:


cluster1::> vserver ?
Sample output:
active-directory> Manage Active Directory
add-aggregates Add aggregates to the Vserver
add-protocols Add protocols to the Vserver
audit> Manage auditing of protocol requests that the
Vserver services
check> The check directory
cifs> Manage the CIFS configuration of a Vserver
context Set Vserver context
create Create a Vserver
data-policy> Manage data policy
delete Delete an existing Vserver
export-policy> Manage export policies and rules
fcp> Manage the FCP service on a Vserver
fpolicy> Manage FPolicy
group-mapping> The group-mapping directory
iscsi> Manage the iSCSI services on a Vserver
locks> Manage Client Locks
modify Modify a Vserver
name-mapping> The name-mapping directory
nfs> Manage the NFS configuration of a Vserver
peer> Create and manage Vserver peer relationships
remove-aggregates Remove aggregates from the Vserver
remove-protocols Remove protocols from the Vserver
rename Rename a Vserver
san> Manage SAN Vservers
security> Manage ontap security
services> The services directory
show Display Vservers
show-aggregates Show details of aggregates in a Vserver
show-protocols Show protocols for Vserver
smtape> The smtape directory
start Start a Vserver
stop Stop a Vserver
vscan> Manage Vscan

E1-12 NetApp Configuration and Administration Basics: Clusters

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

15. Most command directories have a show command for displaying the statuses of objects
within the directory. For example, cluster show displays the status of the cluster:
cluster1::> cluster show
Sample output:
Node Health Eligibility
--------------------- ------- ------------
cluster1-01 true true
cluster1-02 true true
2 entries were displayed.

16. Display the status, uptime, model, owner, and location of each node in the cluster:
cluster1::> system node show
Sample output:
Node Health Eligibility Uptime Model Owner Location
--------- ------ ----------- ------------- ----------- -------- ---------------
cluster1-01 true true 1 days 02:28 SIMBOX
cluster1-02 true true 1 days 02:28 SIMBOX
2 entries were displayed.

NOTE: Some node information is in the cluster command directory, but most node-related
information is in the system command directory.

17. The ONTAP Simulator (Vsim), has a model type of “SIMBOX.”

18. Which command shows the cluster high-availability (HA) status?


______________________________________________________________________________

E1-13 NetApp Configuration and Administration Basics: Clusters

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

19. When you are unsure of a command, use tab-completion to complete the command.
When the potion of the command or command parameter is unique, the command
interpreter automatically completes it.
Examples:
cluster1::> clu<tab>
Results in:
cluster1::> cluster

cluster1::> cluster h<tab>


Results in:
cluster1::> cluster ha

cluster1::> cluster ha s<tab>


Results in:
cluster1::> cluster ha show

When the potion of the command or command parameter is not unique, the command interpreter
lists all possible options.
Example:
cluster1::> cluster s<tab>
Results in:
cluster1::> cluster s
setup show statistics

20. What is the current cluster HA status?


______________________________________________________________________________

21. How many network ports are defined for node cluster1-01?
______________________________________________________________________________

22. Which maximum transmission unit (MTU) size is used for network port e0a?
______________________________________________________________________________

23. Which command shows the network logical interface (LIF) status?
______________________________________________________________________________

24. Which command shows the status of all of the volumes in the cluster?
______________________________________________________________________________

25. Which command shows the status of all of the SVMs (or “vservers” as they are known in the
clustershell)?
______________________________________________________________________________

E1-14 NetApp Configuration and Administration Basics: Clusters

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

26. What are the three types of SVMs that appear in the output of the command from the previous
step?
______________________________________________________________________________

E1-15 NetApp Configuration and Administration Basics: Clusters

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 2: PHYSICAL STORAGE
In this task, you identify the physical storage components in an ONTAP cluster storage environment.
STEP ACTION

1. Examine the storage> command directory (by typing the directory name and placing a question
mark after it):
cluster1::> storage ?
Sample output:
aggregate> Manage storage aggregates
array> The array directory
bridge> Storage bridge monitoring commands
disk> Manage physical disks
encryption> The encryption directory
errors> The errors directory
failover> Manage storage failover
load> The load directory
path> The path directory
pool> Manage storage pools
port> Manage storage ports
raid-options> The raid-options directory
shelf> Manage storage shelves
show> The show directory
switch> Storage switch monitoring commands
tape> Manage tape devices

2. How many disks are attached to the entire cluster (cluster1)?


______________________________________________________________________________

3. Are all of the disks of the same type?


______________________________________________________________________________

4. Which command shows the statuses of all of the aggregates in the cluster?
______________________________________________________________________________

E1-16 NetApp Configuration and Administration Basics: Clusters

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

5. Show all of the parameters that are set for the n1_aggr_main aggregate:
cluster1::> storage aggregate show -aggregate n1_aggr_main
Sample output:
Aggregate: n1_aggr_main
Storage Type: hdd
Checksum Style: block
Number Of Disks: 10
Mirror: false
Disks for First Plex: NET-1.12, NET-1.21,
NET-1.13, NET-1.22,
NET-1.14, NET-1.23,
NET-1.15, NET-1.24,
NET-1.16, NET-1.25
Disks for Mirrored Plex: -
Partitions for First Plex: -
Partitions for Mirrored Plex: -
Node: cluster1-01
Free Space Reallocation: off
HA Policy: sfo
Ignore Inconsistent: off
Space Reserved for Snapshot Copies: -
Aggregate Nearly Full Threshold Percent: 95%
Aggregate Full Threshold Percent: 98%
Checksum Verification: on
RAID Lost Write: on
Enable Thorough Scrub: off
Hybrid Enabled: false
Available Size: 18.55GB
Checksum Enabled: true
Checksum Status: active
Cluster: cluster1
Home Cluster ID: 1d6edcd1-49ed-11e6-beca-005056854720
DR Home ID: -
DR Home Name: -
Inofile Version: 4
Has Mroot Volume: false
Has Partner Node Mroot Volume: false
Home ID: 4053303341
Home Name: cluster1-01
Total Hybrid Cache Size: 0B
Hybrid: false
Inconsistent: false
Is Aggregate Home: true

E1-17 NetApp Configuration and Administration Basics: Clusters

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

5. Sample output (continued):


Max RAID Size: 16
Flash Pool SSD Tier Maximum RAID Group Size: -
Owner ID: 4053303341
Owner Name: cluster1-01
Used Percentage: 34%
Plexes: /n1_aggr_main/plex0
RAID Groups: /n1_aggr_main/plex0/rg0 (block)
RAID Lost Write State: on
RAID Status: raid_dp, normal
RAID Type: raid_dp
SyncMirror Resync Snapshot Frequency in Minutes: 5
Is Root: false
Space Used by Metadata for Volume Efficiency: 0B
Size: 28.12GB
State: online
Maximum Write Alloc Blocks: 0
Used Size: 9.57GB
Uses Shared Disks: false
UUID String: b7bd74d5-624f-42c2-bdca-1ff9bd0c596d
Number Of Volumes: 6
Is Flash Pool Caching: -
Is Eligible for Auto Balance Aggregate: false
State of the aggregate being balanced: ineligible
Total Physical Used Size: 190.1MB
Physical Used Percentage: 1%
State Change Counter for Auto Balancer: 0
Is Encrypted: false
SnapLock Type: non-snaplock
Encryption Key ID: -
Is in the precommit phase of Copy-Free Transition: false
Is a 7-Mode transitioning aggregate that is not yet committed in clustered Data ONTAP and
is currently out of space: false
Threshold When Aggregate Is Considered Unbalanced (%): 70
Threshold When Aggregate Is Considered Balanced (%): 40
Resynchronization Priority: -
Space Saved by Data Compaction: 0B
Percentage Saved by Data Compaction: 0%
Amount of compacted data: 0B

6. Which RAID type is used for aggregate n1_aggr_main?


______________________________________________________________________________

E1-18 NetApp Configuration and Administration Basics: Clusters

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

7. Which RAID groups are used for aggregate n1_aggr_main?


______________________________________________________________________________

END OF EXERCISE

E1-19 NetApp Configuration and Administration Basics: Clusters

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
MODULE 2: MANAGEMENT

EXERCISE 1: COMMAND-LINE MANAGEMENT


In this exercise, you navigate the ONTAP cluster management using the clustershell.

OBJECTIVES
This exercise focuses on enabling you to do the following:
 Use the clustershell to manage a cluster
 Change privilege levels in the clustershell

EXERCISE EQUIPMENT DIAGRAM


Your exercise environment contains the following virtual machines (VMs):
 One Windows 2012 R2 Server system
 One ONTAP 9 two-node cluster (cluster1)

To connect to the Windows Server jump-host, use the connection information that the instructor assigned to
you. From the Windows desktop, you connect to the other servers in your exercise environment.

SYSTEM HOST NAME IP ADDRESSES USER NAME PASSWORD


Windows 2012 R2 Server
w2k12 192.168.0.11 LEARN\Administrator Netapp123
jump host
CentOS Linux 6.5 Server linux1 192.168.0.21 root (case sensitive) Netapp123
ONTAP cluster
cluster1 192.168.0.50 admin (case sensitive) Netapp123
management LIF (cluster1)
node1 (cluster1) cluster1-01 192.168.0.51 admin (case sensitive) Netapp123

node2 (cluster1) cluster1-02 192.168.0.52 admin (case sensitive) Netapp123

E2-1 NetApp Configuration and Administration Basics: Management

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 1: CLUSTERSHELL NAVIGATION
In this task, you learn about cluster management using the default ONTAP CLI, the clustershell.
STEP ACTION

1. On the Windows Server desktop, double-click the putty icon.

2. In the PuTTY Configuration dialog box, double-click cluster1_mgmt.

3. At the ONTAP cluster login prompt, provide the cluster1 credentials:


 login as: admin
 Password: Netapp123
The ONTAP cluster CLI prompt and cursor appear:

You have entered all clustershell commands at the root command prompt cluster1::>. Next,
you enter commands in subdirectories.

4. Navigate to the network subdirectory:


cluster1::> network
Sample output:
cluster1::network>

5. Navigate to the network>port subdirectory:


cluster1::network> port
Sample output:
cluster1::network port>

6. The cluster name and “::” do not change as you progress through subdirectories.

E2-2 NetApp Configuration and Administration Basics: Management

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

7. List the available commands:


cluster1::network port> ?
Sample output:
broadcast-domain> Manage broadcast domains
ifgrp> The ifgrp directory
modify Modify network port attributes
show Display network port attributes
show-address-filter-info Print the port's address filter information
vlan> The vlan directory

8. Modify a network port:


cluster1::network port> modify
Sample output:
Usage:
[-node] <nodename> Node
[-port] {<netport>|<ifgrp>} Port
[ -mtu <integer> ] MTU
[ -autonegotiate-admin {true|false} ] Auto-Negotiation Administrative
[ -duplex-admin {auto|half|full} ] Duplex Mode Administrative
[ -speed-admin {auto|10|100|1000|10000|40000} ] Speed Administrative
[ -flowcontrol-admin {none|receive|send|full} ] Flow Control Administrative
[ -ipspace <IPspace> ] IPspace Name

9. Square brackets ([]) represent optional command parameters. [-node] <nodename>


indicates that the parameter name, -node, is optional but the parameter value,
<nodename>, is required. Parameters that don’t require names are called positional
parameters. Positional parameter values must be in the exact order in the usage information.
Example: network port modify <nodename> <ifgrp> is correct, but network port
modify <netport> <nodename> is incorrect.

10. Enter two periods (..) to navigate “up” a directory:


cluster1::network port> ..
Sample output:
cluster1::network>

11. Navigate back to the root of the command directory:


cluster1::network> top
Sample output:
cluster1::>

12. For more information about a command, enter the command name preceded by man,
such as man cluster. To exit, enter q.

13. Review information about the network and volume commands.

E2-3 NetApp Configuration and Administration Basics: Management

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

14. The clustershell has multiple privilege levels. Use the set -privilege <level>
command to change levels. When you change to the advanced privilege level, an
asterisk is added to the command prompt, such as cluster1::*>.

15. Display all of the commands in the metrocluster subdirectory:


cluster1::> metrocluster ?
Sample output:
check> Check MetroCluster configuration and display
results
configure Configure MetroCluster and start DR mirroring
for the node and its DR group
heal Heal DR data aggregates and DR root aggregates
interconnect> MetroCluster interconnect commands
modify Modify MetroCluster configuration options
node> Display MetroCluster nodes
operation> Display MetroCluster operation status
show Display MetroCluster configuration information
switchback Switch back storage and client access
switchover Switch over storage and client access
vserver> Manage MetroCluster Vservers

16. Change the clustershell privilege level from admin to advanced (reply “y” when prompted):
cluster1::> set -privilege advanced
Sample output:
Warning: These advanced commands are potentially dangerous; use them only when
directed to do so by NetApp personnel.
Do you want to continue? {y|n}: y

E2-4 NetApp Configuration and Administration Basics: Management

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

17. Display all of the commands in the metrocluster subdirectory:


cluster1::*> metrocluster ?
Sample output:
check> Check MetroCluster configuration and display
results
config-replication> *Display configuration replication information
configure Configure MetroCluster and start DR mirroring
for the node and its DR group
heal Heal DR data aggregates and DR root aggregates
interconnect> MetroCluster interconnect commands
modify Modify MetroCluster configuration options
node> Display MetroCluster nodes
operation> Display MetroCluster operation status
show Display MetroCluster configuration information
switchback Switch back storage and client access
switchover Switch over storage and client access
vserver> Manage MetroCluster Vservers

18. Has anything changed?


______________________________________________________________________________

19. Change the privilege level back to admin.

20. Use the -fields parameter to selectively limit the fields in the output of commands or
to change the order in which fields are displayed. Use the question mark to get a list of
all of the field names for a particular command. Example: -fields ?

21. In the previous module, you issued the storage aggregate show -aggr n1_aggr_main
command, and the output spanned multiple pages. Which command limits the aggregate show
output to the aggregate name, RAID status, and SnapLock type?
______________________________________________________________________________

E2-5 NetApp Configuration and Administration Basics: Management

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 2: CLUSTERSHELL SHORTCUTS
In this task, you use more cluster management features and shortcuts for the clustershell.
STEP ACTION

1. View the ONTAP images in node1:


cluster1::> system image show -node cluster1-01
Sample output:
Is Is Install
Node Image Default Current Version Date
-------- ------- ------- ------- ------------------------- -------------------
cluster1-01
image1 false false 9.0RC1 7/3/2016 17:54:30
image2 true true 9.0RC2 8/22/2016 05:53:32
2 entries were displayed.

2. Use the up arrow key to recall the previous command. Use the up and down arrow keys
to navigate the command history buffer.

3. Use the up arrow key to reissue the command for node2.

4. List the commands that are in the command-history buffer:


cluster1::> history
Sample output:
1 network
2 port
3 modify
4 ..
5 top
6 man network
7 man volume
8 set -privilege advanced
9 set -privilege admin
10 system image show -node cluster1-01
11 system image show -node cluster1-02

5. The redo command reissues commands from the command history buffer. For the
example in the previous step, redo 11 would reissue the eleventh command in the list,
the system image show -node cluster1-02 command and redo -3 would
reissue the second to the last command, the system image show -node cluster1-01
command. The reason that -3 reissues the second to the last command in the list instead of the
third to the last command is because in this example, the history command would also be
added to the list as the last command in the buffer.

6. Which two commands could be used to reissue the man network command?
______________________________________________________________________________
E2-6 NetApp Configuration and Administration Basics: Management

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
END OF EXERCISE

E2-7 NetApp Configuration and Administration Basics: Management

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
EXERCISE 2: LOGIN BANNER AND MESSAGE OF THE DAY
In this exercise, you configure a login banner and a message of the day (MOTD) to communicate
administrative information to CLI users of the cluster or of a particular storage virtual machine (SVM).

OBJECTIVES
This exercise focuses on enabling you to do the following:
 Update the login banner
 Modify the message of the day

EXERCISE EQUIPMENT DIAGRAM


Your exercise environment contains the following virtual machines (VMs):
 One Windows 2012 R2 Server system
 One ONTAP 9 two-node cluster (cluster1)

To connect to the Windows Server jump-host, use the connection information that the instructor assigned to
you. From the Windows desktop, you connect to the other servers in your exercise environment.

SYSTEM HOST NAME IP ADDRESSES USER NAME PASSWORD


Windows 2012 R2 Server
w2k12 192.168.0.11 LEARN\Administrator Netapp123
jump host
CentOS Linux 6.5 Server linux1 192.168.0.21 root (case sensitive) Netapp123
ONTAP cluster management
cluster1 192.168.0.50 admin (case sensitive) Netapp123
LIF (cluster1)
node1 (cluster1) cluster1-01 192.168.0.51 admin (case sensitive) Netapp123

node2 (cluster1) cluster1-02 192.168.0.52 admin (case sensitive) Netapp123

E2-8 NetApp Configuration and Administration Basics: Management

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 1: UPDATE THE LOGIN BANNER
In this task, you configure a login banner to provide additional administrative information to CLI users of
cluster1.
STEP ACTION

1. Open a PuTTY session to the cluster1 cluster management LIF (cluster1_mgmt), and then view
the current cluster-wide login banner:
cluster1::> security login banner show
Sample output:
The login banner has not been configured for the cluster or any data Vserver.

2. Change the cluster-wide login banner (the command is case-sensitive):


cluster1::> security login banner modify -message "Authorized users
ONLY!"

3. Open a second PuTTY session to the cluster1 cluster management LIF (cluster1_mgmt) and
provide the cluster1 credentials:
 login as: admin
 Password: Netapp123
The new login banner appears.

4. Reset the cluster-wide login banner to the default:


cluster1::> security login banner modify -message ""

E2-9 NetApp Configuration and Administration Basics: Management

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 2: MODIFY THE MESSAGE OF THE DAY
In this task, you modify the message of the day to provide more administrative information to CLI users of
cluster1.
STEP ACTION

1. The message of the day (MOTD) provides administrative information after security
credentials are validated. Because a user first provides credentials, the message can be
targeted directly at the administrator who has logged in. The message can include
various information:
 Cluster name, node name, or SVM name
 Cluster date and time
 Name of the user logging in
 Most recent login for the user on any node in the cluster
 Login device name or IP address
 Operating system name
 Software release version
 Effective cluster version string

2. Open a PuTTY session to the cluster1 cluster management LIF (cluster1_mgmt), and then view
the current cluster-wide message of the day:
cluster1::> security login motd show
Sample output:
The message of the day has not been configured for the cluster or any data Vserver.

3. Enter interactive mode (the command is case-sensitive):


cluster1::> security login motd modify -vserver cluster1
Sample output:
Enter the message of the day for Vserver "cluster1".
Max size: 2048. Enter a blank line to terminate input. Press Ctrl-C to abort.
0 1 2 3 4 5 6 7 8
12345678901234567890123456789012345678901234567890123456789012345678901234567890

4. Change the login message of the day for the cluster1 cluster by entering (or cutting and pasting)
the following case-sensitive text:
###########################################
# Operating System Name = \s #
# Software Release = \r #
# Node = \n #
# Name = \N #
# Active Sessions = \u #
# Current Time = \t #
# Current Date = \d #
###########################################

E2-10 NetApp Configuration and Administration Basics: Management

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

5. A blank line is required to exit interactive mode.

6. Open a second PuTTY session to the cluster1 cluster management LIF (cluster1_mgmt), and then
provide the cluster1 credentials:
 login as: admin
 Password: Netapp123
The new login message of the day appears:

7. Reset the login message of the day to the default:


cluster1::> security login motd modify -vserver cluster1 -message ""

END OF EXERCISE

E2-11 NetApp Configuration and Administration Basics: Management

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
EXERCISE 3: ONCOMMAND SYSTEM MANAGER WALK-THROUGH
In this exercise, you explore the new OnCommand System Manager interface, synchronize the system time,
and assign a Network Time Protocol (NTP) time server to the cluster.

OBJECTIVES
This exercise focuses on enabling you to do the following:
 Navigate OnCommand System Manager
 Update OnCommand System Manager administration settings
 Synchronize system time between the ONTAP cluster and the Windows domain controller
 Assign a network time server IP address for the ONTAP cluster

EXERCISE EQUIPMENT DIAGRAM


Your exercise environment contains the following virtual machines (VMs):
 One Windows 2012 R2 Server system
 One ONTAP 9 two-node cluster (cluster1)

To connect to the Windows Server jump-host, use the connection information that the instructor assigned to
you. From the Windows desktop, you connect to the other servers in your exercise environment.

SYSTEM HOST NAME IP ADDRESSES USER NAME PASSWORD


Windows 2012 R2 Server
w2k12 192.168.0.11 LEARN\Administrator Netapp123
jump host
CentOS Linux 6.5 Server linux1 192.168.0.21 root (case sensitive) Netapp123
ONTAP cluster management
cluster1 192.168.0.50 admin (case sensitive) Netapp123
LIF (cluster1)
node1 (cluster1) cluster1-01 192.168.0.51 admin (case sensitive) Netapp123

node2 (cluster1) cluster1-02 192.168.0.52 admin (case sensitive) Netapp123

E2-12 NetApp Configuration and Administration Basics: Management

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 1: NAVIGATING NETAPP ONCOMMAND SYSTEM MANAGER
In this task, you navigate the new OnCommand System Manager interface.
STEP ACTION

1. NetApp OnCommand System Manager is not a separate application, but a management


solution (web service) that is built in to the ONTAP software.
To access OnCommand System Manager, open a browser, connect to the cluster
management LIF, and authenticate with the cluster administrator user name and password.
SYSTEM HOST NAME IP ADDRESS USER NAME PASSWORD
ONTAP cluster
cluster1 192.168.0.50 admin (case sensitive) Netapp123
management LIF

2. From the Windows Server desktop, access OnCommand System Manager:


a. Open a web browser.
b. In the address bar, enter the cluster-management logical interface (LIF) IP address
https://192.168.0.50.

3. In previous ONTAP versions, an HTTP request to the cluster-management LIF was


redirected to HTTPS (for example, http://192.168.0.50 was redirected to
https://192.168.0.50). In ONTAP 9, you must explicitly request HTTPS.

4. When the System Manager window opens, enter the following credentials:
 User name: admin
 Password: Netapp123

E2-13 NetApp Configuration and Administration Basics: Management

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

5. Review the information on the Dashboard tab, which is the new System Manager landing page:

6. How many disks are available in the cluster? How many of the available disks are SSDs?
_____________________________________________________________________________

7. Did you click both tabs in the Dashboard view? What information is on the Cluster Performance
tab?
______________________________________________________________________________

8. On the menu bar, click the LUNs tab:

E2-14 NetApp Configuration and Administration Basics: Management

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

9. Review the LUNs pane and the general LUN information (including tabs) at the bottom of the
pane:

10. Is there a Volumes tab on the menu bar (next to the SVMs tab)? If not, why?
______________________________________________________________________________

11. On the menu bar, click the SVMs tab:

12. Review the SVMs pane:

13. In the Name column of the SVMs pane, click the first SVM.

14. Review each of the commands on the SVM menu bar:

E2-15 NetApp Configuration and Administration Basics: Management

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

15. Where is the date of the most recent Snapshot copy for finance2_NFS_volume?
______________________________________________________________________________

16. On the menu bar, click the Network tab:

17. Review the Network pane.

18. Verify that all network interfaces are on their home ports; if any network interface is not, send the
LIF to its home port.

19. On the menu bar, click Hardware and Diagnostics > Aggregates:

20. Review the Aggregates pane:

21. Review the tabs at the bottom of the window:

22. Explore the remaining Hardware and Diagnostics dropdown list options.

E2-16 NetApp Configuration and Administration Basics: Management

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

23. On the menu bar, click Protection > Schedules:

24. Review the Schedules pane:

25. Explore the remaining Protection dropdown list options.

26. On the menu bar, click the Configurations tab:

27. In the Configurations navigation pane, review the Cluster Settings options:

28. In the Configurations navigation pane, review the Services options:

E2-17 NetApp Configuration and Administration Basics: Management

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

29. In the Configurations navigation pane, review the Cluster User Details options:

30. To review help for an OnCommand System Manager command, on the menu bar, click
the Help menu.

31. On the menu bar, click Help and review each of the help menu options:

32. From various locations in System Manager, select OnCommand System Manager Help.
For example, you can click the SVMs tab and then navigate to Help > OnCommand System
Manager Help.

E2-18 NetApp Configuration and Administration Basics: Management

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 2: UPDATING NETAPP ONCOMMAND SYSTEM MANAGER ADMINISTRATION SETTINGS
In this task, you update OnCommand System Manager administration settings.
STEP ACTION

1. On the menu bar, click Administration and select Settings:

2. In the setting window, set the Inactivity Timeout value to 180:

3. Click OK.

4. On the menu bar, open the quick navigation menu by clicking the icon and review the
selections:

E2-19 NetApp Configuration and Administration Basics: Management

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 3: SYNCHRONIZE THE SYSTEM TIME FOR WINDOWS DOMAINS
In this task, you manually synchronize the time zone, system date, and time on the Windows Server to the
system date and time in the ONTAP cluster.
STEP ACTION

1. Windows domains must be synchronized to within 5 minutes of all member servers.


If the time of the ONTAP cluster is not synchronized with a domain controller, then the
ONTAP cluster cannot join or remain joined to the Windows domain.
Without synchronization, computers in the Windows domain cannot access resources in the
ONTAP cluster, and resources in the cluster cannot access the Windows domain.

2. Click the time and date display in the lower-right corner of the desktop:

3. Click Change date and time settings:

E2-20 NetApp Configuration and Administration Basics: Management

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

4. Review the date, time, and time zone on the Windows Server:

5. In the following steps, you determine which time zone has been configured in the
ONTAP cluster and, if necessary, change the cluster time zone to US/Pacific.

Etc/UTC Time Zone


Coordinated Universal Time (UTC) is the primary time standard by which the world regulates
clocks and time. UTC is one of several replacements for Greenwich Mean Time (GMT).
The zone information database, which is a collaborative compilation of time zone information,
has a special area called “Etc.” The Etc area is for administrative zones, particularly for
“Etc/UTC,” which represents UTC.

6. Time zones can differ across Microsoft Windows domains, as long as the date and time
across the time zones are synchronized. However, you might need to configure the time
zone of your ONTAP cluster.

7. Open a PuTTY session to the cluster1 cluster management LIF (cluster1_mgmt), and then show
the configured time zone:
cluster1::> timezone
Sample output:
Timezone: Etc/UTC

E2-21 NetApp Configuration and Administration Basics: Management

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

8. If the time zone of the ONTAP cluster differs from the time zone of the Windows Server (that you
reviewed in step 4), enter the following case-sensitive command to change the cluster time zone
configuration:
cluster1::> timezone US/Pacific
Sample output:
1 entry modified

9. Display the date and time on the ONTAP cluster:


cluster1::> date
Sample output:
Node Date Time zone
--------- ------------------------ -------------------------
cluster1-01
Sun Apr 03 07:36:05 2016 US/Pacific
cluster1-02
Sun Apr 03 07:36:04 2016 US/Pacific
2 entries were displayed.

10. The date command ensures consistency across nodes by setting the date and time on
all nodes in the ONTAP cluster. The date command has the following format: date
[year][month][day][hour][minute]. Example:
cluster1::> date 201604160600
cluster1::> date
Sample output:
Node Date Time zone
--------- ------------------------ -------------------------
cluster1-01
Sat Apr 16 06:00:05 2016 US/Pacific
cluster1-02
Sat Apr 16 06:00:05 2016 US/Pacific
2 entries were displayed.

11. If the date and time on the Windows Server (which you reviewed in step 4) differs by more than
five minutes from the date and time on the ONTAP cluster, change the date and time on the
ONTAP cluster:
cluster1::> date [year][month][day][hour][minute]

12. The date command also accepts the -u parameter to set the date and time in UTC
mode. In UTC mode, the format is -u [<[[[[[cc]yy]mm]dd]hhmm[.ss]]>]. See
the ONTAP Commands: Manual Page Reference for more information.

E2-22 NetApp Configuration and Administration Basics: Management

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 4: ASSIGN A NETWORK TIME PROTOCOL (NTP) SERVER TO THE CLUSTER
In this task, you assign a Network Time Protocol (NTP) network time server for cluster1.
STEP ACTION

1. On the System Manager menu bar, click the Configurations tab:

2. You might need to maximize your browser window to see all of the tabs.

3. In the Configurations pane, in the Cluster Settings section, click Date and Time:

4. In the Date and Time configuration dialog box, click Edit.

E2-23 NetApp Configuration and Administration Basics: Management

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

5. In the Edit Date and Time window, enter the IP address (192.168.0.11) of the Windows Server
and click Add:

6. Click OK.

7. In the Date and Time configuration window, verify that the Windows Server IP address has been
set as the time server for cluster1:

8. To avoid issues with the CIFS protocol, always assign one of the domain controllers as
the network time server for ONTAP clusters. The NTP service setting for the ONTAP
cluster keeps all nodes in the cluster synchronized with the Windows domain time.

END OF EXERCISE

E2-24 NetApp Configuration and Administration Basics: Management

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
MODULE 3: NETWORKING

EXERCISE 1: NETWORKING
In this exercise, you explore ONTAP networking using OnCommand System Manager.

OBJECTIVES
This exercise focuses on enabling you to do the following:
 List the types of networks that are used by ONTAP clusters
 Identify the types of network ports
 Explore IPspaces, broadcast domains, and subnets
 Identify network interfaces

EXERCISE EQUIPMENT DIAGRAM


Your exercise environment contains the following virtual machines (VMs):
 One Windows 2012 R2 Server system
 One ONTAP 9 2-node cluster (cluster1)
To connect to the Windows Server jump-host, use the connection information that the instructor assigned to
you. From the Windows desktop, you connect to the other servers in your exercise environment.

SYSTEM HOST NAME IP ADDRESSES USER NAME PASSWORD


Windows 2012 R2 Server
w2k12 192.168.0.11 LEARN\Administrator Netapp123
jump host
CentOS Linux 6.5 Server linux1 192.168.0.21 root (case sensitive) Netapp123
ONTAP cluster management
cluster1 192.168.0.50 admin (case sensitive) Netapp123
LIF (cluster1)
node1 (cluster1) cluster1-01 192.168.0.51 admin (case sensitive) Netapp123

node2 (cluster1) cluster1-02 192.168.0.52 admin (case sensitive) Netapp123

E3-1 NetApp Configuration and Administration Basics: Networking

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 1: NETWORKS
In this task, you review the types of networks that ONTAP clusters use.
STEP ACTION

1. In a multi-node ONTAP cluster, three networks are required: the cluster interconnect,
the management network, and the data network. In a single-node cluster, only the
management network and data network are required.

2. Which two of the three networks in a multi-node ONTAP cluster can be on a shared Ethernet
network?
______________________________________________________________________________

3. Data networks can combine which types of physical networks?


______________________________________________________________________________

4. Why are two switches recommended for both the management network and cluster interconnect,
even when the cluster only consists of two nodes?
______________________________________________________________________________

5. When setting up a cluster, where should you look for the maximum number of supported
controllers and the supported models of controllers?
______________________________________________________________________________

E3-2 NetApp Configuration and Administration Basics: Networking

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 2: NETWORK PORTS
In this task, you explore network ports that are associated with an ONTAP cluster.
STEP ACTION

1. From the Windows Server desktop, access OnCommand System Manager:


a. Open a web browser.
b. In the address bar, enter the cluster-management logical interface (LIF) IP address
https://192.168.0.50:

2. When the OnCommand System Manager window opens, enter the following credentials:
 User name: admin
 Password: Netapp123

3. On the menu bar, click Network:

4. Review the tabs in the Network pane:

5. In the Network pane, click Ethernet Ports:

6. Home many cluster Ethernet ports are there for each node in the cluster?
______________________________________________________________________________

7. What does the zero (“0”) represent in the Ethernet port name e0d?
______________________________________________________________________________

8. What happens if you try to create an interface group on either node in the cluster?
______________________________________________________________________________

9. Why are ports e0a and e0b excluded from the physical interfaces that are available for virtual
LAN (VLAN) creation?
______________________________________________________________________________

E3-3 NetApp Configuration and Administration Basics: Networking

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

10. In the Network pane, click FC/FCoE Adapters:

11. Before you change the speed of an FC or FCoE adapter, what must you do to the adapter?
______________________________________________________________________________

E3-4 NetApp Configuration and Administration Basics: Networking

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 3: IPSPACES
In this task, you examine IPspaces in an ONTAP cluster.
STEP ACTION

1. On the menu bar, click Network:

2. In the Network pane, click IPspaces:

3. During cluster creation, two IPspaces are created (Default and Cluster). The cluster
interconnect uses the Cluster IPspace; you can ignore the Cluster IPspace.

4. In the Network IPspaces pane, click Create:

5. In the Create IPspace dialog box, enter CompanyB:

6. Click Create.

7. In the Network pane, click Broadcast Domain:

8. On the Network Broadcast Domains tab, click Create:

9. Why can’t you create a broadcast domain?


______________________________________________________________________________

E3-5 NetApp Configuration and Administration Basics: Networking

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

10. In the Network pane, click Ethernet Ports:

11. On the Network Ethernet Ports tab, click Create VLAN:

12. In the Create VLAN dialog box, enter the following values:
 Node: cluster1-01 (default)
 Physical Interface: e0c (default)
 Enter a list of VLAN tag numbers: 1

13. Click Add.

14. Click Create.

E3-6 NetApp Configuration and Administration Basics: Networking

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

15. In the Network Ethernet Ports pane, verify that the new VLAN port appears:

16. Repeat steps 11 through 15 to add VLAN port e0c-1 to cluster1-02.

17. In the Network pane, click Broadcast Domains:

18. On the Network Broadcast Domains tab, click Create:

E3-7 NetApp Configuration and Administration Basics: Networking

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

19. In the Create Broadcast Domain dialog box, enter the following values:
 Name: CompanyB
 MTU: 1500
 IPspace: CompanyB
 Assign Ports: e0c-1 (cluster1-01 and cluster1-02)

20. Click Create.

21. In the Network pane, click Subnets:

22. On the Network Subnets tab, click Create:

E3-8 NetApp Configuration and Administration Basics: Networking

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

23. In the Create Subnet dialog box, enter the following values:
 Name: subnet_companyB
 Subnet IP/Subnet mask: 192.168.0.0/24
 IP Addresses: 192.168.0.210-192.168.0.220
 Gateway: <blank> (this value is the default)
 Broadcast Domain: CompanyB

24. Click Create.

25. In the Network Subnets pane, verify that the subnet was created and compare the new subnet to
the default subnet.

E3-9 NetApp Configuration and Administration Basics: Networking

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 4: NETWORK INTERFACES
In this task, you explore the network interfaces that are associated with an ONTAP cluster.
STEP ACTION

1. On the menu bar, click Network:

2. In the Network pane, click Network Interfaces:

3. What is the interface name and IP address of the cluster management LIF?
______________________________________________________________________________

4. Can a LIF support more than one data protocol?


______________________________________________________________________________

5. Are any intercluster LIFs defined for cluster1? If so, what are the names of the intercluster LIFs?
______________________________________________________________________________

6. Are any LIF roles not represented in cluster1? If so, what LIF roles are missing?
______________________________________________________________________________

7. Where is LIF failover information?


______________________________________________________________________________

8. In the Network pane, click FC/FCoE Adapters:

9. What does WWPN stand for?


______________________________________________________________________________

10. What does WWNN stand for?


______________________________________________________________________________

END OF EXERCISE

E3-10 NetApp Configuration and Administration Basics: Networking

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
MODULE 4: STORAGE VIRTUAL MACHINES

EXERCISE 1: STORAGE VIRTUAL MACHINES


In this exercise, you use OnCommand System Manager to explore storage virtual machines (SVMs).

OBJECTIVES
This exercise focuses on enabling you to do the following:
 Explore the components and features of SVMs
 Identify FlexVol volumes and efficiency features
 Create and manage SVMs

EXERCISE EQUIPMENT DIAGRAM


Your exercise environment contains the following virtual machines (VMs):
 One Windows 2012 R2 Server system
 One ONTAP 9 two-node cluster (cluster1)

To connect to the Windows Server jump-host, use the connection information that the instructor assigned to
you. From the Windows desktop, you connect to the other servers in your exercise environment.

SYSTEM HOST NAME IP ADDRESSES USER NAME PASSWORD


Windows 2012 R2 Server
w2k12 192.168.0.11 LEARN\Administrator Netapp123
jump host
CentOS Linux 6.5 Server linux1 192.168.0.21 root (case sensitive) Netapp123
ONTAP cluster management
cluster1 192.168.0.50 admin (case sensitive) Netapp123
LIF (cluster1)
node1 (cluster1) cluster1-01 192.168.0.51 admin (case sensitive) Netapp123

node2 (cluster1) cluster1-02 192.168.0.52 admin (case sensitive) Netapp123

E4-1 NetApp Configuration and Administration Basics: Storage Virtual Machines

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 1: COMPONENTS AND FEATURES
In this task, you explore the components and features of SVMs.
STEP ACTION

1. From the Windows Server desktop, access OnCommand System Manager:


a. Open a web browser.
b. In the address bar, enter the cluster-management logical interface (LIF) IP address
https://192.168.0.50.

2. When the System Manager window opens, enter the following credentials:
 User name: admin
 Password: Netapp123

3. On the menu bar, click the SVMs tab:

4. In the SVMs pane, click svm_smb_main:

5. What information is displayed on the SVM dashboard?


______________________________________________________________________________

6. On the SVM svm_smb_main menu bar, click Volumes:

7. Each SVM contains a root volume. When the SVM is created, the root volume is
automatically created with it.

8. Including the root volume, how many volumes are in the svm_smb_main SVM?
______________________________________________________________________________

E4-2 NetApp Configuration and Administration Basics: Storage Virtual Machines

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

9. On the svm_smb_main menu bar, click Namespace:

10. Are all of the volumes mounted in the namespace?


______________________________________________________________________________

11. On the SVMs tab, on the svm_smb_main menu bar, click Shares:

12. The Windows shares admin$, c$, and ipc$ are default shares (they are created when the
SVM CIFS server is created). Windows shares that end in a dollar sign “$” are hidden
from the Windows client.

13. On the SVMs tab, on the svm_smb_main menu bar, click LUNs:

14. Are any LUNs available in the SVM?


______________________________________________________________________________

15. On the SVMs tab, on the svm_smb_main menu bar, click Qtrees:

16. Are any qtrees available in the SVM?


______________________________________________________________________________

17. On the SVMs tab, on the svm_smb_main menu bar, click Quotas:

E4-3 NetApp Configuration and Administration Basics: Storage Virtual Machines

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

18. Are any quotas available in the SVM?


______________________________________________________________________________

19. On the SVMs tab, on the svm_smb_main menu bar, click SVM Settings:

20. In the SVM Settings navigation pane, what administrative categories are available?
______________________________________________________________________________

E4-4 NetApp Configuration and Administration Basics: Storage Virtual Machines

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 2: FLEXVOL VOLUMES
In this task, you examine FlexVol volumes and efficiency features.
STEP ACTION

1. On the menu bar, click the SVMs tab:

2. In the SVMs pane, click svm_finance:

3. On the SVMs tab, on the svm_finance menu bar, click Volumes:

4. In the Volumes pane, select finance1_CIFS_volume and click Edit.

5. In the Edit Volume page, click Storage Efficiency.

6. Which three storage-efficiency features are available?


______________________________________________________________________________

E4-5 NetApp Configuration and Administration Basics: Storage Virtual Machines

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

7. On the Edit Volume page, select all three efficiency features (Background Deduplication,
Background Compression, and Inline Compression), and select the default storage efficiency
policy for background deduplication:

8. Click Save and Close.

9. At the bottom of the Volumes pane, click Storage Efficiency:

10. Review the storage-efficiency information:

E4-6 NetApp Configuration and Administration Basics: Storage Virtual Machines

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

11. At the bottom of the Volumes pane, click Snapshot Copies:

12. Review the Snapshot copy information.

13. What does the Snapshot copy name tell you about a Snapshot copy?
______________________________________________________________________________

E4-7 NetApp Configuration and Administration Basics: Storage Virtual Machines

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 3: VOLUME MOVE
In this task, you create a new flash pool aggregate and then move a FlexVol volume from a previous
aggregate to the new aggregate.
STEP ACTION

1. On the menu bar, click Hardware and Diagnostics > Aggregates:

2. In the Aggregates pane, click Create:

E4-8 NetApp Configuration and Administration Basics: Storage Virtual Machines

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

3. In the Create Aggregate dialog box, enter the following values:


 Name: n2_flash_pool_main
 Disk Type: FCAL (on cluster1-02)
 Number of Disks: 16
 RAID Configuration: RAID-DP (default)
 New Usable Capacity: 49.22 GB (default)
 SnapLock Type: Non-SnapLock (default)
 Mirror this aggregate: <unchecked> (default)
 Use Flash Pool cache with this aggregate: <checked>
 Cache Source: Dedicated SSDs (default)
 SSD Size: 520.5 MB (default)
 Number of Disks: 7
 RAID Configuration: RAID4 layout with group size of 8 disks (default)
 Cache Size: 3.05 GB

4. Click Create.

5. How much capacity does the seven SSDs add to the aggregate?
______________________________________________________________________________

E4-9 NetApp Configuration and Administration Basics: Storage Virtual Machines

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

6. On the menu bar, click the SVMs tab:

7. In the SVMs pane, click svm_finance:

8. On the SVMs tab, on the svm_finance menu bar, click Volumes:

9. In the Volumes pane, select finance1_CIFS_volume and click Move:

E4-10 NetApp Configuration and Administration Basics: Storage Virtual Machines

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

10. In the Move Volume dialog box, select the destination aggregate n2_flash_pool_main and click
Move:

11. Click Move to confirm the volume move.

E4-11 NetApp Configuration and Administration Basics: Storage Virtual Machines

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

12. Click OK to acknowledge the job in progress.

13. At the bottom of the Volumes pane, click the Volume Move Details tab, and then monitor the

progress of the move operation. Use the Refresh button to refresh the screen.

E4-12 NetApp Configuration and Administration Basics: Storage Virtual Machines

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 4: CREATING AND MANAGING SVMS
In this task, you create and manage SVMs.
STEP ACTION

1. On the menu bar, click the SVMs tab:

2. In the SVMs pane, click Create:

E4-13 NetApp Configuration and Administration Basics: Storage Virtual Machines

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

3. In the Storage Virtual Machine (SVM) Setup dialog box, enter the following values:
 SVM Name: svm_fred
 IPspace: Default
 Volume Type: FlexVol volumes (default)
 Data Protocols: NFS
 Default Language: C.UTF-8 (default)
 Security Style: UNIX (default)
 Root Aggregate: n1_aggr_main
 Search Domains: learn.netapp.local (default)
 Name Servers: 192.168.0.11 (default)

4. Click Submit & Continue.

E4-14 NetApp Configuration and Administration Basics: Storage Virtual Machines

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

5. On the “Configure CIFS/NFS protocol” page, enter the following values:


 Assign IP Address: Using a subnet (select subnet_main and Auto-select the IP)
 Port: cluster1-02:e0f
 Domain Names: <blank> (default)
 IP Addresses: <blank> (default)
 Export Name: volume_fred
 Size: 1 GB

6. Click Submit & Continue.

7. On the “Enter SVM administrator details” page, click Skip.

E4-15 NetApp Configuration and Administration Basics: Storage Virtual Machines

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

8. Review all of the information and click OK:

9. Explore the new SVM:


 Verify the volumes and namespace against the other SVMs.
 Enable different storage efficiency features.
 Create a qtree.

END OF EXERCISE

E4-16 NetApp Configuration and Administration Basics: Storage Virtual Machines

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
MODULE 5: MAINTENANCE

EXERCISE 1: MAINTENANCE
In this exercise, you use OnCommand System Manager to explore ONTAP maintenance features.

OBJECTIVES
This exercise focuses on enabling you to do the following:
 Explore ONTAP software-upgrade features
 Identify the performance features and monitoring tools of ONTAP
 Describe the tools and features that are used to identify and resolve issues with ONTAP

EXERCISE EQUIPMENT DIAGRAM


Your exercise environment contains the following virtual machines (VMs):
 One Windows 2012 R2 Server system
 One ONTAP 9 2-node cluster (cluster1)

To connect to the Windows Server jump-host, use the connection information that the instructor assigned to
you. From the Windows desktop, you connect to the other servers in your exercise environment.

SYSTEM HOST NAME IP ADDRESSES USER NAME PASSWORD


Windows 2012 R2 Server
w2k12 192.168.0.11 LEARN\Administrator Netapp123
jump host
CentOS Linux 6.5 Server linux1 192.168.0.21 root (case sensitive) Netapp123
ONTAP cluster
cluster1 192.168.0.50 admin (case sensitive) Netapp123
management LIF (cluster1)
node1 (cluster1) cluster1-01 192.168.0.51 admin (case sensitive) Netapp123

node2 (cluster1) cluster1-02 192.168.0.52 admin (case sensitive) Netapp123

E5-1 NetApp Configuration and Administration Basics: Maintenance

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 1: NONDISRUPTIVE UPGRADES
In this task, you explore the software-upgrade features of ONTAP.
STEP ACTION

1. Name the three types of nondisruptive upgrade (NDU)?


______________________________________________________________________________

2. What is the minimum number of nodes that are required for a batch upgrade?
______________________________________________________________________________

3. From the Windows Server desktop, access OnCommand System Manager:


a. Open a web browser.
b. In the address bar, enter the cluster-management logical interface (LIF) IP address
https://192.168.0.50.

4. When the System Manager window opens, enter the following credentials:
 User name: admin
 Password: Netapp123

5. On the menu bar, click Configurations:

6. In the Configurations navigation pane, in the Cluster Settings section, click Cluster Update:

7. Before you update the version of ONTAP, which cluster configuration must you set up?
______________________________________________________________________________

E5-2 NetApp Configuration and Administration Basics: Maintenance

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

8. Which other ONTAP management tool can you use to upgrade the cluster?
______________________________________________________________________________

E5-3 NetApp Configuration and Administration Basics: Maintenance

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 2: CLUSTER PERFORMANCE
In this task, you examine the cluster-performance features of ONTAP.
STEP ACTION

1. Experiment with the Cluster Performance Dashboard.


 Wait for the graphs to build and view the results.
 See what happens when you position the mouse cursor over the graphs.

2. What happens when you select or clear one of the three values in the legend?
______________________________________________________________________________

E5-4 NetApp Configuration and Administration Basics: Maintenance

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 3: IDENTIFYING ISSUES
In this task, you explore ways to identify common issues in an ONTAP cluster.
STEP ACTION

1. On the menu bar, click Hardware and Diagnostics > Events:

2. Review the information that appears.

3. Event information can be sorted into which five categories?


______________________________________________________________________________

4. On the menu bar, click Hardware and Diagnostics > System Alerts:

5. Review the information that appears.

6. How do system alerts differ from events?


______________________________________________________________________________

E5-5 NetApp Configuration and Administration Basics: Maintenance

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

7. On the menu bar, click Hardware and Diagnostics > AutoSupport:

8. Review the information that appears.

9. In OnCommand System Manager, can you review a summary of previously sent AutoSupport
notifications?
______________________________________________________________________________

END OF EXERCISE

E5-6 NetApp Configuration and Administration Basics: Maintenance

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
MODULE 6: NAS

EXERCISE 1: NAS
In this exercise, you explore methods of accessing files using NAS protocols (NFS and SMB).

OBJECTIVES
This exercise focuses on enabling you to do the following:
 Explore the ONTAP NAS configuration
 Explore the SMB client configuration
 Explore the NFS client configuration

EXERCISE EQUIPMENT DIAGRAM


Your exercise environment contains the following virtual machines (VMs):
 One Windows 2012 R2 Server system
 One CentOS Linux 6.5 Server system
 One ONTAP 9 two-node cluster (cluster1)

To connect to the Windows Server jump-host, use the connection information that the instructor assigned to
you. From the Windows desktop, you connect to the other servers in your exercise environment.

SYSTEM HOST NAME IP ADDRESSES USER NAME PASSWORD


Windows 2012 R2 Server
w2k12 192.168.0.11 LEARN\Administrator Netapp123
jump host
CentOS Linux 6.5 Server linux1 192.168.0.21 root (case sensitive) Netapp123
ONTAP cluster
cluster1 192.168.0.50 admin (case sensitive) Netapp123
management LIF (cluster1)
node1 (cluster1) cluster1-01 192.168.0.51 admin (case sensitive) Netapp123

node2 (cluster1) cluster1-02 192.168.0.52 admin (case sensitive) Netapp123

E6-1 NetApp Configuration and Administration Basics: NAS

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 1: EXPLORE ONTAP NAS CONFIGURATION
In this task, you use OnCommand System Manager to explore the ONTAP NAS networking configuration.
STEP ACTION

1. From the Windows Server desktop, access OnCommand System Manager:


1. Open a web browser.
2. In the address bar, enter the cluster-management logical interface (LIF) IP address
https://192.168.0.50.

2. When the System Manager window opens, enter the following credentials:
 User name: admin
 Password: Netapp123

3. On the menu bar, click SVMs:

4. In the SVMs pane, explore the protocols that are allowed for each storage virtual machine (SVM):

5. The svm_finance SVM allows which network protocols?


______________________________________________________________________________

6. Click svm_finance:

7. On the SVMs tab, on the svm_finance menu bar, click Volumes:

E6-2 NetApp Configuration and Administration Basics: NAS

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

8. In the Volumes pane, review the volumes and identify the name that is assigned to each volume:

9. On the SVMs tab, on the svm_finance menu bar, click Namespace:

10. Are all of the volumes mounted in the namespace?


______________________________________________________________________________

11. Which volumes, if any, are not mounted in the namespace, and why?
______________________________________________________________________________

12. On the SVMs tab, on the svm_finance menu bar, click Shares:

13. Which protocols require shares to be defined for client access?


______________________________________________________________________________

14. How many shares are available and visible to the client?
______________________________________________________________________________

15. On the SVMs tab, on the svm_finance menu bar, click SVM Settings:

E6-3 NetApp Configuration and Administration Basics: NAS

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

16. In the SVM Settings pane, explore the NAS protocols (CIFS and NFS):

17. What is the Active Directory Domain Name for SMB_FINANCE?


______________________________________________________________________________

18. Which version or versions of NFS are enabled?


______________________________________________________________________________

19. In the SVM Settings pane, explore the export policies and export rules:

20. Create a second export rule in the finance2 policy with the following characteristics:
Client Specification: 192.168.0.12
Rule Index: 1
Access Protocols: NFSv3
Access Details: Read-Only (UNIX, Kerberos 5) and Read/Write (UNIX, Kerberos 5)
21. What would happen if the new rule had a rule index of 2 instead of 1?
______________________________________________________________________________

22. In the SVM Settings pane, explore the services:

E6-4 NetApp Configuration and Administration Basics: NAS

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

23. In the SVM Settings pane, explore the host users and groups:

E6-5 NetApp Configuration and Administration Basics: NAS

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 2: EXPLORE SMB CLIENT CONFIGURATION
In this task, you explore the SMB (CIFS) client configuration.
STEP ACTION

1. On the Windows Server system, open a command prompt and display the current shares:
C:\Users\Administrator.W2K12> net use
Sample output:
New connections will be remembered.

Status Local Remote Network

-------------------------------------------------------------------------------
OK E: \\192.168.0.61\finance1 Microsoft Windows Network
OK M: \\192.168.0.60\smb_main_share
Microsoft Windows Network
The command completed successfully.

2. In storage-system terms, what are 192.168.0.61 and 192.168.0.60?


______________________________________________________________________________

3. In storage-system terms, what are finance1 and smb_main_share?


______________________________________________________________________________

4. Open File Explorer and navigate to the E: drive.

E6-6 NetApp Configuration and Administration Basics: NAS

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

5. Right-click the text document, click Edit, add text, and save the document:

6. Open the text document and verify that you can read the document:

7. Where does this file reside on the storage system?


______________________________________________________________________________

8. On the System Manager menu bar, click SVMs:

E6-7 NetApp Configuration and Administration Basics: NAS

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

9. In the SVMs pane, click svm_finance:

10. On the SVMs tab, on the svm_finance menu bar, click Shares:

11. In the Shares pane, select finance1 and click Edit:

12. On the Edit finance1 Settings page, click Options:

E6-8 NetApp Configuration and Administration Basics: NAS

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

13. On the Options tab, select Show Snapshots and leave the default values for the other options:

14. Click Save and Close.

E6-9 NetApp Configuration and Administration Basics: NAS

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

15. Return to Windows Explorer and in the menu bar, click the View tab:

16. In the View ribbon, select Hidden items:

In Windows Explorer, the ~snapshot folder should now be visible.

17. If the ~snapshot directory is not visible, you need to reboot the Windows Server jump
host. To reboot, move the mouse cursor to the lower right corner of the desktop to
reveal the command bar and click Settings and then click Power > Restart.

Wait approximately three minutes and then use Remote Desktop Connection to reconnect to the
Windows Server jump host.

E6-10 NetApp Configuration and Administration Basics: NAS

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

18. Double-click the ~snapshot folder:

19. Double-click the daily folder (example daily.2016-08-25_0010):

20. Open the finance1_data text document:

21. Verify that you can read the document:

E6-11 NetApp Configuration and Administration Basics: NAS

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

22. Is the finance1_data file the same file that you edited in step 5?
______________________________________________________________________________

E6-12 NetApp Configuration and Administration Basics: NAS

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 3: EXPLORE NFS CLIENT CONFIGURATION
In this task, you explore the NFS client configuration.
STEP ACTION

1. On the desktop, double-click the putty icon.

2. In the PuTTY Configuration dialog box, double-click linux1.

3. At the Linux Server login prompt, provide the linux1 credentials:


 login as: root
 Password: Netapp123
The Linux Server CLI prompt and cursor appear:

4. The UNIX/Linux showmount command displays a list of the NFS server’s exported
directories.

5. Get a list of the exported directories from the SVM:


[root@centos65 ~]# showmount -e 192.168.0.61
Sample output:
Export list for 192.168.0.61:
/ (everyone)

6. Does the list of exported directories from the SVM match the list of exported volumes in the
namespace for svm_finance? If not, what is missing?
Hint: see task 1, step 9.
______________________________________________________________________________

7. On the Windows Server desktop, double-click the putty icon:

8. In the PuTTY Configuration dialog box, double-click cluster1_mgmt.

E6-13 NetApp Configuration and Administration Basics: NAS

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

9. At the ONTAP cluster login prompt, provide the cluster1 credentials:


 login as: admin
 Password: Netapp123
The ONTAP cluster CLI prompt and cursor appear:

10. Enable showmount on the NFS server on svm_finance:


cluster1::> nfs server modify -vserver svm_finance -showmount enabled

11. On the Linux server, reissue the showmount command:


[root@centos65 ~]# showmount -e 192.168.0.61
Sample output:
Export list for 192.168.0.61:
/finance1_CIFS_volume (everyone)
/finance2_NFS_volume (everyone)
/finance3_NAS_volume (everyone)
/ (everyone)

12. Does this export list match the exported volumes in the namespace for svm_finance?
______________________________________________________________________________

13. Display a list of all of the system mounts on the Linux server:
[root@centos65 ~]# mount
Sample output:
/dev/mapper/vg_centos65-lv_root on / type ext4 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw,rootcontext="system_u:object_r:tmpfs_t:s0")
/dev/sda1 on /boot type ext4 (rw)
/dev/mapper/vg_centos65-lv_home on /home type ext4 (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)

14. Mount the NFS export from svm_finance to the /mnt/finance2 mount point:
[root@centos65 ~]# mount 192.168.0.61:/finance2_NFS_volume
/mnt/finance2/

E6-14 NetApp Configuration and Administration Basics: NAS

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

15. Display a list of all of the system mounts on the Linux server and notice the difference from the
output in step 13:
[root@centos65 ~]# mount
Sample output:
/dev/mapper/vg_centos65-lv_root on / type ext4 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw,rootcontext="system_u:object_r:tmpfs_t:s0")
/dev/sda1 on /boot type ext4 (rw)
/dev/mapper/vg_centos65-lv_home on /home type ext4 (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
192.168.0.61:/finance2_NFS_volume on /mnt/finance2 type nfs (rw,addr=192.168.0.61)

16. Change the directory to the mount point.

17. List all of the files and directories (including hidden files and directories):
[root@centos65 finance2]# ls -al
Sample output:
drwxrwxrwx. 2 root root 4096 Aug 24 11:30 .
drwxr-xr-x. 3 root root 4096 Aug 24 11:28 ..
-rw-r--r--. 1 root root 368 Jul 14 15:55 finance2_data.txt
drwxrwxrwx. 9 root root 4096 Aug 25 15:05 .snapshot

18. What is the meaning of -rw-r--r-- in front of the file name?


______________________________________________________________________________

19. Open the text document and verify that you can read the document:
[root@centos65 ~]# cat finance2_data.txt
Sample output:
Net assets
==========
Revenue $3,442,700 $299,400
Net income $149,700 $17,100
Company's interest
Share of net income $49,900 $5,700
Advances to joint venture $50,000 $25,000
Equity in net assets 155,600 105,700
Total advances and equity $205,600 $130,700

END OF EXERCISE

E6-15 NetApp Configuration and Administration Basics: NAS

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
EXERCISE 2: MOVING A CIFS SERVER FROM AN ACTIVE DIRECTORY DOMAIN TO A WORKGROUP
In this exercise, you move a CIFS server configuration from a Microsoft Windows 2012 R2 Server Active
Directory domain to a Windows workgroup.

OBJECTIVES
This exercise focuses on enabling you to do the following:
 Verify a CIFS server configuration and stop the server
 Modify a CIFS server configuration from a domain to a workgroup
 Verify and test the workgroup configuration

EXERCISE EQUIPMENT DIAGRAM


Your exercise environment contains the following virtual machines (VMs):
 One Windows 2012 R2 Server system
 One ONTAP 9 two-node cluster (cluster1)

To connect to the Windows Server jump-host, use the connection information that the instructor assigned to
you. From the Windows desktop, you connect to the other servers in your exercise environment.

SYSTEM HOST NAME IP ADDRESSES USER NAME PASSWORD


Windows 2012 R2 Server
w2k12 192.168.0.11 LEARN\Administrator Netapp123
jump host
CentOS Linux 6.5 Server linux1 192.168.0.21 root (case sensitive) Netapp123
ONTAP cluster
cluster1 192.168.0.50 admin (case sensitive) Netapp123
management LIF (cluster1)
node1 (cluster1) cluster1-01 192.168.0.51 admin (case sensitive) Netapp123

node2 (cluster1) cluster1-02 192.168.0.52 admin (case sensitive) Netapp123

E6-16 NetApp Configuration and Administration Basics: NAS

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 1: VERIFY THE CIFS SERVER CONFIGURATION AND STOP THE SERVER
In this task, you verify the CIFS server configuration and administratively down the server using
OnCommand System Manager.
STEP ACTION

1. On the Windows Server system, open File Explorer and navigate to the M: drive.

2. Create a text document, edit, add text to, and save the text document.

3. Open the text document and verify that you can read the document:

E6-17 NetApp Configuration and Administration Basics: NAS

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

4. From the Windows Server desktop, access OnCommand System Manager:


3. Open a web browser.
4. In the address bar, enter the cluster-management logical interface (LIF) IP address
https://192.168.0.50.

5. When the System Manager window opens, enter the following credentials:
 User name: admin
 Password: Netapp123

6. On the menu bar, click SVMs:

7. In the SVMs pane, click svm_smb_main:

8. On the SVMs tab, on the svm_smb_main menu bar, click SVM Settings:

9. You can click a different command even if the current pane is still loading.

10. In the SVM Settings navigation pane, in the Protocols section, click CIFS:

E6-18 NetApp Configuration and Administration Basics: NAS

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

11. In the CIFS management pane, click Configuration:

12. On the Configuration tab, verify the following CIFS server-configuration settings:
 Authentication Style: Active Directory
 Active Directory Domain Name: LEARN.NETAPP.LOCAL

13. Click Stop.

14. In the Stop CIFS Server dialog box, select the checkbox and click OK:

15. On the Configuration tab, verify that the Service Status is Stopped:

E6-19 NetApp Configuration and Administration Basics: NAS

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 2: MODIFY THE CIFS SERVER CONFIGURATION FROM A DOMAIN TO A WORKGROUP
In this task, you modify the CIFS server authentication method from a Windows Active Directory domain to a
Windows workgroup.
STEP ACTION

1. On the Windows Server desktop, double-click the putty icon:

2. In the PuTTY Configuration dialog box, double-click cluster1_mgmt.

3. At the ONTAP cluster login prompt, provide the cluster1 credentials:


 login as: admin
 Password: Netapp123
The ONTAP cluster CLI prompt and cursor appear:

4. Display the CIFS server status:


cluster1::> vserver cifs show -vserver svm_smb_main
Sample output:

Vserver: svm_smb_main
CIFS Server NetBIOS Name: SMB_MAIN
NetBIOS Domain/Workgroup Name: LEARN
Fully Qualified Domain Name: LEARN.NETAPP.LOCAL
Organizational Unit: CN=Computers
Default Site Used by LIFs Without Site Membership:
Workgroup Name: -
Authentication Style: domain
CIFS Server Administrative Status: down
CIFS Server Description:
List of NetBIOS Aliases: -

E6-20 NetApp Configuration and Administration Basics: NAS

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

5. Convert the CIFS server configuration from an Active Directory domain to a Windows
workgroup (when prompted, enter y):
cluster1::> vserver cifs modify -vserver svm_smb_main -workgroup
WORKGROUP
Sample output:

Warning: To enter workgroup mode, all domain-based features must be disabled


and their configuration removed automatically by the system, including
continuously-available shares, shadow copies, and AES. However,
domain-configured share ACLs such as "LEARN.NETAPP.LOCAL\userName"
will not work properly, but cannot be removed by Data ONTAP. Remove
these share ACLs as soon as possible using external tools after the
command completes. If AES is enabled, you may be asked to supply the
name and password of a Windows account with sufficient privileges to
disable it in the "LEARN.NETAPP.LOCAL" domain.
Do you want to continue? {y|n}: y

Successfully queued CIFS Server Modify job [id: 104] for CIFS server "SMB_MAIN".
To view the status of the job, use the "job show -id <jobid>" command.

6. View the job status (in place of the job ID value “104,” use the job ID from the previous
command output):
cluster1::> job show -id 104
Sample output:
Owning
Job ID Name Vserver Node State
------ -------------------- ---------- -------------- ----------
104 CIFS Server Modify Job
svm_smb_main
cluster1-01 Success
Description: Additional work in modifying CIFS server: 1. mode: Domain to
Workgroup.

7. To complete the conversion, you should also remove the Active Directory domain
configuration from the domain controller. But because some of the other exercises in
this course require the domain configuration, you do not remove the configuration now.

E6-21 NetApp Configuration and Administration Basics: NAS

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

8. Verify that the CIFS server has been converted to a Windows workgroup configuration:
cluster1::> vserver cifs show -vserver svm_smb_main
Sample output:

Vserver: svm_smb_main
CIFS Server NetBIOS Name: SMB_MAIN
NetBIOS Domain/Workgroup Name: WORKGROUP
Fully Qualified Domain Name: -
Organizational Unit: -
Default Site Used by LIFs Without Site Membership: -
Workgroup Name: WORKGROUP
Authentication Style: workgroup
CIFS Server Administrative Status: up
CIFS Server Description:
List of NetBIOS Aliases: -

9. Create a SMB workgroup user wgusr (and when prompted, enter and confirm the password
Netapp123):
cluster1::> vserver cifs users-and-groups local-user create -vserver
svm_smb_main -user-name wgusr
Sample output:
Enter the password:
Confirm the password:

E6-22 NetApp Configuration and Administration Basics: NAS

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 3: VERIFY AND TEST THE MODIFIED CONFIGURATION
In this task, you map the SMB workgroup share to the Windows Server and verify that you are able to write
data to the share and read data from the share.
STEP ACTION

1. On the Windows Server system, open a command prompt and delete the mapping to the M: drive:
C:\Users\Administrator.W2K12> net use m: /delete /yes
Sample output:
m: was deleted successfully.

2. Map the Windows X: drive to the new SMB workgroup share (and when prompted, enter the
password from the previous step):
C:\Users\Administrator.W2K12> net use x: \\192.168.0.60\smb_main_share
/USER:SMB_MAIN\wgusr
Sample output:
The command completed successfully.

3. On the Windows Server system, open File Explorer and navigate to the X: drive.

4. Verify that the file from task 1, step 2, exists.

5. Create a text document:

E6-23 NetApp Configuration and Administration Basics: NAS

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

6. Right-click the text document, click Edit, add text, and save the document.

7. Open the text document and verify that you can read the document:

END OF EXERCISE

E6-24 NetApp Configuration and Administration Basics: NAS

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
EXERCISE 3: CONFIGURING AN SVM FOR SMB WORKGROUPS
In this exercise, you create a storage virtual machine (SVM) and configure the SVM to join an SMB
workgroup. Then you create a volume mounted in the namespace, configure SMB sharing, and test the share
on a Windows workgroup peer computer.

OBJECTIVES
This exercise focuses on enabling you to do the following:
 Create a data aggregate
 Create an SVM for SMB workgroups
 Verify and test the workgroup configuration

EXERCISE EQUIPMENT DIAGRAM


Your exercise environment contains the following virtual machines (VMs):
 One Windows 2012 R2 Server system
 One ONTAP 9 two-node cluster (cluster1)

To connect to the Windows Server jump-host, use the connection information that the instructor assigned to
you. From the Windows desktop, you connect to the other servers in your exercise environment.

SYSTEM HOST NAME IP ADDRESSES USER NAME PASSWORD


Windows 2012 R2 Server
w2k12 192.168.0.11 LEARN\Administrator Netapp123
jump host
CentOS Linux 6.5 Server linux1 192.168.0.21 root (case sensitive) Netapp123
ONTAP cluster management
cluster1 192.168.0.50 admin (case sensitive) Netapp123
LIF (cluster1)
node1 (cluster1) cluster1-01 192.168.0.51 admin (case sensitive) Netapp123

node2 (cluster1) cluster1-02 192.168.0.52 admin (case sensitive) Netapp123

E6-25 NetApp Configuration and Administration Basics: NAS

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 1: CREATE A DATA AGGREGATE
In this task, you verify that the CIFS license is installed and create a data aggregate for the SVM.
STEP ACTION

1. On the Windows Server desktop, double-click the putty icon:

2. In the PuTTY Configuration dialog box, double-click cluster1_mgmt.

3. At the ONTAP cluster login prompt, provide the cluster1 credentials:


 login as: admin
 Password: Netapp123
The ONTAP cluster CLI prompt and cursor appear:

E6-26 NetApp Configuration and Administration Basics: NAS

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

4. Display the license status and verify that CIFS is licensed:


cluster1::> system license show
Sample output:
Serial Number: 1-80-000054
Owner: cluster1
Package Type Description Expiration
----------------- -------- --------------------- -------------------
Base license Cluster Base License -

Serial Number: 1-81-0000000000000000000000070


Owner: cluster1-01
Package Type Description Expiration
----------------- -------- --------------------- -------------------
NFS license NFS License -
CIFS license CIFS License -
iSCSI license iSCSI License -
SnapMirror license SnapMirror License -
SnapVault license SnapVault License -
SnapLock license SnapLock License -

Serial Number: 1-81-0000000000000000000000071


Owner: cluster1-02
Package Type Description Expiration
----------------- -------- --------------------- -------------------
NFS license NFS License -
CIFS license CIFS License -
iSCSI license iSCSI License -
SnapMirror license SnapMirror License -
SnapVault license SnapVault License -
SnapLock license SnapLock License -
13 entries were displayed.

E6-27 NetApp Configuration and Administration Basics: NAS

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

5. Create a five-disk aggregate for the SVM (and when prompted, enter y):
cluster1::> storage aggregate create -node cluster1-02 -aggregate
n2_aggr_smb_wrkgrp -diskcount 5
Sample output:

Info: The layout for aggregate "n2_aggr_smb_wrkgrp" on node "cluster1-02" would be:

First Plex

RAID Group rg0, 5 disks (block checksum, raid_dp)


Position Disk Type Size
---------- ------------------------- ---------- ---------------
dparity NET-1.78 SSD -
parity NET-1.79 SSD -
data NET-1.80 SSD 500MB
data NET-1.81 SSD 500MB
data NET-1.82 SSD 500MB

Aggregate capacity available for volume use would be 1.32GB.

Do you want to continue? {y|n}: y


[Job 105] Job succeeded: DONE

E6-28 NetApp Configuration and Administration Basics: NAS

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 2: CREATE AN SVM FOR SMB WORKGROUPS
In this task, you create an SVM that provides SMB workgroup resources to a Windows workgroup peer.
STEP ACTION

1. Create an SVM with root volume svm_smb_rootvol on aggregate n2_aggr_smb_wrkgrp:


cluster1::> vserver create -vserver svm_smb_wrkgrp -aggregate
n2_aggr_smb_wrkgrp -rootvolume svm_smb_rootvol -rootvolume-security-
style ntfs
Sample output:
[Job 106] Job succeeded:
Vserver creation completed

2. Display the protocols that are configured for the svm_smb_wrkgrp SVM:
cluster1::> vserver show-protocols -vserver svm_smb_wrkgrp
Sample output:
Vserver: svm_smb_wrkgrp
Protocols: nfs, cifs, fcp, iscsi, ndmp

3. Remove all of the protocols that are configured for svm_smb_wrkgrp except cifs:
cluster1::> vserver remove-protocols -protocols nfs,fcp,iscsi,ndmp,http
-vserver svm_smb_wrkgrp

4. Create a data logical interface (LIF):


cluster1::> network interface create -vserver svm_smb_wrkgrp -lif
svm_smb_lif1 -role data -data-protocol cifs -home-node cluster1-02
-home-port e0d -subnet-name subnet_main

5. What IP address is associated with the new LIF?


Hint: network interface show.
______________________________________________________________________________

6. Create rule index 1 for the default export policy:


cluster1::> vserver export-policy rule create -policyname default
-clientmatch 0.0.0.0/0 -rorule any -rwrule none -vserver svm_smb_wrkgrp

7. Starting with Data ONTAP 8.2, export policies for SMB access are optional. By default,
export policies are disabled. Export policies for SMB provide an extra layer of SMB
access control beyond Storage-Level Access Guard and share and file permissions. See
CIFS File Access Reference Guide for additional information.

8. Create a CIFS server on svm_smb_wrkgrp:


cluster1::> vserver cifs create -vserver svm_smb_wrkgrp -cifs-server
SMBWRKGRP -workgroup WORKGROUP

E6-29 NetApp Configuration and Administration Basics: NAS

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

9. Create a 1-GB volume that will serve the SMB workgroup:


cluster1::> volume create -volume smb_wrkgrp_volume -aggregate
n2_aggr_smb_wrkgrp -size 1GB -vserver svm_smb_wrkgrp -junction-path
/smb_wrkgrp_volume -security-style ntfs
Sample output:
[Job 107] Job succeeded: Successful

10. Create an SMB share for the new volume:


cluster1::> cifs share create -vserver svm_smb_wrkgrp -share-name
smb_wrkgrp_volume -path /smb_wrkgrp_volume

11. Create an SMB workgroup user wrkgrp_user (and when prompted, enter and confirm the
password Netapp123):
cluster1::> vserver cifs users-and-groups local-user create -vserver
svm_smb_wrkgrp -user-name wrkgrp_user
Sample output:
Enter the password:
Confirm the password:

E6-30 NetApp Configuration and Administration Basics: NAS

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 3: VERIFY AND TEST THE WORKGROUP CONFIGURATION
In this task, you map the SMB workgroup share to the Windows Server and verify that you are able to write
data to the share and read data from the share.
STEP ACTION

1. On the Windows Server computer, open a command prompt and map the Windows “W” drive to
the new SMB workgroup share (and when prompted, enter the password from the previous task):
C:\Users\Administrator.W2K12> net use w:
\\192.168.0.67\smb_wrkgrp_volume /USER:SMBWRKGRP\wrkgrp_user
Sample output:
The command completed successfully.

2. On the Windows Server computer, open File Explorer and navigate to the W: drive.

3. Create a text document:

E6-31 NetApp Configuration and Administration Basics: NAS

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

4. Edit, add text to, and save the text document:

5. Open the text document and verify that you can read the document:

END OF EXERCISE

E6-32 NetApp Configuration and Administration Basics: NAS

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
MODULE 7: SAN

EXERCISE 1: SAN
In this exercise, you explore methods of accessing files in a cluster using the IP SAN protocol iSCSI.

OBJECTIVES
This exercise focuses on enabling you to do the following:
 Explore the ONTAP IP SAN configuration
 Explore the iSCSI client configuration

EXERCISE EQUIPMENT DIAGRAM


Your exercise environment contains the following virtual machines (VMs):
 One Windows 2012 R2 Server system
 One ONTAP 9 two-node cluster (cluster1)

To connect to the Windows Server jump-host, use the connection information that the instructor assigned to
you. From the Windows desktop, you connect to the other servers in your exercise environment.

SYSTEM HOST NAME IP ADDRESSES USER NAME PASSWORD


Windows 2012 R2 Server
w2k12 192.168.0.11 LEARN\Administrator Netapp123
jump host
CentOS Linux 6.5 Server linux1 192.168.0.21 root (case sensitive) Netapp123
ONTAP cluster
cluster1 192.168.0.50 admin (case sensitive) Netapp123
management LIF (cluster1)
node1 (cluster1) cluster1-01 192.168.0.51 admin (case sensitive) Netapp123

node2 (cluster1) cluster1-02 192.168.0.52 admin (case sensitive) Netapp123

E7-1 NetApp Configuration and Administration Basics: SAN

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 1: EXPLORE ONTAP IP SAN CONFIGURATION
In this task, you explore the ONTAP IP SAN networking configuration using OnCommand System Manager.
STEP ACTION

1. From the Windows Server desktop, access OnCommand System Manager:


1. Open a web browser.
2. In the address bar, enter the cluster-management logical interface (LIF) IP address
https://192.168.0.50.

2. When the System Manager window opens, enter the following credentials:
 User name: admin
 Password: Netapp123

3. On the menu bar, click SVMs:

4. In the SVMs pane, click svm_finance:

5. On the SVMs tab, on the svm_finance menu bar, click Volumes:

6. In the Volumes pane, explore the number of volumes and the name that is assigned to each
volume:

E7-2 NetApp Configuration and Administration Basics: SAN

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

7. On the SVMs tab, on the svm_finance menu bar, click LUNs:

8. In the LUNs pane, click the LUN Management tab:

9. Are any LUNs available in the storage virtual machine (SVM)?


______________________________________________________________________________

10. In the LUNs pane, explore the other two tabs:

11. On which of the two tabs (Initator Groups or Portsets) can you view mappings of IP addresses to
LIFs?
______________________________________________________________________________

12. On the SVMs tab, on the svm_finance menu bar, click SVM Settings:

13. In the SVM Settings pane, explore the IP SAN protocol (iSCSI):

14. Which portion of the iSCSI Qualified Name (IQN) is the SVM identifier?
______________________________________________________________________________

15. How many LIFs are defined for each node?


______________________________________________________________________________

E7-3 NetApp Configuration and Administration Basics: SAN

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 2: EXPLORE ISCSI CLIENT CONFIGURATION
In this task, you explore the iSCSI client configuration.
STEP ACTION

1. On the Windows Server system, open File Explorer:

2. Compare finance1 (E:) with finance4 (F:).


Do the storage locations look the same? If not, how do they differ?
______________________________________________________________________________

3. In the bottom left of the screen, click the Windows icon.

The Windows Server Start screen appears.

4. On the Windows Server Start screen, click the Control Panel tile:

E7-4 NetApp Configuration and Administration Basics: SAN

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

5. In the Control Panel window, click the “View by” drop-down arrow and select Large icons:

6. Click Administrative Tools.

7. On the Administrative Tools list, double-click Computer Management:

8. In the Computer Management navigation pane, click Disk Management:

E7-5 NetApp Configuration and Administration Basics: SAN

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

9. In the Volume pane, select finance4 (F:).

E7-6 NetApp Configuration and Administration Basics: SAN

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

10. Right-click finance4 (F:) and review the available options:

11. Compare the options available for finance4 (F:) with the options available for (C:).

12. From the Disk Management utility, is there any easy way to tell that finance4 (F:) is not a local
disk?
______________________________________________________________________________

13. Click the Server Manager icon at the bottom of the screen:

E7-7 NetApp Configuration and Administration Basics: SAN

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

14. On the Server Manager Dashboard, click Tools and select iSCSI Initiator:

E7-8 NetApp Configuration and Administration Basics: SAN

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

15. In the iSCSI Initiator Properties Targets dialog box, select the IQN for svm_finance and click
Properties:

16. Examine the information in the Properties dialog box.

17. How many connections are active to the ONTAP cluster?


______________________________________________________________________________

18. Which ONTAP LIF is active?


______________________________________________________________________________

E7-9 NetApp Configuration and Administration Basics: SAN

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION

19. Is multipath I/O active? If so, which load-balancing policy is being used?
______________________________________________________________________________

END OF EXERCISE

E7-10 NetApp Configuration and Administration Basics: SAN

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
NETAPP UNIVERSITY

NetApp Configuration and Administration Basics

Appendix A: Answers
Course ID: STRSW-SPL-NCAB
Catalog Number: STRSW-SPL-NCAB-EG
Content Version: 1.0

EA-1 NetApp Configuration and Administration Basics: Answers

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
MODULE 1: CLUSTERS

EXERCISE 2: CLUSTER COMPONENTS

TASK 1: CLUSTER COMPONENTS


STEP ACTION

18. Which command shows the cluster high-availability (HA) status?


_cluster ha show
_____________________________________________________________________________

20. What is the current cluster HA status?


_High Availability Configured: false
_____________________________________________________________________________

21. How many network ports are defined for node cluster1-01?
_6___________________________________________________________________________

22. Which maximum transmission unit (MTU) size is used for network port e0a?
_1500________________________________________________________________________

23. Which command shows the network logical interface (LIF) status?
_network interface show
_____________________________________________________________________________

24. Which command shows the status of all of the volumes in the cluster?
_volume show
_____________________________________________________________________________

25. Which command shows the status of all of the SVMs (or “vservers” as they are known in the
clustershell)?
_vserver show
_____________________________________________________________________________

26. What are the three types of SVMs that appear in the output of the command from the previous
step?
_admin, node, data
_____________________________________________________________________________

EA-2 NetApp Configuration and Administration Basics: Answers

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 2: PHYSICAL STORAGE
STEP ACTION

2. How many disks are attached to the entire cluster (cluster1)?


_84_________________________________________________________________________

3. Are all of the disks of the same type?


_No_________________________________________________________________________

4. Which command shows the statuses of all of the aggregates in the cluster?
_storage aggregate show
_____________________________________________________________________________

6. Which RAID type is used for aggregate n1_aggr_main?


_raid_dp______________________________________________________________________

7. Which RAID groups are used for aggregate n1_aggr_main?


_n1_aggr_main/plex0/rg0________________________________________________________

END OF EXERCISE

EA-3 NetApp Configuration and Administration Basics: Answers

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
MODULE 2: MANAGEMENT

EXERCISE 1: COMMAND-LINE MANAGEMENT

TASK 1: CLUSTERSHELL NAVIGATION


STEP ACTION

18. Has anything changed?


_Yes, a new sub-directory is available config-replication.
_____________________________________________________________________________

21. In the previous module, you issued the storage aggregate show -aggr n1_aggr_main
command, and the output spanned multiple pages. Which command limits the aggregate
show output to the aggregate name, RAID status, and SnapLock type?
_storage aggregate show -aggr n1_aggr_main -fields
aggregate,raidstatus,snaplock-type
_____________________________________________________________________________

EA-4 NetApp Configuration and Administration Basics: Answers

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 2: CLUSTERSHELL SHORTCUTS
STEP ACTION

6. Which two commands could be used to reissue the man network command?
_redo 6, redo -7
_____________________________________________________________________________

END OF EXERCISE

EA-5 NetApp Configuration and Administration Basics: Answers

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
EXERCISE 3: ONCOMMAND SYSTEM MANAGER WALKTHROUGH

TASK 1: NAVIGATING NETAPP ONCOMMAND SYSTEM MANAGER


STEP ACTION

6. How many disks are available in the cluster? How many of the available disks are SSDs?
_84 total disks are available, of which 28 are SSDs.
_____________________________________________________________________________

7. Did you click both tabs in the Dashboard view? What information is on the Cluster Performance
tab?
_throughput in MBps, IOPS in operations per second, and latency in milliseconds per operation
_____________________________________________________________________________

10. Is there a Volumes tab on the menu bar (next to the SVMs tab)? If not, why?
_No, the Volumes tab is only present if none of the SAN protocols are licensed.
_____________________________________________________________________________

15. Where is the date of the most recent Snapshot copy for finance2_NFS_volume?
_ On the svm_finance menu bar, click the Volumes tab. Select finance2_NFS_volume and, at the
bottom of the window, click the Snapshot Copies tab (not the Snapshot Copies dropdown list on the
menu bar). By default, the most recent Snapshot copy is listed first.
_____________________________________________________________________________

END OF EXERCISE

EA-6 NetApp Configuration and Administration Basics: Answers

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
MODULE 3: NETWORKING

EXERCISE 1: NETWORKING

TASK 1: NETWORKS
STEP ACTION

2. Which two of the three networks in a multi-node ONTAP cluster can be on a shared Ethernet
network?
_management network and data network
_____________________________________________________________________________

3. Data networks can combine which types of physical networks?


_Ethernet, FC, and converged networks
_____________________________________________________________________________

4. Why are two switches recommended for both the management network and cluster interconnect,
even when the cluster only consists of two nodes?
_for redundancy
_____________________________________________________________________________

5. When setting up a cluster, where should you look for the maximum number of supported
controllers and the supported models of controllers?
_ONTAP Storage Platform Mixing Rules
_____________________________________________________________________________

EA-7 NetApp Configuration and Administration Basics: Answers

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 2: NETWORK PORTS
STEP ACTION

6. Home many cluster Ethernet ports are there for each node in the cluster?
_two
_____________________________________________________________________________

7. What does the zero (“0”) represent in the Ethernet port name e0d?
_the port is “onboard,” not part of an add-on card
_____________________________________________________________________________

8. What happens if you try to create an interface group on either node in the cluster?
_A message appears, which says that the node does not have any free ports to use for the
interface group.
_____________________________________________________________________________

9. Why are ports e0a and e0b excluded from the physical interfaces that are available for virtual
LAN (VLAN) creation?
_They are both cluster interconnect ports and VLANs cannot be created on cluster interconnect
ports
_____________________________________________________________________________

11. Before you change the speed of an FC or FCoE adapter, what must you do to the adapter?
_You must disabled the adapter.
_____________________________________________________________________________

EA-8 NetApp Configuration and Administration Basics: Answers

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 3: IPSPACES
STEP ACTION

9. Why can’t you create a broadcast domain?


_Every port in the cluster is already assigned to a broadcast domain.
_____________________________________________________________________________

EA-9 NetApp Configuration and Administration Basics: Answers

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 4: NETWORK INTERFACES
STEP ACTION

3. What is the interface name and IP address of the cluster management LIF?
_cluster_mgmt, 192.168.0.50
_____________________________________________________________________________

4. Can a LIF support more than one data protocol?


_yes
_____________________________________________________________________________

5. Are any intercluster LIFs defined for cluster1? If so, what are the names of the intercluster LIFs?
_yes, icl-01 and icl-02
_____________________________________________________________________________

6. Are any LIF roles not represented in cluster1? If so, what LIF roles are missing?
_no, all of the LIF roles are represented (Cluster, Cluster Management, Data, Intercluster, and
Node Management)
_____________________________________________________________________________

7. Where is LIF failover information?


_on the Network Interfaces pane, at the bottom, in the Failover Properties section
_____________________________________________________________________________

9. What does WWPN stand for?


_worldwide port name
_____________________________________________________________________________

10. What does WWNN stand for?


_worldwide node name
_____________________________________________________________________________

END OF EXERCISE

EA-10 NetApp Configuration and Administration Basics: Answers

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
MODULE 4: STORAGE VIRTUAL MACHINES

EXERCISE 1: STORAGE VIRTUAL MACHINES

TASK 1: COMPONENTS AND FEATURES


STEP ACTION

5. What information is displayed on the SVM dashboard?


_protocol status, volumes nearing capacity, and SVM performance
_____________________________________________________________________________

8. Including the root volume, how many volumes are in the svm_smb_main SVM?
_two
_____________________________________________________________________________

10. Are all of the volumes mounted in the namespace?


_yes
_____________________________________________________________________________

14. Are any LUNs available in the SVM?


_no
_____________________________________________________________________________

16. Are any qtrees available in the SVM?


_no
_____________________________________________________________________________

18. Are any quotas available in the SVM?


_no
_____________________________________________________________________________

20. In the SVM Settings navigation pane, what administrative categories are available?
_Protocols, Policies, Services, SVM User Details, and Host Users and Groups
_____________________________________________________________________________

EA-11 NetApp Configuration and Administration Basics: Answers

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 2: FLEXVOL VOLUMES
STEP ACTION

6. Which three storage-efficiency features are available?


_background deduplication, background compression, and inline compression (background
dedplication must be enabled before background compression can be enabled)
_____________________________________________________________________________

13. What does the Snapshot copy name tell you about a Snapshot copy?
_The hourly, weekly, and daily prefixes suggest the type of Snapshot copy policy, and the
remaining part of the name identifies the date and time the Snapshot copy was created.
_____________________________________________________________________________

EA-12 NetApp Configuration and Administration Basics: Answers

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 3: VOLUME MOVE
STEP ACTION

5. How much capacity does the seven SSDs add to the aggregate?
_none, the seven SSDs add cache to the aggregate
_____________________________________________________________________________

END OF EXERCISE

EA-13 NetApp Configuration and Administration Basics: Answers

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
MODULE 5: MAINTENANCE

EXERCISE 1: MAINTENANCE

TASK 1: NONDISRUPTIVE UPGRADES


STEP ACTION

1. Name the three types of nondisruptive upgrade (NDU)?


_rolling, batch, and automated
_____________________________________________________________________________

2. What is the minimum number of nodes that are required for a batch upgrade?
_eight_____________________________________________________________________________

7. Before you update the version of ONTAP, which cluster configuration must you set up?
_You must enable high availability (HA) functionality.
_____________________________________________________________________________

8. Which other ONTAP management tool can you use to upgrade the cluster?
_The CLI.
_____________________________________________________________________________

EA-14 NetApp Configuration and Administration Basics: Answers

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 2: CLUSTER PERFORMANCE
STEP ACTION

2. What happens when you select or clear one of the three values in the legend?
_The line appears or disappears
_____________________________________________________________________________

EA-15 NetApp Configuration and Administration Basics: Answers

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 3: IDENTIFYING ISSUES
STEP ACTION

3. Event information can be sorted into which five categories?


_time, node, serverity, source, and event
_____________________________________________________________________________

6. How do system alerts differ from events?


_system alerts can be acknowledged and suppressed
_____________________________________________________________________________

9. In OnCommand System Manager, can you review a summary of previously sent AutoSupport
notifications?
_yes
_____________________________________________________________________________

END OF EXERCISE

EA-16 NetApp Configuration and Administration Basics: Answers

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
MODULE 6: NAS

EXERCISE 1: NAS

TASK 1: EXPLORE ONTAP NAS CONFIGURATION


STEP ACTION

5. The svm_finance SVM allows which network protocols?


_NFS, CIFS, and iSCSI
_____________________________________________________________________________

10. Are all of the volumes mounted in the namespace?


_no
______________________________________________________________________________

11. Which volumes, if any, are not mounted in the namespace, and why?
_finance4_SAN_volume, because the namespace is for NAS volumes
______________________________________________________________________________

13. Which protocols require shares to be defined for client access?


_SMB (CIFS)
______________________________________________________________________________

14. How many shares are available and visible to the client?
_one (finance1)
______________________________________________________________________________

17. What is the Active Directory Domain Name for SMB_FINANCE?


_LEARN.NETAPP.LOCAL
_____________________________________________________________________________

18. Which version or versions of NFS are enabled?


_NFSv3
_____________________________________________________________________________

21. What would happen if the new rule had a rule index of 2 instead of 1?
_the new rule would never be used, because the rule ahead of it maps to all clients
_____________________________________________________________________________

EA-17 NetApp Configuration and Administration Basics: Answers

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 2: EXPLORE SMB CLIENT CONFIGURATION
STEP ACTION

2. In storage-system terms, what are 192.168.0.61 and 192.168.0.60?


_logical interfaces (LIFs)
_____________________________________________________________________________

3. In storage-system terms, what are finance1 and smb_main_share?


_shares
_____________________________________________________________________________

7. Where does this file reside on the storage system?


_the volume finance1_CIFS_volume
_____________________________________________________________________________

22. Is the finance1_data file the same file that you edited in step 5?
_no, this file is a daily Snapshot copy (created on 08-25-2016 at 10:00am) of the file in Step 5.
_____________________________________________________________________________

EA-18 NetApp Configuration and Administration Basics: Answers

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 3: EXPLORE NFS CLIENT CONFIGURATION
STEP ACTION

6. Does the list of exported directories from the SVM match the list of exported volumes in the
namespace for svm_finance? If not, what is missing?
Hint: see task 1, step 9.
_no, finance1_CIFS_volume, finance2_NFS_volume, and finance3_NAS_volume should also be
listed
_____________________________________________________________________________

12. Does this export list match the exported volumes in the namespace for svm_finance?
_yes
_____________________________________________________________________________

18. What is the meaning of -rw-r--r-- in front of the file name?


_The file owner has read and write permission, the file group has read permission, and all other
users (“rest of the world”) have read permission.
_____________________________________________________________________________

END OF EXERCISE

EA-19 NetApp Configuration and Administration Basics: Answers

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
EXERCISE 3: CONFIGURING AN SVM FOR SMB WORKGROUPS

TASK 2: CREATE AN SVM FOR SMB WORKGROUPS


STEP ACTION

5. What IP address is associated with the new LIF?


Hint: network interface show.
_192.168.0.67
_____________________________________________________________________________

END OF EXERCISE

EA-20 NetApp Configuration and Administration Basics: Answers

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
MODULE 7: SAN

EXERCISE 1: SAN

TASK 1: EXPLORE ONTAP IP SAN CONFIGURATION


STEP ACTION

9. Are any LUNs available in the storage virtual machine (SVM)?


_yes
______________________________________________________________________________

11. On which of the two tabs (Initator Groups or Portsets) can you view mappings of IP addresses to
LIFs?
_Portsets
______________________________________________________________________________

14. Which portion of the iSCSI Qualified Name (IQN) is the SVM identifier?
_vs.4
_____________________________________________________________________________

15. How many LIFs are defined for each node?


_two
_____________________________________________________________________________

EA-21 NetApp Configuration and Administration Basics: Answers

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 2: EXPLORE ISCSI CLIENT CONFIGURATION
STEP ACTION

2. Compare finance1 (E:) with finance4 (F:).


Do the storage locations look the same? If not, how do they differ?
_no, finance1 (E:) appears under “Network locations” with IP address 192.168.0.61, and
finance4 (F:) appears under “Devices and drives” and looks the same as the local disk (C:)
_____________________________________________________________________________

12. From the Disk Management utility, is there any easy way to tell that finance4 (F:) is not a local
disk?
_no
_____________________________________________________________________________

17. How many connections are active to the ONTAP cluster?


_one
_____________________________________________________________________________

18. Which ONTAP LIF is active?


_192.168.0.62
_____________________________________________________________________________

19. Is multipath I/O active? If so, which load-balancing policy is being used?
_yes, Round Robin With Subset
_____________________________________________________________________________

END OF EXERCISE

EA-22 NetApp Configuration and Administration Basics: Answers

© 2016 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.

You might also like