Monday 20 August 2012

All General Commands


General Commands



  1. setup (Re-Run initial setup)
  2. halt (Reboots controller into bootrom)
  3. reboot (Reboots controller back to Data Ontap)
  4. sysconfig -a (System configuration and information)
  5. java netapp.cmds.jsh (limited freebsd cli)
  6. storage show disk (show physical information about disks)
  7. passwd (Change password for logged in user)
  8. sasadmin shelf (shows a graphical layout of your shelves with occupied disk slots)
  9. options trusted.hosts x.x.x.x or x.x.x.x/nn (hosts that are allowed telnet, http, https and ssh admin access. x.x.x.x = ip address, /nn is network bits)
  10. options trusted.hosts * (Allows all hosts to the above command)
  11. sysstat -s 5 (Displays operating statistics every 5 seconds i.e. CPU, NFS, CIFS, NET, DISK, etc)
  12. options autologout.console.enable on (Turns on autologout for the console)
  13. options autologout.console.timeout 300 (300 second autologout for the console)
  14. options autologout.telnet.enable on (Turns on autologout for telnet)
  15. options autologout.telnet.timeout 300 (300 second autologout for the console)


Diagnostics

  1. Press DEL at boot up during memory test followed by boot_diags and select all (Diagnostic tests for a new install)
  2. priv set diags (Enter diagnostics CLI mode from the Ontap CLI)
  3. priv set (Return to normal CLI mode from diagnostics mode)


Software


  1. software list (Lists software in the /etc/software directory)
  2. software get http://x.x.x.x/8.0_e_image.zip 8.0_e_image.zip (Copy software from http to software directory)
  3. software delete (Deletes software in the /etc/software directory)
  4. software update 8.0_e_image.zip -r (Install software. The -r prevents it rebooting afterwards)


Baseboard Management Controller BMC


  1. bmc status (shows the status of the BMC remote management interface)
  2. bmc setup (BMC remote management interface setup)


Service Port SP


  1. sp status (shows the status of the SP remote management interface)
  2. sp setup (SP remote management setup)


ACP (Alternate Control Path)


  1. options acp.enabled on (Turns on ACP)
  2. storage show acp -a (show ACP status)


Root Volume


  1. If you have a 32-bit root volume that you wish to convert to 64-bit, the best way I found is to snapmirror the root volume to a 64-bit aggregate, break the snapmirror, set the new root volume as root, and either failover and failback the filer, or reboot.


Aggregates


  1. aggr create aggregate_name (Creates an Aggregate)
  2. aggr destroy aggregate_name (removes an Aggregate)
  3. aggr offline aggregate_name (takes an Aggregate offline)
  4. aggr online aggregate_name (bring an Aggregate online)
  5. aggr options aggregate_name root (makes an Aggregate root|Only use if your Root Aggregate is damanged)
  6. aggr status (shows status of all aggregates)
  7. aggr status aggregate_name (show status of a specific Aggregate)
  8. aggr status -r aggr0 (shows the root volume on aggr0 and the disk layout)
  9. aggr status -s aggr0 (shows spare disks on aggr0)
  10. aggr status -v aggr0 (MUST BE DONE IN PRIV SET DIAG MODE. Shows more detailed information of the aggregate status)
  11. aggr show_space aggregate_name (shows specific aggregate space information)
  12. aggr options aggregate_name nosnap=on (Disable snapshot autocreation)
  13. aggr options aggregate_name raidsize=x (x being the number of drives in the RAID)
  14. aggr scrub status -v (MUST BE DONE IN PRIV SET DIAG MODE. Shows scrub status of the aggregate)
  15. aggr scrub resume (MUST BE DONE IN PRIV SET DIAG MODE. Resumes a susepended scrub)
  16. aggr scrub suspend (MUST BE DONE IN PRIV SET DIAG MODE. Suspends a current scrub process)
  17. aggr scrub start (MUST BE DONE IN PRIV SET DIAG MODE. Starts a new scrub process)
  18. snap reserve -A aggregate_name 0 (Set Aggregate snap reserve to 0% or any number you enter)
  19. snap list -A aggregate_name (Lists snapshots on specified aggregate)
  20. snap delete -A aggregate_name (Deletes a snapshot on a specified aggregate)
  21. snap sched -A aggregate_name x x x@x,x,x (Creates a snapshot shedule in weeks days hours@time ie 0 2 1@9 means no weekly snaps, 2 daily, 1 hourly @ 9am)


