Fast Lab

46
Symmetrix FAST Configuration and Management Lab Guide Education Services June 2010

description

EMC Fast docs

Transcript of Fast Lab

  • Symmetrix FAST Configuration

    and Management

    Lab Guide

    Education Services

    June 2010

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 2 of 46

    Copyright

    Copyright 1996, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,2008, 2009, 2010 EMC Corporation. All

    Rights Reserved.

    EMC believes the information in this publication is accurate as of its publication date. The information is subject

    to change without notice.

    THE INFORMATION IN THIS PUBLICATION IS PROVIDED AS IS. EMC CORPORATION MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND WITH RESPECT TO THE INFORMATION IN THIS

    PUBLICATION, AND SPECIFICALLY DISCLAIMS IMPLIED WARRANTIES OF MERCHANTABILITY OR

    FITNESS FOR A PARTICULAR PURPOSE.

    Use, copying, and distribution of any EMC software described in this publication requires an applicable software

    license.

    EMC, ICDA (Integrated Cached Disk Array), and EMC2 (the EMC logo), and Symmetrix, are registered

    trademarks of EMC Corporation. EMC and SRDF are trademarks of EMC Corporation. All other trademarks used herein are the property of their respective owners.

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 3 of 46

    Trademark Information

    EMC

    Trademarks

    EMC2, EMC, Symmetrix, Celerra, CLARiiON, CLARalert, Connectrix, Dantz,

    Documentum, HighRoad, Legato, Navisphere, PowerPath, ResourcePak,

    SnapView/IP, SRDF, TimeFinder, VisualSAN, and where information lives are

    registered trademarks and EMC Automated Networked Storage, EMC

    ControlCenter, EMC Developers Program, EMC OnCourse, EMC Proven, EMC

    Snap, Access Logix, AutoAdvice, Automated Resource Manager, AutoSwap,

    AVALONidm, C-Clip, Celerra Replicator, Centera, CentraStar, CLARevent,

    CopyCross, CopyPoint, DatabaseXtender, Direct Matrix, Direct Matrix

    Architecture, EDM, E-Lab, Enginuity, FarPoint, FLARE, GeoSpan, InfoMover,

    MirrorView, NetWin, OnAlert, OpenScale, Powerlink, PowerVolume, RepliCare,

    SafeLine, SAN Architect, SAN Copy, SAN Manager, SDMS, SnapSure, SnapView,

    StorageScope, SupportMate, SymmAPI, SymmEnabler, Symmetrix DMX,

    Universal Data Tone, and VisualSRM are trademarks of EMC Corporation. All

    other trademarks used herein are the property of their respective owners.

    Third Party

    Trademarks

    AIX is a registered trademark of International Business Machines Corporation.

    Brocade, SilkWorm, SilkWorm Express, and the Brocade logo are trademarks or

    registered trademarks of Brocade Communications Systems, Inc., in the United

    States and/or in other countries. Compaq and the names of Compaq products

    referenced herein are either trademarks and/or service marks or registered

    trademarks and/or service marks of Compaq. Hewlett-Packard, HP, HP-UX,

    OpenView, and OmniBack are trademarks, or registered trademarks of Hewlett-

    Packard Company. McDATA, the McDATA logo, and ES-2500 are registered

    trademarks of McDATA Corporation. Microsoft, Windows, and Windows NT are

    either registered trademarks or trademarks of Microsoft Corporation in the United

    States and/or other countries. NobleNet is a registered trademark of Rogue Wave

    Software, Inc. SANbox is a trademark of QLogic Corporation. Sun, Sun

    Microsystems, the Sun Logo, SunOS and all Sun-based trademarks and logos, Java,

    the Java Coffee Cup Logo, and all Java-based trademarks and logos, Solaris, and

    NFS, are trademarks or registered trademarks of Sun Microsystems, Inc. in the

    United States and other countries. UNIX is a registered trademark of The Open

    Group.

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 4 of 46

    Document Revision History

    Rev # File Name Date

    1 FASTlab.doc June 2010

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 5 of 46

    Table of Contents: Symmetrix FAST Configuration and

    Management

    Copyright ............................................................................................................................2 Trademark Information .......................................................................................................3 Document Revision History ................................................................................................4 Table of Contents: Symmetrix FAST Configuration and Management ..............................5

    Lab Exercise 1: Manage FAST using SYMCLI ...................................................................7 Lab Exercise 1: Manage FAST using SYMCLI ...................................................................8

    Lab Exercise 2: Manage FAST using SMC .......................................................................28 Lab Exercise 2 : Manage FAST using SMC .....................................................................29

    Lab Exercise 3 (optional): Cleanup ..................................................................................41 Lab Exercise 3 : Clean up FAST objects on Symm 2 .......................................................42

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 6 of 46

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 7 of 46

    Lab Exercise 1: Manage FAST using SYMCLI

    Purpose:

    In this lab exercise students will manage the FAST environment using SYMCLI. Students will also start an I/O load on FAST managed devices assigned to them

    Objectives: 1. Examine FAST and Optimizer settings 2. Identify a FAST managed storage group containing

    physical devices that are accessible for writes by your host 3. Identify the FAST tiers and policy associated with the

    storage group 4. Run IO driver named iorate to generate IO activity on your

    storage group

    References: EMC Solutions Enabler Symmetrix Array Controls CLI Version 7.1 PRODUCT GUIDE P/N 300-002-940 REV A07

    EMC Solutions Enabler Symmetrix Array Management CLI Version 7.1 PRODUCT GUIDE P/N 300-002-939 REV A07

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 8 of 46

    Lab Exercise 1: Manage FAST using SYMCLI

    Step Action

    1 The host IP addresses will be provided by the instructor

    Enter the IP address of the host (host1) connected to Symmetrix 1 (Symm1)________________ Enter the IP address of the Windows host running the SMC Server ______________ Write down the Username _____ and Password ____ provided by the instructor

    2

    Log into using the name and password assigned to you by the

    instructor

    Example: login: sun1

    Password: ****

    3 General Note: After logging in on any host, change your user ID to superuser

    and check your user interface

    # su

    Password:

    # ps

    If you would prefer a different user interface than the default shell provided by the operating system, type in the name of the shell. Note that not all of these shells are available on all operating systems. Example: # csh (invokes C-shell) # ksh (invokes Korn shell)

    # tcsh (enhanced version of C-shell) # sh (invokes Bourne shell)

    # bash (combines Bourne, Korn and C-shell features)

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 9 of 46

    Step Action

    4 Check to see if the directory for SYMCLI executables and the local directory

    ( . ) are included in your PATH variable and if not set, set it and export it # echo $PATH

    Are the directories /usr/symcli/bin and . included in the PATH? _________

    If not add /usr/symcli/bin and/or . to your PATH

    For Unix C shell: set path = ($path /usr/symcli/bin .)

    For Unix Korn or Bourne shell: PATH=$PATH:/usr/symcli/bin:. export PATH

    Enter the command: # symcli

    What is the Solutions Enabler version installed on the host ___________

    5 Identify the unique serial number of the local Symmetrix array .

    # symcfg discover

    # symcfg list

    What is the serial number of the Array ___________________ What is the Symmetrix model ____________ What is the Enginuity Version _____ In subsequent lab exercises use last 2 digits of in place of the parameter

    6 Check if Optimizer and FAST are enabled

    # symoptmz sid query

    Is Optimizer enabled [Y/N] _____ # symfast sid list state

    Is FAST Enabled [Y/N] _____ If not, seek assistance from the instructor What is the current activity [Idle / Fetching Stats / Analyzing Stats / Pending Plan / Running Plan] ________________________

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 10 of 46

    Step Action

    7 Examine Time Windows for Optimizer and FAST and confirm that the user

    defined parameters are set properly. The parameter values in bold letters

    should be the same in your environment as shown below. The parameters in

    normal font can be different.

    # symoptmz show parms sid

    Example: DMX800SUN1/> symoptmz show -parms -sid 34

    Optimizer Control Parameters

    Swap Mode : Auto

    Min Perf Period : 1

    Workload Period : 1

    Max Simult Swaps : 8

    Max Swaps Per Day : 64

    Time Window ID : WideOpenSwapWin

    Type : Swap

    Flags : Inclusive

    Periodicity : WeeklyByDay

    Start Date : Sat May 1 18:00:00 2010

    Stop Date : Sun May 1 18:00:00 2011

    Days of the week : Sunday Monday Tuesday

    Wednesday Thursday Friday Saturday

    Start Time (hh:mm) : 00:00

    Stop Time (hh:mm) : 23:59

    Time Window ID : WideOpenPerfWin

    Type : Performance

    Flags : Inclusive

    Periodicity : WeeklyByDay

    Start Date : Sat May 1 18:00:00 2010

    Stop Date : Sun May 1 18:00:00 2011

    Days of the week : Sunday Monday Tuesday

    Wednesday Thursday Friday Saturday

    Start Time (hh:mm) : 00:00

    Stop Time (hh:mm) : 23:59

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 11 of 46

    Step Action

    8 Examine parameters for FAST and confirm that the user defined parameters

    are set properly. The parameter values in bold letters should be the same in

    your environment as shown below. The parameters in normal font can be

    different.

    # symfast list control_parms sid

    Example:

    # symfast list -control_parms -sid 34

    Symmetrix ID: 000194900634

    Data Movement Mode : Auto_Approve

    Min Initial Workload Period(hrs) : 1

    Workload Analysis Period(hrs) : 1

    Max Simultaneous Device Moves : 8

    Max Device Moves Per Day : 64

    Swap Not Visible Devices : Enabled

    Allow Only Swap : Disabled

    9 Identify the disk groups in the Symmetrix

    # symdisk list dskgrp_summary sid

    Example:

    # symdisk list dskgrp_summary sid 34

    Fill out the table below based on the output Disk Group # Disk Group Name Disk Count (CNT) Technology

    _________ ______________ ______ _______

    _________ ______________ ______ _______

    _________ ______________ ______ _______

    _________ ______________ ______ _______

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 12 of 46

    Step Action

    10 Identify the storage tiers in the Symmetrix

    # symtier list sid

    Based on the output fill out the following table

    Tier Name Technology Target Protection Inc Type ________________ ______ ______________ _______ ________________ ______ ______________ _______ ________________ ______ ______________ _______ ________________ ______ ______________ _______

    Example: DMX800SUN1/> symtier list -sid 34

    Symmetrix ID : 000194900634

    -------------------------------------------------------------------------------

    Target Inc Total Free Used

    Tier Name Tech Protection Type (GB) (GB) (GB)

    -------------------------- ---- ------------ ---- --------- --------- ---------

    RAID1_FC FC RAID-1 S 8513 8036 477

    RAID5_SATA SATA RAID-5(3+1) S 7452 7418 34

    RAID6_FC FC RAID-6(6+2) S 2053 2053 0

    Legend:

    Inc Type : S = Static, D = Dynamic

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 13 of 46

    Step Action

    11 Identify the disk groups associated with RAID1_FC and RAID_5 SATA

    # symtier show tier_name RAID1_FC sid # symtier show tier_name RAID5_SATA sid

    Based on the output fill in the disk group number for each tier: Disk group number for RAID1_FC ______ Disk group number for RAID5_SATA _____ Example:

    # symtier show -tier_name RAID5_SATA -sid 34

    Symmetrix ID : 000194900634

    Tier Name : RAID5_SATA

    Technology : SATA

    Target Protection : RAID-5(3+1)

    Include Type : Static

    Disk Groups(1)

    {

    --------------------------------------------------------------

    Dsk Dsk Speed Disk Total Free Used

    Grp Group Name (RPM) Count (GB) (GB) (GB)

    --- -------------- ------- ----- --------- --------- ---------

    003 DISK_GROUP_003 7200 8 7452 7422 30

    ----- --------- --------- ---------

    Total 8 7452 7422 30

    } Disk group number for RAID5_SATA 3

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 14 of 46

    Step Action

    12 Note the Symmetrix device names (dev1 through dev6) and physical device

    names (pdev1 through pdev6) of the first six regular devices (2-Way-Mir or

    RAID-6 or RAID-5) that are accessible to this host. Exclude the ACLX device.

    # symdev list pd sid | more

    ___________ ____________________________________ ___________ ____________________________________ ___________ ____________________________________ ___________ ____________________________________ ___________ ____________________________________ ___________ ____________________________________ Enter the capacity in MB of these devices (L_MB) ____

    Example # symdev list pd sid 34 | more

    Symmetrix ID: 000194900634

    Device Name Directors Device

    --------------------------- ------------- -------------------------------------

    Cap

    Sym Physical SA :P DA :IT Config Attribute Sts (MB)

    --------------------------- ------------- -------------------------------------

    0028 c2t50000972C009E95Cd0* 08F:0 07D:D2 2-Way Mir N/Grp'd ACLX RW 90

    00B1 /dev/rdsk/emcpower86c 07F:0 07A:C0 2-Way Mir N/Grp'd RW 1078

    00B2 /dev/rdsk/emcpower83c 07F:0 07C:C6 RAID-5 N/Grp'd RW 1078

    00B3 /dev/rdsk/emcpower74c 07F:0 08D:C0 2-Way Mir N/Grp'd RW 1078

    00B4 /dev/rdsk/emcpower73c 07F:0 08C:D6 RAID-5 N/Grp'd RW 1078

    00B5 /dev/rdsk/emcpower76c 07F:0 07D:D2 2-Way Mir N/Grp'd RW 1078

    00B6 /dev/rdsk/emcpower93c 07F:0 07D:C1 2-Way Mir N/Grp'd RW 1078

    B1 /dev/rdsk/emcpower86c ............................................................................................ B6 /dev/rdsk/emcpower93c Capacity in MB of these devices (L_MB) 1078

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 15 of 46

    Step Action

    13 Identify the FAST group(s) to which devices through belong

    # symaccess list type storage dev : -sid

    Example:

    # smaccess list -type storage -dev B1:B6 -sid 34

    Symmetrix ID : 000194900634

    Symm Dev View

    Dev Storage Group Name Count Count

    ---- -------------------------------- ----- -----

    00B1 sun1_StorageGroup 64 1

    sun1_FastGroup 6 0

    00B2 sun1_StorageGroup 64 1

    sun1_FastGroup 6 0

    00B3 sun1_StorageGroup 64 1

    sun1_FastGroup 6 0

    00B4 sun1_StorageGroup 64 1

    sun1_FastGroup 6 0

    00B5 sun1_StorageGroup 64 1

    sun1_FastGroup 6 0

    00B6 sun1_StorageGroup 64 1

    sun1_FastGroup 6 0

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 16 of 46

    Step Action

    14 Of the group(s) to which through belong, identify the FAST

    managed storage group # symsg list sid

    Enter the name of the FAST managed group _______________

    Example: # symsg list -sid 34

    S T O R A G E G R O U P S

    Symmetrix ID: 000194900634

    Number Use

    Storage Group Name Devices F M

    -----------------------------------

    hp1_FastGroup 6 X .

    hp1_StorageGroup 64 . X

    ibm1_FastGroup 6 X .

    ibm1_StorageGroup 64 . X

    lin1_FastGroup 6 X .

    lin1_StorageGroup 64 . X

    sun1_FastGroup 6 X . FAST managed Group sun1_StorageGroup 64 . X

    WIN1_StorageGroup 64 . X

    Legend:

    Use Flags:

    (F)ast Policy, X = Associated with Fast Policy, . = N/A

    (M)asking View, X = Contained in Mask View(s), . = N/A

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 17 of 46

    Step Action

    15 Examine the storage group # symsg show -sid

    The listing should show just the 6 devices through . If that is not the case ask for assistance from the instructor.

    Example:

    # symsg show sun1_FastGroup

    Name: sun1_FastGroup

    Symmetrix ID : 000194900634

    Last updated at : Mon Jun 07 14:08:58 2010

    Masking Views : No

    FAST Policy : Yes

    Devices (6):

    {

    ---------------------------------------------------------

    Sym Device Cap

    Dev Pdev Name Config Sts (MB)

    ---------------------------------------------------------

    00B1 /dev/rdsk/emcpower86c RAID-5 RW 1078

    00B2 /dev/rdsk/emcpower83c RAID-5 RW 1078

    00B3 /dev/rdsk/emcpower74c RAID-5 RW 1078

    00B4 /dev/rdsk/emcpower73c RAID-5 RW 1078

    00B5 /dev/rdsk/emcpower76c RAID-5 RW 1078

    00B6 /dev/rdsk/emcpower93c RAID-5 RW 1078

    }

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 18 of 46

    Step Action

    16 Identify the Tiers and the Policy associated with the storage group

    # symfast show association sg -sid

    Do all six devices: belong to the RAID5_SATA tier [Y/N] ___ Are they part of a policy called 100FC100SATA [Y/N] _____ Does the policy have a priority of 2 [Y/N] ____ Are there two tiers named in the policy [Y/N] _____ Are the tier names RAID1_FC and RAID5_SATA [Y/N] _____ Is the max participation for each tier as denoted by Max SG percent 100% [Y/N] __ Example: # symfast show -association -sg sun1_FastGroup -sid 34

    Symmetrix ID : 000194900634

    Storage Group : sun1_FastGroup

    Devices(6)

    {

    ---------------------------------------------------------------

    Policy Dsk Dsk Cap

    Sym Protection Tier Name Grp Group Name Tech (GB)

    ---- ------------ ------------- ---- -------------- ----- -----

    00B1 RAID-5(3+1) RAID5_SATA 003 DISK_GROUP_003 SATA 1

    00B2 RAID-5(3+1) RAID5_SATA 003 DISK_GROUP_003 SATA 1

    00B3 RAID-5(3+1) RAID5_SATA 003 DISK_GROUP_003 SATA 1

    00B4 RAID-5(3+1) RAID5_SATA 003 DISK_GROUP_003 SATA 1

    00B5 RAID-5(3+1) RAID5_SATA 003 DISK_GROUP_003 SATA 1

    00B6 RAID-5(3+1) RAID5_SATA 003 DISK_GROUP_003 SATA 1

    }

    Policy Name : 100FC100SATA

    Priority : 2

    Tiers(2)

    {

    ------------------------------------------------------------

    Max SG Target

    Tier Name Percent Tech Protection

    --------------------------------- ------- ----- ------------

    RAID1_FC 100 FC RAID-1

    RAID5_SATA 100 SATA RAID-5(3+1)

    }

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 19 of 46

    Step Action

    17 Change directory to the IORATE subdirectory and examine the script

    student_devlst.csh. This script creates a file called devices_for_fast.ior # cd IORATE

    # cat student_devlst.csh

    #!/bin/csh

    set SID=`symcfg list | grep Local | awk '{print $1}' | cut -c 10-12`

    set CAP=`symdev list pd -sid 34 -N 2 | grep dev | grep -v ACLX | awk '{print $8}'`

    set OF=devices_for_fast.ior

    @ numdev=6

    #

    set devlst=`symdev list pd -N $numdev -cap $CAP | grep dev | awk '{print $2}'`

    echo "#This file contains devices on which to write an IORATE pattern" > $OF

    foreach i ($devlst)

    echo Device = \"$i\" capacity 1000MB\; >> $OF

    end

    echo "These are the devices that will be written to by iorate"

    cat $OF

    18 Run the script student_devlst.csh. It creates devices_for_fast.ior and prints the contents of the file on the screen. Confirm that the listed devices match

    the devices through recorded in step 11

    Example:

    # ./student_devlst.csh

    These are the devices that will be written to by iorate

    #This file contains devices on which to write an IORATE pattern

    Device = "/dev/rdsk/emcpower86c" capacity 1000MB;

    Device = "/dev/rdsk/emcpower83c" capacity 1000MB;

    Device = "/dev/rdsk/emcpower74c" capacity 1000MB;

    Device = "/dev/rdsk/emcpower73c" capacity 1000MB;

    Device = "/dev/rdsk/emcpower76c" capacity 1000MB;

    Device = "/dev/rdsk/emcpower93c" capacity 1000MB;

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 20 of 46

    Step Action

    19 Check the write patterns that are available for iorate to use

    # cat patterns_for_fast.ior

    #

    # Pattern file for general drive I/O testing

    #

    # Note that any one pattern will do either read or write,

    either random or

    # sequential, of a given block size. To mix I/O types, a

    given test will

    # use a mix of I/O patterns. For details on the file

    format, see the

    # iorate(1) man page.

    #

    # WARNING:

    # The write tests done with iorate are DESTRUCTIVE. Any

    pattern that

    # you define here that does writes will cause all of the

    devices/files

    # under test to be overwritten with pre-defined test data if

    you are

    # doing write testing. Only conduct write tests on

    files/devices

    # where the data is DISPOSABLE.

    #

    Pattern 1 = "2k Seq Read" io size 2KB sequential read;

    Pattern 2 = "2k Random Read" io size 2KB random read;

    Pattern 3 = "2k Seq Write" io size 2KB sequential write;

    Pattern 4 = "2k Random Write" io size 2KB random write;

    Pattern 5 = "8k Seq Read" io size 8KB sequential read;

    Pattern 6 = "8k Random Read" io size 8KB random read;

    Pattern 7 = "8k Seq Write" io size 8KB sequential write;

    Pattern 8 = "8k Random Write" io size 8KB random write;

    Pattern 9 = "64k Seq Read" io size 64KB sequential read;

    Pattern 10 = "64k Random Read" io size 64KB random read;

    Pattern 11 = "64k Seq Write" io size 64KB sequential

    write;

    Pattern 12 = "64k Random Write" io size 64KB random write;

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 21 of 46

    Step Action

    20 Examine the test file test_fast_wrt.ior # cat test_fast_wrt.ior

    #IO test designed to run for 12 hours with 15 mins of idle time each hour

    Test = "Mixed Pattern" for 45 min ignore 0 sec 50% Pattern 6, 50% Pattern

    8 size 1000MB;

    Test = "Mixed Pattern" for 15 min ignore 0 sec 1 iops 50% Pattern 6, 50%

    Pattern 8 size 1000MB;

    Test = "Mixed Pattern" for 45 min ignore 0 sec 50% Pattern 6, 50% Pattern

    8 size 1000MB;

    Test = "Mixed Pattern" for 15 min ignore 0 sec 1 iops 50% Pattern 6, 50%

    Pattern 8 size 1000MB;

    Test = "Mixed Pattern" for 45 min ignore 0 sec 50% Pattern 6, 50% Pattern

    8 size 1000MB;

    Test = "Mixed Pattern" for 15 min ignore 0 sec 1 iops 50% Pattern 6, 50%

    Pattern 8 size 1000MB;

    Test = "Mixed Pattern" for 45 min ignore 0 sec 50% Pattern 6, 50% Pattern

    8 size 1000MB;

    Test = "Mixed Pattern" for 15 min ignore 0 sec 1 iops 50% Pattern 6, 50%

    Pattern 8 size 1000MB;

    Test = "Mixed Pattern" for 45 min ignore 0 sec 50% Pattern 6, 50% Pattern

    8 size 1000MB;

    Test = "Mixed Pattern" for 15 min ignore 0 sec 1 iops 50% Pattern 6, 50%

    Pattern 8 size 1000MB;

    Test = "Mixed Pattern" for 45 min ignore 0 sec 50% Pattern 6, 50% Pattern

    8 size 1000MB;

    Test = "Mixed Pattern" for 15 min ignore 0 sec 1 iops 50% Pattern 6, 50%

    Pattern 8 size 1000MB;

    Test = "Mixed Pattern" for 45 min ignore 0 sec 50% Pattern 6, 50% Pattern

    8 size 1000MB;

    Test = "Mixed Pattern" for 15 min ignore 0 sec 1 iops 50% Pattern 6, 50%

    Pattern 8 size 1000MB;

    Test = "Mixed Pattern" for 45 min ignore 0 sec 50% Pattern 6, 50% Pattern

    8 size 1000MB;

    Test = "Mixed Pattern" for 15 min ignore 0 sec 1 iops 50% Pattern 6, 50%

    Pattern 8 size 1000MB;

    Test = "Mixed Pattern" for 45 min ignore 0 sec 50% Pattern 6, 50% Pattern

    8 size 1000MB;

    Test = "Mixed Pattern" for 15 min ignore 0 sec 1 iops 50% Pattern 6, 50%

    Pattern 8 size 1000MB;

    Test = "Mixed Pattern" for 45 min ignore 0 sec 50% Pattern 6, 50% Pattern

    8 size 1000MB;

    Test = "Mixed Pattern" for 15 min ignore 0 sec 1 iops 50% Pattern 6, 50%

    Pattern 8 size 1000MB;

    Test = "Mixed Pattern" for 45 min ignore 0 sec 50% Pattern 6, 50% Pattern

    8 size 1000MB;

    Test = "Mixed Pattern" for 15 min ignore 0 sec 1 iops 50% Pattern 6, 50%

    Pattern 8 size 1000MB;

    Test = "Mixed Pattern" for 45 min ignore 0 sec 50% Pattern 6, 50% Pattern

    8 size 1000MB;

    Test = "Mixed Pattern" for 15 min ignore 0 sec 1 iops 50% Pattern 6, 50%

    Pattern 8 size 1000MB;

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 22 of 46

    21 Examine the file iorate.cmd # cat iorate.cmd

    iorate -f devices_for_fast.ior -t test_fast_wrt.ior -p

    patterns_for_fast.ior

    What this command does iorate is an I/O generator developed by EMC for all Unix platforms. It is periodically updated by EMC Performance Engineering and is available from the public ftp site: ftp://ftp.emc.com/pub/symm3000/iorate. The device file specifies the devices that will be exercised. The patterns specify the write patterns that are available. The test file specifies that pattern 8 (8K random writes) and pattern 6 (8K random reads) will be used on the specified devices. The I/O patterns will run all out for 45 minutes and slow down to 1 IO per second for 15 minutes. This combination will continue for 12 hours, which is why there are 24 lines in the test file. If you need more information on iorate read the iorate.man page in the same diredctory.

    22 Start the I/O tests. Note that you must keep this terminal session running for

    the rest of the day in order for the tests to continue.

    # iorate.cmd

    iorate: Starting IORATE (iorate) version 2.0

    - - - - - - Log of Devices Data from 'devices_for_fast.ior'-

    - - - - -

    Device 1 = "/dev/rdsk/emcpower86c" offset 8KB capacity

    1000MB block size 512B ;

    Device 2 = "/dev/rdsk/emcpower83c" offset 8KB capacity

    1000MB block size 512B ;

    Device 3 = "/dev/rdsk/emcpower74c" offset 8KB capacity

    1000MB block size 512B ;

    Device 4 = "/dev/rdsk/emcpower73c" offset 8KB capacity

    1000MB block size 512B ;

    Device 5 = "/dev/rdsk/emcpower76c" offset 8KB capacity

    1000MB block size 512B ;

    Device 6 = "/dev/rdsk/emcpower93c" offset 8KB capacity

    1000MB block size 512B ;

    - - - - - - End of Devices Data - - - - - -

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 23 of 46

    Step Action

    23 At the bottom of the iorate output referred to in the previous step, note the

    starting time of the tests

    Beginning test 1 'Mixed Pattern':

    Ignore: 0 sec

    Duration: 45 min

    I/Os per Second: Not limited

    50% pattern 6 '8k Random Read'

    50% pattern 8 '8k Random Write'

    Test 1 starting, file '/dev/rdsk/emcpower86c', at Thu Jun 10 2010 15:03:21

    Test 1 starting, file '/dev/rdsk/emcpower83c', at Thu Jun 10 2010 15:03:21

    Test 1 starting, file '/dev/rdsk/emcpower74c', at Thu Jun 10 2010 15:03:21

    Test 1 starting, file '/dev/rdsk/emcpower73c', at Thu Jun 10 2010 15:03:21

    Test 1 starting, file '/dev/rdsk/emcpower76c', at Thu Jun 10 2010 15:03:21

    Test 1 starting, file '/dev/rdsk/emcpower93c', at Thu Jun 10 2010 15:03:21

    24 Start another terminal session on host1 and verify that I/O is being driven to

    the devices by iorate

    # symstat i 10 sid

    Move to Lab Exercise 2. Come back to step 25 later

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 24 of 46

    Step Action

    25 Let at least an hour pass. After that time check the movement history from

    the time class started. The times are based on the host time. If you are logged

    into a host from a different time zone, make the appropriate adjustment

    # symfast list history sid -start_date MMDDYYYY:hhmmss

    Example using the time when the tests started in Step 23: # symfast list history sid 34 start_date 06102010:150321

    Have any devices moved [Y/N] ____ If not wait a while and repeat the command If one or more devices have moved, is it one of your devices through [Y/N] ___ Do not be disappointed if your device has not moved. FAST works well over several days, not so predictably over a few hours. Also, there are relative differences between the hosts abilities to drive IO. A powerful host will see its devices move sooner than a slower host. Lastly, the FC/SATA cross tier algorithm is an algorithm that targets busy devices. So if host1 is driving a heavy IO load, its devices will get moved. If host 2 is driving a light IO load, its devices may not experience any moves even if it may be experiencing poor response times.

    26 If one or more of your devices has moved, write down the device number(s)

    Device number of first device that moved (e.g. B1) ____ More devices that may have moved ____ _____ ______ ______ _____ Using the editor, or using the echo command as shown below, create a file called Migrate.devs with a list of the moved devices. Example: # echo B4 > Migrate.devs

    # echo B5 >> Migrate.devs

    Sample contents of Migrate.devs B4

    B5

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 25 of 46

    Step Action

    27 Check the storage group

    # symfast show association sg -sid

    Have the disks moved from RAID5_SATA to RAID1_FC [Y/N] ___ Based on the information gathered in step 11, which disk group does this tier occupy ____

    28 Check the Symmetrix audit log for entries MM/DD/YYYY refers to todays date

    # symaudit list sid -function_class FAST start MM/DD/YYYY

    To view detailed information on one entry enter: # symaudit list sid -v n 1 record_num

    29 Browse to the SMC Server and invoke SPA

    From your desktop launch internet explorer and browse to http://:7071 Use the username and password provided in step 1

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 26 of 46

    Step Action

    30 Examine the performance snapshot of your storage group

    1. Expand the Symmetrix Masking folder under your local Symmetrix 2. Expand the Storage Groups folder 3. Select Example

    4. Expand each display by clicking on the magnifying glass. If you need help

    understanding the statistics, consult the instructor 5. After you have finished, close down the SPA window by clicking the x in

    the top right corner of the window.

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 27 of 46

    Step Action

    31 Stop the iorate process you started earlier. Using the file Migrate.devs move

    the disks that were moved by FAST (see step 26) back to RAID5_SATA tier

    which is in the disk group you identified in Step 11. Then delete the

    Migrate.devs file

    # symmigrate name -tgt_unconfig tgt_dsk_grp -tgt_raid5 tgt_prot 3+1 sid -f Migrate.devs est

    Check on the status of migration periodically. Then terminate the migration after the status shows Migrated. # symmigrate name -sid query # symmigrate name -sid terminate # rm Migrate.devs

    32 Delete the file devices_for_fast.ior from the IORATE subdirectory

    # rm devices_for_fast.ior

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 28 of 46

    Lab Exercise 2: Manage FAST using SMC

    Purpose:

    In this lab exercise students will set up a FAST environment using the Symmetrix Management Console

    Objectives: 1. Check if FAST is enabled 2. Set up FAST control parameters 3. Create FAST tier 4. Create FAST Storage Group 5. Create FAST policy 6. Observe results when storage group is out of compliance

    References: EMC Solutions Enabler Symmetrix Array Controls CLI Version 7.1 PRODUCT GUIDE P/N 300-002-940 REV A07

    EMC Solutions Enabler Symmetrix Array Management CLI Version 7.1 PRODUCT GUIDE P/N 300-002-939 REV A07

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 29 of 46

    Lab Exercise 2 : Manage FAST using SMC

    Note : For pictures of SMC screens refer to the Lecture Module 3

    Step Action

    1 The host IP addresses will be provided by the instructor

    Enter the IP address of the host (host2) connected to Symmetrix 2 ________________ Enter the IP address of the Windows host running the SMC Server ______________ Write down the Username _____ and Password ____ provided by the instructor

    2

    Use telnet to log in to

    # telnet

    Log into using the name and password assigned to you by the

    instructor

    Example: login: sun1

    Password: ****

    3 General Note: After logging in on any host, change your user ID to superuser

    and check your user interface

    # su

    Password:

    # ps

    If you would prefer a different user interface than the default shell provided by the operating system, type in the name of the shell. Note that not all of these shells are available on all operating systems. Example: # csh (invokes C-shell) # ksh (invokes Korn shell)

    # tcsh (enhanced version of C-shell) # sh (invokes Bourne shell)

    # bash (combines Bourne, Korn and C-shell features)

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 30 of 46

    Step Action

    4 Check to see if the directory for SYMCLI executables and the local directory

    ( . ) are included in your PATH variable and if not set, set it and export it # echo $PATH

    Are the directories /usr/symcli/bin and . included in the PATH? _________

    If not add /usr/symcli/bin and/or . to your PATH

    For Unix C shell: set path = ($path /usr/symcli/bin .)

    For Unix Korn or Bourne shell: PATH=$PATH:/usr/symcli/bin:. export PATH

    Enter the command: # symcli

    What is the Solutions Enabler version installed on the host ___________

    5 Identify the unique serial number of the local Symmetrix array .

    # symcfg discover

    # symcfg list

    What is the serial number of the Array ___________________ What is the Symmetrix model ____________ What is the Enginuity Version _____ In subsequent lab exercises use last 2 digits of in place of the parameter

    6 Note the Symmetrix device names and and physical device

    names and of the first two regular devices (2-Way-Mir

    only) that are accessible to this host. Exclude the ACLX device.

    # symdev list pd sid -N 10

    ___________ ____________________________________ ___________ ____________________________________

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 31 of 46

    Step Action

    7 Browse to SMC Server

    From your desktop launch Internet Explorer and connect to http://:7070 Use the username and password provided in Step 1

    8 Check if FAST license is enabled

    1. In SMC Select the Tasks Pane 2. From the Administration Panel select Show License Keys 3. Scroll through the list of licenses and verify that FASTand Optimizer

    licenses are present

    9 Check if Optimizer is enabled

    1. Select the Properties Pane 2. Right Click on the local Symmetrix 3. Select Optimizer 4. Select Enable/Disable 5. Verify that Opimizer is enabled (i.e. the Disable box is highlighted) 6. Click on Close

    10 Check if FAST is enabled

    1. Right Click on the local Symmetrix in the Properties pane 2. Select FAST 3. Select FAST Control Parameters 4. Select Enable/Disable FAST 5. Verify that FAST is enabled (i.e. the Disable box is highlighted) 6. Click on Close

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 32 of 46

    Step Action

    11 FAST Control Parameter Settings

    1. Right Click on the local Symmetrix in the Properties pane 2. Select FAST 3. Select FAST Control Parameters 4. Select Settings 5. Select the General Tab

    Verify that the values you see are as shown. If not, change them to match the values below: Data Movement Mode Automatic Maximum number of moves per day: 64 Maximum Simultaneous volumes moved: 8 Workload Analysis Period: 1 hour Initial Period: 1 hour Migration Restriction: Allow Swaps and Moves Used Host Invisible Devices for Swaps: Enabled

    12 FAST Performance Time Window

    1. Right Click on the local Symmetrix 2. Select FAST 3. Select FAST Control Parameters 4. Select Settings 5. Select the Time Window Tab 6. Click on Performance Time Windows 7. If a user defined Time Window does not exist, click on the New button and

    enter the values as shown. If a user defined Time Window exists, click on the Edit button and verify the values which should be as follows:

    Time Window Name: Any user defined name Time Window Type: Inclusive Recurrence: Weekly Recurrence Recurrence Range: Start Date: Any date before today End Date: Any date after today Recurrence Pattern: Mon Tue Wed Thu Fri Sat Sun Start time: 00:00 End time: 23:59

    8. If you entered new information Click on OK otherwise click on Cancel

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 33 of 46

    Step Action

    13 FAST Swap Time Window

    1. Right Click on the local Symmetrix 2. Select FAST 3. Select FAST Control Parameters 4. Select Settings 5. Select the Time Window Tab 6. Click on Performance Time Windows 7. If a user defined Time Window does not exist, click on the New button and

    enter the values as shown. If a user defined Time Window exists, click on the Edit button and verify the values which should be as follows:

    Time Window Name: Any user defined name Time Window Type: Inclusive Recurrence: Weekly Recurrence Recurrence Range: Start Date: Any date before today End Date: Any date after today Recurrence Pattern: Mon Tue Wed Thu Fri Sat Sun Start time: 00:00 End time: 23:59

    8. If you entered new information Click on OK otherwise click on Cancel

    14 Identify the disk groups in the Symmetrix

    Expand the folders under the local Symmetrix Disks Disk Groups. Select each disk group in turn and enter the information below. Highlight the disk group with the maximum amount of free space. We will refer to this as from now on Disk Group # Disk Group Name No. of Data Disks Technology

    _________ ______________ ______ _______

    _________ ______________ ______ _______

    _________ ______________ ______ _______

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 34 of 46

    Step Action

    15 Create a Symmetrix Tier 1. Right Click on FAST under the local Symmetrix in the navigation panel 2. Select Tier Management -> Create Tier 3. The Tier Management Dialog appears Enter one of the following tier names (Please, no creative names): If your host is running HP-UX then type in the tier name: hptier53 If your host is running IBM AIX then type in the tier name: ibmtier57 If your host is running Sun Solaris then type in the tier name: suntier61 If your host is running Linux the type in the tier name: lintier142

    (If there is more than one host running the same OS, you can use a host number, e.g. hp1tier53, hp2tier57, hp3tier61 and hp4tier142. However, there should not be more than four hosts on one Symmetrix for this lab).

    4. Under Technology select FC 5. Under protection select:

    a. RAID-5(3+1) if you are on HP-UX b. RAID-5(7+1) if you are on IBM AIX (or host #2, e.g. hp2) c. RAID-6(6+2) if you are on Sun Solaris (or host #3, e.g. hp3) d. RAID-6(14+2) if you are on Linux (or host #4, e.g. hp4)

    6. Check the box Manually Select Policy 7. Select the disk group with the largest amount of free space 8. Click on OK

    Example:

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 35 of 46

    Step Action

    16 Verify that the tier was created correctly

    In the navigation panel on the left

    1. Click on the plus sign next to FAST under the local Symmetrix 2. Click on the plus sign next to Symmetrix Tiers 3. Highlight the tier you just created 4. Examine the information under the General and Disk Groups tabs in the

    Properties window on the right

    5. If you made a mistake in the previous step and want to modify or delete the tier, you can do so by right clicking on the tier name on the left and selecting Tier Management

    17 Create storage group using devices and

    identified in step 6

    1. Expand the Symmetrix Masking folder in the navigation panel 2. Right click on Storage Groups 3. Select Device Masking and Mapping -> Storage Group Maintenance ->

    Create Storage Group 4. In the Storage Group Management Create dialog enter a name

    Enter one of the following Storage Group names (Please, no creative names): If your host is running HP-UX then type in the tier name: hpFsg If your host is running IBM AIX then type in the tier name: ibmFsg If your host is running Sun Solaris then type in the tier name: sunFsg If your host is running Linux the type in the tier name: linFsg

    (If there is more than one host running the same OS, you can use a host number, e.g. hp1Fsg, hp2Fsg, hp3Fsg and hp4Fsg. However, there should not be more than four hosts on one Symmetrix for this lab).

    5. In the Device Source Type box select Symmetrix 6. From the list of devices that appears, select and click on Add then

    select and click Add 7. Click on OK 8. Once the group is created it should be visible if you expand the Storage

    Groups folder in the navigation panel 9. If you made an error, you can right click on the name of the storage group

    then select Device Masking and Mapping -> Storage Group Maintenance -> then pick the action to delete, modify or rename the group

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 36 of 46

    Step Action

    18 Creation of a Policy that will be referred to later as

    1. Right click on the FAST folder on the left and then select FAST -> FAST

    Policy Management -> Create Policy

    2. In the FAST Policy Management Create FAST Policy dialog enter the following information:

    Enter one of the following policy names (Please, no creative names): If your host is running HP-UX then type in the policy name: hp_policy If your host is running IBM AIX then type in the policy name: ibm_policy If your host is running Sun Solaris then type in the policy name: sun_policy If your host is running Linux the type in the policy name: lin_policy

    (If there is more than one host running the same OS, you can use a host number, e.g. hp1_policy, hp2_policy, etc. However, there should not be more than four hosts on one Symmetrix for this lab)

    3. In the first space for the Tier name select created in step 15 from the drop down

    4. Next to it for % MAX of Storage Group select 100 5. Leave the other two tiers blank 6. Click OK

    Example

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 37 of 46

    Step Action

    19 Associate Storage Group with policy

    1. Click on and open the FAST folder for the local Symmetrix 2. Click on and open the Policies folder 3. Right click on the policy in the right pane 4. Select FAST-> FAST Policy Management -> Associate Storage Group 5. Select the storage group 6. Click on Add to move the group to the Associate Storage Groups 7. Click on OK

    Example

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 38 of 46

    Step Action

    20 Check on the compliance of with the policy

    1. Expand the Symmetrix Masking folder for the local array 2. Expand the Storage Groups folder 3. Select the storage group 4. In the Properties pane on the right youll see three tabs: General, Devices

    and FAST Compliance 5. Select the FAST Compliance tab 6. The display should indicate that is in a Tier called

    [OutOfPolicy] whereas the tier you created, should be empty.

    Example

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 39 of 46

    Step Action

    21 Configure FAST Alerts

    1. Click on the Tasks pane and select Enable/Disable Alerts 2. Check off User Approval required for Optimizer/FAST Config Change and

    FAST Controller switched State if they are not already checked off Note that you will not see these alerts being triggered during class since the FAST controller has been set to work in Auto_approve mode. This exercise is to show you where the alerts can be set. There may be old alerts that may be visible in the Alerts list, if they have not been cleared.

    22 Wait . at least an hour or longer. Check the compliance of the storage group with as in Step 20.

    Did your storage group undergo a compliance move [Y/N] ____ Do not be disappointed if your devices do not move in the time available for class. FAST moves happen slowly. If there was a compliance move, right click the FAST folder under the local Symmetrix. Select FAST FAST Control Parameters Swap/Move History Enter a suitable time to filter out older moves. Have your devices moved [Y/N] _____ Example:

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 40 of 46

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 41 of 46

    Lab Exercise 3 (optional): Cleanup

    Purpose:

    Clean up the FAST objects from Lab 2

    Objectives: Clean up FAST objects from Lab 2

    References: EMC Solutions Enabler Symmetrix Array Controls CLI Version 7.1 PRODUCT GUIDE P/N 300-002-940 REV A07

    EMC Solutions Enabler Symmetrix Array Management CLI Version 7.1 PRODUCT GUIDE P/N 300-002-939 REV A07

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 42 of 46

    Lab Exercise 3 : Clean up FAST objects on Symm 2

    Note : For pictures of SMC screens refer to the lecture module 3

    Step Action

    1

    Log into using the name and password assigned to you by the

    instructor

    Example: login: sun1

    Password: ****

    2 General Note: After logging in on any host, change your user ID to superuser

    and check your user interface

    # su

    Password:

    # ps

    If you would prefer a different user interface than the default shell provided by the operating system, type in the name of the shell. Note that not all of these shells are available on all operating systems. Example: # csh (invokes C-shell) # ksh (invokes Korn shell)

    # tcsh (enhanced version of C-shell) # sh (invokes Bourne shell)

    # bash (combines Bourne, Korn and C-shell features)

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 43 of 46

    Step Action

    3 Check to see if the directory for SYMCLI executables is included in your

    PATH variable and if not set, set it and export it # echo $PATH

    Is the directory /usr/symcli/bin included in the PATH? _________

    If not add /usr/symcli/bin to your PATH

    For Unix C shell: set path = ($path /usr/symcli/bin)

    For Unix Korn or Bourne shell: PATH=$PATH:/usr/symcli/bin export PATH

    Enter the command: # symcli

    4 Note the Symmetrix device names and and physical device

    names and of the first two regular devices (2-Way-Mir

    only) that are accessible to this host. Exclude the ACLX device.

    # symdev list pd sid -N 10

    ___________ ____________________________________ ___________ ____________________________________

    Confirm that and make up the storage group defined in Lab 2 # symsg show -sid

    Create a text file called Migrate.devs containing the names of the two devices: # echo > Migrate.devs

    # echo >> Migrate.devs

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 44 of 46

    Step Action

    5 Confirm the Policy and Tier names associated with

    # symfast show association sg -sid

    The tier name should match from Lab Exercise 2 The policyname should match from Lab Exercise 2 Write down the Disk Group number to which the storage group belongs __ Example: DMX8HP2/> symfast show -association -sg hpFsg -sid 35

    Symmetrix ID : 000194900635

    Storage Group : hpFsg

    Devices(2)

    {

    ---------------------------------------------------------------

    Policy Dsk Dsk Cap

    Sym Protection Tier Name Grp Group Name Tech (GB)

    ---- ------------ ------------- ---- -------------- ----- -----

    0029 RAID-5(3+1) hptier53 001 DISK_GROUP_001 FC 1

    002A RAID-5(3+1) hptier53 001 DISK_GROUP_001 FC 1

    }

    Policy Name : hp_policy

    Priority : 2

    Tiers(1)

    {

    ------------------------------------------------------------

    Max SG Target

    Tier Name Percent Tech Protection

    --------------------------------- ------- ----- ------------

    hptier53 100 FC RAID-5(3+1)

    }

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 45 of 46

    Step Action

    6 Disassociate the storage group from the policy

    # symfast sid -fp_name disassociate sg

    Example # symfast -sid 35 -fp_name hp_policy disassociate -sg hpFsg

    7 Disassociate the tier from the policy

    # symfast sid -fp -fp_name remove tier_name

    Example # symfast -sid 35 -fp -fp_name hp_policy remove -tier_name

    hptier53

    8 Delete the policy, tier and storage group

    # symfast delete -fp -fp_name -sid

    Example

    # symfast delete -fp -fp_name hp_policy -sid 35

    9 Delete the tier after removing the disk group

    Identify the disk group associated with as you did in Lab 1 Step 11 # symtier show tier_name -sid # symtier remove tier_name -dsk_grp -sid

    where DG# represents the disk group identified by the first command

    # symtier delete -tier_name -sid

    Example

    # symtier remove -tier_name hptier53 -dsk_grp 1 -sid 35

    # symtier delete -tier_name hptier53 -sid 35

  • Symmetrix FAST Configuration and Management Lab Guide

    Copyright 2010 EMC Corporation. All Rights Reserved. Version 1 Page 46 of 46

    Step Action

    10 Delete the storage group

    # symsg delete -force sid

    11 Migrate the devices that used to be part of the storage group to RAID 1

    protected devices using the device file Migrate.devs from step 4 and the disk

    group number identified in step 5. In other words the devices stay in

    the same disk group but they change RAID protection

    # symmigrate name -tgt_unconfig tgt_dsk_grp -tgt_raid1 f Migrate.devs nop sid establish

    Example # symmigrate name ss tgt_unconfig tgt_dsk_grp 1 tgt _raid1 f Migrate.devs nop sid 35 est

    12 Check on the status of the migration periodically

    # symmigrate name -sid query

    13 Once the status shows Migrated, terminate the session

    # symmigrate name -sid terminate

    14 Delete the file Migrate.devs

    # rm Migrate.devs