Altavault Cloud Integrated Storage Command-Line Reference Guide
Total Page:16
File Type:pdf, Size:1020Kb
NetApp® AltaVault® Cloud Integrated Storage 4.2.1 Command-Line Reference Guide NetApp, Inc. Telephone: +1 (408) 822-6000 Part number: 215-11346_A0 495 East Java Drive Fax: + 1 (408) 822-4501 August 2016 Sunnyvale, CA 94089 Support telephone: +1(888) 463-8277 U.S. Web: www.netapp.com Feedback: [email protected] Contents Beta Draft Contents Chapter 1 - Using the Command-Line Interface ......................................................................................3 Connecting to the CLI ......................................................................................................................................3 Overview of the CLI.........................................................................................................................................4 Entering Commands .........................................................................................................................................5 Accessing CLI Online Help..............................................................................................................................5 Error Messages .................................................................................................................................................5 Command Negation..........................................................................................................................................5 Running the Configuration Wizard...................................................................................................................6 Saving Configuration Changes.........................................................................................................................6 Chapter 2 - User-Mode Commands...........................................................................................................7 Entering User-mode Commands.......................................................................................................................7 System Administration Commands ..................................................................................................................8 Displaying System Data .................................................................................................................................11 Chapter 3 - Enable-Mode Commands.....................................................................................................27 Entering Enable-mode Commands.................................................................................................................27 System Administration Commands ................................................................................................................27 Displaying System Data .................................................................................................................................42 Chapter 4 - Configuration-Mode Commands .........................................................................................53 Entering Configuration Mode Commands .....................................................................................................53 System Administration Commands ................................................................................................................54 AltaVault Appliance Feature Configuration Commands..............................................................................125 Displaying System Data ...............................................................................................................................186 Entering KMIP commands ...........................................................................................................................205 Contents Beta Draft Chapter 5 - Troubleshooting.................................................................................................................. 211 Copyright Information............................................................................................................................213 Trademark Information...........................................................................................................................215 How to Send Your Comments ...............................................................................................................217 Index ........................................................................................................................................................219 Beta Draft CHAPTER 1 Using the Command-Line Interface This section describes how to access and use the CLI. It includes the following sections: “Connecting to the CLI” on page 3 “Overview of the CLI” on page 4 “Entering Commands” on page 5 “Accessing CLI Online Help” on page 5 “Error Messages” on page 5 “Command Negation” on page 5 “Running the Configuration Wizard” on page 6 “Saving Configuration Changes” on page 6 Connecting to the CLI This section assumes you have already performed the initial setup of the appliance using the configuration wizard. For detailed information, see the NetApp AltaVault Cloud Integrated Storage Installation Guide. To connect the CLI 1. You can connect to the CLI using one of the following options: An ASCII terminal or emulator that can connect to the serial console. It must have the following settings: 9600 baud, 8 bits, no parity, 1 stop bit, and no flow control. A computer with an SSH client that is connected on the same network as the appliance Primary port. By default, hmac-sha1 is turned off. Verify that you have hmac-sha2.256 or hmac-sha2.512 available to be able to connect using SSH client. 2. At the system prompt enter the following command if the appliance resolves to your local DNS: ssh [email protected] otherwise at the system prompt enter the following command: ssh admin@ipaddress NetApp AltaVault Cloud Integrated Storage Command-Line Interface Reference Guide 3 Using the Command-Line Interface Overview of the CLI Beta Draft 3. When prompted, enter the administrator password. This is the password you set during the initial configuration process. The default password is password. For example: login as: admin NetApp Last login: Wed Jan 20 13:02:09 2010 from 10.0.1.1 CLI > You can also log in as a monitor user (monitor). Monitor users cannot make configuration changes to the system. Monitor users can view statistics and system logs. Overview of the CLI The CLI has the following modes: User - When you start a CLI session, you begin in the default, user-mode. From user-mode you can run common network tests such as ping and view network configuration settings and statistics. You do not enter a command to enter user-mode. To exit this mode, enter exit at the command line. Enable - To access system monitoring commands, you must enter enable-mode. From enable-mode, you can enter any enable-mode command or enter configuration-mode. You must be an administrator user to enter enable- mode. In enable-mode you can perform basic system administration tasks, such as restarting and rebooting the system. To exit this mode, enter disable at the command line. You cannot enter enable-mode if you are a monitor user. Configuration - To make changes to the running configuration, you must enter configuration-mode. To save configuration changes to memory, you must enter the write memory command. To enter configuration-mode, you must first be in enable-mode. To exit this mode, enter exit at the command line. The commands available to you depend on which mode you are in. Entering a question mark (?) at the system prompt provides a list of commands for each command mode. Mode Access Method System Prompt Exit Method Description user Each CLI session begins host > exit • Perform common network in user-mode. tests, such as ping. • Display system settings and statistics. enable Enter the enable host # disable • Perform basic system command at the system administration tasks, such prompt while in user- as restarting and rebooting mode. the system. •Display system data and statistics. • Perform all user-mode commands. configuration Enter the configure host (config) # exit • Configure system terminal command at parameters. the system prompt while • Perform all user and in enable-mode. enable-mode commands. 4 NetApp AltaVault Cloud Integrated Storage Command-Line Interface Reference Guide Entering Commands Using the Command-Line Interface Beta Draft Entering Commands The CLI accepts abbreviations for commands. The following example is the abbreviation for the configure terminal command: CLI # configure t You can press the tab key to complete a CLI command automatically. Accessing CLI Online Help At the system prompt, type the full or partial command string followed by a question mark (?). The CLI displays the command keywords or parameters for the command and a short description. You can display help information for each parameter by typing the command, followed by the parameter, followed by a question mark. To access CLI online help At the system prompt enter the following command: CLI (config) # show ? To display help for additional parameters, enter the command and parameter: CLI (config) # access ? enable Enable secure network access inbound Secure access inbound configuration CLI (config) # access inbound ? rule Secure access inbound rule configuration CLI (config) # access inbound rule ? add Add a secure network access rule edit Edit a secure network access rule move Move a secure network access rule Error Messages If at any time the system does not recognize the