61
Data ONTAP® 8.1 7-Mode to Cluster-Mode Command Map NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone: +1 (888) 463-8277 Web: www.netapp.com Feedback: [email protected] Part number: 210-05795_A0 Updated for Data ONTAP 8.1.2 on 11 October 2012

Data ONTAP 81 7Mode to ClusterMode Command Map

Embed Size (px)

DESCRIPTION

Ontap 7mode to cluster mode command

Citation preview

  • Data ONTAP 8.1 7-Mode to Cluster-Mode Command Map

    NetApp, Inc.495 East Java DriveSunnyvale, CA 94089 U.S.Telephone: +1 (408) 822-6000Fax: +1 (408) 822-4501Support telephone: +1 (888) 463-8277Web: www.netapp.comFeedback: [email protected]

    Part number: 210-05795_A0Updated for Data ONTAP 8.1.2 on 11 October 2012

  • ContentsUnderstanding the 7-Mode to Cluster-Mode command map .................. 4How 7-Mode commands map to Cluster-Mode commands ..................... 6How 7-Mode options map to Cluster-Mode commands ......................... 39How 7-Mode configuration files map to Cluster-Mode commands ....... 57Copyright information ............................................................................... 59Trademark information ............................................................................. 60How to send your comments ...................................................................... 61

    Table of Contents | 3

  • Understanding the 7-Mode to Cluster-Modecommand map

    If you are making the transition from Data ONTAP running in 7-Mode to Data ONTAP running inCluster-Mode, you may find it handy to refer to this command map, which shows the Cluster-Modeequivalents of 7-Mode commands, options, and configuration files.

    This chapter provides background information for the command map. The remaining chaptersdescribe the map in detail:

    How 7-Mode commands map to Cluster-Mode commands on page 6 How 7-Mode options map to Cluster-Mode commands on page 39 How 7-Mode configuration files map to Cluster-Mode commands on page 57

    Understanding 7-Mode-compatible shortcut commandsAlthough the Data ONTAP command-line interface (CLI) was significantly reorganized for Cluster-Mode operations, many of the commands have 7-Mode-compatible shortcut versions that require nochange to scripts or other automated tasks. These shortcut versions are listed first in the tables in thisguide, and are shown in boldface. Shortcut versions that are not 7-Mode-compatible are listed next,followed by the full, long-form version of the command. For example:aggr addaggr add-disksstorage aggregate add-disks

    If no boldface shortcut is listed, a 7-Mode-compatible version is not available. Not all forms of thecommand are shown in the table. The CLI is extremely flexible, allowing multiple abbreviated forms.

    Understanding the different Cluster-Mode shells for CLI commandsA Data ONTAP storage system operating in Cluster-Mode has three shells for CLI commands:

    The clustershell is the native shell, started automatically when you log in to the cluster.It provides all the commands you need to configure and manage the cluster.

    The nodeshell is a special shell that lets you run a subset of 7-Mode commands.These commands take effect only at the node level. You can switch from the clustershell to anodeshell session to run nodeshell commands interactively, or you can run a single nodeshellcommand from the clustershell. You will know a command is a nodeshell command if it has the(long) form:system node run -node {nodename|local} commandnameWhen this guide shows a 7-Mode-compatible shortcut version of a nodeshell command, itassumes you are running the command from the nodeshell. To switch to the nodeshell, enter:system node run -node {nodename|local}

    4 | Data ONTAP 8.1 7-Mode to Cluster-Mode Command Map

  • Other forms of the nodeshell command shown in this guide must be run from the clustershell. The systemshell is a low-level shell used only for diagnostic and troubleshooting purposes.

    It is not intended for general administrative purposes. Access the systemshell only with guidancefrom technical support.

    Where to go for more informationFor more information, see these guides at Data ONTAP 8 Documentation on the NetApp SupportSite:

    For information about clustershell commands, see the Data ONTAP Commands: Manual PageReference for Cluster-Mode.

    For information about nodeshell commands, see the Data ONTAP Commands: Manual PageReference for 7-Mode, Volume 1.

    For information about how to execute CLI commands, navigate CLI command directories, setvalues in the CLI, and use queries, patterns, and wildcards, see the Data ONTAP SystemAdministration Guide for Cluster-Mode.

    Related references

    How 7-Mode commands map to Cluster-Mode commands on page 6How 7-Mode options map to Cluster-Mode commands on page 39How 7-Mode configuration files map to Cluster-Mode commands on page 57

    Understanding the 7-Mode to Cluster-Mode command map | 5

  • How 7-Mode commands map to Cluster-Modecommands

    You can use the tables below to determine the Cluster-Mode equivalents of 7-Mode commands, withthe exception of the options command. The next chapter lists the Cluster-Mode equivalents of the7-Mode options command.

    For information about how the tables in this chapter are organized, see Understanding the 7-Mode toCluster-Mode command mapping on page 4.

    Navigation table

    Aon page 6

    Bon page 8

    Con page 9

    Don page 11

    Eon page 13

    Fon page 14

    G(no entries)

    Hon page 15

    Ion page 16

    J(no entries)

    K(no entries)

    Lon page 19

    Mon page 20

    Non page 20

    Oon page 22

    Pon page 22

    Qon page 24

    Ron page 25

    Son page 26

    Ton page 35

    Uon page 35

    Von page 36

    W(no entries)

    X(no entries)

    Y(no entries)

    Z(no entries)

    A

    7-Modecommand

    Cluster-Mode command

    acpadminconfigure

    acpadmin configurerun {nodename|local} acpadmin configuresystem node run -node {nodename|local} acpadmin configure

    6 | Data ONTAP 8.1 7-Mode to Cluster-Mode Command Map

  • 7-Modecommand

    Cluster-Mode command

    acpadmin list_all acpadmin list_allrun {nodename|local} acpadmin list_allsystem node run -node {nodename|local} acpadmin list_all

    aggr add aggr addaggr add-disksstorage aggregate add-disks

    aggr create aggr createstorage aggregate create

    aggr destroy aggr deletestorage aggregate delete

    aggr media_scrub aggr media_scrubrun {nodename|local} aggr media_scrubsystem node run -node {nodename|local} aggr media_scrub

    aggr offline aggr offlinestorage aggregate offline

    aggr online aggr onlinestorage aggregate online

    aggr options aggr modifystorage aggregate modify

    aggr rename aggr renamestorage aggregate rename

    aggr restrict aggr restrictstorage aggregate restrict

    aggr scrub aggr scrubstorage aggregate scrub

    aggr show_space aggr show_spacerun {nodename|local} aggr show_spacesystem node run -node {nodename|local} aggr show_space

    aggr status aggr showstorage aggregate show

    How 7-Mode commands map to Cluster-Mode commands | 7

  • 7-Modecommand

    Cluster-Mode command

    autosupportdestinations

    autosupport destinationssystem node autosupport destinations

    autosupporthistory

    autosupport historysystem node autosupport history

    autosupportmanifest

    autosupport manifestsystem node autosupport manifest

    autosupport trigger autosupport triggersystem node autosupport

    B

    7-Modecommand

    Cluster-Mode command

    backup status backup statusrun {nodename|local} backup status []system node run -node {nodename|local} backup status []

    backup terminate backup terminaterun {nodename|local} backup terminate []system node run -node {nodename|local} backup terminate []

    bmc help bmc helprun {nodename|local} bmc helpsystem node run -node {nodename|local} bmc help

    bmc reboot bmc rebootrun {nodename|local} bmc rebootsystem node run -node {nodename|local} bmc reboot

    bmc setup bmc setuprun {nodename|local} bmc setupsystem node run -node {nodename|local} bmc setup

    bmc status bmc statusrun {nodename|local} bmc statussystem node run -node {nodename|local} bmc status

    8 | Data ONTAP 8.1 7-Mode to Cluster-Mode Command Map

  • 7-Modecommand

    Cluster-Mode command

    bmc testautosupport

    bmc test autosupportrun {nodename|local} bmc test autosupportsystem node run -node {nodename|local} bmc test autosupport

    C

    7-Mode command Cluster-Mode command

    cdpd show-neighbors

    cdpd show-neighborsrun {nodename|local} cdpd show-neighborssystem node run -node {nodename|local} cdpd show-neighbors

    cdpd show-stats cdpd show-statsrun {nodename|local} cdpd show-statssystem node run -node {nodename|local} cdpd show-stats

    cdpd zero stats cdpd zero statsrun {nodename|local} cdpd zero-statssystem node run -node {nodename|local} cdpd zero-stats

    cf disable cf disable

    cf enable cf enable

    cf forcetakeover cf forcetakeover

    cf giveback cf giveback

    cf hw_assist cf hwassist statusstorage failover hwassist show

    cf monitor cf monitor

    cf partner cf partner

    cf status cf status

    cf takeover cf takeover

    cifs access cifs accessvserver cifs access

    cifs changefilerpwd cifs changefilerpwdvserver cifs changefilerpwd

    How 7-Mode commands map to Cluster-Mode commands | 9

  • 7-Mode command Cluster-Mode command

    cifs domaininfo cifs domain discovered-servers showvserver cifs domain discovered-servers show

    cifs gpresult cifs group-policy show-appliedvserver cifs group-policy show-applied

    cifs gpupdate cifs group-policy updatevserver cifs group-policy update

    cifs homedir cifs home-directoryvserver cifs home-directory

    cifs prefdc cifs domain preferred-dcvserver cifs domain preferred-dc

    cifs sessions network connections active show -service cifs-*

    cifs setup vserver setup ORvserver cifs create

    cifs shares cifs sharevserver cifs share

    cifs stat statistics show -object cifscifs resetdc cifs domain discovered-servers reset-servers

    vserver cifs domain discovered-servers reset-servers

    clone start volume clone create

    clone status volume clone show

    config clone system configuration backup

    Note: Available at the advanced privilege level.

    config diff system configuration backup

    Note: Available at the advanced privilege level.

    config dump system configuration backup

    Note: Available at the advanced privilege level.

    config restore system configuration backup

    Note: Available at the advanced privilege level.

    10 | Data ONTAP 8.1 7-Mode to Cluster-Mode Command Map

  • D7-Modecommand

    Cluster-Mode command

    date date

    dcb show dcb showrun -node {nodename|local} dcb showsystem node run -node {nodename|local} dcb show

    dcb priority show dcb priority showrun -node {nodename|local} dcb priority showsystem node run -node {nodename|local} dcb priority show

    df df

    df [aggr name] df [aggr name]df [path name] df [path name]df -A df -A

    df -g df -g

    df -h df -h

    df -i df -i

    df -k df -k

    df -L df -L

    df -m df -m

    df -r df -r

    df -s df -s

    df -S df -S

    df -t df -t

    df -V df -V

    df -x df -x

    disk assign disk assignstorage disk assign

    disk fail disk failstorage disk fail

    How 7-Mode commands map to Cluster-Mode commands | 11

  • 7-Modecommand

    Cluster-Mode command

    disk maint disk maintrun -node {nodename|local} disk maintsystem node run -node {nodename|local} disk maint

    disk reassign disk reassignstorage disk reassign

    disk remove storage disk remove

    disk replace storage disk replace

    disk sanitize disk sanitizerun -node {nodename|local} disk sanitizesystem node run -node {nodename|local} disk sanitize

    disk scrub disk scrubrun -node {nodename|local} disk scrubsystem node run -node {nodename|local} disk scrub

    disk show storage disk show

    disk simpull disk simpullrun -node {nodename|local} disk simpullsystem node run -node {nodename|local} disk simpull

    disk simpush disk simpushrun -node {nodename|local} disk simpushsystem node run -node {nodename|local} disk simpush

    disk zero spares storage disk zerospares

    disk_fw_update storage disk updatefirmware

    du [path name] du [path name]du -h du -h

    du -k du -k

    du -m du -m

    du -r du -r

    du -u du -u

    12 | Data ONTAP 8.1 7-Mode to Cluster-Mode Command Map

  • E7-Modecommand

    Cluster-Mode command

    echo echorun -node {nodename} echosystem node run -node {nodename|local} echo

    ems event status event status showevent status show -node {nodename|local}

    ems log status event show-statistics

    ems log dumpvalue

    event log show

    environment status environment statusrun -node {nodename|local} environment statussystem node run -node {nodename|local} environment status ORsystem node environment sensors show

    environment shelf environment shelfrun -node {nodename|local} environment shelfsystem node run -node {nodename|local} environment shelf

    environmentshelf_log

    environment shelf_logrun -node {nodename|local} environment shelf_logsystem node run -node {nodename|local} environment shelf_log

    environmentshelf_stats

    environment shelf_statsrun -node {nodename|local} environment shelf_statssystem node run -node {nodename|local} environment shelf_stats

    environmentshelf_power_status

    environment shelf_power_statusrun -node {nodename|local} environment shelf_power_statussystem node run -node {nodename|local} environment shelf_power_status

    environmentchassis

    environment chassisrun -node {nodename|local} environment chassissystem node run -node {nodename|local} environment chassis

    exportfs vserver export-policy

    How 7-Mode commands map to Cluster-Mode commands | 13

  • F7-Mode command Cluster-Mode commands

    fcadmin config fcadmin configrun -node {nodename|local} fcadmin configsystem node run -node {nodename|local} fcadmin config

    fcadmin link_stats fcadmin link_statsrun -node {nodename|local} fcadmin link_statssystem node run -node {nodename|local} fcadmin link_stats

    fcadmin fcal_stats fcadmin fcal_statsrun -node {nodename|local} fcadmin fcal_statssystem node run -node {nodename|local} fcadmin fcal_stats

    fcadmindevice_map

    fcadmin device_maprun -node {nodename|local} fcadmin device_mapsystem node run -node {nodename|local} fcadmin device_map

    fcp config fcp adapter modify

    fcp nameserver fcp nameserver fcp nameserverrun -node {nodename|local} fcp nameserversystem node run -node {nodename|local} fcp nameserver

    fcp nodename fcp nodenamevserver fcp nodename

    fcp ping fcp pingrun -node {nodename|local} fcp pingsystem node run -node {nodename|local} fcp ping

    fcp portname fcp portnamevserver fcp portname

    fcp show fcp show

    fcp start fcp start ORfcp create ORfcp modify

    fcp status fcp show

    fcp stop fcp stop

    14 | Data ONTAP 8.1 7-Mode to Cluster-Mode Command Map

  • 7-Mode command Cluster-Mode commands

    fcp topology fcp topologyrun -node {nodename|local} fcp topologysystem node run -node {nodename|local} fcp topology

    fcp wwpn-alias fcp wwpn-alias

    fcp zone fcp zonerun -node {nodename|local} fcp zonesystem node run -node {nodename|local} fcp zone

    fcp dump fcp dumprun -node {nodename|local} fcp dumpsystem node run -node {nodename|local} fcp dump

    fcp reset fcp resetrun -node {nodename|local} fcp resetsystem node run -node {nodename|local} fcp reset

    fcstat link_stats fcstat link_statsrun -node {nodename|local} fcstat link_statssystem node run -node {nodename|local} fcstat link_stats

    fcstat fcal_stats fcstat fcal_statsrun -node {nodename|local} fcstat fcal_statssystem node run -node {nodename|local} fcstat fcal_stats

    fcstat device_map fcstat device_maprun -node {nodename|local} fcstat device_mapsystem node run -node {nodename|local} fcstat device_map

    fsecurity show fsecurity showrun -node {nodename|local} fsecurity showsystem node run -node {nodename|local} fsecurity show

    H

    7-Modecommand

    Cluster-Mode Command

    halt halt -node {nodename|local}system node halt -node {nodename|local}

    How 7-Mode commands map to Cluster-Mode commands | 15

  • 7-Modecommand

    Cluster-Mode Command

    halt -f halt -f truesystem node halt -f true

    halt -d halt -dump truesystem node halt -dump true

    help ?

    Note: Type the question mark (?) symbol to execute this command in Cluster-Mode.

    hostname hostname

    I

    7-Modecommand

    Cluster-Mode command

    ifconfig -a ifconfig -a

    ifconfig alias ifconfig alias

    ifconfig down ifconfig down

    ifconfigflowcontrol

    ifconfig flowcontrol

    ifconfigmediatype

    ifconfig mediatype

    ifconfig mtusize ifconfig mtusize

    ifconfignetmask

    ifconfig netmask

    ifconfig up ifconfig up

    ifgrp create ifgrp createnetwork port ifgrp create

    ifgrp add ifgrp add-portnetwork port ifgrp add-port

    ifgrp delete ifgrp remove-portnetwork port ifgrp remove-port

    16 | Data ONTAP 8.1 7-Mode to Cluster-Mode Command Map

  • 7-Modecommand

    Cluster-Mode command

    ifgrp destroy ifgrp deletenetwork port ifgrp delete

    ifinfo ifinforun -node {nodename|local} ifinfosystem node run -node {nodename|local} ifinfo

    ifstat -a ifstat -arun -node {nodename|local} ifstat -asystem node run -node {nodename|local} ifstat -a

    ifstat -z ifstat -zrun -node {nodename|local} ifstat -zsystem node run -node {nodename|local} ifstat -z

    igroup add igroup addlun igroup add

    igroup bind igroup bindlun igroup bind

    igroup destroy igroup deletelun igroup delete

    igroup create igroup createlun igroup create

    igroup remove igroup removelun igroup remove

    igroup rename igroup renamelun igroup rename

    igroup set igrouplun igroup

    igroup show igroup showlun igroup show

    igroup unbind igroup unbindlun igroup unbind

    How 7-Mode commands map to Cluster-Mode commands | 17

  • 7-Modecommand

    Cluster-Mode command

    iscsi alias iscsi createvserver iscsi create ORiscsi modifyvserver iscsi modify

    iscsi connection iscsi connectionvserver iscsi connection

    iscsi initiator iscsi initiatorvserver iscsi initiator

    iscsi interface iscsi interfacevserver iscsi interface

    iscsi isns iscsi isnsvserver iscsi isns

    iscsi nodename iscsi nodenamevserver iscsi nodename

    iscsi portal iscsi portalvserver iscsi portal

    iscsi security iscsi securityvserver iscsi security

    iscsi session iscsi sessionvserver iscsi session

    iscsi show iscsi showvserver iscsi show

    iscsi start iscsi startvserver iscsi start

    iscsi stats statistics show -object iscsiiscsi status iscsi show

    vserver iscsi show

    iscsi stop iscsi stopvserver iscsi stop

    18 | Data ONTAP 8.1 7-Mode to Cluster-Mode Command Map

  • L7-Modecommand

    Cluster-Mode command

    license license showsystem license show

    license add license addsystem license add

    license delete license deletesystem license delete

    lock break vserver locks break

    Note: Available at the advanced privilege level.

    lock status locks showvserver locks show

    lun clone volume file clone create

    lun comment lun create -comment ORlun modify -comment

    lun create lun create ORvserver setup

    lun destroy lun delete

    lun maxsize lun maxsize

    lun move lun move

    lun offline lun modify -state offline

    lun online lun modify -state online

    lun resize lun resize

    lun serial lun show -serial OR lun modify -serial

    lun set lun modify

    lun setup vserver setup

    lun show lun show

    lun stats statistics show -object lunlun unmap lun unmap

    How 7-Mode commands map to Cluster-Mode commands | 19

  • M7-Modecommand

    Cluster-Mode command

    man man

    maxfiles vol modify -maxfiles ORvol show -files maxfiles

    mt -f mt -frun -node {nodename|local} mt -fsystem node run -node {nodename|local} mt -f

    mt -t mt -trun -node {nodename|local} mt -tsystem node run -node {nodename|local} mt -t

    N

    7-Modecommand

    Cluster-Mode command

    nbtstat cifs nbtstatvserver cifs nbtstat

    ndmpcopy ndmpcopyrun -node {nodename|local} ndmpcopysystem node run -node {nodename|local} ndmpcopy

    ndmpd on ndmpd onsystem services ndmpd on

    ndmpd off ndmpd offsystem services ndmpd off

    ndmpd status ndmpd statussystem services ndmpd status

    ndmpd probe ndmpd probesystem services ndmpd probe

    ndmpd kill ndmpd killsystem services ndmpd kill

    20 | Data ONTAP 8.1 7-Mode to Cluster-Mode Command Map

  • 7-Modecommand

    Cluster-Mode command

    ndmpd password ndmpd passwordsystem services ndmpd password

    ndmpd version ndmpd versionsystem services ndmpd version

    netstat -anMB netstat -anMBrun -node {nodename|local} netstat -anMBsystem node run -node {nodename|local} netstat -anMB

    netstat -idn netstat -idnrun -node {nodename|local} netstat -idnsystem node run -node {nodename|local} netstat -idn

    netstat -m netstat -mrun -node {nodename|local} netstat -msystem node run -node {nodename|local} netstat -m

    netstat -p netstat -prun -node {nodename|local} netstat -psystem node run -node {nodename|local} netstat -p

    netstat -r netstat -rrun -node {nodename|local} netstat -rsystem node run -node {nodename|local} netstat -r

    netstat -rsn netstat -rsnrun -node {nodename|local} netstat -rsnsystem node run -node {nodename|local} netstat -rsn

    netstat -s netstat -srun -node {nodename|local} netstat -ssystem node run -node {nodename|local} netstat -s

    netstat -T run -node {nodename|local} netstat -Tsystem node run -node {nodename|local} netstat -T

    netstat -w netstat -wrun -node {nodename|local} netstat -wsystem node run -node {nodename|local} netstat -w

    How 7-Mode commands map to Cluster-Mode commands | 21

  • 7-Modecommand

    Cluster-Mode command

    netstat -x netstat -xrun -node {nodename|local} netstat -xsystem node run -node {nodename|local} netstat -x

    nfs off vserver nfs off ORvserver nfs stop

    nfs on vserver nfs on ORvserver nfs start

    nfs setup vserver nfs create ORvserver setup

    nfs status vserver nfs status

    O

    7-Modecommand

    Cluster-Mode command

    orouted network interface routing-groups

    P

    7-Modecommand

    Cluster-Mode command

    passwd security login password

    ping {host} network ping -node {nodename} {host} -destinationping {count} network ping -node {nodename} {host} -countping -v network ping -node {nodename} {host} -vping -s network ping -node {nodename} {host}ping -R network ping -node {nodename} {host} -Rpktt delete pktt delete

    run -node {nodename|local} pktt deletesystem node run -node {nodename|local} pktt delete

    22 | Data ONTAP 8.1 7-Mode to Cluster-Mode Command Map

  • 7-Modecommand

    Cluster-Mode command

    pktt dump pktt dumprun -node {nodename|local} pktt dumpsystem node run -node {nodename|local} pktt dump

    pktt list pktt listrun -node {nodename|local} pktt listsystem node run -node {nodename|local} pktt list

    pktt pause pktt pauserun -node {nodename|local} pktt pausesystem node run -node {nodename|local} pktt pause

    pktt start pktt startrun -node {nodename|local} pktt startsystem node run -node {nodename|local} pktt start

    pktt status pktt statusrun -node {nodename|local} pktt statussystem node run -node {nodename|local} pktt status

    pktt stop pktt stoprun -node {nodename|local} pktt stopsystem node run -node {nodename|local} pktt stop

    portset add portset addlun portset add

    portset create portset createlun portset create

    portset delete portset deletelun portset delete

    portset remove portset removelun portset remove

    portset show portset showlun portset show

    priv set set -privilege

    How 7-Mode commands map to Cluster-Mode commands | 23

  • Q7-Modecommand

    Cluster-Mode command

    qtree create qtree createvolume qtree create

    qtree oplocks qtree oplocksvolume qtree oplocks

    qtree security qtree securityvolume qtree security

    qtree status qtree showvolume qtree show

    qtree stats qtree statisticsvolume qtree statistics

    quota allow quota modify -statevolume quota modify -state

    quota disallow quota modify -statevolume quota modify -state

    quota off quota offvolume quota off

    quota on quota onvolume quota on

    quota report quota reportvolume quota report

    quota resize quota resizevolume quota resize

    quota status quota showvolume quota show

    24 | Data ONTAP 8.1 7-Mode to Cluster-Mode Command Map

  • R7-Modecommand

    Cluster-Mode Command

    rdfile rdfilerun -node {nodename|local} rdfilesystem node run -node {nodename|local} rdfile

    reallocate off reallocate off

    reallocatemeasure

    reallocate measure

    reallocate on reallocate on

    reallocatequiesce

    reallocate quiesce

    reallocate restart reallocate restart

    reallocateschedule

    reallocate schedule

    reallocate start reallocate start

    reallocate status reallocate show

    reallocate stop reallocate stop

    reboot reboot -node {nodename|local}reboot -d system node reboot -dump true -node {nodename|local}reboot -f reboot -inhibit-takeover true -node {nodename|local}revert_to node revert-to OR

    node run {nodename|local} revert_torlm help rlm help

    run -node {nodename|local} rlm helpsystem node run -node {nodename|local} rlm help

    rlm reboot rlm rebootrun -node {nodename|local} rlm rebootsystem node run -node {nodename|local} rlm reboot

    rlm setup rlm setuprun -node {nodename|local}rlm setupsystem node run -node {nodename|local} rlm setup

    How 7-Mode commands map to Cluster-Mode commands | 25

  • 7-Modecommand

    Cluster-Mode Command

    rlm status rlm statusrun -node {nodename|local} rlm statussystem node run -node {nodename|local} rlm status

    rlm test rlm testrun -node {nodename|local} rlm testsystem node run -node {nodename|local} rlm test

    rlm update rlm updaterun -node {nodename|local} rlm updatesystem node run -node {nodename|local} rlm update

    route add network routing-groups route create

    route delete network routing-groups route delete

    route -s network routing-groups route show

    S

    7-Mode command Cluster-Mode command

    sasadmin adapter_state sasadmin adapter_staterun -node {nodename|local} sasadmin adapter_statesystem node run -node {nodename|local} sasadmin adapter_state

    sasadmin channels sasadmin channelsrun -node {nodename|local} sasadmin channelssystem node run -node {nodename|local} sasadmin channels

    sasadmin dev_stats sasadmin dev_statsrun -node {nodename|local} sasadmin dev_statssystem node run -node {nodename|local} sasadmin dev_stats

    sasadmin expander sasadmin expanderrun -node {nodename|local} sasadmin expandersystem node run -node {nodename|local} sasadmin expander

    sasadminexpander_map

    sasadmin expander_maprun -node {nodename|local} sasadmin expander_mapsystem node run -node {nodename|local} sasadmin expander_map

    26 | Data ONTAP 8.1 7-Mode to Cluster-Mode Command Map

  • 7-Mode command Cluster-Mode command

    sasadminexpander_phy_state

    sasadmin expander_phy_staterun -node {nodename|local} sasadmin expander_phy_statesystem node run -node {nodename|local} sasadmin expander_phy_state

    sasadmin shelf sasadmin shelfrun -node {nodename|local} sasadmin shelfsystem node run -node {nodename|local} sasadmin shelf

    sasstat dev_stats sasstat dev_statsrun -node {nodename|local} sasstat dev_statssystem node run -node {nodename|local} sasstat dev_stats

    sasstat adapter_state sasstat adapter_staterun -node {nodename|local} sasstat adapter_statesystem node run -node {nodename|local} sasstat adapter_state

    sasstat expander sasstat expanderrun -node {nodename|local} sasstat expandersystem node run -node {nodename|local} sasstat expander

    sasstat expander_map sasstat expander_maprun -node {nodename|local} sasstat expander_mapsystem node run -node {nodename|local} sasstat expander_map

    sasstatexpander_phy_state

    sasstat expander_phy_staterun -node {nodename|local} sasstat expander_phy_statesystem node run -node {nodename|local} sasstat expander_phy_state

    sasstat shelf sasstat shelfrun -node {nodename|local} sasstat shelfsystem node run -node {nodename|local} sasstat shelf

    savecore coredump save-allsystem node coredump save-all ORcoredump savesystem node coredump save

    savecore -i coredump config showsystem node coredump config show

    savecore -l coredump show -instancesystem node coredump show -instance

    How 7-Mode commands map to Cluster-Mode commands | 27

  • 7-Mode command Cluster-Mode command

    savecore -s coredump show -instancesystem node coredump show -instance

    secureadmin addcert ssl security certificate

    Note: Available at the advanced privilege level.

    secureadmin disablessh

    security login modify

    secureadmin disable ssl security ssl modify

    secureadmin enable ssl security ssl modify

    secureadmin setup ssh security login create

    secureadmin setup ssl security ssl modify

    secureadmin status ssh security login show

    secureadmin status ssl security ssl show

    setup vserver setup

    shelfchk system health system-connectivity shelf show ORsystem health node-connectivity shelf

    sis config sis modify

    sis off sis off

    sis on sis on

    sis revert_to sis undo

    sis start sis start

    sis status sis status

    sis stop sis stop

    snap autodelete snap autodeletevolume snapshot autodelete

    snap create snap createvolume snapshot create

    snap delete snap deletevolume snapshot delete

    28 | Data ONTAP 8.1 7-Mode to Cluster-Mode Command Map

  • 7-Mode command Cluster-Mode command

    snap delta snap deltanode run -node {nodename|local} snap deltasysten node run -node {nodename|local} snap delta

    snap list snap showvolume snapshot show

    snap rename snap renamevolume snapshot rename

    snap reserve snap reservenode run -node {nodename|local} snap reservesysten node run -node {nodename|local} snap reserve

    snap restore snap restorevolume snapshot restore-file

    snap sched snap policy showvolume snapshot policy show

    snapmirror abort snapmirror abort

    snapmirror break snapmirror break

    snapmirror initialize snapmirror initialize

    snapmirror migrate snapmirror promote

    snapmirror quiesce snapmirror quiesce

    snapmirror resume snapmirror resume

    snapmirror resync snapmirror resync

    snapmirror status snapmirror show

    snapmirror throttle snapmirror modify -throttle

    snapmirror update snapmirror update

    snmp authtrap snmp init

    snmp community snmp community

    snmp contact snmp contact

    snmp init snmp init

    snmp location snmp location

    How 7-Mode commands map to Cluster-Mode commands | 29

  • 7-Mode command Cluster-Mode command

    snmp traphost snmp traphost

    snmp traps event route show -snmp-support ORevent route modify -snmp-support

    software delete image package deletesystem node image package delete

    software get image getsystem node image get

    software install image updatesystem node image update

    software list image package showsystem node image package show

    software update image updatesystem node image update

    sp help sp helprun -node {nodename|local} sp helpsystem node run -node {nodename|local} sp help

    sp reboot service-processor reboot-sp

    sp setup sp setuprun -node {nodename|local} sp setupsystem node run -node {nodename|local} sp setupOR system node service-processor modify

    sp status run -node {nodename|local} service-processor showsystem node run -node {nodename|local} service-processor show

    sp test autosupport run -node {nodename|local} service-processor test-autosupportsystem node run -node {nodename|local} service-processor test-autosupport

    sp test snmp sp test snmprun -node {nodename|local} sp test snmpsystem node run -node {nodename|local} sp test snmp

    stats explain statistics show -fields description

    stats list statistics show -object

    30 | Data ONTAP 8.1 7-Mode to Cluster-Mode Command Map

  • 7-Mode command Cluster-Mode command

    stats show statistics show

    stats start statistics show

    stats stop statistics show

    storage alias storage aliasrun -node {nodename|local} storage aliassystem node run -node {nodename|local} storage alias

    storage array storage array

    storage array modify storage array modify

    storage array purge-database

    storage array purge-databaserun -node {nodename|local} storage array purge-databasesystem node run -node {nodename|local} storage array purge-database

    storage array remove storage array remove

    storage array remove-port

    storage array port remove

    storage array show storage array show

    storage array show-config

    storage array config show

    storage array show-luns storage array show-lunsrun -node {nodename|local} storage array show-lunssystem node run -node {nodename|local} storage array show-luns

    storage array show-ports

    storage array port show

    storage disable storage disablerun -node {nodename|local} storage disablesystem node run -node {nodename|local} storage disable

    storage download storage firmware download

    Note: Available at the advanced privilege level.

    storage enable adapter storage enable adapterrun -node {nodename|local} storage enable adaptersystem node run -node {nodename|local} storage enable adapter

    How 7-Mode commands map to Cluster-Mode commands | 31

  • 7-Mode command Cluster-Mode command

    storage show acp storage show acprun -node {nodename|local} storage show acpsystem node run -node {nodename|local} storage show acp

    storage show adapter storage show adapterrun -node {nodename|local} storage show adaptersystem node run -node {nodename|local} storage show adapter

    storage show bridge storage show bridgerun -node {nodename|local} storage show bridgesystem node run -node {nodename|local} storage show bridge

    storage show disk storage disk show

    storage show expander storage show expanderrun -node {nodename|local} storage show expandersystem node run -node {nodename|local} storage show expander

    storage show fabric storage show fabricrun -node {nodename|local} storage show fabricsystem node run -node {nodename|local} storage show fabric

    storage show fault storage show faultrun -node {nodename|local} storage show faultsystem node run -node {nodename|local} storage show fault

    storage show hub storage show hubrun -node {nodename|local} storage show hubsystem node run -node {nodename|local} storage show hub

    storage show initiators storage show initiatorsrun -node {nodename|local} storage show initiatorssystem node run -node {nodename|local} storage show initiators

    storage show mc storage show mcrun -node {nodename|local} storage show mcsystem node run -node {nodename|local} storage show mcOR hardware tape library show

    storage show port storage show portrun -node {nodename|local} storage show portsystem node run -node {nodename|local} storage show port

    32 | Data ONTAP 8.1 7-Mode to Cluster-Mode Command Map

  • 7-Mode command Cluster-Mode command

    storage show shelf storage show shelfrun -node {nodename|local} storage show shelfsystem node run -node {nodename|local} storage show shelf

    storage show switch storage show switchrun -node {nodename|local} storage show switchsystem node run -node {nodename|local} storage show switch

    storage show tape storage show taperun -node {nodename|local} storage show tapesystem node run -node {nodename|local} storage show tape ORhardware tapesystem node run -node {nodename|local} hardware tape

    storage stats tape storage stats taperun -node {nodename|local} storage stats tapesystem node run -node {nodename|local} storage stats tape

    storage unalias storage unaliasrun -node {nodename|local} storage unaliassystem node run -node {nodename|local} storage unalias

    sysconfig -A sysconfig -Arun -node {nodename|local} sysconfig -Asystem node run -node {nodename|local} sysconfig -A

    sysconfig -c sysconfig -crun -node {nodename|local} sysconfig -csystem node run -node {nodename|local} sysconfig -c

    sysconfig -d sysconfig -drun -node {nodename|local} sysconfig -dsystem node run -node {nodename|local} sysconfig -d

    sysconfig -h sysconfig -hrun -node {nodename|local} sysconfig -hsystem node run -node {nodename|local} sysconfig -h

    sysconfig -m sysconfig -mrun -node {nodename|local} sysconfig -mnode run -node {nodename|local} sysconfig -m

    How 7-Mode commands map to Cluster-Mode commands | 33

  • 7-Mode command Cluster-Mode command

    sysconfig -r sysconfig -rrun -node {nodename|local} sysconfig -rsystem node run -node {nodename|local} sysconfig -r

    sysconfig -t sysconfig -trun -node {nodename|local} sysconfig -tsystem node run -node {nodename|local} sysconfig -t

    sysconfig -V sysconfig -Vrun -node {nodename|local} sysconfig -Vsystem node run -node {nodename|local} sysconfig -V

    sysstat -b sysstat -brun -node {nodename|local} sysstat -bsystem node run -node {nodename|local} sysstat -b

    sysstat -c statistics show-periodic -iterations

    sysstat -f sysstat -frun -node {nodename|local} sysstat -fsystem node run -node {nodename|local} sysstat -f

    sysstat -i sysstat -irun -node {nodename|local} sysstat -isystem node run -node {nodename|local} sysstat -i

    sysstat -m sysstat -mrun -node {nodename|local} sysstat -msystem node run -node {nodename|local} sysstat -m

    sysstat -s statistics show-periodic -summary true

    sysstat -u sysstat -urun -node {nodename|local} sysstat -usystem node run -node {nodename|local} sysstat -u

    sysstat -x sysstat -xrun -node {nodename|local} sysstat -xsystem node run -node {nodename|local} sysstat -x

    system health alert system health alert

    system healthautosupport

    system health autosupport

    34 | Data ONTAP 8.1 7-Mode to Cluster-Mode Command Map

  • 7-Mode command Cluster-Mode command

    system health config system health config

    system health node-connectivity

    system health node-connectivity

    system health policy system health policy

    system health status system health status

    T

    7-Modecommand

    Cluster-Mode command

    timezone timezone

    traceroute -m network traceroute -node {nodename|local} {dest} -mtraceroute -n network traceroute -node {nodename|local} {dest} -ntraceroute -p network traceroute -node {nodename|local} {dest} -ptraceroute -q network traceroute -node {nodename|local} {dest} -qtraceroute -s network traceroute -node {nodename|local} {dest} -liftraceroute -v network traceroute -node {nodename|local} {dest} -vtraceroute -w network traceroute -node {nodename|local} {dest} -w

    U

    7-Mode command Cluster-Mode command

    uptime node show -node {nodename|local} -fields uptimeuseradmindomainuser add

    security login create

    useradmindomainuser delete

    security login delete

    useradmindomainuser list

    security login show

    useradmin group add security login role create

    useradmin groupdelete

    security login role delete

    How 7-Mode commands map to Cluster-Mode commands | 35

  • 7-Mode command Cluster-Mode command

    useradmin group list security login role show

    useradmin groupmodify

    security login role modify

    useradmin role add security login role createOR security login role modify

    useradmin roledelete

    security login role delete

    useradmin role list security login role show

    useradmin rolemodify

    security login role modify

    useradmin user add security login create

    useradmin userdelete

    security login delete

    useradmin user list security login show

    useradmin usermodify

    security login modify ORsecurity login create

    V

    7-Modecommand

    Cluster-Mode command

    version -b version -bOR system image show

    version -v version -vOR system image show

    vfiler add vserver create

    vfiler context vfiler context

    vfiler create vfiler create

    vfiler destroy vserver delete

    vfiler remove vserver delete

    vfiler rename vfiler rename

    36 | Data ONTAP 8.1 7-Mode to Cluster-Mode Command Map

  • 7-Modecommand

    Cluster-Mode command

    vfiler run vserver

    vfiler start vserver start

    vfiler status vserver show

    vlan add network port vlan create

    vlan create network port vlan create

    vlan delete network port vlan delete

    vlan stat vlan statrun -node {nodename|local} -command vlan statsystem node run -node {nodename|local} -command vlan stat

    vol autosize volume autosize

    vol clone volume clone

    vol container volume show -vserver {nodename|local} -fields aggregatevol copy volume copy

    vol create volume create

    vol destroy volume destroy

    vol move volume move

    vol offline volume offline

    vol online volume online

    vol options volume show -instanceOR volume modify

    vol rename volume rename

    vol restrict volume restrict

    vol size volume size

    vol status volume show

    vscan antivirus

    Related concepts

    Understanding the 7-Mode to Cluster-Mode command map on page 4

    How 7-Mode commands map to Cluster-Mode commands | 37

  • Related references

    How 7-Mode options map to Cluster-Mode commands on page 39How 7-Mode configuration files map to Cluster-Mode commands on page 57

    38 | Data ONTAP 8.1 7-Mode to Cluster-Mode Command Map

  • How 7-Mode options map to Cluster-Modecommands

    In Data ONTAP operating in 7-Mode, you execute the options command to set configurablestorage system software options. In Data ONTAP operating in Cluster-Mode, you use commandparameters to set these options. The tables below show how 7-Mode commands map to Cluster-Mode commands.

    In the 7-Mode command column, the base options command is not shown for the sake of clarity.Where you see:acp.domain

    the actual long form of the command would be:options acp.domain

    For information about how the tables in this chapter are organized, see Understanding the 7-Mode toCluster-Mode command mapping on page 4.

    Navigation table

    Aon page 40

    Bon page 42

    Con page 42

    Don page 44

    E(no entries)

    Fon page 45

    G(no entries)

    Hon page 46

    Ion page 46

    J(no entries)

    K(no entries)

    Lon page 48

    M(no entries)

    Non page 51

    O(no entries)

    P(no entries)

    Q(no entries)

    Ron page 52

    Son page 54

    Ton page 55

    U(no entries)

    V(no entries)

    Won page 55

    X(no entries)

    Y(no entries)

    Z(no entries)

    39

  • A7-Mode command Cluster-Mode command

    acp.domain options acp.domainrun -node {nodename|local} options acp.domainsystem node run -node {nodename|local} optionsacp.domain

    acp.enabled options acp.enabledrun -node {nodename|local} options acp.enabledsystem node run -node {nodename|local} optionsacp.enabled

    acp.netmask options acp.netmaskrun -node {nodename|local} options acp.netmasksystem node run -node {nodename|local} optionsacp.netmask

    acp.port options acp.portrun -node {nodename|local} options acp.portsystem node run -node {nodename|local} optionsacp.port

    auditlog.enable security audit

    auditlog.readonly_api.enable security audit

    autologout.console.enable timeout modify -timeoutsystem timeout modify -timeout

    autologout.console.timeout timeout modify -timeoutsystem timeout modify -timeout

    autosupport.content autosupport modify -remove -private -datasystem autosupport modify -remove -private -data

    autosupport.doit options autosupport.doit

    autosupport.enable autosupport modify -enablesystem node autosupport modify -enable

    autosupport.from autosupport modify -fromsystem node autosupport modify -from

    autosupport.local_collection autosupport modify -local-collectionsystem node autosupport modify -local-collection

    40 | Data ONTAP 8.1 7-Mode to Cluster-Mode Command Map

  • 7-Mode command Cluster-Mode command

    autosupport.mailhost autosupport modify -mailhostsystem node autosupport modify -mailhost

    autosupport.max_http_size autosupport modify -max-http-sizesystem node autosupport modify -max-http-size

    autosupport.max_smtp_size autosupport modify -max-smtp-sizesystem node autosupport modify -max-smtp-size

    autosupport.minimal.subject.id autosupport modify -hostname-subjsystem node autosupport modify -hostname-subj

    autosupport.nht_data.enable autosupport modify -nhtsystem node autosupport modify -nht

    autosupport.noteto autosupport modify -notetosystem node autosupport modify -noteto

    autosupport.partner.to autosupport modify -partner-addresssystem node autosupport modify -partner-address

    autosupport.performance_data.doit autosupport trigger -type perfsystem node autosupport trigger -type perf

    autosupport.performance_data.enable autosupport modify -perfsystem node autosupport modify -perf

    autosupport.periodic.tx_window autosupport modify -periodic-tx-windowsystem node autosupport modify -periodic-tx-window

    autosupport.retry.count autosupport modify -retry-countsystem node autosupport modify -retry-count

    autosupport.retry.interval autosupport modify -retry-intervalsystem node autosupport modify -retry-interval

    autosupport.support.enable autosupport modify -supportsystem node autosupport modify -support

    autosupport.support.proxy autosupport modify -proxy-urlsystem node autosupport modify -proxy-url

    autosupport.support.transport autosupport modify -transportsystem node autosupport modify -transport

    How 7-Mode options map to Cluster-Mode commands | 41

  • 7-Mode command Cluster-Mode command

    autosupport.to autosupport modify -tosystem node autosupport modify -to

    B

    7-Mode command Cluster-Mode command

    backup.log.enable options backup.log.enable

    C

    7-Mode command Cluster-Mode command

    cdpd.enable options cdpd.enablerun -node {nodename|local} options cdpd.enablesystem node run -node {nodename|local} optionscdpd.enable

    cdpd.holdtime options cdpd.holdtimerun -node {nodename|local} options cdpd.holdtimerun -node {nodename|local} options cdpd.holdtime

    cdpd.interval options cdpd.intervalrun -node {nodename|local} options cdpd.intervalsystem node run -node {nodename|local} optionscdpd.interval

    cf.giveback.auto.delay.seconds storage failover modify -delay-seconds

    cf.giveback.auto.enable storage failover modify -auto-giveback

    cf.giveback.auto.terminate.bigjobs storage failover modify -abort-operationscf.giveback.check.partner storage failover modify -check-partner

    cf.hw_assist.enable storage failover modify -hwassist

    cf.hw_assist.partner.address storage failover modify -hwassist-partner-ip

    cf.hw_assist.partner.port storage failover modify -hwassist-partner-port

    cf.takeover.detection.seconds storage failover modify -detection-time

    42 | Data ONTAP 8.1 7-Mode to Cluster-Mode Command Map

  • 7-Mode command Cluster-Mode command

    cf.takeover.on_disk_shelf_miscompare options cf.takeover.on_disk_shelf_miscomparerun -node {nodename|local} optionscf.takeover.on_disk_shelf_miscomparesystem node run -node {nodename|local} optionscf.takeover.on_disk_shelf_miscompare

    cf.takeover.on_failure storage failover modify -node {nodename|local} -onfailure

    Note: Available at the advanced privilege level.

    cf.takeover.on_panic storage failover modify -onpanic

    cf.takeover.on_reboot storage failover modify -onreboot

    cf.takeover.on_short_uptime storage failover modify -onshort-uptime

    Note: Available at the advanced privilege level.

    cifs.enable_share_browsing vserver cifs share

    cifs.gpo.enable vserver cifs group-policy

    cifs.grant_implicit_exe_perms vserver cifs options modify -read-grants-exec

    cifs.home_dir_namestyle vserver cifs share create

    cifs.home_dirs_public_for_admin vserver cifs share access-control modify

    cifs.max_mpx vserver cifs options modify -max-mpx

    Note: Available at the advanced privilege level.

    cifs.ntfs_ignore_unix_security_ops vserver nfs modify -ntfs-unix-security-ops

    Note: Available at the advanced privilege level.

    cifs.oplocks.enable vserver cifs share modify -share-properties

    cifs.show_snapshot vserver cifs share modify -share-properties

    cifs.smb2.enable vserver cifs options modify -smb2-enabled

    Note: Available at the advanced privilege level.

    cifs.symlinks.enable vserver cifs share modify -symlink-properties

    coredump.dump.attempts system node coredump config modify -coredump-attempts

    How 7-Mode options map to Cluster-Mode commands | 43

  • D7-Mode command Cluster-Mode command

    disk.asup_on_mp_loss system node autosupport trigger modifydsk.redun.fault

    disk.auto_assign storage disk option modify -autoassign

    disk.maint_center.allowed_entries options disk.maint_center.allowed_entriesrun -node {nodename|local} optionsdisk.maint_center.allowed_entriessystem node run -node {nodename|local} optionsdisk.maint_center.allowed_entries

    disk.maint_center.enable options disk.maint_center.enablerun -node {nodename|local} optionsdisk.maint_center.enablesystem node run -node {nodename|local} optionsdisk.maint_center.enable

    disk.maint_center.max_disks options disk.maint_center.max_disksrun -node {nodename|local} optionsdisk.maint_center.max_diskssystem node run -node {nodename|local} optionsdisk.maint_center.max_disks

    disk.maint_center.rec_allowed_entries options disk.maint_center.rec_allowed_entriesrun -node {nodename|local} optionsdisk.maint_center.rec_allowed_entriessystem node run -node {nodename|local} optionsdisk.maint_center.rec_allowed_entries

    disk.maint_center.spares_check options disk.maint_center.spares_checkrun -node {nodename|local} optionsdisk.maint_center.spares_check onsystem node run -node {nodename|local} optionsdisk.maint_center.spares_check on

    disk.powercycle.enable options disk.powercycle.enablerun -node {nodename|local} optionsdisk.powercycle.enablesystem node run -node {nodename|local} optionsdisk.powercycle.enable

    44 | Data ONTAP 8.1 7-Mode to Cluster-Mode Command Map

  • 7-Mode command Cluster-Mode command

    disk.recovery_needed.count options disk.recovery_needed.countrun -node {nodename|local} optionsdisk.recovery_neededsystem node run -node {nodename|local} optionsdisk.recovery_needed

    dns.domainname vserver services dns modify -domains

    dns.enable vserver services dns modify -state

    F

    7-Mode command Cluster-Mode command

    fcp.enable fcp start

    flexcache.access vserver export-policy rule modify rule -protocolflexcache

    flexcache.enable vserver export-policy rule modify rule -protocolflexcache

    flexscale.enable options flexscale.enablerun -node {nodename|local} options flexscale.enablesystem node run -node {nodename|local} optionsflexscale.enable

    flexscale.lopri_blocks options flexscale.lopri_blocksrun -node {nodename|local} optionsflexscale.lopri_blockssystem node run -node {nodename|local} optionsflexscale.lopri_blocks

    flexscale.normal_data_blocks options flexscale.normal_data_blocksrun -node {nodename|local} optionsflexscale.normal_data_blockssystem node run -node {nodename|local} optionsflexscale.normal_data_blocks

    flexscale.pcs_high_res options flexscale.pcs_high_resrun -node {nodename|local} optionsflexscale.pcs_high_ressystem node run -node {nodename|local} optionsflexscale.pcs_high_res

    How 7-Mode options map to Cluster-Mode commands | 45

  • 7-Mode command Cluster-Mode command

    flexscale.pcs_size options flexscale.pcs_sizerun -node {nodename|local} optionsflexscale.pcs_sizesystem node run -node {nodename|local} optionsflexscale.pcs_size

    flexscale.rewarm options flexscale.rewarmrun -node {nodename|local} options flexscale.rewarmsystem node run -node {nodename|local} optionsflexscale.rewarm

    H

    7-Mode command Cluster-Mode command

    httpd.admin.access vserver services web -enabled

    httpd.admin.ssl.enable vserver services web

    I

    7-Mode command Cluster-Mode command

    interface.blocked.cifs network interface create -data-protocol

    interface.blocked.iscsi network interface create -data-protocol ORnetwork interface modify -firewall-policy

    interface.blocked.mgmt_data_traffic network interface modify -firewall-policy

    interface.blocked.ndmp network interface modify -firewall-policy

    interface.blocked.nfs network interface create -data-protocol

    interface.blocked.snapmirror network interface create -role

    ip.fastpath.enable options ip.fastpath.enablerun -node {nodename|local} optionsip.fastpath.enablesystem node run -node {nodename|local} optionsip.fastpath.enable

    46 | Data ONTAP 8.1 7-Mode to Cluster-Mode Command Map

  • 7-Mode command Cluster-Mode command

    ip.path_mtu_discovery.enable options ip.path_mtu_discovery.enablerun -node {nodename|local} optionsip.path_mtu_discovery.enablesystem node run -node {nodename|local} optionsip.path_mtu_discovery.enable

    ip.ping_throttle.alarm_interval options ip.ping_throttle.alarm_intervalrun -node {nodename|local} optionsip.ping_throttle.alarm_intervalsystem node run -node {nodename|local} optionsip.ping_throttle.alarm_interval

    ip.ping_throttle.drop_level options ip.ping_throttle.drop_levelrun -node {nodename|local} optionsip.ping_throttle.drop.levelsystem node run -node {nodename|local} optionsip.ping_throttle.drop.level

    ip.tcp.abc.enable options ip.tcp.abc.enablerun -node {nodename|local} options ip.tcp.abc.enablesystem node run -node {nodename|local} optionsip.tcp.abc.enable

    ip.tcp.abc.l_limit options ip.tcp.abc.l_limitrun -node {nodename|local} options ip.tcp.abc.l_limitsystem node run -node {nodename|local} optionsip.tcp.abc.l_limit

    ip.tcp.batching.enable options ip.tcp.batching.enablerun -node {nodename|local} optionsip.tcp.batching.enablesystem node run -node {nodename|local} optionsip.tcp.batching.enable

    ip.tcp.newreno.enable options ip.tcp.newreno.enablerun -node {nodename|local} optionsip.tcp.newreno.enablesystem node run -node {nodename|local} optionsip.tcp.newreno.enable

    How 7-Mode options map to Cluster-Mode commands | 47

  • 7-Mode command Cluster-Mode command

    ip.tcp.rfc3390.enable options ip.tcp.rfc3390.enablerun -node {nodename|local} optionsip.tcp.rfc3390.enablesystem node run -node {nodename|local} optionsip.tcp.rfc3390.enable

    ip.tcp.sack.enable options ip.tcp.sack.enablerun -node {nodename|local} optionsip.tcp.sack.enablesystem node run -node {nodename|local} optionsip.tcp.sack.enable

    iscsi.enable vserver iscsi start

    iscsi.max_connections_per_session vserver iscsi modify -max-conn-per-session

    Note: Available at the advanced privilege level.

    iscsi.max_error_recovery_level vserver iscsi modify -max-error-recovery-level

    Note: Available at the advanced privilege level.

    L

    7-Mode command Cluster-Mode command

    ldap.ADdomain vserver services ldap client modify -ad-domain

    ldap.base vserver services ldap client modify -base-dn ORvserver services ldap client modify -base-scope

    ldap.base.group vserver services ldap client modify -group-dn ORvserver services ldap client modify -group-scope

    Note: Available at the advanced privilege level.

    ldap.base.netgroup vserver services ldap client modify -netgroup-dn ORvserver services ldap client modify -netgroup-scope

    Note: Available at the advanced privilege level.

    ldap.enable vserver services ldap modify ORvserver modify -ns-switch ORvserver modify -nm-swtich

    ldap.minimum_bind_level vserver services ldap client modify -min-bind-level

    48 | Data ONTAP 8.1 7-Mode to Cluster-Mode Command Map

  • 7-Mode command Cluster-Mode command

    ldap.name vserver services ldap client modify -bind-dn

    ldap.nssmap.attribute.gecos vserver services ldap client schema modify -gecos-attribute

    Note: Available at the advanced privilege level.

    ldap.nssmap.attribute.gidNumber vserver services ldap client schema modify -gid-number-attribute

    Note: Available at the advanced privilege level.

    ldap.nssmap.attribute.groupname vserver services ldap client schema modify -cn-group-attribute

    Note: Available at the advanced privilege level.

    ldap.nssmap.attribute.homeDirectory vserver services ldap client schema modify -home-directory-attribute

    Note: Available at the advanced privilege level.

    ldap.nssmap.attribute.loginShell vserver services ldap client schema modify -login-shell-attribute

    Note: Available at the advanced privilege level.

    ldap.nssmap.attribute.memberNisNetgroup vserver services ldap client schema modify -member-nis-netgroup-attribute

    Note: Available at the advanced privilege level.

    ldap.nssmap.attribute.memberUid vserver services ldap client schema modify -member-uid-attribute

    Note: Available at the advanced privilege level.

    ldap.nssmap.attribute.netgroupname vserver services ldap client schema modify -cn-netgroup-attribute

    Note: Available at the advanced privilege level.

    ldap.nssmap.attribute.nisNetgroupTriple vserver services ldap client schema modify -nis-netgroup-triple-attribute

    Note: Available at the advanced privilege level.

    How 7-Mode options map to Cluster-Mode commands | 49

  • 7-Mode command Cluster-Mode command

    ldap.nssmap.attribute.uid vserver services ldap client schema modify -uid-attribute

    Note: Available at the advanced privilege level.

    ldap.nssmap.attribute.uidNumber vserver services ldap client schema modify -uid-number-attribute

    Note: Available at the advanced privilege level.

    ldap.nssmap.attribute.userPassword vserver services ldap client schema modify -user-password-attribute

    Note: Available at the advanced privilege level.

    ldap.nssmap.objectClass.nisNetgroup vserver services ldap client schema modify -nis-netgroup-object-class

    Note: Available at the advanced privilege level.

    ldap.nssmap.objectClass.posixAccount vserver services ldap client schema modify -posix-account-object-class

    Note: Available at the advanced privilege level.

    ldap.nssmap.objectClass.posixGroup vserver services ldap client schema modify -posix-group-object-class

    Note: Available at the advanced privilege level.

    ldap.passwd vserver services ldap client modify -bind-password

    ldap.port vserver services ldap client modify -port

    ldap.servers vserver services ldap client modify -servers

    ldap.servers.preferred vserver services ldap client modify -preferred-ad-servers

    ldap.timeout vserver services ldap client modify -query-timeout

    ldap.usermap.attribute.unixaccount vserver services ldap client schema modify -unix-account-attribute

    Note: Available at the advanced privilege level.

    ldap.usermap.attribute.windowsaccount vserver services ldap client schema modify -windows-account-attribute

    Note: Available at the advanced privilege level.

    50 | Data ONTAP 8.1 7-Mode to Cluster-Mode Command Map

  • 7-Mode command Cluster-Mode command

    ldap.usermap.base vserver services ldap client modify -user-dn ORvserver services ldap client modify -user-scope

    Note: Available at the advanced privilege level.

    ldap.usermap.enable vserver modify -nm-switch

    licensed_feature.fcp.enable license add

    licensed_feature.iscsi.enable license add

    locking.grace_lease_seconds vserver nfs modify -v4-grace-seconds

    Note: Available at the advanced privilege level.

    N

    7-Mode command Cluster-Mode command

    ndmpd.access system services firewall policy modify

    ndmpd.authtype system services ndmpd modify -clear-text

    ndmpd.connectlog.enabled options ndmpd.debug.enable ORoptions ndmpd.dump.detailed_stats

    Note: Available at the advanced privilege level.

    ndmpd.data_port_range options ndmpd.data_port_range

    ndmpd.enable system services ndmpd modify -enable

    ndmpd.ignore_ctime.enabled options ndmpd.ignore_ctime.enabled

    ndmpd.maxversion options ndmpd.maxversion

    ndmpd.offset_map.enable options ndmpd.offset_map.enable

    ndmpd.tcpnodelay.enable options ndmpd.tcpnodelay.enable

    ndmpd.tcpwinsize options ndmpd.tcpwinsize

    nfs.kerberos.enable vserver services Kerberos-realm create ORvserver nfs kerberos-config modify

    nfs.kerberos.file_keytab.enable vserver services Kerberos-realm create ORvserver nfs kerberos-config modify

    How 7-Mode options map to Cluster-Mode commands | 51

  • 7-Mode command Cluster-Mode command

    nfs.kerberos.file_keytab.principal vserver services Kerberos-realm create ORvserver nfs kerberos-config modify

    nfs.kerberos.file_keytab.realm vserver services Kerberos-realm create ORvserver nfs kerberos-config modify

    nfs.per_client_stats.enable statistics settings modify -client stats

    nfs.response.trace vserver nfs modify -trace-enabled

    Note: Available at the advanced privilege level.

    nfs.response.trigger vserver nfs modify -trigger

    Note: Available at the advanced privilege level.

    nfs.tcp.enable vserver nfs modify -tcp

    nfs.thin_prov.ejuke vserver nfs modify -enable-ejukeboxNote: Available at the advanced privilege level.

    nfs.udp.enable vserver nfs modify -udp

    nfs.udp.xfersize vserver nfs modify -udp-max-xfer-size

    nfs.v3.enable vserver nfs modify -v3

    nfs.v4.acl.enable vserver nfs modify -v4.0-acl

    nfs.v4.enable vserver nfs modify -v4.0

    nfs.v4.id.domain vserver nfs modify -v4-id-domain

    nfs.v4.read_delegation vserver nfs modify -v4.0-read-delegation

    nfs.v4.write_delegation vserver nfs modify -v4.0-write-delegation

    nis.domainname vserver services nis-domain modify -domain

    nis.enable vserver services nis-domain modify -active

    nis.servers vserver services nis-domain modify -servers

    RNote: All raid options have 7-Mode-compatible nodeshell shortcuts of the form optionsoptionname.

    52 | Data ONTAP 8.1 7-Mode to Cluster-Mode Command Map

  • 7-Mode command Cluster-Mode command

    raid.background_disk_fw_update.enable storage raid-options modify -raid.background_disk_fw_update.enable

    raid.disk.copy.auto.enable storage raid-options modify -raid.disk.copy.auto.enable

    raid.disk.timeout.enable options raid.disk.timeout.enablerun -node {nodename|local} optionsraid.disk.timeout.enablesystem node run -node {nodename|local} optionsraid.disk.timeout.enable

    raid.disktype.enable storage raid-options modify - raid.disktype.enable

    raid.media_scrub.enable storage raid-options modify -raid.media_scrub.enable

    raid.media_scrub.rate storage raid-options modify -raid.media_scrub.rate

    raid.media_scrub.spares.enable options raid.media_scrub.spares.enablerun -node {nodename|local} optionsraid.media_scrub.ratesystem node run -node {nodename|local} optionsraid.media_scrub.rate

    raid.min_spare_count storage raid-options modify -raid.min_spare_count

    raid.mirror_read_plex_pref storage raid-options modify -raid.mirror_read_plex_pref

    raid.reconstruct.perf_impact storage raid-options modify -raid.reconstruct.perf_impact

    raid.resync.perf_impact storage raid-options modify -raid.resync.perf_impact

    raid.rpm.ata.enable storage raid-options modify -raid.rpm.ata.enable

    raid.rpm.fcal.enable storage raid-options modify -raid.rpm.fcal.enable

    raid.scrub.duration storage raid-options modify -raid.scrub.duration

    raid.scrub.enable storage raid-options modify -raid.scrub.enable

    Note: Available at the advanced privilege level.

    raid.scrub.perf_impact storage raid-options modify -raid.scrub.perf_impact

    raid.scrub.schedule storage raid-options modify -raid.scrub.schedule

    raid.timeout storage raid-options modify -raid.timeout

    How 7-Mode options map to Cluster-Mode commands | 53

  • 7-Mode command Cluster-Mode command

    raid.verify.perf_impact storage raid-options modify -raid.verify.perf_impact

    replication.throttle.enable snapmirror modify -throttle

    S

    7-Mode command Cluster-Mode command

    security.admin.authentication security login modify

    security.admin.nsswitchgroup security login modify

    security.passwd.firstlogin.enable security login role config modify

    security.passwd.lockout.numtries security login role config modify

    security.passwd.rootaccess.enable security login modify

    security.passwd.rules.enable security login role config modify

    security.passwd.rules.everyone security login role config modify

    security.passwd.rules.history security login role config modify

    security.passwd.rules.maximum security login role config modify

    security.passwd.rules.minimum security login role config modify

    security.passwd.rules.minimum.alphabetic security login role config modify

    security.passwd.rules.minimum.digit security login role config modify

    security.passwd.rules.minimum.symbol security login role config modify

    shelf.atfcx.auto.reset.enable options shelf.atfcx.auto.reset.enablerun -node {nodename|local} optionsshelf.atfcx.auto.reset.enablesystem node run -node {nodename|local} optionsshelf.atfcx.auto.reset.enable

    shelf.esh4.auto.reset.enable options shelf.esh4.auto.reset.enablerun -node {nodename|local} optionsshelf.esh4.auto.reset.enablesystem node run -node {nodename|local} optionsshelf.esh4.auto.reset.enable

    54 | Data ONTAP 8.1 7-Mode to Cluster-Mode Command Map

  • 7-Mode command Cluster-Mode command

    shelf.fw.ndu.enable options shelf.fw.ndu.enablerun -node {nodename|local} optionsshelf.fw.ndu.enablesystem node run -node {nodename|local} optionsshelf.fw.ndu.enable

    snapmirror.access snapmirror create

    snmp.access system services firewall policy modify ORnetwork interface modify

    snmp.enable options snmp.enable

    ssh.access security login modify

    ssh.pubkey_auth.enable security login modify -authmethod publickey

    ssl.enable security ssl modify -enabled

    T

    7-Mode command Cluster-Mode command

    tape.reservations options tape.reservationsrun -node {nodename|local} options tape.reservationssystem node run -node {nodename|local} optionstape.reservations

    timed.enable system services ntp config modify -enabled

    timed.proto system services ntp server modify -version

    timed.servers system services ntp server modify -server

    W

    7-Mode command Cluster-Mode command

    wafl.default_nt_user vserver nfs modify -default-win-user

    wafl.default_unix_user vserver cifs options modify -default-unix-user

    wafl.group_cp options wafl.group_cprun -node {nodename|local} options wafl.group_cpsystem node run -node {nodename|local} optionswafl.group_cp

    How 7-Mode options map to Cluster-Mode commands | 55

  • 7-Mode command Cluster-Mode command

    wafl.inconsistent.asup_frequency.blks options wafl.inconsistent.asup_frequency.blksrun -node {nodename|local} optionswafl.inconsistent.asup_frequency.blkssystem node run -node {nodename|local} optionswafl.inconsistent.asup_frequency.blks

    wafl.inconsistent.asup_frequency.time options wafl.inconsistent.asup_frequency.timerun -node {nodename|local} optionswafl.inconsistent.asup_frequency.timesystem node run -node {nodename|local} optionswafl.inconsistent.asup_frequency.time

    wafl.inconsistent.ems_suppress options wafl.inconsistent.ems_suppressrun -node {nodename|local} optionswafl.inconsistent.ems_suppresssystem node run -node {nodename|local} optionswafl.inconsistent.ems_suppress

    wafl.maxdirsize options wafl.maxdirsizerun -node {nodename|local} options wafl.maxdirsizesystem node run -node {nodename|local} optionswafl.maxdirsize

    wafl.nt_admin_priv_map_to_root vserver name-mapping create

    wafl.root_only_chown vserver nfs modify -chown-mode

    Related concepts

    Understanding the 7-Mode to Cluster-Mode command map on page 4

    Related references

    How 7-Mode commands map to Cluster-Mode commands on page 6How 7-Mode configuration files map to Cluster-Mode commands on page 57

    56 | Data ONTAP 8.1 7-Mode to Cluster-Mode Command Map

  • How 7-Mode configuration files map to Cluster-Mode commands

    In Data ONTAP operating in 7-Mode, you typically use flat files to configure the storage system. InData ONTAP operating in Cluster-Mode, you use configuration commands. The table below showshow 7-Mode configuration files map to Cluster-Mode configuration commands.

    7-Mode configuration file Cluster-Mode configuration command

    /etc/cifs_homedir.cfg vserver cifs home-directory search-path

    /etc/exports vserver export-policy

    /etc/hosts vserver services dns hosts

    /etc/hosts.equiv Not applicable. Use security login commands to createuser access profiles.

    /etc/messages event log show

    /etc/motd Not applicable.

    /etc/nsswitch.conf vserver modify

    /etc/rc In Data ONTAP operating in Cluster-Mode, the retention ofnode configuration information processed at boot is transferredto other internal files that retain the configuration information.This contrasts with Data ONTAP operating in 7-Mode, inwhich features configured in memory are also retained inthe /etc/rc file to be replayed at boot and reconfigured.

    /etc/quotas volume quota

    /etc/resolv.conf vserver services dns modify

    /etc/snapmirror.allow Intercluster relationships exist between two clusters.Intracluster relationships exist between two nodes on the samecluster. Authentication of the remote cluster occurs during thecreation of the cluster peering relationship. Intraclustersnapmirror create can be performed only by the clusteradministrator to enforce per Vserver security.

    /etc/snapmirror.conf snapmirror create

    /etc/symlink.translations vserver cifs symlink

    /etc/usermap.cfg vserver name-mapping create

    57

  • Related concepts

    Understanding the 7-Mode to Cluster-Mode command map on page 4

    Related references

    How 7-Mode commands map to Cluster-Mode commands on page 6How 7-Mode options map to Cluster-Mode commands on page 39

    58 | Data ONTAP 8.1 7-Mode to Cluster-Mode Command Map

  • Copyright information

    Copyright 19942012 NetApp, Inc. All rights reserved. Printed in the U.S.

    No part of this document covered by copyright may be reproduced in any form or by any meansgraphic, electronic, or mechanical, including photocopying, recording, taping, or storage in anelectronic retrieval systemwithout prior written permission of the copyright owner.

    Software derived from copyrighted NetApp material is subject to the following license anddisclaimer:

    THIS SOFTWARE IS PROVIDED BY NETAPP "AS IS" AND WITHOUT ANY EXPRESS ORIMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIEDWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE,WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL NETAPP BE LIABLE FOR ANYDIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIALDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTEGOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESSINTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHERIN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OROTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IFADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

    NetApp reserves the right to change any products described herein at any time, and without notice.NetApp assumes no responsibility or liability arising from the use of products described herein,except as expressly agreed to in writing by NetApp. The use or purchase of this product does notconvey a license under any patent rights, trademark rights, or any other intellectual property rights ofNetApp.

    The product described in this manual may be protected by one or more U.S. patents, foreign patents,or pending applications.

    RESTRICTED RIGHTS LEGEND: Use, duplication, or disclosure by the government is subject torestrictions as set forth in subparagraph (c)(1)(ii) of the Rights in Technical Data and ComputerSoftware clause at DFARS 252.277-7103 (October 1988) and FAR 52-227-19 (June 1987).

    59

  • Trademark information

    NetApp, the NetApp logo, Network Appliance, the Network Appliance logo, Akorri,ApplianceWatch, ASUP, AutoSupport, BalancePoint, BalancePoint Predictor, Bycast, CampaignExpress, ComplianceClock, Cryptainer, CryptoShred, Data ONTAP, DataFabric, DataFort, Decru,Decru DataFort, DenseStak, Engenio, Engenio logo, E-Stack, FAServer, FastStak, FilerView,FlexCache, FlexClone, FlexPod, FlexScale, FlexShare, FlexSuite, FlexVol, FPolicy, GetSuccessful,gFiler, Go further, faster, Imagine Virtually Anything, Lifetime Key Management, LockVault,Manage ONTAP, MetroCluster, MultiStore, NearStore, NetCache, NOW (NetApp on the Web),Onaro, OnCommand, ONTAPI, OpenKey, PerformanceStak, RAID-DP, ReplicatorX, SANscreen,SANshare, SANtricity, SecureAdmin, SecureShare, Select, Service Builder, Shadow Tape,Simplicity, Simulate ONTAP, SnapCopy, SnapDirector, SnapDrive, SnapFilter, SnapLock,SnapManager, SnapMigrator, SnapMirror, SnapMover, SnapProtect, SnapRestore, Snapshot,SnapSuite, SnapValidator, SnapVault, StorageGRID, StoreVault, the StoreVault logo, SyncMirror,Tech OnTap, The evolution of storage, Topio, vFiler, VFM, Virtual File Manager, VPolicy, WAFL,Web Filer, and XBB are trademarks or registered trademarks of NetApp, Inc. in the United States,other countries, or both.

    IBM, the IBM logo, and ibm.com are trademarks or registered trademarks of International BusinessMachines Corporation in the United States, other countries, or both. A complete and current list ofother IBM trademarks is available on the web at www.ibm.com/legal/copytrade.shtml.Apple is a registered trademark and QuickTime is a trademark of Apple, Inc. in the United Statesand/or other countries. Microsoft is a registered trademark and Windows Media is a trademark ofMicrosoft Corporation in the United States and/or other countries. RealAudio, RealNetworks,RealPlayer, RealSystem, RealText, and RealVideo are registered trademarks and RealMedia,RealProxy, and SureStream are trademarks of RealNetworks, Inc. in the United States and/or othercountries.

    All other brands or products are trademarks or registered trademarks of their respective holders andshould be treated as such.

    NetApp, Inc. is a licensee of the CompactFlash and CF Logo trademarks.

    NetApp, Inc. NetCache is certified RealSystem compatible.

    60 | Data ONTAP 8.1 7-Mode to Cluster-Mode Command Map

  • How to send your commentsYou can help us to improve the quality of our documentation by sending us your feedback.

    Your feedback is important in helping us to provide the most accurate and high-quality information.If you have suggestions for improving this document, send us your comments by email to [email protected]. To help us direct your comments to the correct division, include in thesubject line the product name, version, and operating system.You can also contact us in the following ways:

    NetApp, Inc., 495 East Java Drive, Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone: +1 (888) 463-8277

    61

    ContentsUnderstanding the 7-Mode to Cluster-Mode command mapHow 7-Mode commands map to Cluster-Mode commandsHow 7-Mode options map to Cluster-Mode commandsHow 7-Mode configuration files map to Cluster-Mode commandsCopyright informationTrademark informationHow to send your comments