Volumes


  1. vol create volume_name (Creates a volume)
  2. vol autosize volume_name (Shows autosize settings for a given volume)
  3. vol autosize volume_name on|off (Turns Volume autosize on or off)
  4. vol options volume_name (Lists volume options)
  5. vol size volume_name + size k|m|g|t (increase volume size by KB, MB, GB or TB)
  6. vol status -f (lists broken or failed disks)
  7. vol scrub status -v (Shows the scrubbing status of volumes)
  8. vol options nosnapdir on|off (enables or disables snapshot visibility from the volume or LUN level)


Qtree’s


  1. qtree create /vol/volume_name/qtree_name (Create a qtree within a volume)
  2. qtree security /vol/volume_name/qtree_name unix|ntfs|mixed (Change security settings of a qtree)
  3. qtree stats qtree_name (Shows CIFS or NFS ops/sec for a given qtree)
  4. qtree status (Displays all your Qtree’s)


Snapshots


  1. snap create volume_name snapshot_name (create a snapshot)
  2. snap list volume_name (List snapshots for a volume)
  3. snap delete volume_name snapshot_name (delete a snapshot on a volume)
  4. snap delete -a volume_name (Deletes all snapshots for a volume)
  5. snap autodelete volume_name show (Shows snapshot autodelete settings for a volume)
  6. snap restore -s snapshot_name volume_name (Restores a snapshot on the specified volume name)
  7. snap sched volume_name weeks days hours@time (Creates a snapshot schedule on a volume i.e. snap sched volume 4 5 1@07 Weekly Snapshots are created at midnight on each Sunday, Daily snapshots are created each day except Sunday at midnight)
  8. snap delta volume_name (Shows delta changes between snapshots for a given volume)
  9. snap reserve volume_name (Shows the snap reserve for a given volume)
  10. snap reclaimable volume_name snapshot_name (Shows the amount of space reclaimable if you remove this snapshot from the volume)
  11. options cifs.show_snapshot on (Allows snapshot directory to be browse-able via CIFS)
  12. options nfs.hide_snapshot off (Allows snapshot directory to be visible via NFS)


