02 InstallAndConfig EG
02 InstallAndConfig EG
OBJECTIVES
By the end of this exercise, you should be able to:
Create a cluster
Add a second node to the cluster
TASK 1: CREATE A CLUSTER AND CONFIGURE THE FIRST NODE IN THE CLUSTER
STEP ACTION
1. From the Windows machine in your lab kit, use PuTTY to open a Secure Shell (SSH) session to
the first storage controller in your lab kit and verify that the preconfigured entry is correct.
It is preconfigured in PuTTY as cluster1_01. Your instructor will provide the IP address.
2. Log in as admin.
The password is provided by your instructor.
You are now logged in to the cluster shell.
© 2013 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
3. Enter the cluster setup command to start the cluster setup wizard.
::> cluster setup
NOTE: If you make a mistake during cluster setup, press Ctrl-C to interrupt the wizard. Restart
the wizard by re-entering cluster setup at the cluster shell prompt.
5. When prompted about using the node as a single node cluster, reply no because this will be a
multi-node cluster.
Do you intend for this node to be used as a single node cluster? {yes,
no} [no]: no
6. Enter yes to accept the default values for cluster network configuration.
System Defaults:
Private cluster network ports [e0a,e0b].
Cluster port MTU values will be set to 1500.
Cluster interface IP addresses will be automatically generated.
8. Enter the base license key that was provided by your instructor.
You can use lowercase letters for the license key.
Enter the cluster base license key: UJBGVLVQJHOJKBAAAAAAAAAAAAAA
Creating cluster cluster1
Starting cluster support services .....
Cluster cluster1 has been created.
9. Do not add additional license keys at this time but press Enter to continue.
Enter an additional license key []:
© 2013 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
11. Enter the domain name and IP address of the DNS server.
Enter the DNS domain names: learn.netapp.local
Enter the name server IP addresses: 192.168.0.11
13. If the completion of the cluster setup wizard logs your management session off, log back in as
admin.
14. To check the status of your new cluster, enter the cluster show command at the console.
cluster1::> cluster show
Node Health Eligibility
--------------------- ------- ------------
cluster1_01 true true
1. From the Windows machine in your lab kit, use PuTTY to open an SSH session to the second
storage controller in your lab kit.
It is preconfigured in PuTTY as cluster1_02.
2. Log in as admin.
© 2013 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
STEP ACTION
3. Enter the cluster setup command to start the cluster setup wizard.
::> cluster setup
Do you want to create a new cluster or join an existing cluster?
{create, join}: join
7. If the completion of the cluster setup wizard logs your management session off, log back in as
admin.
8. To check the status of your new cluster, enter the cluster show command at the console.
cluster1::> cluster show
Node Health Eligibility
--------------------- ------- ------------
cluster1_01 true true
cluster1_02 true true
2 entries were displayed.
9. Type network interface show and observe the cluster interfaces on both nodes and their
associated IPs, noticing that the IP addresses are in a private network range.
network interface show
© 2013 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.
TASK 3: PRESERVE FREE SPACE ON VOL0 VOLUMES
STEP ACTION
1. This step is necessary only when running a virtualized cluster. The virtual disks attached to each
node are small compared to real hard disks, resulting in unrealistic sizes for aggr0 and vol0.
5. Rename the aggr0 aggregates so that they are more easily identifiable.
aggr rename -aggregate aggr0 -newname aggr0_n1
aggr rename -aggregate aggr0_cluster1_02_0 -newname aggr0_n2
END OF EXERCISE
© 2013 NetApp, Inc. This material is intended only for training. Reproduction is not authorized.