Deploying and Configuring a Single Node ONTAP Cluster

Start and configure a single-node ONTAP cluster using Simulate ONTAP, VMware, System Manager, and the command line.  

  1. Create Simulate ONTAP virtual machine using .ova file.  

  2. After a few minutes of starting the virtual machine, you will receive a message asking you to log in to the system. Use System Manager to complete the cluster setup. This message includes an IP address. Copy and paste this IP address into your browser address bar to open System Manager.

  3. System Manager will open. You can ignore the ‘partner details were not found’ error message.

  4. If you have any issues with how System Manager displays pages, then try a different web browser or Java version on your laptop.

  5. Enter these details as per your requirement, leaving the other checkboxes unchecked, then click Submit.

a) Storage System Name: cluster1  

b) Administrative Password: Utimaco@123  

c) Cluster IP Address: 192.168.182.61 Subnet Mask: 255.255.255.0 Gateway: 192.168.182.1  

d) Node IP Addresses: 192.168.182.62 

SMclusterconfiguration.png

System Manager Initialize Storage System page

  1. in the VMware Workstation Player window.  

  2. Add all existing disks to Cluster 1 Node 1 with the below command.

>_Console

cluster1::> storage disk assign –all true –node cluster1-01

If you get an error message, it’s because the system has already auto-assigned the disks; you can ignore it.

  1. If necessary, add more disks to your root aggregate to increase its size and accommodate the additional space needed in your root volume.

>_Console

cluster1::> storage aggregate add-disks -diskcount 8 -aggregate aggr0_cluster1_01

  1. Set the root volume to a new size.

>_Console

cluster1::> volume modify -size 7.47GB -volume vol0 -vserver cluster1-01 

10. Download a production data at rest encryption image from NetApp Support.

a) Click download latest image, for example “Download Latest Release [9.12.1P17]”.

b) Click I read the EULA. Click Accept and Continue.

c) Click “Download ONTAP 9.12.1P17 with NetApp Volume Encryption for FAS [2.54 GB] “.

d) Save the file and make it accessible via a web server.  

e) Download the package to ONTAP cluster and update the node using the below command.  

>_Console

cluster1::> cluster image package get –url http://<web_server_ip>/9121P17_q_image.tgz  

cluster1::> cluster image package show  

cluster1::> cluster image update -version 9.12.1P17 -nodes cluster1-01 

cluster1::> cluster image show-update-progress  

11. Unlock the diag account and set the password. 

>_Console

cluster1::> security login unlock -username diag

cluster1::> security login password -username diag

12. Install the VE license. 

>_Console

cluster1::> license add -license-code AAAAAAAAAAAAAAAAAAAAAAAAAAAA

13. Verify that the license is installed by displaying all the licenses on the cluster. 

>_Console

cluster1::> system license show

clustershowlicesnse.png

System license show