02 basic admin

35
Basic Administration Data ONTAP Fundamentals

Upload: kommuh1

Post on 29-Dec-2015

34 views

Category:

Documents


0 download

DESCRIPTION

NetApp basics

TRANSCRIPT

Page 1: 02 Basic Admin

Basic Administration

Data ONTAP Fundamentals

Page 2: 02 Basic Admin

Objectives

At the end of this module, you will be able to:·– Access and execute commands using the

console– Navigate and execute commands using

FilerView– View a storage appliance’s system

configuration– Access a storage appliance’s configuration

files from a remote admin host– Setup and test the Autosupport service

Page 3: 02 Basic Admin

Objectives

At the end of this module, you will be able to:·

– Locate the available reference material on the NOW site

– Describe where you can go online to get documents or product support

– Identify the available system administration documents

– Identify the available hardware documents

Page 4: 02 Basic Admin

Console Access

Connection to console port

DB9-DB9

RJ

-4

5

Page 5: 02 Basic Admin

Telnet Access

Page 6: 02 Basic Admin

Telnet Command Settings

NetApp>options telnet.enable [on|off]

NetApp>options telnet.access [legacy|*|-|[host=hostname|IP]]

NetApp>options autologout.telnet.enable [on|off]

NetApp>options autologout.telnet.timeout [60|value]

Page 7: 02 Basic Admin

Access via rsh

NetApp>options rsh.enable [on|off]

NetApp>options rsh.access [legacy|*|-|[host=hostname|IP]]

Page 8: 02 Basic Admin

Using rsh Commands

Page 9: 02 Basic Admin

CLI Editing

Key Combinations Up Arrow or Down Arrow Ctrl-F or Right Arrow key Ctrl-B or Left Arrow key Ctrl-E Ctrl-A Ctrl-K Ctrl-H Ctrl-U Ctrl-W Ctrl-R Ctrl-P Ctrl-N

Page 10: 02 Basic Admin

FilerView

Page 11: 02 Basic Admin

CLI via FilerView

Page 12: 02 Basic Admin

One Telnet Session

Page 13: 02 Basic Admin

Transition SlideBasic

Appliance Configuration

Page 14: 02 Basic Admin

Console Commands

Page 15: 02 Basic Admin

Options vs. Configuration Files

Page 16: 02 Basic Admin

Editing Boot Configuration Files

Page 17: 02 Basic Admin

Registry Database

/etc/registry Current registry

/etc/registry.lastgood Copy of the registry as It existed after the last successful boot

/etc/registry.bck First-level backup

/etc/registry.default Default registry

Page 18: 02 Basic Admin

Administrative Access Control

Create admin User IDs

Restrict telnet

Limit rsh access

Limit FilerView access

Page 19: 02 Basic Admin

User Access

Page 20: 02 Basic Admin

Trusted Hosts

Syntax: options trusted.hosts [hostnames|*|-]

hostnames is a comma-separated list of up to five allowed hosts * indicates all hosts are allowed access (default) - indicates no hosts are allowed access

Page 21: 02 Basic Admin

Admin Hosts

Page 22: 02 Basic Admin

Transition Slide

Autosupport

Page 23: 02 Basic Admin

Autosupport Mail Host

Page 24: 02 Basic Admin

Autosupport Enhancements

EMERGENCY

ALERT

CRITICAL,ERROR

WARNING

NOTICE, INFO,DEBUG

Page 25: 02 Basic Admin

Autosupport Email Events

Page 26: 02 Basic Admin

Autosupport Email Contents

Page 27: 02 Basic Admin

Autosupport Configuration Options

options autosupport.enableoptions autosupport.mailhost [host1,…,host5]options autosupport.to [address1,…,address5]options autosupport.fromoptions autosupport.contentoptions autosupport.notetooptions autosupport.doit [message]options autosupport.enable [on|off]

Page 28: 02 Basic Admin

Transition Slide

Documentation & Support

Page 29: 02 Basic Admin

www.netapp.com/Library

Page 30: 02 Basic Admin

now.netapp.com

Page 31: 02 Basic Admin

Documentation

Software Setup Guide

System Administration Storage Management Guide

System Administration File Access Management Guide

System Administration Multistore Management Guide

System Administration Network Management Guide

System Administration Block Access Management Guide

System Administration Data Protection Guide

Upgrade Guide

Commands: Quick Reference

Commands: Manual Page Reference

Hardware platform hardware and service guides

Page 32: 02 Basic Admin

Accessing Hardware Documentation

Page 33: 02 Basic Admin

Topic Review

How can you access the appliance’s command line?– TELNET to Appliance (or terminal server), RSH, or direct console access

What is the URL for FilerView access?– http://[appliance name or IP]/na_admin

How can you view a storage appliance’s system configuration?

– CLI – sysconfig –v or FilerView

How can you access a storage appliance’s configuration files from a remote admin host?

– Unix via a mount point to the root directory– Windows via the \\filer\c$ share

What command is used to activate the Autosupport service?– options autosupport.enable on

Page 34: 02 Basic Admin

Topic Review

Where can you obtain reference information and support?– The NOW site

List some of the documentation available at now.netapp.com– Manuals, white papers, case studies, data sheets, and

videos

Page 35: 02 Basic Admin

Autosupport Exercises

Basic Administration