Setting up Cloud Volumes ONTAP
After you deploy Cloud Volumes ONTAP, you can set it up by synchronizing the system time using NTP and by performing a few optional tasks from either System Manager or the CLI.
Task | Description |
---|---|
Synchronize the system time using NTP |
Specifying an NTP server synchronizes the time between the systems in your network, which can help prevent issues due to time differences. Specify an NTP server using the Cloud Manager API or from the user interface when you set up a CIFS server. For example, here's the API for a single-node system in AWS:
|
Optional: Configure AutoSupport |
AutoSupport proactively monitors the health of your system and automatically sends messages to NetApp technical support by default. |
Optional: Configure EMS |
The Event Management System (EMS) collects and displays information about events that occur on Cloud Volumes ONTAP systems. To receive event notifications, you can set event destinations (email addresses, SNMP trap hosts, or syslog servers) and event routes for a particular event severity. |
Optional: Create an SVM management network interface (LIF) for HA systems in multiple AWS Availability Zones |
A storage virtual machine (SVM) management network interface (LIF) is required if you want to use SnapCenter or SnapDrive for Windows with an HA pair. The SVM management LIF must use a floating IP address when using an HA pair across multiple AWS Availability Zones. Cloud Manager prompts you to specify the floating IP address when you launch the HA pair. If you did not specify the IP address, you can create the SVM Management LIF yourself from System Manager or the CLI. The following example shows how to create the LIF from the CLI: network interface create -vserver svm_cloud -lif svm_mgmt -role data -data-protocol none -home-node cloud-01 -home-port e0a -address 10.0.2.126 -netmask 255.255.255.0 -status-admin up -firewall-policy mgmt |
Optional: Change the backup location of configuration files |
Cloud Volumes ONTAP automatically creates configuration backup files that contain information about the configurable options that it needs to operate properly. |