SnapMirror


  1. options snapmirror.enable on (turns on SnapMirror. Replace on with off to toggle)
  2. rdfile /etc/snapmirror.allow (Performed on the Source Filer. You should see you destination filers in this file.)
  3. wrfile /etc/snapmirror.allow (Performed on the Source Filer. Overwrites the file with the specified destination filer name and ip address)
  4. vol restrict volume_name (Performed on the Destination. Makes the destination volume read only which must be done for volume based replication. Don’t use for Qtree based replication)
  5. snapmirror initialize -S srcfiler:source_volume dstfiler:destination_volume (Performed on the destination. This is for full volume mirror. For example snapmirror initialize -S filer1:vol1 filer2:vol2)
  6. snapmirror initialize -S srcfiler:/vol/vol1/qtree dstfiler:/vol/vol1/qtree (Performed on the destination. Performs the same as the command above but for Qtree’s only)
  7. snapmirror initialize -S srcfiler/vol/vol1/- dstfiler:/vol/vol1/qtree (Performed on the destination. Performs volume to qtree replication. Includes all luns, exports on the source volume)
  8. snapmirror status (Shows the status of snapmirror and replicated volumes or qtree’s)
  9. snapmirror status -l (Shows much more detail that the command above, i.e. snapshot name, bytes transferred, progress, etc)
  10. snapmirror quiesce volume_name (Performed on Destination. Pauses the SnapMirror Replication. If you are removing the snapmirror relationship this is the first step.)
  11. snapmirror break volume_name (Performed on Destination. Breaks or disengages the SnapMirror Replication. If you are removing the snapmirror relationship this is the second step followed by deleting the snapshot)
  12. snapmirror resync volume_name (Performed on Destination. When data is out of date, for example working off DR site and wanting to resync back to primary, only performed when SnapMirror relationship is broken)
  13. snapmirror update -S srcfiler:volume_name dstfiler:volume_name (Performed on Destination. Forces a new snapshot on the source and performs a replication, only if an initial replication baseline has been already done)
  14. snapmirror release volume_name dstfiler:volume_name (Performed on Destination. Removes a snapmirror destination)
  15. /etc/snapmirror.conf (edit or wrfile this file on the destination filer or vfiler to enter in a snapmirror schedule. i.e. srcfiler:vol1 dstfiler:vol1 – 15 * * * This will replicate every 15 minutes. Each * represents a value. Starting from right to left you have day of week, month, day of month, hour minute. Minute 0-59, hours 0-23, day-of-month 1-31, day-of-week 0 for Sunday – 6 Saturday) Each value can only be a number.)
  16. /vol/vfiler_vol/etc/snapmirror.conf (read or write this file for snapmirror configurations on a vfiler. vfiler_vol being the first volume with the /etc in the vfiler)
  17. “priv set diag” followed by “snapmirror break -h ” followed by “priv set”. (If for some reason you snapmirror relationship has been orphaned, meaning it doesn’t exist in snapmirror status on the source but does exist on the destination, you can use these three commands to force the destination to become read/write. You can then do “snap list” and find the baseline snapshot for the destination. Followed by snap delete of the baseline snapshot. This will remove the snapmirror relationship if all else fails. Lastly don’t forget to remove the entry from snapmirror.conf)


Cluster


  1. cf enable (enable cluster)
  2. cf disable (disable cluster)
  3. cf takeover (take over resources from other controller)
  4. cf giveback (give back controller resources after a take over)


vFiler – Multistore


  1. vfiler limit (Performed on the host to see what the limit of vfilers is)
  2. vfiler limit 16 (Performed on the host to change the limit of vfilers to 16 or any number you specify. Check the documentation for Memory Requirements before doing this)
  3. vfiler status (Displays the status of the vfiler i.e. running or stopped)
  4. vfiler status -r (On the host system. Shows which volumes are running on each vfiler)
  5. vfiler rename old_vfiler_name new_vfiler_name (Renames a vfiler)
  6. vfiler run vfiler_name setup (Runs the vfiler setup wizard)
  7. vfiler run vfiler_name cifs setup (Runs the cifs setup wizard for a vfiler)
  8. ipspace create ipspacename (Creates an ipspace – needed when 2 or more vfilers use the same network subnets)
  9. ipspace list (Lists the available ipspace’s)
  10. ipspace assign ipspacename interface_name (Assigns the interface to an ipspace.)
  11. ipspace destroy ipspace_name (Removes/Deletes an ipspace)
  12. vfiler create vfiler_name -s ipspace_name -i x.x.x.x /vol/volume_name or qtree_name (Creates a vfiler name with ip address x.x.x.x and assigns the volume or qtree to the vfiler. The -s is optional)
