Sunday, October 11, 2015

What is an Aggregate - Netapp

what is aggregate NetApp

Aggregates are the raw space in your storage system.  you take a bunch of individual disks and aggregate them together into aggregates.  But, an aggregate can’t actually hold data, its just raw space.  you then layer on partitions, which in NetApp land are called volumes.  the volumes hold the data.

what is aggregate NetApp. You make aggregates for various reasons.  For example:
performance boundaries – a disk can only be in one aggregate.  so each aggregate has its own discreet drives.  this lets us tune the performance of the aggregate by adding in however many spindles we need to achieve the type of performance we want.  This is kind of skewed by having Flash Cache cards and such, but its still roughly correct.
Shared Space boundary – All volumes in an aggregate share the hard drives in that aggregate.  there is no way to prevent the volumes in an aggregate from mixing their data on the same drives

Introduction to 32bit and 64bit aggregate

Aggregates are either 64-bit or 32-bit format. 64-bit aggregates have much larger size limits than 32-bit aggregates. 64-bit and 32-bit aggregates can coexist on the same storage system.


32-bit aggregates have a maximum size of 16 TB; 64-bit aggregates’ maximum size depends on the storage system model. For the maximum 64-bit aggregate size of your storage system model.


When you create a new aggregate, it is a 64-bit format aggregate.


You can expand 32-bit aggregates to 64-bit aggregates by increasing their size beyond 16 TB. 64-bit aggregates, including aggregates that were previously expanded, cannot be converted to 32-bit aggregates.


You can see whether an aggregate is a 32-bit aggregate or a 64-bit aggregate by using the aggr status command.


Using Netapp CLI

Using Command Line Interface – Netapp

The Data ONTAP CLI is a command language interpreter that executes commands from the Data ONTAP console. You can access the console with a physical connection, through telnet, or through the Remote LAN Manager (RLM). The commands can also be executed using rsh and ssh protocols. You can concatenate commands together on the same line by separating the commands with semi-colons, (;).
Using command Line interface – Netapp. The quoting rules in the Data ONTAP CLI are unusual. There is no escape character like the backslash;

however there are the following special characters:

& (ampersand)     – Unicode indicator
# (pound sign)    – comment indicator
; (semicolon)     – command separator
’ (single quote)  – parameter wrapper
” (double quote)  – parameter wrapper
(space)         – parameter separator
(tab)           – parameter separator

? (question mark) – for command help

When special characters are part of a command argument, the argument needs to be surrounded by quotes or the character will be treated as a special character. A single quote character needs to be surrounded by double quote characters and a double quote character needs to be surrounded by single quote characters. The other special characters can be surrounded by either single or double quotes.

EXAMPLES
The following examples show quote usage:
qtree create /vol/test_vol/’qtree1’
The qtree qtree 1 is created.
qtree create /vol/test_vol/’qtree#1’
The qtree qtree#1 is created.
qtree create /vol/test_vol/”qtree’1″
The qtree qtree’1 is created.
qtree create /vol/test_vol/’hello”’”’”1



Sunday, October 4, 2015

Netapp GUI Managment Tools - NCSA

1. Oncommand System Manager

  • Improve storage and service efficiency for individual storage systems and clusters of systems.
  • Guide users through system configuration and ongoing administration with wizards and graphics.
  • Eliminate the need for storage expertise with an intuitive interface for managing NetApp storage.
  • Leverage powerful Data ONTAP and clustered Data ONTAP features with an easy-to-use graphical user interface.
  • Improve your return on investment. System Manager is included without charge with the purchase of NetApp FAS storage hardware, including systems running FlexArray storage virtualization software.

2.  OnCommand Unified Manager

Gain a new level of control over your shared storage infrastructure. NetApp OnCommand data management software gives you the visibility you need to achieve common data management across resources in the Data Fabric.

3. OnCommand Workflow Automation

Improve productivity in your organization by automating repeatable manual storage-management processes.
  • Provision, clone, migrate or decommission storage for databases or file systems.
  • Set up a new visualization environment, including a storage switch or datastore.
  • Set up virtual or cloud storage for an application as part of an end-to-end orchestration process.
  • Set up FlexPod for virtual desktops.
  • Perform storage cloning.
  • Conduct a centralized NetApp SnapManager software activation.
  • Enable self-service, storage as a service, and more with faster delivery of new standard and custom storage services.
  • Deploy Software Defined Storage (SDS) for your Software Defined Data Center (SDDC).
  • OnCommand Workflow Automation enables one-click automation and deployment of applications, including VMware (PDF), Oracle, Microsoft, SAP, Citrix, and others. Reduce the cost of your storage management while enabling the use of best practices – choose OnCommand Workflow Automation.

4. Performance Manager

Specifically designed to deliver performance monitoring capabilities in OnCommand Unified Manager for clustered Data ONTAP 8.2 and beyond, OnCommand Performance Manager provides storage administrators with a wealth of clustered Data ONTAP information. This includes comprehensive data storage performance troubleshooting, isolating potential problems and offering concrete solutions to performance issues based on its system analysis.

5. OnCommand Insight

Optimize storage resources and investments in your hybrid cloud environment. NetApp OnCommand Insight storage resource-management tools provide you with a cross-domain view of performance metrics, including application performance, datastore performance, virtual machine performance and storage infrastructure performance. OnCommand Insight analyses tier assignments and lets you load-balance your entire application portfolio across the storage fabric.

Lets see the detailed explanation about above tools