NetApp Training New
NetApp Training New
NetApp Training New
Aggregate
Volume – Thin/Thick
Snapshot
Qtree
LUN creation
Share creation
Creating a new NFS export
Adding a server to existing export
Health check commands
Important files
DEFINITIONS
VOLUME
LUN
iGROUP
SNAPSHOT
AGGREGATE
VOLUME
To set up a SAN:
IGROUP CREATION
1. Create a LUN
lun create -s size -t ostype lun_path
size = in bytes by default
use m for megabytes
use g for gigabytes
NOTE: LUN sizing is discussed in detail in Module 5
ostype = solaris, windows, hpux, aix, linux, netware, and vmware, windows_gpt, windows_2008
lun_path
LUN path begins with /vol/{VolumeName}/[qtreeName]
Last portion of path is the LUN Name
Example: /vol/vol1/qtree1/lun1
CIFS Administration
CIFS COMMANDS
Display shares:
system> cifs shares [share_name]
Add shares:
system> cifs shares -add <share_name> <path>
[-comment description]
Change shares:
system> cifs shares -change <share_name> <path>
[-comment description]
Delete shares:
system> cifs shares -delete <share_name>
NFS Administration
exportfs -a
exportfs -o rw=host1:host2 /vol/volX
rdfile /etc/exports
rdfile /etc/hosts
rdfile /etc/rc
rdfile /etc/messages
uptime
ifconfig –a
SNAPSHOT COMMANDS