NOTE: 
               Creating a qtree as the base vfiler does not allow you to enable snapmirror. You must create the              
                base as a volume!
  1. vfiler add vfiler_name -i x.x.x.x /vol/volume_name (Adds an ip address and additional volume (can be qtree) to an existing vfiler name)
  2. vfiler remove vfiler_name -i x.x.x.x /vol/volume_name (Removes an IP address and volume from an existing vfiler)
  3. vfiler destroy vfiler_name (Deletes/removes a vfiler)
  4. vfiler rename vfiler_name_old vfiler_name_new (Renames a vfiler from old name to new name)
  5. vfiler context vfiler_name (Changes CLI into the context of the vfiler name)
  6. vfiler allow vfiler_name proto=cifs proto=nfs proto=iscsi (Allows the following protocols cifs, nfs and iscsi. Disallows rsh, ssh, ftp and http)
  7. vfiler stop vfiler_name (Stops a vfiler instance)
  8. vfiler start vfiler_name (Starts a vfiler instance)
  9. vfiler run vfiler_name route add default x.x.x.x 1 (Adds a default route to a vfiler. Performed from vfiler0)
  10. route add x.x.x.x/x x.x.x.x 1 (Adds a route in a vfiler)

  11. To add extra vlans to a vfiler you must do the following:
  12. Check the ip space that the vfiler is using by typing ipspace list
  13. Create the vlan interface on the host i.e. vif0-360 for vlan 360
  14. Assign the interface to the ip space of the vfiler i.e. ipspace assign ipspace_name vif0-360
  15. Add the ip address you wish to use on the vlan interface to the vfiler i.e. vfiler add vfiler_name -i 192.168.1.1
  16. Once the vfiler has this ip address in it’s config we can add it onto the interface i.e. ifconfig vif0-360 192.168.1.1 netmask 255.255.255.0
Autosupport


  1. options autosupport.support.enable on (Turns Autosupport on)
  2. options autosupport.support.enable off (Turns Autosupport off)
  3. autosupport.doit “description” (creates an autosupport alert with a user defined description)


Hot Spares


  1. Any functioning disk that is not assigned to an aggregate but is assigned to a controller functions as a hot spare disk
  2. disk show
  3. vol status -r (displays which disks are allocated as spare)


Disks


  1. disk show (Show disk information)
  2. disk show -n (Show unowned disks)
  3. disk assign 0d.02.0 -s unowned (Changes ownership from owned to unowned or to other cluster member)
  4. disk assign 0d.02.0 (assigns the disk to the controller you perform the command on)
  5. options disk.auto_assign off (turns auto assign of unowned disks to controllers to off)
  6. options disk.auto_assign on (turns auto assign of unowned disks to controllers to on)
  7. storage show disk -p (displays primary, secondary port, shelf and bay in a metro cluster)


Luns


  1. lun setup (runs the cli lun setup wizard)
  2. lun create -s 10g -t windows_2008 -o noreserve /vol/vol1/lun1 (creates a lun of 10GB with type Windows 2008, sets no reservation and places it in the following volume or qtree)
  3. lun offline lun_path (takes a lun offline)
  4. lun online lun_path (brings a lun online)
  5. lun show -v (Verbose listing of luns)
  6. lun move /lun_path_source /lun_path_destination (Move lun from source to destination)
  7. lun resize -f lun_path +|- new_size k|m|g|t (Resizes a lun by adding space (+) or subtracting space (-) Note: a lun can only ever grow 10x it’s original size)
  8. lun map /vol/vol1/lun1 igroup_name (Maps lun1 to the igroup_name)
  9. lun alignment show (MUST BE DONE IN PRIV SET DIAG MODE. Shows which luns are aligned and which are not)


Fiber FCP


  1. fcadmin config -t taget 0a (Changes adapter from initiator to target)
  2. fcadmin config (lists adapter state)
  3. fcadmin start (Start the FCP service)
  4. fcadmin stop (Stop the FCP service)
  5. fcp show adapters (Displays adapter type, status, FC Nodename, FC Portname and slot number)
  6. fcp nodename (Displays fiber channel nodename)
  7. fcp show initiators (Show fiber channel initiators)
  8. fcp wwpn-alias set alias_name (Set a fiber channel alias name for the controller)
  9. fcp wwpn-alias remove -a alias_name (Remove a fiber channel alias name for the controller)
  10. igroup show (Displays initiator groups with WWN’s)


