Netapp Data ONTAP Admin Excercise Guide
Netapp Data ONTAP Admin Excercise Guide
Exercise Guide
Course ID: STRSW-ILT-D8CADM-REV04
Catalog Number: STRSW-ILT-D8CADM-REV04-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
© 2015 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.
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.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TABLE OF CONTENTS
WELCOME..................................................................................................................................................... E-1
MODULE 1: EXPLORING DATA ONTAP STORAGE FUNDAMENTALS ................................................ E1-1
MODULE 2: HARDWARE AND INITIAL SETUP ....................................................................................... E2-1
MODULE 3: INITIAL STORAGE SYSTEM CONFIGURATION ................................................................. E3-1
MODULE 4: STORAGE MANAGEMENT ................................................................................................... E4-1
MODULE 5: NETWORK MANAGEMENT .................................................................................................. E5-1
MODULE 6: IMPLEMENTING NAS PROTOCOLS .................................................................................... E6-1
MODULE 7: IMPLEMENTING SAN PROTOCOLS .................................................................................... E7-1
MODULE 8: SNAPSHOT COPIES .............................................................................................................. E8-1
MODULE 9: MANAGING STORAGE SPACE ............................................................................................ E9-1
MODULE 10: DATA PROTECTION .......................................................................................................... E10-1
MODULE 11: MONITORING YOUR STORAGE SYSTEM ....................................................................... E11-1
MODULE 12: UPGRADING AND TRANSITIONING TO CLUSTERED DATA ONTAP .......................... E12-1
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
MODULE 1: EXPLORING DATA ONTAP STORAGE FUNDAMENTALS
OBJECTIVES
By the end of this exercise, you should be able to:
Connect to the command shell and explore the command hierarchy
Review command options
Compare privilege levels
Use complete commands and use partial commands with the Tab key
Explore NetApp OnCommand System Manager for your cluster
1. Use the detailed instructions that your instructed provided you, to get into your exercise kit.
E1-1 Clustered Data ONTAP Administration: Exploring Data ONTAP Storage Fundamentals
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
4. If a certificate error appears, select the Don’t ask me again checkbox and click Yes to continue.
5. Verify that you see the Modern view of your assigned Windows Server.
E1-2 Clustered Data ONTAP Administration: Exploring Data ONTAP Storage Fundamentals
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
E1-3 Clustered Data ONTAP Administration: Exploring Data ONTAP Storage Fundamentals
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
8. In the PuTTY Configuration window, in the Saved Sessions area, select cluster2-mgmt, click
the Load button, and notice the IP address.
11. Log in to cluster2 with the user name admin and the password Netapp123.
E1-4 Clustered Data ONTAP Administration: Exploring Data ONTAP Storage Fundamentals
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 2: CONNECT TO THE COMMAND SHELL AND EXPLORE THE COMMAND HIERARCHY
STEP ACTION
1. Type a question mark (?) to review the commands and command directories at the top level of
the command hierarchy.
?
NOTE: You don’t need to press Enter after typing a question mark.
8. Go back (up) one level by typing two periods and then pressing the Enter key.
..
10. Examine the manual page for the storage command directory.
man storage
E1-5 Clustered Data ONTAP Administration: Exploring Data ONTAP Storage Fundamentals
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
12. Examine the manual page for the storage aggregate directory and compare the output with
the output of the man storage command in the previous step.
man storage aggregate
14. Examine the manual page for the storage aggregate create directory.
man storage aggregate create
E1-6 Clustered Data ONTAP Administration: Exploring Data ONTAP Storage Fundamentals
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 4: COMPARE PRIVILEGE LEVELS
STEP ACTION
2. Notice the commands that are available in this directory context at this privilege level.
4. While you are in the advanced privilege level, look again at the volume directory.
volume ?
TASK 5: USE PARTIAL COMMANDS AND COMPLETE COMMANDS WITH THE TAB KEY
STEP ACTION
4. Type the first two letters of the network command directory (ne) and press Tab.
If the substring that you type is unambiguous, when you press Tab, the command shell
completes the substring.
5. Continue the command by entering in and pressing Tab and then entering sho and pressing
Tab.
sho is ambiguous in the context. The command shell displays the options for sho.
6. This time, enter ne, press Tab, enter in, press Tab, and then enter show.
E1-7 Clustered Data ONTAP Administration: Exploring Data ONTAP Storage Fundamentals
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 6: LOG IN TO CLUSTER2 WITH ONCOMMAND SYSTEM MANAGER
STEP ACTION
2. Type the IP address of the cluster2 cluster management interface and press Enter.
E1-8 Clustered Data ONTAP Administration: Exploring Data ONTAP Storage Fundamentals
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
E1-9 Clustered Data ONTAP Administration: Exploring Data ONTAP Storage Fundamentals
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
6. In the navigation pane, expand Nodes and explore the available configuration items.
E1-10 Clustered Data ONTAP Administration: Exploring Data ONTAP Storage Fundamentals
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
8. If at any point the Network Configuration Checker appears, select the Don’t show this dialog
again checkbox and click OK.
END OF EXERCISE
E1-11 Clustered Data ONTAP Administration: Exploring Data ONTAP Storage Fundamentals
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
MODULE 2: HARDWARE AND INITIAL SETUP
OBJECTIVES
By the end of this exercise, you should be able to:
Explore the Cluster, Nodes, and Storage Virtual Machine categories in the navigation pane of
OnCommand System Manager
Locate physical hardware resources in the Cluster and Nodes categories
1. In Internet Explorer, open a new tab, type the IP address of the cluster1 cluster management
interface that was provided by your instructor, and press Enter.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
3. Log in as admin.
5. In the pane on the left, notice the three navigation categories in the navigation pane on the left.
Under these categories, you find cluster resources that you can manage from within System
Manager.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
6. Expand the Cluster category and examine the resources that you can manage.
7. Expand Storage and notice the storage resources that are cluster-scoped.
A FlexVol volume is a storage resource, but it is a virtual resource that is owned by a storage
virtual machine (SVM).
8. Select Disks and notice the Summary and Inventory tabs in the content pane.
9. Notice the disk types that are present and the disks that are assigned to each node. Check the
capacity of each disk. Are these the capacities that you’ll find on hardware clusters?
____________
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
END OF EXERCISE
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
MODULE 3: INITIAL STORAGE SYSTEM CONFIGURATION
OBJECTIVES
By the end of this exercise, you should be able to:
Manage feature licenses
Configure date and time settings
2. Select cluster1-mgmt, click the Load button, and notice the IP address.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
2. In OnCommand System Manager, in the navigation pane, select Cluster > cluster1 >
Configuration > System Tools > Licenses.
4. Click Add to begin adding new node-locked licenses for the Insight_Balance feature.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
6. Type the Insight_Balance key for node 1 and node 2, using the list of license keys provided by
your instructor.
Node 1 is serial number: 1-81-0000000000000000000000070
Node 2 is serial number: 1-81-0000000000000000000000071
NOTE: To follow best practices, you should add feature keys for each node in the cluster; that
is the purpose of this step.
7. Click Add.
9. Click Close.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
10. To verify that the new package is licensed in the list, click the package to see licensing details in
the lower portion of the tab.
11. Switch back to the cluster management SSH PuTTY session and, if necessary, authenticate as
admin.
13. Identify the serial numbers for each system in the cluster.
cluster1::> system node show –fields node,serialnumber
Sample output:
node serialnumber
----------- ------------
cluster1-01 70
cluster1-02 71
2 entries were displayed.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
20. In System Manager, click Refresh and examine the SnapMirror demo license.
23. Add an Insight_Balance license for a node that is not currently in the cluster, and use the license
code for serial number: 1-81-0000000000000000000000073
NOTE: You can add license codes for nodes that do not exist in the cluster. This addition is
often done to “preload” the license for nodes that are going to be added.
cluster1::system license> add –license-code XXXXXXXXXXXXXXXXXXXXXXXXXXXX
License for package "Insight_Balance" and serial number
"1-81-0000000000000000000000073" installed successfully.
(1 of 1 added successfully)
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
25. Type the following command and then press the Tab key:
cluster1::system license> clean-up -
-unused -expired -simulate Tab
NOTE: You can select expired or unused licenses to be removed. An unused license is a license
that is associated with nodes that don’t belong to the cluster.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 3: CONFIGURE TIME AND TIMEZONE
STEP ACTION
1. In the navigation pane, select Cluster > cluster1 > Configuration > System Tools >
Date and Time.
The system data and time for computers in your lab kit are presynchronized. The Windows and
Linux systems are set to Pacific time. The clusters are set to UTC.
2. In the toolbar of the Date and Time content pane, click Edit.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
4. Set the NTP time services to 192.168.0.11, and then click Add.
5. Click OK.
6. Click OK to verify.
7. From the clustershell, verify the date, time, and time zone, and verify that the time is
synchronized with your Windows machine within five minutes.
cluster1::> date
Time synchronization may take several minutes to complete.
END OF EXERCISE
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
MODULE 4: STORAGE MANAGEMENT
OBJECTIVES
By the end of this exercise, you should be able to:
Create an aggregate
Add disks to an aggregate
Create a flexible volume
4. View the disks that are attached to each node, noticing the disks that belong to aggregates and
the spare disks that are available to create additional aggregates.
storage disk show –owner cluster1-01
storage disk show –owner cluster1-02
6. Create an aggregate with the unique name n1_aggr1 (as an abbreviation of aggregate 1 on the
cluster1-01 node).
stor aggr create -aggr n1_aggr1 –node cluster1-01 –disktype
fcal -diskcount 5
NOTE: The aggregate will have the storage capacity of three disks. (Two of the disks are used
for parity for RAID-DP, which is the default RAID type.) This aggregate is only an example. In
a production environment, a RAID-DP aggregate of this size is a very inefficient use of disks.
Also, note that the –diskcount parameter cannot exceed the available number of spare disks.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
8. Review the details for the new aggregate, noticing that the new aggregate has a high-availability
(HA) policy of sfo.
stor aggr show –aggregate n1_aggr1
2. Verify the number of disks in the aggregate and the expanded disk capacity.
aggr show -aggregate n1_aggr1
1. In System Manager, select Cluster > cluster1 > Storage > Aggregates.
You can see aggr0 for each of the nodes in your cluster in addition to the aggregate that you
created by using the CLI.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
7. Notice the RAID allocation. In a real-world environment, would this allocation be an efficient
use of disks?
8. Click the up and down arrows to adjust the RAID Group size to 20, then adjust it back down to
5. Observe the effect on how the disks are distributed in the RAID groups and how many parity
disks are used.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
10. Select seven disks for the new aggregate, leave RAID configuration as RAID-DP, and then click
Create.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 4: CREATE A FLEXIBLE VOLUME
In this task and the task that follows, you create flexible volumes. FlexVol volumes for user data reside in a
data storage virtual machine (SVM). In this task, you create a volume in the existing SVM on cluster2.
STEP ACTION
1. On your cluster2 System Manager, select Storage Virtual Machines > cluster2 > svm5 >
Storage > Volumes.
4. To select a home aggregate for the new volume, click the Choose button and select aggr2.
NOTE: To host a user volume, never choose a node’s aggr0 aggregate.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
8. Click Create.
9. After the wizard is finished, verify that the new volume appears in the volume list.
END OF EXERCISE
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
MODULE 5: NETWORK MANAGEMENT
OBJECTIVES
By the end of this exercise, you should be able to:
Explore IPspaces, subnets, and broadcast domains
Create an interface group
Create a VLAN
Create a subnet for the default IPspace on cluster2
Create a new IPspace on cluster1
1. In NetApp OnCommand System Manager, in the navigation pane, select Cluster > cluster2 >
Configuration > Network.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
2. Click the Ethernet Ports tab and notice that all ports belong to the Default broadcast domain.
On a multi-node cluster, there would be also ports assigned to the Cluster broadcast domain.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
6. Go back to the Broadcast Domain tab and select the Default broadcast domain.
7. Click Edit.
8. In the list of port names, clear the e0a and e0a checkboxes, and leave the rest of the ports in the
broadcast domain.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
10. Click the Ethernet Ports tab and notice the broadcast domain that is associated with e0a and
e0b.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
14. Click the Refresh button, and then examine your interface groups in the list of Ethernet ports.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
3. Select a list of VLAN tags to identify each VLAN that is hosted on this port:
a. Type 11, and then click Add.
b. Repeat with 22 and 33.
c. Assign the VLAN to the Default broadcast domain.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
5. Click the Refresh button and examine your VLANs in the list of Ethernet ports.
7. Add the interface group a0a to the Default broadcast domain, then select the Default broadcast
domain and click the Edit button.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
8. Select a0a to add it to the Default broadcast domain. Notice that ports e0a and e0b are not in
the list of ports eligible to be added to the broadcast domain. Why not?
10. Add a subnet to the Default IPspace, and then click the Subnets tab and click the Create button.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 3: ON CLUSTER2 CREATE A NEW IPSPACE
STEP ACTION
3. Click e0d to remove it from the Default broadcast domain and click Save and Close.
5. Leave System Manager open and, from your PuTTY session with cluster2, type:
ipspace show
You must create the new IPspace container from the clustershell.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
7. In System Manager, click the Broadcast Domains tab and then click the Create button.
10. Select the new IPspace ips-xyz that you created earlier.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
20. Examine the subnets that you created. What do you notice about the IP address ranges? Do they
overlap? Why is this allowed? ________________________________________________
21. Close your System Manager and PuTTy windows for cluster2.
3. Click Create.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
5. Click Create.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
1. Use PuTTY to log in to cluster1, and then display logical interface (LIF) failover groups.
network interface failover-groups show
2. Examine the failover groups and the ports that are included in each and notice that they align
with the broadcast domains that are defined in the cluster.
If you create multiple broadcast domains for multiple physical networks, there will be a failover
group for each domain.
END OF EXERCISE
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
MODULE 6: IMPLEMENTING NAS PROTOCOLS
OBJECTIVES
By the end of this exercise, you should be able to:
Create an SVM
Use NetApp OnCommand System Manager to configure an SVM and NAS protocols
Create an export policy
Create a CIFS share
Access a CIFS share from a Windows client
Access the namespace from an NFS client
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
7. To complete the SVM Details page of the wizard, enter this information:
a. Data protocols: CIFS and NFS
b. Language: C[c]
c. Security style: UNIX
d. Root aggregate: n2_aggr1
e. DNS configuration: Leave defaults
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
13. In System Manager, select Storage Virtual Machines > cluster1 > svm1 > Configuration >
Protocols > NFS.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
14. Make sure the NFS server status is enabled. If not, Click the Enable button.
16. In the list of SVMs, select svm1 and, on the SVM toolbar, click the Edit button.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
18. Select Delegate volume creation, and then choose aggregates that are available to host volumes
for this SVM by clearing the checkboxes for the aggr0 aggregates and selecting the rest of the
aggregate checkboxes.
Best practices suggest that data volumes should never be stored on a node’s aggr0 aggregate.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 2: CREATE A NAS DATA LIF
In the previous task, the SVM Setup wizard configured a data LIF. In this task, you create a second LIF on the
opposite node.
STEP ACTION
3. Inspect the NAS data LIF that the SVM creation wizard created.
What is the IP address? Where does the IP address fall within the sub60 subnet address range?
5. Name the LIF svm1_cifs_nfs_lif2 and select the Serves Data role.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
7. Select subnet sub60 and port e0d on cluster1_02, and then click Create.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 3: MIGRATE AND REHOME A NAS DATA LIF
STEP ACTION
3. Notice the current port at the top of the Migrate Interface window.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
5. Click Migrate.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
10. Reassign the home port of svm1_cifs_nfs_lif1 to port e0f and leave the home node on cluster1-
01.
net int modify -vserver svm1 -lif svm1_cifs_nfs_lif1 -home-port e0f
11. Check the home port again. Did the LIF move? What is the status of its home?
net int show -vserver svm1
12. Issue a revert command to send the LIF to its new home port.
The asterisk (*) is a positional parameter representing the LIF name. This command reverts all
LIFs that are not on their home ports.
net int revert *
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 4: CREATE AN EXPORT POLICY
STEP ACTION
1. Select Storage Virtual Machines > cluster1 > svm1 > Policies > Export Policies.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
6. Click Create.
1. Select Storage Virtual Machines > cluster1 > svm1 > Storage > Volumes.
2. Select svm1_vol1_CIFS_volume.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
3. Click Edit.
4. Perform these actions to modify permissions on the volume that was created at the beginning of
this task:
a. Select all the Read, Write, and Execute checkboxes for Owner, Group, and Others.
b. Clear the Thin Provisioned checkbox.
c. Click Save and Close.
6. Select Storage Virtual Machines > cluster1 > svm1 > Storage > Namespace and verify where
the new volume has been mounted in the namespace.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
7. Select the volume on the Namespace page, click Unmount and, without selecting the “Force
volume unmount operation” checkbox, click Unmount.
This step unmounts the volume and remounts it with a different junction name.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
10. Verify that the junction path in the svm1 namespace is correct.
11. Select the volume svm1_root and click Change Export Policy.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 6: VERIFY AND CREATE CIFS SHARES
STEP ACTION
1. Select Storage Virtual Machines > cluster1 > svm1 > Storage > Shares and verify that the
svm1_vol1_cifs_volume share was created by the SVM Setup wizard.
2. Check the path of the CIFS share and compare it to the namespace.
The path of the share should reflect the volume’s path in the namespace.
3. Select the svm1_vol1 share and click the Stop Sharing button.
Remember that after the SVM Setup wizard created this CIFS share, you changed the junction
path of the volume, which changed its place in the namespace. Therefore, you must create a new
share for the new path.
4. Select the OK to stop sharing the selected share(s) checkbox and click Stop to verify.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
7. Click the root volume to expand the tree, and then select svm1vol1.
Note that this is the junction path of the volume.
8. Click OK.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
12. To create a second CIFS share, share the root directory as rootdir and click Create Share.
13. Choose “/” to share the SVM root directory and name the share rootdir.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
1. From the Windows server, click the folder icon in the task bar to start Windows Explorer.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
3. Select Drive Z, and specify your CIFS server name and shared folder \\ntapsvm1\vol1.
4. Click Finish.
5. When your share folder opens, create files and folders on the share.
1. From a clustershell session on cluster1, verify the export policy that was created for your
volume.
vserver export-policy rule show -vserver svm1
3. Using the IP address of either data LIF within svm1, access svm1 exports through NFS.
Remember, you are not mounting CIFS shares or volume names, but rather paths in the
namespace.
mount -t nfs 192.168.0.60:/ /mnt/svm1
mount -t nfs 192.168.0.61:/svm1vol1 /mnt/vol1
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
4. Explore both NFS mounts, which are mounted at different points in the svm1 namespace, and
locate the directories and files that you created earlier in the exercise.
cd /mnt/svm1/svm1vol1
END OF EXERCISE
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
MODULE 7: IMPLEMENTING SAN PROTOCOLS
OBJECTIVES
By the end of this exercise, you should be able to:
Verify Windows Microsoft Multipath I/O (MPIO) configuration
Use NetApp OnCommand System Manager to create an SVM and LUN for iSCSI
Configure the iSCSI software initiator in Windows
Access the iSCSI-attached LUN on the initiator
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
2. On the toolbar at the top right of the page, click Manage, and then select Add Roles and
Features.
3. Click Next twice, and then in the left pane of the Select destination server page, click Features.
4. On the Select features page, confirm that Multipath I/O is installed and configured. If so, click
Cancel and proceed to Task 2. If not, click Next.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
5. On the Confirm installation selections page, select the Restart the destination server
checkbox, reply Yes to the warning, and then click Install.
6. After the feature is installed and the Results window appears, confirm that the installation was
successful and click Close.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
3. If an error message appears, indicating that the Microsoft iSCSI service is not running, click Yes
to start the service.
4. If a message asks if you want to unblock the Microsoft iSCSI service through the Windows
Firewall, click Yes.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
5. When the iSCSI Initiator Properties dialog box appears, click the Configuration tab.
1. On cluster1 in the OnCommand System Manager navigation pane, expand Storage Virtual
Machines.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
2. On the System Manager Storage Virtual Machines page, click Create to create an SVM for
iSCSI.
4. Leave DNS options at the default settings, and then click Submit & Continue.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
5. On the Configure iSCSI protocol page, enter the following information, and then click Submit
& Continue.
Target Alias: svm2_target
LIFs Per Node: 1
Subnet: sub60
“Review or Modify LIFs configuration” checkbox: Select
Number of portsets: 1
Lun Size: 1 GB
LUN OS Type: Windows 2008 or later
Host initiator: <insert the initiator that you recorded earlier>
NOTE: Port sets are optional in Data ONTAP 8.3 or later. For more information, please see the
Data ONTAP SAN Implementation course.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
8. Select Storage Virtual Machines > cluster1 > svm2 > Configuration > Protocols > iSCSI to
review your iSCSI configuration.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
10. Select Storage Virtual Machines/cluster1/svm2/storage/LUNs and find the LUN that was
created for you.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
3. Click Discover Portal, enter the IP address of one of the ports in the SVM2 port set, and click
OK.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
5. Navigate to Storage Virtual Machine > cluster1 > svm2 > Configuration > Protocols >
iSCSI and verify that the iSCSI Target Node Name matches a node name the Discovered
Targets list in Windows.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
6. Return to the iSCSI Initiator Properties dialog box on your Windows machine, select the correct
target in the list, and then click Connect.
7. In the Connect To Target dialog box, select the Enable multi-path checkbox and click
Advanced.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
8. In the Advanced Settings dialog box, in the Target portal IP list, select the lowest target portal
IP address, and click OK.
9. Click OK to close the Connect To Target dialog box and start a new iSCSI session between the
initiator and target.
10. In the iSCSI Initiator Properties dialog box, make sure that the correct target is in a Connected
status.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
11. Click Properties to begin creating additional sessions with all the iSCSI LIFs in the port set.
12. In the Properties dialog box, on the Sessions tab, ensure that there is only one current session.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
13. Click the Portal Groups tab and review the other IPs that are currently available for sessions.
16. In the Connect To Target dialog box, select the Enable multi-path checkbox and click
Advanced.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
17. In the Advanced Settings dialog box, from the Target portal IP list, select the target portal IP
address of one of the iSCSI LIFs that you have not yet assigned.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
20. In the Properties dialog box, on the Sessions tab, verify that a new session has been created.
21. Repeat Steps 14–20 to create two more sessions, for a total of four sessions, each with an iSCSI
LIF in the port set of the target.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
2. On the toolbar in the upper-right corner of the window, click Tools, and then select Computer
Management.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
3. In the navigation pane on the left, expand the Storage node and select Disk Management.
The LUN appears as a single disk object. All paths are merged into this object.
4. If you do not see the LUN disk in the bottom section of the center pane, right-click the Disk
Management node in the left pane and select Rescan Disks.
5. Right-click the disk header and, if the disk is offline, select Online.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
8. In the Disk Management pane, right-click the Unallocated partition and select New Simple
Volume.
9. On the introduction page of the New Simple Volume Wizard, click Next.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
12. On the Format Partition page, choose a volume label of svm2_lun for the LUN, select a quick
format, and click Next.
14. Verify that the new LUN is now provisioned and, when you are finished, close the Computer
Management window.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
16. In Windows Explorer, navigate to the mount location of the LUN and verify that you can create
a file in the LUN.
END OF EXERCISE
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
MODULE 8: SNAPSHOT COPIES
OBJECTIVES
By the end of this exercise, you should be able to:
Explore Snapshot configuration in OnCommand System Manager
Navigate the .snapshot directory from an NFS client
1. In OnCommand System Manager on cluster1, select Storage Virtual Machines > cluster1 >
svm1 > Storage > Volumes.
2. Select svm1_vol1_CIFS_volume and click the Snapshot Copies tab at the bottom of the
window.
NOTE: In the lower pane, you should already have some Snapshot copies based on the default
Snapshot schedule.
3. On the toolbar at the top of the page, click Snapshot Copies, and then select Configure.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
4. In the Configure Volume Snapshot Copies dialog box, ensure that the Make Snapshot
directory visible checkbox is selected, and then click OK.
In this dialog box, you can change the Snapshot copy reserve or choose policies and schedules.
5. Select Storage Virtual Machines > cluster1 > svm1 > Policies > Snapshot Policies, and click
the Create button to create a new Snapshot policy.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
8. Enter the schedule name 5min, a maximum of 20 Snapshot copies, and leave the SnapMirror
Label box blank.
9. Click OK.
11. Select Cluster > cluster1 > Configuration > Schedules, and select the 5min schedule to look
at the schedule that is assigned to the policy.
The schedule is triggered at five-minute intervals, all day.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
12. Return to Storage Virtual Machines > cluster1 > svm1 > storage > volumes.
Can you remember how to change the Snapshot policy for svm1_vol1_CIFS_volume to
svm1_every5?
3. Check the directory contents again, but this time include hidden directories.
Now what do you see?
ls -la
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
5. Delete some of the files that you created on this volume earlier, and then view the contents of
some of your recent Snapshot copies.
Can you find your deleted files?
ls –la .snapshot/5min.2014-09-16_1535
NOTE: Replace the Snapshot directory name with the name of a directory on your system.
6. From PuTTY, log in to the cluster1 clustershell and check to see how much of the Snapshot
copy reserve is used.
vol show -vserver svm1 -volume svm1_vol1_CIFS_volume -fields snapshot-
space-used
7. On your Linux machine, ensure that you’re at the vol1 mount point.
pwd
/mnt/vol1
8. Enter this command on the Linux machine to place a large file on the volume:
dd if=/dev/zero of=bigfile bs=4K count=5000
9. Wait for the next scheduled Snapshot copy to be created, or force one by entering this command
on cluster1:
snapshot create -vserver svm1 -volume svm1_vol1_CIFS_volume -snapshot
extra_snapshot
11. Using the Linux machine, delete bigfile from the volume, and if you’re asked to confirm, reply
Y.
rm bigfile
12. Check the Snapshot copy reserve usage one more time.
Has is changed? Can you explain this behavior?
vol show -vserver svm1 -volume svm1_vol1_CIFS_volume -fields snapshot-
space-used
13. Find a backup of bigfile from the Linux machine in the .snapshot directory.
You can restore the file from there.
find . -name bigfile
14. From one of the Snapshot copies that you found has a backup copy of bigfile, restore the file to
the root of the volume, giving the file the name bigfile_restored.
snapshot restore-file -vserver svm1 -volume svm1_vol1_CIFS_volume
-snapshot 5min.2014-09-16_1600 -path /bigfile -restore-path
/bigfile_restored
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
15. From the Linux machine, find the restored file at the root of the volume.
ls /mnt/vol1
END OF EXERCISE
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
MODULE 9: MANAGING STORAGE SPACE
OBJECTIVES
By the end of this exercise, you should be able to:
Explore thin provisioning of volumes
Enable deduplication and data compression
Perform a volume move
1. Use NetApp OnCommand System Manager to create a new aggregate on cluster1 with these
parameters:
Name: n1_aggr2
Disk Type: FCAL on cluster1-01
Number of disks: 5
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
3. To give access to your new aggregates to svm1, select Storage Virtual Machines > cluster1,
select svm1, and click the Edit button.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
4. Click the Resource Allocation tab, select n1_aggr2 and n2_aggr2, and then click Save and
Close.
5. In System Manager, select Storage Virtual Machines > cluster1 > svm1 > Storage >
Volumes, and then click Create.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
6. In the Create Volume window, enter these volume attributes, and then click the Create button:
Name: svm1_vol2
Aggregate: n1_aggr2
Total Size: 6 GB
Snapshot Reserve: 0%
Thin Provisioned checkbox: Not selected
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
7. In the Create Volume window, enter these volume attributes to create a thin-provisioned
volume, and then click the Create button.
Name: svm1_vol3
Aggregate: n2_aggr2
Total Size: 6 GB
Snapshot Reserve: 0%
Thin Provisioned checkbox: Selected
8. At the bottom of the Volumes page, click the Space Allocation tab.
9. Select each of the two new volumes and view the space allocation data in the lower pane.
Is there any difference between the two?
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
10. Select Cluster > cluster1 and inspect the Storage report.
12. Display the Namespace page to see where the new volumes were mounted.
Remember that System Manager automatically mounts new volumes at /<volname>.
13. Select the svm1_vol2 volume from the list, click Change Export Policy, and change the export
policy to exp_svm1.
15. Navigate to the Volumes page for svm1, select the volume svm1_vol2, and click Edit.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
16. In the Edit Volume window, on the General tab, give the Group and Others read, write, and
execute permissions, activate thin provisioning, and then click Save and Close.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
19. Notice that the size of svm1_vol2 is 6 GB and recall that the size of hugefile is 2 GB.
What percentage of the space available in svm1_vol2 is used?
21. In System Manager, on the Shares page, click Create Share to create a CIFS share for the new
volume.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
24. To enable on-demand deduplication and data compression for this volume, select Enable
Storage Efficiency, On Demand, and Enable Compression, and then click Save and Close.
25. With svm1_vol2 still selected, click the Storage Efficiency button to run on-demand
deduplication.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
26. Select Scan Entire Volume, and then click the Start button.
27. Click the Storage Efficiency tab at the bottom of the page and review the storage efficiency
statistics.
28. After several minutes, return to this page and compare the statistics. In the meantime you can
continue with the next task.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 2: PERFORM A VOLUME MOVE
STEP ACTION
1. In System Manager, on cluster1, navigate to the list of aggregates on the cluster and notice that
n1_aggr1 has 14 GB of available space.
3. Write a 2-GB file into volume svm1_vol3. The dd operation can take several minutes to
complete; continue to the next step while it runs.
cd /mnt/vol3
dd if=/dev/zero of=hugefile bs=4K count=500000
4. In the svm1 volume list, select svm1_vol3 and click the Move button to move volume
svm1_vol3 to another aggregate across the cluster interconnect.
NOTE: Moving the volume while the file “hugefile” is being written will not interrupt the write
operation.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
5. Select n1_aggr1 as the destination aggregate and click the Move button.
7. Click the Refresh button to monitor the creation of the temporary file on the destination
aggregate and the progress of the move operation.
8. Check the Linux system to verify progress and the eventual completion of the write operation.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
9. When the move is complete, verify that the volume now resides on n1_aggr1.
END OF EXERCISE
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
MODULE 10: DATA PROTECTION
OBJECTIVES
By the end of this exercise, you should be able to:
Create and initialize load-sharing and data-protection SnapMirror replications
Add volumes and files to a replicated namespace
Schedule periodic SnapMirror replications
Promote a load-sharing mirror
2. Create a mirror for the root volume of svm1 on the same aggregate as the root volume.
vol create -vserver svm1 -volume svm1_root_ls1 -aggregate n2_aggr1
-type dp
NOTE: Although this is a load-sharing mirror, it must be created as a data-protection mirror
volume and then changed.
3. Establish the mirror relationship between the source volume and the destination volume and
change the destination to a load-sharing mirror.
snapmirror create -source-cluster cluster1 -source-vserver
svm1 -source-volume svm1_root -destination-cluster
cluster1 -destination-vserver svm1 -destination-volume
svm1_root_ls1 -type ls
4. Create another load-sharing mirror of the same volume on the other node and establish the
mirror relationship with the same source.
vol create -vserver svm1 -vol svm1_root_ls2 -aggr n1_aggr1 -type dp
snapmirror create -source-path cluster1://svm1/svm1_root -destination-
path cluster1://svm1/svm1_root_ls2 -type ls
5. Use a summary view and then an instance (detailed) view to view the mirrors.
snapmirror show
snapmirror show -instance
The state of each mirror is “Uninitialized.” No data has been transferred to the mirrors.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
6. Perform the initial (baseline) replication to the set of load-sharing mirrors of this source volume.
snapmirror initialize-ls-set -source-path cluster1://svm1/svm1_root
snapmirror show
NOTE: Now that the first replication of the load-sharing mirrors has occurred, all requests that
are sent through existing NFS mounts or CIFS shares to the storage virtual machine (SVM) root
volume are transparently routed to one of the load-sharing mirrors of this SVM root volume
rather than to the read and write volume. This includes write requests, which will fail, because
mirrors are read-only.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 2: COMPARE DATA-PROTECTION MIRROR REPLICATION TIMES
STEP ACTION
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
3. Assuming that your data LIF is still mounted from that NFS client, view the root of your
namespace.
cd /mnt/svm1
ls
The new volume doesn’t appear in the file list. The new volume is in the namespace, but
because the requests for your SVM root volume are routed to one of its load-sharing mirrors,
you still see the contents of the root volume as of its last replication, which does not include the
junction for vs2_vol03.
4. From your clustershell, perform an incremental replication to the set of load-sharing mirrors of
the SVM root volume.
snapmirror update-ls-set -source-path cluster1://svm1/svm1_root
5. After the mirror jobs are finished, from your NFS client, review the mirror of the root of your
namespace.
ls /mnt/svm1
The junction for svm1new appears.
7. Using the special .admin path, mount (as “root”) your namespace.
mkdir /mnt/svm1rw
mount 192.168.0.60:/.admin /mnt/svm1rw
The .admin path forces your mount to use the source volume, which is read and write, rather
than allowing automatic routing to load-sharing mirrors.
8. In the read and write root of the namespace, create a file called “myfile.”
touch /mnt/svm1rw/myfile
ls /mnt/svm1rw/myfile
The new file should appear.
9. Using the “normal” path that is routed to the load-sharing mirrors, view the SVM root.
ls /mnt/svm1/myfile
Because the new file is on the read/write volume and the load-sharing mirrors have not been re-
replicated, the “myfile” file is not visible.
10. From your clustershell, perform an incremental replication to the set of load-sharing mirrors of
the SVM root volume.
snapmirror update-ls-set –source-path cluster1://svm1/svm1_root
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
11. From your NFS client, review the mirror of the root of your namespace.
ls /mnt/svm1/myfile
The file should appear.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
7. While waiting for the scheduled mirror update to run, continue to run the system date show
command and watch for the system clock to reach a multiple of five, which triggers the
replication of all the load-sharing mirrors of this volume.
NOTE: After the system clock reaches the five-minute mark, the mirror update occurs but is not
visible, which means that no job is created for it.
8. To determine which mirrors were replicated, view the summary of the mirrors.
snapmirror show –instance
snapmirror show -fields newest-snapshot-timestamp
1. Examine the read and write copy of the SVM root volume and all its mirrors.
volume show -volume svm1_root*
The Type field shows the values RW, LS, and DP.
4. While the command runs in the foreground, wait for the command to finish.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 6: PREPARE THE SYSTEM FOR A MODULE 11 EXERCISE
This task configures Iometer to generate load on cluster1 for in-lecture activities in Module 11.
STEP ACTION
2. Open Iometer by double-clicking its icon in the taskbar and, if prompted, approve the Iometer
EULA.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
12. On the toolbar, click the Start Tests button (a green flag).
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
13. Open File Explorer to the Q drive and notice a new file, iobw.tst.
This is the test file that is growing until it is 80,000 KB (20,000 x 4 KB).
END OF EXERCISE
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
MODULE 11: MONITORING YOUR STORAGE SYSTEM
OBJECTIVES
By the end of this exercise, you should be able to:
View Data ONTAP logs through a web browser
Configure AutoSupport messages
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
4. Browse the currently active command history log, review the log files, and click command-
history.log.
5. Click Save to save the log locally, then open the saved file with Word Pad.
6. When the log file opens, find the string “move” to locate the message that initiated your volume
move operation from the previous exercise.
1. From the cluster1 command line session, verify that the AutoSupport feature is enabled.
autosupport show
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
4. In OnCommand System Manager, select Nodes > cluster1 > cluster1-01 > Configuration >
AutoSupport and verify the configuration.
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
1. On your Windows system, stop the Iometer process by clicking the Stop button on the
toolbar.
2. Close Iometer.
END OF EXERCISE
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
MODULE 12: UPGRADING AND TRANSITIONING TO CLUSTERED DATA ONTAP
E12-1 Clustered Data ONTAP Administration: Upgrading and Transitioning to Clustered Data ONTAP
© 2015 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.