iSCSI


  1. iscsi start (Start the iscsi service)
  2. iscsi stop (Stop the iscsi server)
  3. iscsi status (Show whether iscsi server is running or not running)
  4. iscsi interface show (Show which interfaces are enabled or disabled for iscsi)
  5. iscsi interface enable interface_name (Enable an interface for iscsi)
  6. iscsi interface disableinterface_name (Disable an interface for iscsi)
  7. iscsi nodename (Display the controllers iscsi nodename)
  8. igroup show (Displays iSCSI initiators)
  9. igroup create -i -t vmware sqlcluster_igroup (Creates an Initiator Group called sqlcluster_igroup with OS type vmware)
  10. igroup add sqlcluster_igroup iqn.1991-05.com.microsoft:sqlcluster1.vmlab.local (Assigns the following iscsi initiator to the sqlcluster_igroup. This can also be FCP addresses)


Cifs


  1. cifs setup (cifs setup wizard)
  2. cifs terminate (terminate the cifs service)
  3. cifs restart (restarts cifs)
  4. cifs shares (displays cifs shares)
  5. cifs status (show status of cifs)
  6. cifs lookup SID|name (Either displays the SID if you type in the name or name if you type in the SID)
  7. cifs sessions (Show you current cifs sessions)
  8. cifs sessions -s username (Shows the current session for a user)
  9. cifs broadbast -v volume_name “message” (Broadcast a message to all users connected to volume_name)
  10. cifs shares -add share_name /vol/volume_name/qtree_name (Create a cifs share on a specific volume or qtree)
  11. cifs shares -delete share_name (Deletes a share name)
  12. cifs shares share_name (Displays full path and permissions of the share)
  13. cifs access share_name -g user_rights (Grants specific user rights to the share)
  14. cifs access share_name user_name permission (Grants a specific permission to a user for a share. Permissions = Full Control, Change, Read, No Access)
  15. cifs domain info (Lists information about the filers connected Windows Domain)
  16. cifs testdc ip_address (Test a specific Windows Domain Controller for connectivity)
  17. cifs prefdc (Displays configured preferred Windows Domain Controllers)
  18. cifs prefdc add domain address_list (Adds a preferred dc for a specific domain i.e. cifs prefdc add netapplab.local 10.10.10.1)
  19. cifs prefdc delete domain (Delete a preferred Windows Domain Controllers)
  20. cifs gpresult (Displays which Windows Group Policies apply to this filer)
  21. cifs gpupdate (Forces an update of Windows Group Policy)
  22. cifs top (Performance data for cifs. cifs.per_client_stats.enable option must be on to use this feature)
  23. vscan on (Turns virus scanning on)
  24. vscan off (Turns virus scanning off)
  25. vscan reset (Resets virus scanning)


NFS


  1. nfs setup (Runs the NFS setup wizard)
  2. /etc/export (Enter in your export information here and save the file. Then proceed with exportfs -a to update memory buffer)
  3. exportfs (Displays current exports)
  4. exportfs -p path (Adds exports to the /etc/exports file)
  5. exportfs -uav (Unexports all current exports)
  6. exportfs -u path (Unexports a specific export from memory)
  7. exportfs -z path (Unexports a specific export and also removes it from /etc/exports)
  8. exportfs -a (Updates memory buffer with contents in /etc/exports)
  9. nfsstat -d (Displays NFS statistics)


HTTP Admin


  1. options httpd.admin.enable on (Turns on http web admin, na_admin)
  2. options httpd.admin.access host=x.x.x.x,x.x.x.x (Allows admin access for specific hosts separated by a comma)


SIS (Deduplication)


  1. sis status (Show SIS status)
  2. sis config (Show SIS config)
  3. sis on /vol/vol1 (Turn on deduplication on vol1)
  4. sis config -s mon-fri@23 /vol/vol1 (Configure deduplication to run every monday – Friday at 11pm on vol1)
  5. sis start -s /vol/vol1 (Run deduplication manually on vol1)
  6. sis status -l /vol/vol1 (Display deduplication status on vol1)
  7. df -s vol1 (View space savings with deduplication)
  8. sis stop /vol/vol1 (Stop deduplication on vol1)
  9. sis off /vol/vol1 (Disables deduplication on vol1)


User Accounts


  1. useradmin user add user_name -g group_name (Adds a user to a group)
  2. useradmin user list (Lists current users)
  3. useradmin user list user_name (List specific user information)
  4. useradmin group list (Lists current groups)
  5. useradmin group delete group_name (Deletes a specific group name)
  6. useradmin group modify group_name -g new_group_name (Modify group name)
  7. useradmin user delete user_name (Delete a specific user)
  8. useradmin user modify user_name -g group_name (Adds a user to a group)
  9. useradmin domain user add user_name -g group_name (Adds a Windows Domain user to a local group)
  10. useradmin domain user list -g group_name (List Windows Domain users in a specific group)


DNS


  1. dns flush (Flushes the DNS cache)
  2. /etc/resolv.conf (edit this file to change your dns servers)


NDMPD


  1. ndmpd status (check status)
  2. ndmpd on|off (turns ndmpd on or off)
  3. ndmpd version (displays version information)
  4. ndmpd version 4 (set ndmpd version to 4)
  5. options ndmpd (Display ndmpd options)
  6. Reading and Writing Files (Deduplication)


  1. rdfile path/file (Reads a file)
  2. wrfile path/file (Writes to a file. Warning this method overwrites the file. Make sure you copy out original contents if you wish to keep it. If you haven’t used this before try on the simulator.)
  3. wrfile -a path/file (Writes to a file by appending the changes)


Logging


  1. /etc/messages (All logging is for the system is stored here)


VIF


  1. vif status (Displays the status of VIF interfaces)
  2. vif create lacp vif0 ip e0a,e0b,e0c,e0d (Create a vif interface named VIF0 using lacp and a load balancing method of IP, bundled with interface e0a, e0b, e0c, e0d)
  3. vif add vif0 e0a (Adds a down interface into an existing VIF)
  4. vif destroy vif0 (deletes a VIF interface)


Network


  1. vlan create vif0 10 (create a vlan on interface vif0. The interface will be vifo-10)
  2. vlan delete vif0 10 (deletes the vlan interface vif0-10)
  3. ifconfig vif0-10 x.x.x.x netmask x.x.x.x partner vif0-10 (Sets IP information on the interface named vif0-10 with a partner interface of vif0-10)
  4. route add default 192.168.1.1 1 (Adds a default route of 192.168.1.1 with metric 1)


Performance


  1. sysstat -x 1 (displays per second statistics for CPU, iSCSI, FCP, CIFS, NFS, Disk Util, etc)
  2. sysstat -m 1 (displays per second statistics for each CPU)
  3. sysstat -M 1 (MUST BE DONE IN PRIV SET DIAG MODE. Displays per second statictics for CPU’s, Kahuna, WAFL, etc)
  4. statit b (MUST BE DONE IN PRIV SET DIAG MODE. Starts a performance snapshot)
  5. statit e (MUST BE DONE IN PRIV SET DIAG MODE. Stops a performance snapshot and displays the stats on screen. TIP: Turn on logging in your terminal program before running this command)

Please write your valuable comments, about my blogspot.

4 comments:

  1. For newest news you have to pay a quick visit web and
    on world-wide-web I found this web site as a most excellent website for hottest updates.


    Review my web-site :: jane iredale youtube, ,

    ReplyDelete
  2. Thanks for the good writeup. It if truth be told was a entertainment account it.
    Glance complicated to more introduced agreeable from you!
    However, how can we communicate?

    Review my homepage - Unlocked Iphone

    ReplyDelete
  3. Fantastic blog! Do you have any helpful hints for aspiring writers?
    I'm planning to start my own blog soon but I'm a little lost on everything.
    Would you advise starting with a free platform like Wordpress or go for a paid
    option? There are so many options out there that
    I'm totally confused .. Any suggestions?
    Bless you!

    Also visit my web-site ... real racing 3 cheats

    ReplyDelete