EMC Celerra Network Server Release 6.0

Size: px
Start display at page:

Download "EMC Celerra Network Server Release 6.0"

Transcription

1 EMC Celerra Network Server P/N REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA

2 Contents Introduction Audience Overview Supported features and requirements Installation and configuration About the documented examples Server Profile Server Profile implementation for the EMC CIM Server Profile Registration Profile Profiles supported by CIM Server NAS Head Profile Celerra Computer System Block Services Package Filesystem File Export Profile Filesystem Manipulation File Export Manipulation Multiple Computer System Subprofile Extent Composition Subprofile Celerra_PrimordialStorageExtent Celerra_NonPrimordialStorageExtent File Storage Profile Software Package Physical Package Information for the Celerra_DataMoverEthernetCard Instances for the Celerra_DataMoverProduct Health Package Indication Profile CIM CQL for Celerra Profiles Location Profile Appendix A: UML diagrams Appendix B: Limitations Appendix C: Installation and post installation steps Appendix D: Troubleshooting Where to get help EMC E-Lab Interoperability Navigator Training and Professional Services Index of 185

3 Introduction This document provides an overview of the EMC Celerra SMI-S Provider. Audience This guide is for the programmers who develop the SMI-based client application that utilizes the Celerra SMI-S Provider to manage a Celerra through SMI-S version 1.4 of SNIA. If a Celerra SMI-S Provider feature does not function properly, or as described in this guide, contact the EMC Customer Support Center for assistance. If you are an EMC Development Partner, refer to the EMC Powerlink website at 3 of 185

4 Overview The Celerra SMI-S Provider supports the Storage Management Initiative (SMI) of the Storage Networking Industry Association (SNIA), a standard for storage management by the American National Standards Institute (ANSI). This initiative has developed a standard management interface that has culminated in a comprehensive specification that is the Storage Management Initiative Specification or SMI-S. The SMI-S defines the open storage management interface that enables the interoperability of storage management technologies from multiple vendors used to monitor and control storage resources in multi-vendor SAN topologies. From version 1.2 onwards, SMI-S includes specification for NAS and related storage elements. The Celerra SMI-S Provider provides an SMI-S version 1.4 compliant application programming interface (API) of the Celerra product. The SMI-S strives to ensure a consistent data through standards-based protocols and specifications and to eliminate inconsistencies between the management tools by providing an unified interface to many storage objects that are managed in a storage environment. This enables the application developers to focus on a single and standard interface for the development of management tools. The EMC SMI-S Provider is paired with the EMC CIM Server to provide an SMI-compliant interface to monitor the Celerra Network Server. Some management profiles are also supported in this version of the product. This guide focuses on the profiles implemented by the Celerra SMI-S Provider that provides a SMI-S version 1.4 view of the Celerra Network Server, as shown in Figure 1 on page 5. This guide also focuses on the product specific implementation and classes. To traverse the hierarchy to the Common Information Model (CIM) level classes, refer to the Managed Object Formats (MOF). Appendix A: UML diagrams on page 166 provides the list of classes in each profile. 4 of 185

5 Figure 1 Celerra SMI-S Provider Supported features and requirements The Celerra SMI-S Provider supports the NAS Head Profile and related mandatory subprofiles of the SMI-S version 1.4 specification. In addition, certain profiles are supported to provide a more holistic view of the Celerra. Installation and configuration The Celerra SMI-S Provider is installed by default on the Control Station, but is disabled in the CFS 6.0 release. Appendix C: Installation and post installation steps on page 178 provides information on how to enable the Celerra SMI-S Provider. About the documented examples The examples documented here are generated by using a utility that yields all the interactions with the Provider. These examples are not intended to represent an actual working application. 5 of 185

6 Server Profile The Server Profile is used to advertise the capabilities of the server with the clients, as well as to provide the following information to assist the clients in establishing connections: The functional areas supported by the sever: CIM Profiles and subprofiles The means to navigate to the top-level instance of a functional hierarchy: The CIM_Computer System representing a Celerra System Communication protocol information Server Profile implementation for the EMC CIM Server The Server Profile is implemented on the EMC CIM Object Manager (CIMOM) and not on the Provider plug-in. Therefore, instances of classes that make up the Server Profile inhabit a different CIM namespace than the other classes served by the Provider. The Server Profile instances can be found in the interop namespace. Determine the top-level instance in a hierarchy The CIM_ComputerSystem instance represents the Celerra system and is the toplevel instance. To find the CIM_ComputerSystem, you must navigate from one of the RegisteredProfiles of interest: 1. Query Service Location Protocol (SLP) is used for the Interop namespace for the CIM Server. For the Celerra SMI-S Provider, the namespace will be root/emc/celerra. 2. The client should enumerate the instances of CIM_RegisteredProfile in the root/emc/celerra namespace that is defined in the Step1. 3. Identify the CIM_RegisteredProfile instance of interest by examining the RegisteredName and RegisteredVersion property values for each instance. Assuming that the client is interested in locating the top-level system for a Celerra, the CIM_RegisterdProfile instance corresponding to SMI-S version 1.4 NAS Head Profile support should be identified. Check all the returned CIM_RP instances, until you find the RegisteredVersion and RegisteredName properties that contain the values and NAS HEAD respectively. 4. After the CIM_RegisteredProfile instance corresponding to SMI-S 1.4 NAS Head Profile support is identified, follow the CIM_ElementConformsToProfile association from that instance. The result will be a collection of EMC_ComputerSystem instances, one corresponding to each known computer system. The following example illustrates this process: (eng17355.lss.emc.com:5989)? ei Class: CIM_RegisteredProfile DeepInheritance [true]: LocalOnly [false]: IncludeQualifiers [false]: 6 of 185

7 Property to include ('-' for all, '[empty]' for no properties)? [-]: RegisteredName Property to include ('-' for all, '[empty]' for no properties)? [-]: RegisteredVersion Property to include ('-' for all, '[empty]' for no properties)? [-]: RegisteredOrganization Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing EnumerateInstances: CIM_RegisteredProfile ++++ includequalifiers: false Instance 0: Celerra_RegisteredProfile.InstanceID="EMC- NSG:Celerra:RP:NASHead" <INSTANCE CLASSNAME="Celerra_RegisteredProfile" > <PROPERTY NAME="RegisteredName" CLASSORIGIN="Celerra_RegisteredProfile" <VALUE>NAS Head</VALUE> <PROPERTY NAME="RegisteredVersion" CLASSORIGIN="Celerra_RegisteredProfile" <VALUE>1.4.0</VALUE> <PROPERTY NAME="RegisteredOrganization" CLASSORIGIN="Celerra_RegisteredProfile" TYPE="uint16"> <VALUE>11</VALUE> [... ] (EMCProvider:5988)? an ObjectPath: ECOM_RegisteredProfile.InstanceID="EMCNSG:Celerra:RP:NASHead" Assoc Class []: CIM_ElementConformsToProfile Result Class []: CIM_ComputerSystem Role []: Result Role []: ++++ Testing AssociatorNames: ECOM_RegisteredProfile.InstanceID="EMCNSG:Celerra:RP:NASHead" ++++ Associator Name 0: Celerra_CelerraComputerSystem.CreationClassName="Celerra_CelerraComput ersystem",name="cfcntr " Determine the SMI-S version of a profile The SMI-S RegisteredProfile instance holds the version number of all the RegisteredProfile and subprofile instances representing a SMI-S profile version 1.2 or later. Each RegisteredProfile or subprofile instance is associated with the SMI-S RegisteredProfile by using the CIM_ElementConformsToProfile association. Follow the CIM_ElementConformsToProfile association from the profile of interest by specifying the result class as CIM_RegisteredProfile and the result role value as ConformantStandard to get the version number of the profile. The following example illustrates this process: (EMCProvider:5988)? a ObjectPath: ECOM_RegisteredProfile.InstanceID=" EMCNSG:Celerra:RP:NASHead" Assoc Class []: CIM_ElementConformsToProfile Result Class []: CIM_RegisteredProfile Role []: ManagedElement Result Role []: ConformantStandard IncludeQualifiers [false]: IncludeClassOrigin [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: RegisteredName Property to include ('-' for all, '[empty]' for no properties)? [-]: RegisteredVersion Property to include ('-' for all, '[empty]' for no properties)? [-]: ++++ Testing Associators: ECOM_RegisteredProfile.InstanceID=" EMCNSG:Celerra:RP:NASHead" of 185

8 Associator 0: ObjectPath : ECOM_RegisteredProfile.InstanceID="EMC Corporation:SMI-S:1.4.0" RegisteredName = SMI-S RegisteredVersion = of 185

9 Profile Registration Profile The Profile Registration Profile allows a client to register profiles supported by a CIM Server. This profile provides a way for a client to discover which profiles are supported by a CIM Server. Profiles supported by CIM Server The following example illustrates the listing of profiles: ( :5988)? ei Class: CIM_RegisteredProfile DeepInheritance [true]: LocalOnly [false]: IncludeQualifiers [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing EnumerateInstances: CIM_RegisteredProfile ++++ includequalifiers: false Instance 0: Celerra_RegisteredProfile.InstanceID="EMC- NSG:Celerra:RP:NASHead" <INSTANCE CLASSNAME="Celerra_RegisteredProfile" > <PROPERTY NAME="InstanceID" CLASSORIGIN="Celerra_RegisteredProfile" TYPE="strin g"> <VALUE>EMC-NSG:Celerra:RP:NASHead</VALUE> <PROPERTY.ARRAY NAME="AdvertiseTypes" TYPE="uint16" CLASSORIGIN="Celerra_Regist eredprofile"> <VALUE>3</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>RP:NAS Head</VALUE> <PROPERTY NAME="RegisteredName" CLASSORIGIN="Celerra_RegisteredProfile" TYPE="s tring"> <VALUE>NAS Head</VALUE> <PROPERTY NAME="RegisteredOrganization" CLASSORIGIN="Celerra_RegisteredProfile" TYPE="uint16"> <VALUE>11</VALUE> <PROPERTY NAME="RegisteredVersion" CLASSORIGIN="Celerra_RegisteredProfile" TYPE ="string"> <VALUE>1.4.0</VALUE> Number of instance properties: 6 Property: InstanceID Number of qualifiers: 0 Property: AdvertiseTypes Number of qualifiers: 0 Property: RegisteredName Number of qualifiers: 0 Property: RegisteredOrganization Number of qualifiers: 0 Property: RegisteredVersion Number of qualifiers: 0 Enumerate 1 instances; repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds 9 of 185

10 ( :5988)? ein Class: Celerra_RegisteredProfile ++++ Testing EnumerationInstanceNames: Celerra_RegisteredProfile ++++ Instance 0: Celerra_RegisteredProfile.InstanceID="EMC-NSG:Celerra:RP:NASHead" Enumerate 1 instance names; repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue... The following example illustrates the listing of subprofiles: ( :5988)? ein Class: CIM_RegisteredProfile ++++ Testing EnumerationInstanceNames: CIM_RegisteredProfile ++++ Instance 0: Celerra_RegisteredSubProfile.InstanceID="EMC- NSG:Celerra:RSP:MultipleComputerSys tem" Instance 1: Celerra_RegisteredSubProfile.InstanceID="EMC- NSG:Celerra:RSP:Filesystem" Instance 2: Celerra_RegisteredSubProfile.InstanceID="EMC- NSG:Celerra:RSP:FileStorage" Instance 3: Celerra_RegisteredSubProfile.InstanceID="EMC- NSG:Celerra:RSP:FileExport" Instance 4: Celerra_RegisteredSubProfile.InstanceID="EMC- NSG:Celerra:RSP:BlockServices" Instance 5: Celerra_RegisteredSubProfile.InstanceID="EMC- NSG:Celerra:RSP:ExtentComposition" Instance 6: Celerra_RegisteredSubProfile.InstanceID="EMC- NSG:Celerra:RSP:PhysicalPackage" Instance 7: Celerra_RegisteredSubProfile.InstanceID="EMC-NSG:Celerra:RSP:Software" Instance 8: Celerra_RegisteredSubProfile.InstanceID="EMC-NSG:Celerra:RSP:Location" Instance 9: Celerra_RegisteredSubProfile.InstanceID="EMC-NSG:Celerra:RSP:Health" Instance 10: Celerra_RegisteredSubProfile.InstanceID="EMC- NSG:Celerra:RSP:FilesystemManipulat ion" Instance 11: Celerra_RegisteredSubProfile.InstanceID="EMC- NSG:Celerra:RSP:FileExportManipulat ion" Instance 12: Celerra_RegisteredSubProfile.InstanceID="EMC- NSG:Celerra:RSP:NASNetworkPort" Enumerate 13 instance names; repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s)In Seconds Please press enter key to continue of 185

11 NAS Head Profile The NAS Head Profile exports file elements from a file system as file shares. The storage for the file system is obtained from external SAN storage, like a storage array that exports storage volumes as LUNs. The Celerra SMI-S Provider implements the following subprofiles of the NAS Head Profile: 1. Multiple Computer System 2. Filesystem 3. File Storage 4. File Export 5. Block Services (Read-only) 6. Extent Composition 7. Physical Package 8. Software 9. Location 10. Health Package 11. Filesystem Manipulation 12. File Export Manipulation 13. NAS Network Port Determine a list of subprofiles The following example illustrates the process: ( :5988)? ei Class: CIM_RegisteredProfile DeepInheritance [true]: LocalOnly [false]: IncludeQualifiers [false]: - Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing EnumerateInstances: CIM_RegisteredProfile ++++ includequalifiers: false Instance 0: Celerra_RegisteredProfile.InstanceID="EMC- NSG:Celerra:RP:NASHead" <INSTANCE CLASSNAME="Celerra_RegisteredProfile" > <PROPERTY NAME="InstanceID" CLASSORIGIN="Celerra_RegisteredProfile" TYPE="strin g"> <VALUE>EMC-NSG:Celerra:RP:NASHead</VALUE> <PROPERTY.ARRAY NAME="AdvertiseTypes" TYPE="uint16" CLASSORIGIN="Celerra_Regist eredprofile"> <VALUE>3</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>RP:NAS Head</VALUE> 11 of 185

12 <PROPERTY NAME="RegisteredName" CLASSORIGIN="Celerra_RegisteredProfile" TYPE="s tring"> <VALUE>NAS Head</VALUE> <PROPERTY NAME="RegisteredOrganization" CLASSORIGIN="Celerra_RegisteredProfile" TYPE="uint16"> <VALUE>11</VALUE> <PROPERTY NAME="RegisteredVersion" CLASSORIGIN="Celerra_RegisteredProfile" TYPE ="string"> <VALUE>1.4.0</VALUE> Number of instance properties: 6 Property: InstanceID Number of qualifiers: 0 Property: AdvertiseTypes Number of qualifiers: 0 Property: RegisteredName Number of qualifiers: 0 Property: RegisteredOrganization Number of qualifiers: 0 Property: RegisteredVersion Number of qualifiers: 0 Enumerate 1 instances; repeat count 1;return data in seconds The following example illustrates the listing of subprofiles: ( :5988)? r ObjectPath: Celerra_RegisteredProfile.InstanceID="EMC- NSG:Celerra:RP:NASHead" Result Class []: Celerra_SubProfileRequiresProfile Role []: Antecedent IncludeQualifiers [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing References: Celerra_RegisteredProfile.InstanceID="EMC- NSG:Celerra:R P:NASHead" ++++ Reference 0: //eng17341.eng.emc.com/root/emc/celerra:celerra_subprofilerequiresprof ile x.antecedent="//eng17341.eng.emc.com/root/emc/celerra:celerra_register edprofile.i nstanceid=\"emc- NSG:Celerra:RP:NASHead\"",Dependent="//eng17341.eng.emc.com/root /emc/celerra:celerra_registeredsubprofile.instanceid=\"emc- NSG:Celerra:RSP:Multi plecomputersystem\"" Antecedent = //eng17341.eng.emc.com/root/emc/celerra:celerra_registeredprofile.i nstanceid="emc-nsg:celerra:rp:nashead" Dependent = //eng17341.eng.emc.com/root/emc/celerra:celerra_registeredsubprofile.instanceid="emc-nsg:celerra:rsp:multiplecomputersystem" Reference 1: //eng17341.eng.emc.com/root/emc/celerra:celerra_subprofilerequiresprof ile.antecedent="//eng17341.eng.emc.com/root/emc/celerra:celerra_registere dprofile.i nstanceid=\"emc- NSG:Celerra:RP:NASHead\"",Dependent="//eng17341.eng.emc.com/root /emc/celerra:celerra_registeredsubprofile.instanceid=\"emc- NSG:Celerra:RSP:Files ystem\"" 12 of 185

13 Antecedent = //eng17341.eng.emc.com/root/emc/celerra:celerra_registeredprofile.i nstanceid="emc-nsg:celerra:rp:nashead" Dependent = //eng17341.eng.emc.com/root/emc/celerra:celerra_registeredsubprofile.instanceid="emc-nsg:celerra:rsp:filesystem" Reference 2: //eng17341.eng.emc.com/root/emc/celerra:celerra_subprofilerequiresprof ile.antecedent="//eng17341.eng.emc.com/root/emc/celerra:celerra_registere dprofile.i nstanceid=\"emc- NSG:Celerra:RP:NASHead\"",Dependent="//eng17341.eng.emc.com/root /emc/celerra:celerra_registeredsubprofile.instanceid=\"emc- NSG:Celerra:RSP:FileS torage\"" Antecedent = //eng17341.eng.emc.com/root/emc/celerra:celerra_registeredprofile.i nstanceid="emc-nsg:celerra:rp:nashead" Dependent = //eng17341.eng.emc.com/root/emc/celerra:celerra_registeredsubprofile.instanceid="emc-nsg:celerra:rsp:filestorage" Reference 3: //eng17341.eng.emc.com/root/emc/celerra:celerra_subprofilerequiresprof ile.antecedent="//eng17341.eng.emc.com/root/emc/celerra:celerra_registere dprofile.i nstanceid=\"emc- NSG:Celerra:RP:NASHead\"",Dependent="//eng17341.eng.emc.com/root /emc/celerra:celerra_registeredsubprofile.instanceid=\"emc- NSG:Celerra:RSP:FileE xport\"" Antecedent = //eng17341.eng.emc.com/root/emc/celerra:celerra_registeredprofile.i nstanceid="emc-nsg:celerra:rp:nashead" Dependent = //eng17341.eng.emc.com/root/emc/celerra:celerra_registeredsubprofile.instanceid="emc-nsg:celerra:rsp:fileexport" Reference 4: //eng17341.eng.emc.com/root/emc/celerra:celerra_subprofilerequiresprof ile.antecedent="//eng17341.eng.emc.com/root/emc/celerra:celerra_registere dprofile.i nstanceid=\"emc- NSG:Celerra:RP:NASHead\"",Dependent="//eng17341.eng.emc.com/root /emc/celerra:celerra_registeredsubprofile.instanceid=\"emc- NSG:Celerra:RSP:Block Services\"" Antecedent = //eng17341.eng.emc.com/root/emc/celerra:celerra_registeredprofile.i nstanceid="emc-nsg:celerra:rp:nashead" Dependent = //eng17341.eng.emc.com/root/emc/celerra:celerra_registeredsubprofile.instanceid="emc-nsg:celerra:rsp:blockservices" Reference 5: //eng17341.eng.emc.com/root/emc/celerra:celerra_subprofilerequiresprof ile 13 of 185

14 .Antecedent="//eng17341.eng.emc.com/root/emc/celerra:Celerra_Registere dprofile.i nstanceid=\"emc- NSG:Celerra:RP:NASHead\"",Dependent="//eng17341.eng.emc.com/root /emc/celerra:celerra_registeredsubprofile.instanceid=\"emc- NSG:Celerra:RSP:Exten tcomposition\"" Antecedent = //eng17341.eng.emc.com/root/emc/celerra:celerra_registeredprofile.i nstanceid="emc-nsg:celerra:rp:nashead" Dependent = //eng17341.eng.emc.com/root/emc/celerra:celerra_registeredsubprofile.instanceid="emc-nsg:celerra:rsp:extentcomposition" Reference 6: //eng17341.eng.emc.com/root/emc/celerra:celerra_subprofilerequiresprof ile.antecedent="//eng17341.eng.emc.com/root/emc/celerra:celerra_registere dprofile.i nstanceid=\"emc- NSG:Celerra:RP:NASHead\"",Dependent="//eng17341.eng.emc.com/root /emc/celerra:celerra_registeredsubprofile.instanceid=\"emc- NSG:Celerra:RSP:Physi calpackage\"" Antecedent = //eng17341.eng.emc.com/root/emc/celerra:celerra_registeredprofile.i nstanceid="emc-nsg:celerra:rp:nashead" Dependent = //eng17341.eng.emc.com/root/emc/celerra:celerra_registeredsubprofile.instanceid="emc-nsg:celerra:rsp:physicalpackage" Reference 7: //eng17341.eng.emc.com/root/emc/celerra:celerra_subprofilerequiresprof ile.antecedent="//eng17341.eng.emc.com/root/emc/celerra:celerra_registere dprofile.i nstanceid=\"emc- NSG:Celerra:RP:NASHead\"",Dependent="//eng17341.eng.emc.com/root /emc/celerra:celerra_registeredsubprofile.instanceid=\"emc- NSG:Celerra:RSP:Softw are\"" Antecedent = //eng17341.eng.emc.com/root/emc/celerra:celerra_registeredprofile.i nstanceid="emc-nsg:celerra:rp:nashead" Dependent = //eng17341.eng.emc.com/root/emc/celerra:celerra_registeredsubprofile.instanceid="emc-nsg:celerra:rsp:software" Reference 8: //eng17341.eng.emc.com/root/emc/celerra:celerra_subprofilerequiresprof ile.antecedent="//eng17341.eng.emc.com/root/emc/celerra:celerra_registere dprofile.i nstanceid=\"emc- NSG:Celerra:RP:NASHead\"",Dependent="//eng17341.eng.emc.com/root /emc/celerra:celerra_registeredsubprofile.instanceid=\"emc- NSG:Celerra:RSP:Locat ion\"" Antecedent = //eng17341.eng.emc.com/root/emc/celerra:celerra_registeredprofile.i nstanceid="emc-nsg:celerra:rp:nashead" Dependent = //eng17341.eng.emc.com/root/emc/celerra:celerra_registeredsubprofile 14 of 185

15 .InstanceID="EMC-NSG:Celerra:RSP:Location" Reference 9: //eng17341.eng.emc.com/root/emc/celerra:celerra_subprofilerequiresprof ile.antecedent="//eng17341.eng.emc.com/root/emc/celerra:celerra_registere dprofile.i nstanceid=\"emc- NSG:Celerra:RP:NASHead\"",Dependent="//eng17341.eng.emc.com/root /emc/celerra:celerra_registeredsubprofile.instanceid=\"emc- NSG:Celerra:RSP:Healt h\"" Antecedent = //eng17341.eng.emc.com/root/emc/celerra:celerra_registeredprofile.i nstanceid="emc-nsg:celerra:rp:nashead" Dependent = //eng17341.eng.emc.com/root/emc/celerra:celerra_registeredsubprofile.instanceid="emc-nsg:celerra:rsp:health" Reference 10: //eng17341.eng.emc.com/root/emc/celerra:celerra_subprofilerequiresprof ile.antecedent="//eng17341.eng.emc.com/root/emc/celerra:celerra_registere dprofile.i nstanceid=\"emc- NSG:Celerra:RP:NASHead\"",Dependent="//eng17341.eng.emc.com/root /emc/celerra:celerra_registeredsubprofile.instanceid=\"emc- NSG:Celerra:RSP:Files ystemmanipulation\"" Antecedent = //eng17341.eng.emc.com/root/emc/celerra:celerra_registeredprofile.i nstanceid="emc-nsg:celerra:rp:nashead" Dependent = //eng17341.eng.emc.com/root/emc/celerra:celerra_registeredsubprofile.instanceid="emc-nsg:celerra:rsp:filesystemmanipulation" Reference 11: //eng17341.eng.emc.com/root/emc/celerra:celerra_subprofilerequiresprof ile.antecedent="//eng17341.eng.emc.com/root/emc/celerra:celerra_registere dprofile.i nstanceid=\"emc- NSG:Celerra:RP:NASHead\"",Dependent="//eng17341.eng.emc.com/root /emc/celerra:celerra_registeredsubprofile.instanceid=\"emc- NSG:Celerra:RSP:FileE xportmanipulation\"" Antecedent = //eng17341.eng.emc.com/root/emc/celerra:celerra_registeredprofile.i nstanceid="emc-nsg:celerra:rp:nashead" Dependent = //eng17341.eng.emc.com/root/emc/celerra:celerra_registeredsubprofile.instanceid="emc-nsg:celerra:rsp:fileexportmanipulation" Reference 12: //eng17341.eng.emc.com/root/emc/celerra:celerra_subprofilerequiresprof ile.antecedent="//eng17341.eng.emc.com/root/emc/celerra:celerra_registere dprofile.i nstanceid=\"emc- NSG:Celerra:RP:NASHead\"",Dependent="//eng17341.eng.emc.com/root /emc/celerra:celerra_registeredsubprofile.instanceid=\"emc- NSG:Celerra:RSP:NASNe 15 of 185

16 tworkport\"" Antecedent = //eng17341.eng.emc.com/root/emc/celerra:celerra_registeredprofile.i nstanceid="emc-nsg:celerra:rp:nashead" Dependent = //eng17341.eng.emc.com/root/emc/celerra:celerra_registeredsubprofile.instanceid="emc-nsg:celerra:rsp:nasnetworkport" References: 13 references; repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue... Celerra Computer System The Celerra as a whole is considered as Celerra_CelerraComputerSystem, which is the top-level computer system and represents the NAS Head. NAS Head Profile on page 11 describes the methods to get information on individual classes of this profile. Appendix A: UML diagrams on page 166 provides information on how this profile is modeled. Celerra_DataMoverComputerSystem The Celerra_DataMoverComputerSystem consists of the Data Movers of the Celerra. ( :5988)? ei Class: CIM_ComputerSystem DeepInheritance [true]: LocalOnly [false]: IncludeQualifiers [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing EnumerateInstances: CIM_ComputerSystem ++++ includequalifiers: false Instance 0: Celerra_DataMoverComputerSystem.CreationClassName="Celerra_DataMoverCo mpu tersystem",name="fcntr :server_2" <INSTANCE CLASSNAME="Celerra_DataMoverComputerSystem" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_DataMoverComputerSystem " <VALUE>Celerra_DataMoverComputerSystem</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_DataMoverComputerSystem" TYPE="strin g"> <VALUE>FCNTR :server_2</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>DMCS:server_2</VALUE> <PROPERTY.ARRAY NAME="Dedicated" TYPE="uint16" CLASSORIGIN="Celerra_DataMoverCo mputersystem"> <VALUE>0</VALUE> <PROPERTY NAME="ElementName" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" <VALUE>server_2</VALUE> 16 of 185

17 <PROPERTY NAME="NameFormat" CLASSORIGIN="Celerra_DataMoverComputerSystem" TYPE= "string"> <VALUE>Other</VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_Dat amovercomputersystem"> Number of instance properties: 7 Property: CreationClassName Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: Dedicated Number of qualifiers: 0 Property: ElementName Number of qualifiers: 0 Property: NameFormat Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Instance 1: Celerra_DataMoverComputerSystem.CreationClassName="Celerra_DataMoverCo mpu tersystem",name="fcntr :server_3" <INSTANCE CLASSNAME="Celerra_DataMoverComputerSystem" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_DataMoverComputerSystem " <VALUE>Celerra_DataMoverComputerSystem</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_DataMoverComputerSystem" TYPE="strin g"> <VALUE>FCNTR :server_3</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>DMCS:server_3</VALUE> <PROPERTY.ARRAY NAME="Dedicated" TYPE="uint16" CLASSORIGIN="Celerra_DataMoverCo mputersystem"> <VALUE>0</VALUE> <PROPERTY NAME="ElementName" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" <VALUE>server_3</VALUE> <PROPERTY NAME="NameFormat" CLASSORIGIN="Celerra_DataMoverComputerSystem" TYPE= "string"> <VALUE>Other</VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_Dat amovercomputersystem"> 17 of 185

18 Number of instance properties: 7 Property: CreationClassName Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: Dedicated Number of qualifiers: 0 Property: ElementName Number of qualifiers: 0 Property: NameFormat Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 [---] Retrieve and Display data - 1 Iteration(s) In Seconds Celerra_NFSProtocolEndpoint The NFS interface on the Data Movers is represented by the NFSProtocolEndPoint. List of interfaces available for NFS export The following example illustrates the process: ( :5988)? ein Class: CIM_ProtocolEndPoint ++++ Testing EnumerationInstanceNames: CIM_ProtocolEndPoint ++++ Instance 0: Celerra_NFSProtocolEndpoint.CreationClassName="Celerra_NFSProtocolEndp oint",name ="NFS://server_2: ",SystemCreationClassName="Celerra_DataMo vercompute rsystem",systemname="server_2" Instance 1: Celerra_NFSProtocolEndpoint.CreationClassName="Celerra_NFSProtocolEndp oint",name ="NFS://server_2: ",SystemCreationClassName="Celerra_DataM overcomput ersystem",systemname="server_2" Instance 2: Celerra_NFSProtocolEndpoint.CreationClassName="Celerra_NFSProtocolEndp oint",name ="NFS://server_2: ",SystemCreationClassName="Celerra_DataM overcomput ersystem",systemname="server_2" Instance 3: Celerra_NFSProtocolEndpoint.CreationClassName="Celerra_NFSProtocolEndp oint",name ="NFS://server_3: ",SystemCreationClassName="Celerra_DataMo vercompute rsystem",systemname="server_3" Instance 4: Celerra_NFSProtocolEndpoint.CreationClassName="Celerra_NFSProtocolEndp oint",name ="NFS://server_3: ",SystemCreationClassName="Celerra_DataM overcomput ersystem",systemname="server_3" Instance 5: Celerra_NFSProtocolEndpoint.CreationClassName="Celerra_NFSProtocolEndp oint",name ="NFS://server_3: ",SystemCreationClassName="Celerra_DataM overcomput ersystem",systemname="server_3" Enumerate 6 instance names; repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue of 185

19 Celerra_CIFSProtocolEndpoint The CIFS interface on the Data Movers is represented by the CIFSProtocolEndpoint. List of interfaces available for CIFS shares ( :5988)? ein Class: CIM_ProtocolEndpoint ++++ Testing EnumerationInstanceNames: CIM_ProtocolEndpoint ++++ Instance 0: Celerra_CIFSProtocolEndpoint.CreationClassName="Celerra_CIFSProtocolEn dpoint",na me="cifs://dm2_cge1: ",systemcreationclassname="celerra_dat amovercomp utersystem",systemname="server_2" [---] Enumerate 9 instance names; repeat count 1;return data in seconds Celerra_PrimordialStorageExtent A PrimordialStorageExtent represents LUNs exported to the Celerra, those are called disk volumes. It represents an entire usable space of a disk drive. The primordial storage extents are associated to the primordial storage pool through the ConcreteComponent association. List of PrimordialStorageExtent ( :5988)? ein Class: CIM_StorageExtent ++++ Testing EnumerationInstanceNames: CIM_StorageExtent ++++ Instance 0: Celerra_PrimordialStorageExtent.CreationClassName="Celerra_PrimordialS torageexte nt",deviceid="10",systemcreationclassname="celerra_celerracomputersyst em",system Name="FCNTR " Instance 1: Celerra_PrimordialStorageExtent.CreationClassName="Celerra_PrimordialS torageexte nt",deviceid="3",systemcreationclassname="celerra_celerracomputersyste m",systemn ame="fcntr " Instance 2: Celerra_PrimordialStorageExtent.CreationClassName="Celerra_PrimordialS torageexte nt",deviceid="4",systemcreationclassname="celerra_celerracomputersyste m",systemn ame="fcntr " Instance 3: Celerra_PrimordialStorageExtent.CreationClassName="Celerra_PrimordialS torageexte nt",deviceid="5",systemcreationclassname="celerra_celerracomputersyste m",systemn ame="fcntr " Instance 4: Celerra_PrimordialStorageExtent.CreationClassName="Celerra_PrimordialS torageexte nt",deviceid="6",systemcreationclassname="celerra_celerracomputersyste m",systemn 19 of 185

20 ame="fcntr " Instance 5: Celerra_PrimordialStorageExtent.CreationClassName="Celerra_PrimordialS torageexte nt",deviceid="7",systemcreationclassname="celerra_celerracomputersyste m",systemn ame="fcntr " Instance 6: Celerra_PrimordialStorageExtent.CreationClassName="Celerra_PrimordialS torageexte nt",deviceid="8",systemcreationclassname="celerra_celerracomputersyste m",systemn ame="fcntr " Instance 7: Celerra_PrimordialStorageExtent.CreationClassName="Celerra_PrimordialS torageexte nt",deviceid="9",systemcreationclassname="celerra_celerracomputersyste m",systemn ame="fcntr " Celerra_NFSServer It represents the NFS servers on the Data Mover. The NFSServer runs on each Data Mover. To know the interface details on the NFSServers, use the following associations: ( :5988)? a ObjectPath: Celerra_NFSServer.CreationClassName="Celerra_NFSServer",Name="FCNTR :server_2:NFSServer" Assoc Class []: Celerra_HostedAccessPoint_NFSS_NFSPE Result Class []: Celerra_NFSProtocolEndpoint Role []: Antecedent Result Role []: Dependent IncludeQualifiers [false]: IncludeClassOrigin [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing Associators: Celerra_NFSServer.CreationClassName="Celerra_NFSServer ",Name="FCNTR :server_2:NFSServer" ++++ Associator 0: //eng17341.eng.emc.com/root/emc/celerra:celerra_nfsprotocolendpoint.cr eat ionclassname="celerra_nfsprotocolendpoint",name="nfs://server_2: ",sy stemcreationclassname="celerra_datamovercomputersystem",systemname="se rver_2" CreationClassName = Celerra_NFSProtocolEndpoint Name = NFS://server_2: SystemCreationClassName = Celerra_DataMoverComputerSystem SystemName = server_2 Caption = NFSPE:NFS://server_2: Description = NFS ProtocolEndPoint NameFormat = NFS://<mover:name>:<interface:address> OperationalStatus = 2 ProtocolIFType = 4200 Associator 1: //eng17341.eng.emc.com/root/emc/celerra:celerra_nfsprotocolendpoint.cr eat ionclassname="celerra_nfsprotocolendpoint",name="nfs://server_2: ",S ystemcreationclassname="celerra_datamovercomputersystem",systemname="s erver_2" CreationClassName = Celerra_NFSProtocolEndpoint 20 of 185

21 Name = NFS://server_2: SystemCreationClassName = Celerra_DataMoverComputerSystem SystemName = server_2 Caption = NFSPE:NFS://server_2: Description = NFS ProtocolEndPoint NameFormat = NFS://<mover:name>:<interface:address> OperationalStatus = 2 ProtocolIFType = 4200 Associator 2: //eng17341.eng.emc.com/root/emc/celerra:celerra_nfsprotocolendpoint.cr eat ionclassname="celerra_nfsprotocolendpoint",name="nfs://server_2: ",S ystemcreationclassname="celerra_datamovercomputersystem",systemname="s erver_2" CreationClassName = Celerra_NFSProtocolEndpoint Name = NFS://server_2: SystemCreationClassName = Celerra_DataMoverComputerSystem SystemName = server_2 Caption = NFSPE:NFS://server_2: Description = NFS ProtocolEndPoint NameFormat = NFS://<mover:name>:<interface:address> OperationalStatus = 2 ProtocolIFType = 4200 Associators: 3 associators; repeat count 1;return data in seconds 21 of 185

22 Block Services Package SMI-S version 1.1 introduces a new component called Package. Packages are collections of classes and associations that are used in multiple profiles or subprofiles. Rather than repeating the content in each of the profile models, the information is packaged and referenced in the appropriate profile and subprofile models. This section focuses on the Block Services Package. The Block Services Package is referenced by storage-related profiles that allow a client to manage storage pools, storage volumes, and logical disks. View the meta volumes on which file systems are created repeat count: 1 ( :5988)? ei Class: CIM_LogicalDisk DeepInheritance [true]: LocalOnly [false]: IncludeQualifiers [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing EnumerateInstances: CIM_LogicalDisk ++++ includequalifiers: false Instance 0: Celerra_LogicalDisk.CreationClassName="Celerra_LogicalDisk",DeviceID=" 114 ",SystemCreationClassName="Celerra_CelerraComputerSystem",SystemName=" FCNTR " <INSTANCE CLASSNAME="Celerra_LogicalDisk" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_LogicalDisk" TYPE="stri ng"> <VALUE>Celerra_LogicalDisk</VALUE> <PROPERTY NAME="DeviceID" CLASSORIGIN="Celerra_LogicalDisk" <VALUE>114</VALUE> <PROPERTY NAME="SystemCreationClassName" CLASSORIGIN="Celerra_LogicalDisk" TYPE ="string"> <VALUE>Celerra_CelerraComputerSystem</VALUE> <PROPERTY NAME="SystemName" CLASSORIGIN="Celerra_LogicalDisk" <VALUE>FCNTR </VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_LogicalDisk" TYPE="uint64"> <VALUE>512</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>LD:v114</VALUE> <PROPERTY NAME="ConsumableBlocks" CLASSORIGIN="Celerra_LogicalDisk" TYPE="uint6 4"> <VALUE>4096</VALUE> <PROPERTY NAME="DataRedundancy" CLASSORIGIN="CIM_StorageExtent" PROPAGATED="tru e" TYPE="uint16"> <VALUE>0</VALUE> 22 of 185

23 <PROPERTY NAME="DeltaReservation" CLASSORIGIN="CIM_StorageExtent" PROPAGATED="t rue" TYPE="uint8"> <VALUE>0</VALUE> <PROPERTY.ARRAY NAME="ExtentStatus" TYPE="uint16" CLASSORIGIN="CIM_StorageExten t" PROPAGATED="true"> <PROPERTY NAME="IsBasedOnUnderlyingRedundancy" CLASSORIGIN="CIM_StorageExtent" PROPAGATED="true" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_LogicalDisk" <VALUE>v114</VALUE> <PROPERTY NAME="NameFormat" CLASSORIGIN="Celerra_LogicalDisk" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY NAME="NoSinglePointOfFailure" CLASSORIGIN="CIM_StorageExtent" PROPAGA TED="true" TYPE="boolean"> <VALUE>FALSE</VALUE> <PROPERTY NAME="NumberOfBlocks" CLASSORIGIN="Celerra_LogicalDisk" TYPE="uint64" > <VALUE>4096</VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_Log icaldisk"> <PROPERTY NAME="OtherUsageDescription" CLASSORIGIN="CIM_LogicalDisk" PROPAGATED ="true" <VALUE>Reserved for ComputerSystem (NAS Head)</VALUE> <PROPERTY NAME="PackageRedundancy" CLASSORIGIN="CIM_StorageExtent" PROPAGATED=" true" TYPE="uint16"> <VALUE>0</VALUE> <PROPERTY NAME="Primordial" CLASSORIGIN="CIM_StorageExtent" PROPAGATED="true" T YPE="boolean"> <VALUE>FALSE</VALUE> <PROPERTY NAME="Usage" CLASSORIGIN="CIM_LogicalDisk" PROPAGATED="true" TYPE="ui nt16"> <VALUE>1</VALUE> Number of instance properties: 20 Property: CreationClassName Number of qualifiers: 0 Property: DeviceID Number of qualifiers: 0 Property: SystemCreationClassName Number of qualifiers: 0 Property: SystemName Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: ConsumableBlocks Number of qualifiers: 0 23 of 185

24 Property: DataRedundancy Number of qualifiers: 0 Property: DeltaReservation Number of qualifiers: 0 Property: ExtentStatus Number of qualifiers: 0 Property: IsBasedOnUnderlyingRedundancy Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: NameFormat Number of qualifiers: 0 Property: NoSinglePointOfFailure Number of qualifiers: 0 Property: NumberOfBlocks Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: OtherUsageDescription Number of qualifiers: 0 Property: PackageRedundancy Number of qualifiers: 0 Property: Primordial Number of qualifiers: 0 Property: Usage Number of qualifiers: 0 Instance 1: Celerra_LogicalDisk.CreationClassName="Celerra_LogicalDisk",DeviceID=" 117 ",SystemCreationClassName="Celerra_CelerraComputerSystem",SystemName=" FCNTR " <INSTANCE CLASSNAME="Celerra_LogicalDisk" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_LogicalDisk" TYPE="stri ng"> <VALUE>Celerra_LogicalDisk</VALUE> <PROPERTY NAME="DeviceID" CLASSORIGIN="Celerra_LogicalDisk" <VALUE>117</VALUE> <PROPERTY NAME="SystemCreationClassName" CLASSORIGIN="Celerra_LogicalDisk" TYPE ="string"> <VALUE>Celerra_CelerraComputerSystem</VALUE> <PROPERTY NAME="SystemName" CLASSORIGIN="Celerra_LogicalDisk" <VALUE>FCNTR </VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_LogicalDisk" TYPE="uint64"> <VALUE>512</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>LD:v117</VALUE> <PROPERTY NAME="ConsumableBlocks" CLASSORIGIN="Celerra_LogicalDisk" TYPE="uint6 4"> <VALUE>4096</VALUE> <PROPERTY NAME="DataRedundancy" CLASSORIGIN="CIM_StorageExtent" PROPAGATED="tru e" TYPE="uint16"> <VALUE>0</VALUE> <PROPERTY NAME="DeltaReservation" CLASSORIGIN="CIM_StorageExtent" PROPAGATED="t rue" TYPE="uint8"> <VALUE>0</VALUE> <PROPERTY.ARRAY NAME="ExtentStatus" TYPE="uint16" CLASSORIGIN="CIM_StorageExten t" PROPAGATED="true"> <PROPERTY NAME="IsBasedOnUnderlyingRedundancy" CLASSORIGIN="CIM_StorageExtent" 24 of 185

25 PROPAGATED="true" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_LogicalDisk" <VALUE>v117</VALUE> <PROPERTY NAME="NameFormat" CLASSORIGIN="Celerra_LogicalDisk" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY NAME="NoSinglePointOfFailure" CLASSORIGIN="CIM_StorageExtent" PROPAGA TED="true" TYPE="boolean"> <VALUE>FALSE</VALUE> <PROPERTY NAME="NumberOfBlocks" CLASSORIGIN="Celerra_LogicalDisk" TYPE="uint64" > <VALUE>4096</VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_Log icaldisk"> <PROPERTY NAME="OtherUsageDescription" CLASSORIGIN="CIM_LogicalDisk" PROPAGATED ="true" <VALUE>Reserved for ComputerSystem (NAS Head)</VALUE> <PROPERTY NAME="PackageRedundancy" CLASSORIGIN="CIM_StorageExtent" PROPAGATED=" true" TYPE="uint16"> <VALUE>0</VALUE> <PROPERTY NAME="Primordial" CLASSORIGIN="CIM_StorageExtent" PROPAGATED="true" T YPE="boolean"> <VALUE>FALSE</VALUE> <PROPERTY NAME="Usage" CLASSORIGIN="CIM_LogicalDisk" PROPAGATED="true" TYPE="ui nt16"> <VALUE>1</VALUE> Number of instance properties: 20 Property: CreationClassName Number of qualifiers: 0 Property: DeviceID Number of qualifiers: 0 Property: SystemCreationClassName Number of qualifiers: 0 Property: SystemName Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: ConsumableBlocks Number of qualifiers: 0 Property: DataRedundancy Number of qualifiers: 0 Property: DeltaReservation Number of qualifiers: 0 Property: ExtentStatus Number of qualifiers: 0 Property: IsBasedOnUnderlyingRedundancy Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: NameFormat Number of qualifiers: 0 Property: NoSinglePointOfFailure Number of qualifiers: 0 Property: NumberOfBlocks Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: OtherUsageDescription Number of qualifiers: 0 Property: PackageRedundancy Number of qualifiers: 0 Property: Primordial Number of qualifiers: 0 Property: Usage Number of qualifiers: 0 25 of 185

26 Instance 2: Celerra_LogicalDisk.CreationClassName="Celerra_LogicalDisk",DeviceID=" 120 ",SystemCreationClassName="Celerra_CelerraComputerSystem",SystemName=" FCNTR " <INSTANCE CLASSNAME="Celerra_LogicalDisk" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_LogicalDisk" TYPE="stri ng"> <VALUE>Celerra_LogicalDisk</VALUE> <PROPERTY NAME="DeviceID" CLASSORIGIN="Celerra_LogicalDisk" <VALUE>120</VALUE> <PROPERTY NAME="SystemCreationClassName" CLASSORIGIN="Celerra_LogicalDisk" TYPE ="string"> <VALUE>Celerra_CelerraComputerSystem</VALUE> <PROPERTY NAME="SystemName" CLASSORIGIN="Celerra_LogicalDisk" <VALUE>FCNTR </VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_LogicalDisk" TYPE="uint64"> <VALUE>512</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>LD:v120</VALUE> <PROPERTY NAME="ConsumableBlocks" CLASSORIGIN="Celerra_LogicalDisk" TYPE="uint6 4"> <VALUE>4096</VALUE> <PROPERTY NAME="DataRedundancy" CLASSORIGIN="CIM_StorageExtent" PROPAGATED="tru e" TYPE="uint16"> <VALUE>0</VALUE> <PROPERTY NAME="DeltaReservation" CLASSORIGIN="CIM_StorageExtent" PROPAGATED="t rue" TYPE="uint8"> <VALUE>0</VALUE> <PROPERTY.ARRAY NAME="ExtentStatus" TYPE="uint16" CLASSORIGIN="CIM_StorageExten t" PROPAGATED="true"> <PROPERTY NAME="IsBasedOnUnderlyingRedundancy" CLASSORIGIN="CIM_StorageExtent" PROPAGATED="true" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_LogicalDisk" <VALUE>v120</VALUE> <PROPERTY NAME="NameFormat" CLASSORIGIN="Celerra_LogicalDisk" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY NAME="NoSinglePointOfFailure" CLASSORIGIN="CIM_StorageExtent" PROPAGA TED="true" TYPE="boolean"> <VALUE>FALSE</VALUE> 26 of 185

27 <PROPERTY NAME="NumberOfBlocks" CLASSORIGIN="Celerra_LogicalDisk" TYPE="uint64" > <VALUE>4096</VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_Log icaldisk"> <PROPERTY NAME="OtherUsageDescription" CLASSORIGIN="CIM_LogicalDisk" PROPAGATED ="true" <VALUE>Reserved for ComputerSystem (NAS Head)</VALUE> <PROPERTY NAME="PackageRedundancy" CLASSORIGIN="CIM_StorageExtent" PROPAGATED=" true" TYPE="uint16"> <VALUE>0</VALUE> <PROPERTY NAME="Primordial" CLASSORIGIN="CIM_StorageExtent" PROPAGATED="true" T YPE="boolean"> <VALUE>FALSE</VALUE> <PROPERTY NAME="Usage" CLASSORIGIN="CIM_LogicalDisk" PROPAGATED="true" TYPE="ui nt16"> <VALUE>1</VALUE> Number of instance properties: 20 Property: CreationClassName Number of qualifiers: 0 Property: DeviceID Number of qualifiers: 0 Property: SystemCreationClassName Number of qualifiers: 0 Property: SystemName Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: ConsumableBlocks Number of qualifiers: 0 Property: DataRedundancy Number of qualifiers: 0 Property: DeltaReservation Number of qualifiers: 0 Property: ExtentStatus Number of qualifiers: 0 Property: IsBasedOnUnderlyingRedundancy Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: NameFormat Number of qualifiers: 0 Property: NoSinglePointOfFailure Number of qualifiers: 0 Property: NumberOfBlocks Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: OtherUsageDescription Number of qualifiers: 0 Property: PackageRedundancy Number of qualifiers: 0 Property: Primordial Number of qualifiers: 0 Property: Usage Number of qualifiers: 0 Instance 3: Celerra_LogicalDisk.CreationClassName="Celerra_LogicalDisk",DeviceID=" 123 ",SystemCreationClassName="Celerra_CelerraComputerSystem",SystemName=" FCNTR " <INSTANCE CLASSNAME="Celerra_LogicalDisk" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_LogicalDisk" TYPE="stri ng"> <VALUE>Celerra_LogicalDisk</VALUE> 27 of 185

28 <PROPERTY NAME="DeviceID" CLASSORIGIN="Celerra_LogicalDisk" <VALUE>123</VALUE> <PROPERTY NAME="SystemCreationClassName" CLASSORIGIN="Celerra_LogicalDisk" TYPE ="string"> <VALUE>Celerra_CelerraComputerSystem</VALUE> <PROPERTY NAME="SystemName" CLASSORIGIN="Celerra_LogicalDisk" <VALUE>FCNTR </VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_LogicalDisk" TYPE="uint64"> <VALUE>512</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>LD:v123</VALUE> <PROPERTY NAME="ConsumableBlocks" CLASSORIGIN="Celerra_LogicalDisk" TYPE="uint6 4"> <VALUE>20480</VALUE> <PROPERTY NAME="DataRedundancy" CLASSORIGIN="CIM_StorageExtent" PROPAGATED="tru e" TYPE="uint16"> <VALUE>0</VALUE> <PROPERTY NAME="DeltaReservation" CLASSORIGIN="CIM_StorageExtent" PROPAGATED="t rue" TYPE="uint8"> <VALUE>0</VALUE> <PROPERTY.ARRAY NAME="ExtentStatus" TYPE="uint16" CLASSORIGIN="CIM_StorageExten t" PROPAGATED="true"> <PROPERTY NAME="IsBasedOnUnderlyingRedundancy" CLASSORIGIN="CIM_StorageExtent" PROPAGATED="true" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_LogicalDisk" <VALUE>v123</VALUE> <PROPERTY NAME="NameFormat" CLASSORIGIN="Celerra_LogicalDisk" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY NAME="NoSinglePointOfFailure" CLASSORIGIN="CIM_StorageExtent" PROPAGA TED="true" TYPE="boolean"> <VALUE>FALSE</VALUE> <PROPERTY NAME="NumberOfBlocks" CLASSORIGIN="Celerra_LogicalDisk" TYPE="uint64" > <VALUE>20480</VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_Log icaldisk"> 28 of 185

29 <PROPERTY NAME="OtherUsageDescription" CLASSORIGIN="CIM_LogicalDisk" PROPAGATED ="true" <VALUE>Reserved for ComputerSystem (NAS Head)</VALUE> <PROPERTY NAME="PackageRedundancy" CLASSORIGIN="CIM_StorageExtent" PROPAGATED=" true" TYPE="uint16"> <VALUE>0</VALUE> <PROPERTY NAME="Primordial" CLASSORIGIN="CIM_StorageExtent" PROPAGATED="true" T YPE="boolean"> <VALUE>FALSE</VALUE> <PROPERTY NAME="Usage" CLASSORIGIN="CIM_LogicalDisk" PROPAGATED="true" TYPE="ui nt16"> <VALUE>1</VALUE> Number of instance properties: 20 Property: CreationClassName Number of qualifiers: 0 Property: DeviceID Number of qualifiers: 0 Property: SystemCreationClassName Number of qualifiers: 0 Property: SystemName Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: ConsumableBlocks Number of qualifiers: 0 Property: DataRedundancy Number of qualifiers: 0 Property: DeltaReservation Number of qualifiers: 0 Property: ExtentStatus Number of qualifiers: 0 Property: IsBasedOnUnderlyingRedundancy Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: NameFormat Number of qualifiers: 0 Property: NoSinglePointOfFailure Number of qualifiers: 0 Property: NumberOfBlocks Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: OtherUsageDescription Number of qualifiers: 0 Property: PackageRedundancy Number of qualifiers: 0 Property: Primordial Number of qualifiers: 0 Property: Usage Number of qualifiers: 0 Enumerate 4 instances; repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue... Primordial storage pool Collection of all disks is considered as the primodial storage pool. To view it, use the following: repeat count: 1 ( :5988)? ei Class: CIM_StoragePool DeepInheritance [true]: LocalOnly [false]: IncludeQualifiers [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing EnumerateInstances: CIM_StoragePool ++++ includequalifiers: false Instance 0: Celerra_PrimordialStoragePool.InstanceID="EMC- NSG:root/emc/celerra:FCNTR :PSP:PSP1" <INSTANCE CLASSNAME="Celerra_PrimordialStoragePool" > 29 of 185

30 <PROPERTY NAME="InstanceID" CLASSORIGIN="Celerra_PrimordialStoragePool" TYPE="s tring"> <VALUE>EMC-NSG:root/emc/celerra:FCNTR :PSP:PSP1</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>PSP:PSP1</VALUE> <PROPERTY NAME="PoolID" CLASSORIGIN="Celerra_PrimordialStoragePool" TYPE="strin g"> <VALUE>PSP1</VALUE> <PROPERTY NAME="Primordial" CLASSORIGIN="Celerra_PrimordialStoragePool" TYPE="b oolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="RemainingManagedSpace" CLASSORIGIN="Celerra_PrimordialStoragePo ol" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY NAME="TotalManagedSpace" CLASSORIGIN="Celerra_PrimordialStoragePool" TYPE="uint64"> <VALUE> </VALUE> Number of instance properties: 6 Property: InstanceID Number of qualifiers: 0 Property: PoolID Number of qualifiers: 0 Property: Primordial Number of qualifiers: 0 Property: RemainingManagedSpace Number of qualifiers: 0 Property: TotalManagedSpace Number of qualifiers: 0 [---] Enumerate 3 instances; repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue... View the storage pool of the Celerra ( :5988)? ei Class: CIM_StoragePool DeepInheritance [true]: LocalOnly [false]: IncludeQualifiers [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing EnumerateInstances: Celerra_NonPrimordialStoragePool ++++ includequalifiers: false Instance 0: Celerra_NonPrimordialStoragePool.InstanceID="EMC- NSG:root/emc/celerra:FCN TR :NPSP:3" <INSTANCE CLASSNAME="Celerra_NonPrimordialStoragePool" > <PROPERTY NAME="InstanceID" CLASSORIGIN="Celerra_NonPrimordialStoragePool" TYPE ="string"> <VALUE>EMC-NSG:root/emc/celerra:FCNTR :NPSP:3</VALUE> 30 of 185

31 <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" <VALUE>NPSP:clar_r5_performance</VALUE> <PROPERTY NAME="PoolID" CLASSORIGIN="Celerra_NonPrimordialStoragePool" TYPE="st ring"> <VALUE>3</VALUE> <PROPERTY NAME="Primordial" CLASSORIGIN="Celerra_NonPrimordialStoragePool" TYPE ="boolean"> <VALUE>FALSE</VALUE> <PROPERTY NAME="RemainingManagedSpace" CLASSORIGIN="Celerra_NonPrimordialStorag epool" TYPE="uint64"> <VALUE>0</VALUE> <PROPERTY NAME="TotalManagedSpace" CLASSORIGIN="Celerra_NonPrimordialStoragePoo l" TYPE="uint64"> <VALUE>0</VALUE> Number of instance properties: 6 Property: InstanceID Number of qualifiers: 0 Property: PoolID Number of qualifiers: 0 Property: Primordial Number of qualifiers: 0 Property: RemainingManagedSpace Number of qualifiers: 0 Property: TotalManagedSpace Number of qualifiers: 0 Instance 1: Celerra_NonPrimordialStoragePool.InstanceID="EMC- NSG:root/emc/celerra:FCN TR :NPSP:4" <INSTANCE CLASSNAME="Celerra_NonPrimordialStoragePool" > <PROPERTY NAME="InstanceID" CLASSORIGIN="Celerra_NonPrimordialStoragePool" TYPE ="string"> <VALUE>EMC-NSG:root/emc/celerra:FCNTR :NPSP:4</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>NPSP:clar_r5_economy</VALUE> <PROPERTY NAME="PoolID" CLASSORIGIN="Celerra_NonPrimordialStoragePool" TYPE="st ring"> <VALUE>4</VALUE> <PROPERTY NAME="Primordial" CLASSORIGIN="Celerra_NonPrimordialStoragePool" TYPE ="boolean"> <VALUE>FALSE</VALUE> <PROPERTY NAME="RemainingManagedSpace" CLASSORIGIN="Celerra_NonPrimordialStorag epool" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY NAME="TotalManagedSpace" CLASSORIGIN="Celerra_NonPrimordialStoragePoo l" TYPE="uint64"> <VALUE> </VALUE> 31 of 185

32 Number of instance properties: 6 Property: InstanceID Number of qualifiers: 0 Property: PoolID Number of qualifiers: 0 Property: Primordial Number of qualifiers: 0 Property: RemainingManagedSpace Number of qualifiers: 0 Property: TotalManagedSpace Number of qualifiers: 0 [---] Enumerate 3 instances; repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue... The setting can be viewed by using Celerra_LogicalDiskStorageSetting and Celerra_StoragePoolStorageCapabilities. Verify the computer system on which the non-primordial storage pool is created repeat count: 1 ( :5988)? ei Class: Celerra_HostedStoragePool_CCS_NPSP DeepInheritance [true]: LocalOnly [false]: IncludeQualifiers [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing EnumerateInstances: Celerra_HostedStoragePool_CCS_NPSP ++++ includequalifiers: false Instance 0: Celerra_HostedStoragePool_CCS_NPSP.GroupComponent="//eng17341.eng.emc. com /root/emc/celerra:celerra_celerracomputersystem.creationclassname=\"ce lerra_cele rracomputersystem\",name=\"fcntr \"",partcomponent="//eng eng.e mc.com/root/emc/celerra:celerra_nonprimordialstoragepool.instanceid=\" EMC-NSG:ro ot/emc/celerra:fcntr :npsp:3\"" <INSTANCE CLASSNAME="Celerra_HostedStoragePool_CCS_NPSP" > <PROPERTY.REFERENCE NAME="GroupComponent" CLASSORIGIN="Celerra_HostedStoragePoo l_ccs_npsp"> <VALUE.REFERENCE> <INSTANCEPATH> <NAMESPACEPATH> <HOST>eng17341.eng.emc.com</HOST> <LOCALNAMESPACEPATH> <NAMESPACE NAME="root"/> <NAMESPACE NAME="emc"/> <NAMESPACE NAME="celerra"/> </LOCALNAMESPACEPATH> </NAMESPACEPATH> <INSTANCENAME CLASSNAME="Celerra_CelerraComputerSystem"> <KEYBINDING NAME="CreationClassName"> <KEYVALUE VALUECelerra_CelerraComputerSystem</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="Name"> <KEYVALUE VALUEFCNTR </KEYVALUE> </KEYBINDING> </INSTANCENAME> </INSTANCEPATH> </VALUE.REFERENCE> </PROPERTY.REFERENCE> 32 of 185

33 <PROPERTY.REFERENCE NAME="PartComponent" CLASSORIGIN="Celerra_HostedStoragePool _CCS_NPSP"> <VALUE.REFERENCE> <INSTANCEPATH> <NAMESPACEPATH> <HOST>eng17341.eng.emc.com</HOST> <LOCALNAMESPACEPATH> <NAMESPACE NAME="root"/> <NAMESPACE NAME="emc"/> <NAMESPACE NAME="celerra"/> </LOCALNAMESPACEPATH> </NAMESPACEPATH> <INSTANCENAME CLASSNAME="Celerra_NonPrimordialStoragePool"> <KEYBINDING NAME="InstanceID"> <KEYVALUE VALUEEMC- NSG:root/emc/celerra:FCNTR :NPSP:3< /KEYVALUE> </KEYBINDING> </INSTANCENAME> </INSTANCEPATH> </VALUE.REFERENCE> </PROPERTY.REFERENCE> Number of instance properties: 2 Property: GroupComponent Number of qualifiers: 0 Property: PartComponent Number of qualifiers: 0 Instance 1: Celerra_HostedStoragePool_CCS_NPSP.GroupComponent="//eng17341.eng.emc. com /root/emc/celerra:celerra_celerracomputersystem.creationclassname=\"ce lerra_cele rracomputersystem\",name=\"fcntr \"",partcomponent="//eng eng.e mc.com/root/emc/celerra:celerra_nonprimordialstoragepool.instanceid=\" EMC-NSG:ro ot/emc/celerra:fcntr :npsp:4\"" <INSTANCE CLASSNAME="Celerra_HostedStoragePool_CCS_NPSP" > <PROPERTY.REFERENCE NAME="GroupComponent" CLASSORIGIN="Celerra_HostedStoragePoo l_ccs_npsp"> <VALUE.REFERENCE> <INSTANCEPATH> <NAMESPACEPATH> <HOST>eng17341.eng.emc.com</HOST> <LOCALNAMESPACEPATH> <NAMESPACE NAME="root"/> <NAMESPACE NAME="emc"/> <NAMESPACE NAME="celerra"/> </LOCALNAMESPACEPATH> </NAMESPACEPATH> <INSTANCENAME CLASSNAME="Celerra_CelerraComputerSystem"> <KEYBINDING NAME="CreationClassName"> <KEYVALUE VALUECelerra_CelerraComputerSystem</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="Name"> <KEYVALUE VALUEFCNTR </KEYVALUE> </KEYBINDING> </INSTANCENAME> </INSTANCEPATH> </VALUE.REFERENCE> </PROPERTY.REFERENCE> <PROPERTY.REFERENCE NAME="PartComponent" CLASSORIGIN="Celerra_HostedStoragePool _CCS_NPSP"> <VALUE.REFERENCE> <INSTANCEPATH> 33 of 185

34 <NAMESPACEPATH> <HOST>eng17341.eng.emc.com</HOST> <LOCALNAMESPACEPATH> <NAMESPACE NAME="root"/> <NAMESPACE NAME="emc"/> <NAMESPACE NAME="celerra"/> </LOCALNAMESPACEPATH> </NAMESPACEPATH> <INSTANCENAME CLASSNAME="Celerra_NonPrimordialStoragePool"> <KEYBINDING NAME="InstanceID"> <KEYVALUE VALUEEMC- NSG:root/emc/celerra:FCNTR :NPSP:4< /KEYVALUE> </KEYBINDING> </INSTANCENAME> </INSTANCEPATH> </VALUE.REFERENCE> </PROPERTY.REFERENCE> Number of instance properties: 2 Property: GroupComponent Number of qualifiers: 0 Property: PartComponent Number of qualifiers: 0 [---] Enumerate 3 instances; repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue of 185

35 Filesystem The Filesystem Profile is a subprofile of autonomous profiles that supports the file systems. Create a list of non-hidden and mounted uxfs file systems with all the mandatory properties ( :5988)? ei Class: CIM_LocalFileSystem DeepInheritance [true]: LocalOnly [false]: IncludeQualifiers [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing EnumerateInstances:Celerra_UxfsLocalFileSystem ++++ includequalifiers: false Instance 0: Celerra_UxfsLocalFileSystem.CreationClassName="Celerra_UxfsLocalFileSy stem",cscreationclassname="celerra_datamovercomputersystem",csname="se rver_2",name= "15" <INSTANCE CLASSNAME="Celerra_UxfsLocalFileSystem" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" <VALUE>Celerra_UxfsLocalFileSystem</VALUE> <PROPERTY NAME="CSCreationClassName" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" <VALUE>Celerra_DataMoverComputerSystem</VALUE> <PROPERTY NAME="CSName" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" <VALUE>server_2</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" <VALUE>15</VALUE> <PROPERTY NAME="AvailableSpace" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" TYPE="uint64"> <VALUE>0</VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" TYPE="uint64"> <VALUE>1024</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" <VALUE>UFS:fs_dm2_0</VALUE> <PROPERTY NAME="CasePreserved" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="CaseSensitive" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="ElementName" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" <VALUE>fs_dm2_0</VALUE> <PROPERTY NAME="FileSystemSize" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" TYPE="uint64"> <VALUE>0</VALUE> 35 of 185

36 <PROPERTY NAME="FileSystemType" CLASSORIGIN="Celerra_UxfsLocalFileSystem" <VALUE>21</VALUE> <PROPERTY NAME="LocalAccessDefinitionRequired" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" TYPE="uint16"> <VALUE>3</VALUE> <PROPERTY NAME="MaxFileNameLength" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" TYPE="uint32"> <VALUE>255</VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true"> <PROPERTY NAME="PathNameSeparatorString" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" <VALUE>/</VALUE> Number of instance properties: 16 Property: CreationClassName Number of qualifiers: 0 Property: CSCreationClassName Number of qualifiers: 0 Property: CSName Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: AvailableSpace Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: CasePreserved Number of qualifiers: 0 Property: CaseSensitive Number of qualifiers: 0 Property: ElementName Number of qualifiers: 0 Property: FileSystemSize Number of qualifiers: 0 Property: FileSystemType Number of qualifiers: 0 Property: LocalAccessDefinitionRequired Number of qualifiers: 0 Property: MaxFileNameLength Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: PathNameSeparatorString Number of qualifiers: 0 Instance 1: Celerra_UxfsLocalFileSystem.CreationClassName="Celerra_UxfsLocalFileSy stem",cscreationclassname="celerra_datamovercomputersystem",csname="se rver_2",name= "17" <INSTANCE CLASSNAME="Celerra_UxfsLocalFileSystem" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" <VALUE>Celerra_UxfsLocalFileSystem</VALUE> <PROPERTY NAME="CSCreationClassName" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" <VALUE>Celerra_DataMoverComputerSystem</VALUE> <PROPERTY NAME="CSName" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" <VALUE>server_2</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" <VALUE>17</VALUE> <PROPERTY NAME="AvailableSpace" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" TYPE="uint64"> <VALUE>0</VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" TYPE="uint64"> <VALUE>1024</VALUE> 36 of 185

37 <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" <VALUE>UFS:fs_dm2_1</VALUE> <PROPERTY NAME="CasePreserved" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="CaseSensitive" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="ElementName" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" <VALUE>fs_dm2_1</VALUE> <PROPERTY NAME="FileSystemSize" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" TYPE="uint64"> <VALUE>0</VALUE> <PROPERTY NAME="FileSystemType" CLASSORIGIN="Celerra_UxfsLocalFileSystem" <VALUE>21</VALUE> <PROPERTY NAME="LocalAccessDefinitionRequired" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" TYPE="uint16"> <VALUE>3</VALUE> <PROPERTY NAME="MaxFileNameLength" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" TYPE="uint32"> <VALUE>255</VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true"> <PROPERTY NAME="PathNameSeparatorString" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" <VALUE>/</VALUE> Number of instance properties: 16 Property: CreationClassName Number of qualifiers: 0 Property: CSCreationClassName Number of qualifiers: 0 Property: CSName Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: AvailableSpace Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: CasePreserved Number of qualifiers: 0 Property: CaseSensitive Number of qualifiers: 0 Property: ElementName Number of qualifiers: 0 Property: FileSystemSize Number of qualifiers: 0 Property: FileSystemType Number of qualifiers: 0 Property: LocalAccessDefinitionRequired Number of qualifiers: 0 Property: MaxFileNameLength Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: PathNameSeparatorString Number of qualifiers: 0 Instance 2: Celerra_UxfsLocalFileSystem.CreationClassName="Celerra_UxfsLocalFileSy stem",cscreationclassname="celerra_datamovercomputersystem",csname="se rver_2",name= "18" <INSTANCE CLASSNAME="Celerra_UxfsLocalFileSystem" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" 37 of 185

38 <VALUE>Celerra_UxfsLocalFileSystem</VALUE> <PROPERTY NAME="CSCreationClassName" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" <VALUE>Celerra_DataMoverComputerSystem</VALUE> <PROPERTY NAME="CSName" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" <VALUE>server_2</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" <VALUE>18</VALUE> <PROPERTY NAME="AvailableSpace" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" TYPE="uint64"> <VALUE>0</VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" TYPE="uint64"> <VALUE>1024</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" <VALUE>UFS:fs_dm2_2</VALUE> <PROPERTY NAME="CasePreserved" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="CaseSensitive" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="ElementName" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" <VALUE>fs_dm2_2</VALUE> <PROPERTY NAME="FileSystemSize" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" TYPE="uint64"> <VALUE>0</VALUE> <PROPERTY NAME="FileSystemType" CLASSORIGIN="Celerra_UxfsLocalFileSystem" <VALUE>21</VALUE> <PROPERTY NAME="LocalAccessDefinitionRequired" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" TYPE="uint16"> <VALUE>3</VALUE> <PROPERTY NAME="MaxFileNameLength" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" TYPE="uint32"> <VALUE>255</VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true"> <PROPERTY NAME="PathNameSeparatorString" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" <VALUE>/</VALUE> Number of instance properties: 16 Property: CreationClassName Number of qualifiers: 0 Property: CSCreationClassName Number of qualifiers: 0 Property: CSName Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: AvailableSpace Number of qualifiers: 0 38 of 185

39 Property: BlockSize Number of qualifiers: 0 Property: CasePreserved Number of qualifiers: 0 Property: CaseSensitive Number of qualifiers: 0 Property: ElementName Number of qualifiers: 0 Property: FileSystemSize Number of qualifiers: 0 Property: FileSystemType Number of qualifiers: 0 Property: LocalAccessDefinitionRequired Number of qualifiers: 0 Property: MaxFileNameLength Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: PathNameSeparatorString Number of qualifiers: 0 [---] Enumerate 4 instances; repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue... Create a list of non-hidden and mounted uxfs file systems with key properties repeat count: 1 ( :5988)? ein Class: CIM_LocalFileSystem ++++ Testing EnumerationInstanceNames: CIM_LocalFileSystem ++++ Instance 0: Celerra_UxfsLocalFileSystem.CreationClassName="Celerra_UxfsLocalFileSy stem",cscreationclassname="celerra_datamovercomputersystem",csname="se rver_2",name="15" Instance 1: Celerra_UxfsLocalFileSystem.CreationClassName="Celerra_UxfsLocalFileSy stem",cscreationclassname="celerra_datamovercomputersystem",csname="se rver_2",name="17" Instance 2: Celerra_UxfsLocalFileSystem.CreationClassName="Celerra_UxfsLocalFileSy stem",cscreationclassname="celerra_datamovercomputersystem",csname="se rver_2",name="18" [---] Enumerate 4 instance names; repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue... View a specific file system ( :5988)? gi ObjectPath: Celerra_UxfsLocalFileSystem.CreationClassName="Celerra_UxfsLocalFileSy stem",cscreationclassname="celerra_datamovercomputersystem",csname="se rver_2", Name="15" LocalOnly [false]: IncludeQualifiers [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing GetInstance: Celerra_UxfsLocalFileSystem.CreationClassName="Celerra_UxfsLocalFileSy stem",cscreationclassname="celerra_datamovercomputersystem",csna me="server_2",name="15" ++++ <INSTANCE CLASSNAME="Celerra_UxfsLocalFileSystem" > <PROPERTY NAME="CreationClassName" <VALUE>Celerra_UxfsLocalFileSystem</VALUE> <PROPERTY NAME="CSCreationClassName" <VALUE>Celerra_DataMoverComputerSystem</VALUE> <PROPERTY NAME="CSName" <VALUE>server_2</VALUE> 39 of 185

40 <PROPERTY NAME="Name" <VALUE>15</VALUE> <PROPERTY NAME="AvailableSpace" TYPE="uint64"> <VALUE>0</VALUE> <PROPERTY NAME="BlockSize" TYPE="uint64"> <VALUE>1024</VALUE> <PROPERTY NAME="Caption" <VALUE>UFS:fs_dm2_0</VALUE> <PROPERTY NAME="CasePreserved" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="CaseSensitive" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="ElementName" <VALUE>fs_dm2_0</VALUE> <PROPERTY NAME="FileSystemSize" TYPE="uint64"> <VALUE>0</VALUE> <PROPERTY NAME="FileSystemType" <VALUE>21</VALUE> <PROPERTY NAME="LocalAccessDefinitionRequired" TYPE="uint16"> <VALUE>3</VALUE> <PROPERTY NAME="MaxFileNameLength" TYPE="uint32"> <VALUE>255</VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16"> <PROPERTY NAME="PathNameSeparatorString" <VALUE>/</VALUE> Property: CreationClassName Number of qualifiers: 0 Property: CSCreationClassName Number of qualifiers: 0 Property: CSName Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: AvailableSpace Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: CasePreserved Number of qualifiers: 0 Property: CaseSensitive Number of qualifiers: 0 Property: ElementName Number of qualifiers: 0 Property: FileSystemSize Number of qualifiers: 0 Property: FileSystemType Number of qualifiers: 0 Property: LocalAccessDefinitionRequired Number of qualifiers: 0 Property: MaxFileNameLength Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: PathNameSeparatorString Number of qualifiers: 0 GetInstance Celerra_UxfsLocalFileSystem.CreationClassName="Celerra_UxfsLocalFileSy stem",cscreationclassname="celerra_datamovercomputersystem",csname="se rver_2",name="15" repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue... repeat count: 1 40 of 185

41 ( :5988)? a ObjectPath: Celerra_UxfsLocalFileSystem.CreationClassName="Celerra_UxfsLocalFileSy stem",cscreationclassname="celerra_datamovercomputersystem",csname="se rver_2", Name="17" Assoc Class []: Celerra_ElementSettingData_UFS_FSS Result Class []: Celerra_FileSystemSetting Role []: ManagedElement Result Role []: SettingData IncludeQualifiers [false]: IncludeClassOrigin [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing Associators: Celerra_UxfsLocalFileSystem.CreationClassName="Celerra_UxfsLocalFileSy stem",cscreationclassname="celerra_datamovercomputersystem",csna me="server_2",name="17" ++++ Associator 0: //eng17341.eng.emc.com/root/emc/celerra:celerra_filesystemsetting.inst anceid="emc-nsg:root/emc/celerra:fcntr :fss:server_2:17" InstanceID = EMC- NSG:root/emc/celerra:FCNTR :FSS:server_2:17 ActualFileSystemType = 21 Caption = FSS:fs_dm2_1 ElementName = fs_dm2_1 FilenameCaseAttributes = 1 NumberOfObjects = NumberOfObjectsMax = NumberOfObjectsMin = ObjectSize = ObjectSizeMax = ObjectSizeMin = ObjectTypes = Associators: 1 associators; repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue... Verify the details of file system settings repeat count: 1 ( :5988)? a ObjectPath: Celerra_UxfsLocalFileSystem.CreationClassName="Celerra_UxfsLocalFileSy stem",cscreationclassname="celerra_datamovercomputersystem",csname="se rver_2", Name="17" Assoc Class []: Celerra_ElementSettingData_UFS_FSS Result Class []: Celerra_FileSystemSetting Role []: ManagedElement Result Role []: SettingData IncludeQualifiers [false]: IncludeClassOrigin [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing Associators: Celerra_UxfsLocalFileSystem.CreationClassName="Celerra_UxfsLocalFileSy stem",cscreationclassname="celerra_datamovercomputersystem",csna me="server_2",name="17" ++++ Associator 0: //eng17341.eng.emc.com/root/emc/celerra:celerra_filesystemsetting.inst anceid="emc-nsg:root/emc/celerra:fcntr :fss:server_2:17" InstanceID = EMC- NSG:root/emc/celerra:FCNTR :FSS:server_2:17 ActualFileSystemType = 21 Caption = FSS:fs_dm2_1 ElementName = fs_dm2_1 FilenameCaseAttributes = 1 41 of 185

42 NumberOfObjects = NumberOfObjectsMax = NumberOfObjectsMin = ObjectSize = ObjectSizeMax = ObjectSizeMin = ObjectTypes = Associators: 1 associators; repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue... Verify the related logical disk of the file system repeat count: 1 ( :5988)? a ObjectPath: Celerra_UxfsLocalFileSystem.CreationClassName="Celerra_UxfsLocalFileSy stem",cscreationclassname="celerra_datamovercomputersystem",csname="se rver_2", Name="17" Assoc Class []: Celerra_ResidesOnExtent_LD_UFS Result Class []: Celerra_LogicalDisk Role []: Dependent Result Role []: Antecedent IncludeQualifiers [false]: IncludeClassOrigin [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing Associators: Celerra_UxfsLocalFileSystem.CreationClassName="Celerra_UxfsLocalFileSy stem",cscreationclassname="celerra_datamovercomputersystem",csna me="server_2",name="17" ++++ Associator 0: //eng17341.eng.emc.com/root/emc/celerra:celerra_logicaldisk.creationcl assname="celerra_logicaldisk",deviceid="117",systemcreationclassname=" Celerra_Celer racomputersystem",systemname="fcntr " CreationClassName = Celerra_LogicalDisk DeviceID = 117 SystemCreationClassName = Celerra_CelerraComputerSystem SystemName = FCNTR BlockSize = 512 Caption = LD:v117 ConsumableBlocks = 4096 DataRedundancy = 0 DeltaReservation = 0 ExtentStatus = 2 IsBasedOnUnderlyingRedundancy = TRUE Name = v117 NameFormat = 1 NoSinglePointOfFailure = FALSE NumberOfBlocks = 4096 OperationalStatus = 2 OtherUsageDescription = Reserved for ComputerSystem (NAS Head) PackageRedundancy = 0 Primordial = FALSE Usage = 1 Associators: 1 associators; repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue of 185

43 Verify the file system setting information for all the file systems Instance 3: Celerra_FileSystemSetting.InstanceID="EMC- NSG:root/emc/celerra:FCNTR :FSS:server_2" <INSTANCE CLASSNAME="Celerra_FileSystemSetting" > <PROPERTY NAME="InstanceID" CLASSORIGIN="Celerra_FileSystemSetting" <VALUE>EMC- NSG:root/emc/celerra:FCNTR :FSS:server_2</VALUE> <PROPERTY NAME="ActualFileSystemType" CLASSORIGIN="Celerra_FileSystemSetting" TYPE="uint16"> <VALUE>21</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" <VALUE>FSS:DefaultFSSetting</VALUE> <PROPERTY NAME="ElementName" CLASSORIGIN="Celerra_FileSystemSetting" <VALUE>DefaultFSSetting</VALUE> <PROPERTY NAME="FilenameCaseAttributes" CLASSORIGIN="Celerra_FileSystemSetting" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY.ARRAY NAME="NumberOfObjects" TYPE="uint64" CLASSORIGIN="Celerra_FileSystemSetting"> <VALUE> </VALUE> <PROPERTY.ARRAY NAME="NumberOfObjectsMax" TYPE="uint64" CLASSORIGIN="Celerra_FileSystemSetting"> <VALUE> </VALUE> <VALUE>1024</VALUE> <VALUE> </VALUE> <PROPERTY.ARRAY NAME="NumberOfObjectsMin" TYPE="uint64" CLASSORIGIN="Celerra_FileSystemSetting"> <VALUE>0</VALUE> <VALUE>0</VALUE> <VALUE>0</VALUE> <PROPERTY.ARRAY NAME="ObjectSize" TYPE="uint64" CLASSORIGIN="Celerra_FileSystemSetting"> <VALUE> </VALUE> <VALUE>1024</VALUE> <VALUE>1024</VALUE> <PROPERTY.ARRAY NAME="ObjectSizeMax" TYPE="uint64" CLASSORIGIN="Celerra_FileSystemSetting"> <VALUE> </VALUE> <VALUE> </VALUE> <VALUE>1024</VALUE> <PROPERTY.ARRAY NAME="ObjectSizeMin" TYPE="uint64" CLASSORIGIN="Celerra_FileSystemSetting"> <VALUE>0</VALUE> <VALUE>0</VALUE> <VALUE>0</VALUE> 43 of 185

44 <PROPERTY.ARRAY NAME="ObjectTypes" TYPE="uint16" CLASSORIGIN="Celerra_FileSystemSetting"> <VALUE>32768</VALUE> <VALUE>32768</VALUE> <VALUE>32768</VALUE> Number of instance properties: 12 Property: InstanceID Number of qualifiers: 0 Property: ActualFileSystemType Number of qualifiers: 0 Property: ElementName Number of qualifiers: 0 Property: FilenameCaseAttributes Number of qualifiers: 0 Property: NumberOfObjects Number of qualifiers: 0 Property: NumberOfObjectsMax Number of qualifiers: 0 Property: NumberOfObjectsMin Number of qualifiers: 0 Property: ObjectSize Number of qualifiers: 0 Property: ObjectSizeMax Number of qualifiers: 0 Property: ObjectSizeMin Number of qualifiers: 0 Property: ObjectTypes Number of qualifiers: 0 Enumerate 4 instances; repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue of 185

45 File Export Profile The File Export Profile is a subprofile of autonomous profiles that supports the exporting of file systems. Create a list of the CIFS file shares repeat count: 1 ( :5988)? ei Class: CIM_FileShare DeepInheritance [true]: LocalOnly [false]: IncludeQualifiers [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing EnumerateInstances: CIM_FileShare ++++ includequalifiers: false Instance 0: Celerra_CIFSShare.InstanceID="EMC- NSG:root/emc/celerra:server_2:CIFSS:DM2 _CGE0,DM2_CGE1:s_m2_0" <INSTANCE CLASSNAME="Celerra_CIFSShare" > <PROPERTY NAME="InstanceID" CLASSORIGIN="Celerra_CIFSShare" <VALUE>EMC- NSG:root/emc/celerra:server_2:CIFSS:DM2_CGE0,DM2_CGE1:s_m2_0</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>CIFSFS:s_m2_0</VALUE> <PROPERTY NAME="ElementName" CLASSORIGIN="Celerra_CIFSShare" <VALUE>s_m2_0</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_CIFSShare" <VALUE>s_m2_0</VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_CIF SShare"> <PROPERTY NAME="PathNameSeparatorString" CLASSORIGIN="Celerra_CIFSShare" TYPE=" string"> <VALUE>\</VALUE> <PROPERTY NAME="SharingDirectory" CLASSORIGIN="Celerra_CIFSShare" TYPE="boolean "> <VALUE>TRUE</VALUE> Number of instance properties: 7 Property: InstanceID Number of qualifiers: 0 Property: ElementName Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: PathNameSeparatorString Number of qualifiers: 0 Property: SharingDirectory Number of qualifiers: 0 Instance 1: 45 of 185

46 Celerra_CIFSShare.InstanceID="EMC- NSG:root/emc/celerra:server_2:CIFSS:DM2 _CGE0:s_m2_1" <INSTANCE CLASSNAME="Celerra_CIFSShare" > <PROPERTY NAME="InstanceID" CLASSORIGIN="Celerra_CIFSShare" <VALUE>EMC-NSG:root/emc/celerra:server_2:CIFSS:DM2_CGE0:s_m2_1</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>CIFSFS:s_m2_1</VALUE> <PROPERTY NAME="ElementName" CLASSORIGIN="Celerra_CIFSShare" <VALUE>s_m2_1</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_CIFSShare" <VALUE>s_m2_1</VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_CIF SShare"> <PROPERTY NAME="PathNameSeparatorString" CLASSORIGIN="Celerra_CIFSShare" TYPE=" string"> <VALUE>\</VALUE> <PROPERTY NAME="SharingDirectory" CLASSORIGIN="Celerra_CIFSShare" TYPE="boolean "> <VALUE>TRUE</VALUE> Number of instance properties: 7 Property: InstanceID Number of qualifiers: 0 Property: ElementName Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: PathNameSeparatorString Number of qualifiers: 0 Property: SharingDirectory Number of qualifiers: 0 Instance 2: Celerra_CIFSShare.InstanceID="EMC- NSG:root/emc/celerra:server_2:CIFSS:All :s_m2_2" <INSTANCE CLASSNAME="Celerra_CIFSShare" > <PROPERTY NAME="InstanceID" CLASSORIGIN="Celerra_CIFSShare" <VALUE>EMC-NSG:root/emc/celerra:server_2:CIFSS:All:s_m2_2</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>CIFSFS:s_m2_2</VALUE> <PROPERTY NAME="ElementName" CLASSORIGIN="Celerra_CIFSShare" <VALUE>s_m2_2</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_CIFSShare" <VALUE>s_m2_2</VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_CIF SShare"> 46 of 185

47 <PROPERTY NAME="PathNameSeparatorString" CLASSORIGIN="Celerra_CIFSShare" TYPE=" string"> <VALUE>\</VALUE> <PROPERTY NAME="SharingDirectory" CLASSORIGIN="Celerra_CIFSShare" TYPE="boolean "> <VALUE>TRUE</VALUE> Number of instance properties: 7 Property: InstanceID Number of qualifiers: 0 Property: ElementName Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: PathNameSeparatorString Number of qualifiers: 0 Property: SharingDirectory Number of qualifiers: 0 [---] Enumerate 5 instances; repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue... Create a list of the NFS file shares repeat count: 1 ( :5988)? ei Class: CIM_FileShare DeepInheritance [true]: LocalOnly [false]: IncludeQualifiers [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing EnumerateInstances: CIM_FileShare ++++ includequalifiers: false Instance 0: Celerra_NFSShare.InstanceID="EMC- NSG:root/emc/celerra:server_2:NFSS:/fs_d m2_0" <INSTANCE CLASSNAME="Celerra_NFSShare" > <PROPERTY NAME="InstanceID" CLASSORIGIN="Celerra_NFSShare" <VALUE>EMC-NSG:root/emc/celerra:server_2:NFSS:/fs_dm2_0</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>NFSFS:/fs_dm2_0</VALUE> <PROPERTY NAME="ElementName" CLASSORIGIN="Celerra_NFSShare" <VALUE>/fs_dm2_0</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_NFSShare" <VALUE>/fs_dm2_0</VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_NFS Share"> 47 of 185

48 <PROPERTY NAME="PathNameSeparatorString" CLASSORIGIN="Celerra_NFSShare" TYPE="s tring"> <VALUE>/</VALUE> <PROPERTY NAME="SharingDirectory" CLASSORIGIN="Celerra_NFSShare" TYPE="boolean" > <VALUE>TRUE</VALUE> Number of instance properties: 7 Property: InstanceID Number of qualifiers: 0 Property: ElementName Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: PathNameSeparatorString Number of qualifiers: 0 Property: SharingDirectory Number of qualifiers: 0 Instance 1: Celerra_NFSShare.InstanceID="EMC- NSG:root/emc/celerra:server_2:NFSS:/fs_d m2_1" <INSTANCE CLASSNAME="Celerra_NFSShare" > <PROPERTY NAME="InstanceID" CLASSORIGIN="Celerra_NFSShare" <VALUE>EMC-NSG:root/emc/celerra:server_2:NFSS:/fs_dm2_1</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>NFSFS:/fs_dm2_1</VALUE> <PROPERTY NAME="ElementName" CLASSORIGIN="Celerra_NFSShare" <VALUE>/fs_dm2_1</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_NFSShare" <VALUE>/fs_dm2_1</VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_NFS Share"> <PROPERTY NAME="PathNameSeparatorString" CLASSORIGIN="Celerra_NFSShare" TYPE="s tring"> <VALUE>/</VALUE> <PROPERTY NAME="SharingDirectory" CLASSORIGIN="Celerra_NFSShare" TYPE="boolean" > <VALUE>TRUE</VALUE> Number of instance properties: 7 Property: InstanceID Number of qualifiers: 0 Property: ElementName Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: PathNameSeparatorString Number of qualifiers: 0 Property: SharingDirectory Number of qualifiers: 0 [---] 48 of 185

49 Enumerate 5 instances; repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue... Verify the details of the file share for CIFS or NFS export repeat count: 1 ( :5988)? ei Class: CIM_ExportedFileShareSetting DeepInheritance [true]: LocalOnly [false]: IncludeQualifiers [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing EnumerateInstances: CIM_ExportedFileShareSetting ++++ includequalifiers: false Instance 0: Celerra_ExportedFileShareSetting.InstanceID="EMC- NSG:root/emc/celerra:ser ver_2:efss:dm2_cge0,dm2_cge1:s_m2_0" <INSTANCE CLASSNAME="Celerra_ExportedFileShareSetting" > <PROPERTY NAME="InstanceID" CLASSORIGIN="Celerra_ExportedFileShareSetting" TYPE ="string"> <VALUE>EMC- NSG:root/emc/celerra:server_2:EFSS:DM2_CGE0,DM2_CGE1:s_m2_0</VALUE> <PROPERTY NAME="AccessPoints" CLASSORIGIN="Celerra_ExportedFileShareSetting" TY PE="uint16"> <VALUE>5</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>EFSS:s_m2_0</VALUE> <PROPERTY NAME="DefaultReadWrite" CLASSORIGIN="Celerra_ExportedFileShareSetting " TYPE="uint16"> <VALUE>3</VALUE> <PROPERTY NAME="DefaultUserIdSupported" CLASSORIGIN="Celerra_ExportedFileShareS etting" TYPE="uint16"> <PROPERTY NAME="ElementName" CLASSORIGIN="Celerra_ExportedFileShareSetting" TYP E="string"> <VALUE>s_m2_0</VALUE> <PROPERTY NAME="FileSharingProtocol" CLASSORIGIN="Celerra_ExportedFileShareSett ing" TYPE="uint16"> <VALUE>3</VALUE> <PROPERTY NAME="InitialEnabledState" CLASSORIGIN="Celerra_ExportedFileShareSett ing" TYPE="uint16"> <PROPERTY.ARRAY NAME="ProtocolVersions" TYPE="string" CLASSORIGIN="Celerra_Expo rtedfilesharesetting"> <VALUE>Latest</VALUE> 49 of 185

50 <PROPERTY NAME="RootAccess" CLASSORIGIN="Celerra_ExportedFileShareSetting" TYPE ="uint16"> <VALUE>3</VALUE> Number of instance properties: 10 Property: InstanceID Number of qualifiers: 0 Property: AccessPoints Number of qualifiers: 0 Property: DefaultReadWrite Number of qualifiers: 0 Property: DefaultUserIdSupported Number of qualifiers: 0 Property: ElementName Number of qualifiers: 0 Property: FileSharingProtocol Number of qualifiers: 0 Property: InitialEnabledState Number of qualifiers: 0 Property: ProtocolVersions Number of qualifiers: 0 Property: RootAccess Number of qualifiers: 0 Instance 1: Celerra_ExportedFileShareSetting.InstanceID="EMC- NSG:root/emc/celerra:ser ver_2:efss:dm2_cge0:s_m2_1" <INSTANCE CLASSNAME="Celerra_ExportedFileShareSetting" > <PROPERTY NAME="InstanceID" CLASSORIGIN="Celerra_ExportedFileShareSetting" TYPE ="string"> <VALUE>EMC-NSG:root/emc/celerra:server_2:EFSS:DM2_CGE0:s_m2_1</VALUE> <PROPERTY NAME="AccessPoints" CLASSORIGIN="Celerra_ExportedFileShareSetting" TY PE="uint16"> <VALUE>5</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>EFSS:s_m2_1</VALUE> <PROPERTY NAME="DefaultReadWrite" CLASSORIGIN="Celerra_ExportedFileShareSetting " TYPE="uint16"> <VALUE>3</VALUE> <PROPERTY NAME="DefaultUserIdSupported" CLASSORIGIN="Celerra_ExportedFileShareS etting" TYPE="uint16"> <PROPERTY NAME="ElementName" CLASSORIGIN="Celerra_ExportedFileShareSetting" TYP E="string"> <VALUE>s_m2_1</VALUE> <PROPERTY NAME="FileSharingProtocol" CLASSORIGIN="Celerra_ExportedFileShareSett ing" TYPE="uint16"> <VALUE>3</VALUE> <PROPERTY NAME="InitialEnabledState" CLASSORIGIN="Celerra_ExportedFileShareSett ing" TYPE="uint16"> <PROPERTY.ARRAY NAME="ProtocolVersions" TYPE="string" CLASSORIGIN="Celerra_Expo rtedfilesharesetting"> <VALUE>Latest</VALUE> 50 of 185

51 <PROPERTY NAME="RootAccess" CLASSORIGIN="Celerra_ExportedFileShareSetting" TYPE ="uint16"> <VALUE>3</VALUE> Number of instance properties: 10 Property: InstanceID Number of qualifiers: 0 Property: AccessPoints Number of qualifiers: 0 Property: DefaultReadWrite Number of qualifiers: 0 Property: DefaultUserIdSupported Number of qualifiers: 0 Property: ElementName Number of qualifiers: 0 Property: FileSharingProtocol Number of qualifiers: 0 Property: InitialEnabledState Number of qualifiers: 0 Property: ProtocolVersions Number of qualifiers: 0 Property: RootAccess Number of qualifiers: 0 Instance 2: Celerra_ExportedFileShareSetting.InstanceID="EMC- NSG:root/emc/celerra:ser ver_2:efss:all:s_m2_2" <INSTANCE CLASSNAME="Celerra_ExportedFileShareSetting" > <PROPERTY NAME="InstanceID" CLASSORIGIN="Celerra_ExportedFileShareSetting" TYPE ="string"> <VALUE>EMC-NSG:root/emc/celerra:server_2:EFSS:All:s_m2_2</VALUE> <PROPERTY NAME="AccessPoints" CLASSORIGIN="Celerra_ExportedFileShareSetting" TY PE="uint16"> <VALUE>5</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>EFSS:s_m2_2</VALUE> <PROPERTY NAME="DefaultReadWrite" CLASSORIGIN="Celerra_ExportedFileShareSetting " TYPE="uint16"> <VALUE>3</VALUE> <PROPERTY NAME="DefaultUserIdSupported" CLASSORIGIN="Celerra_ExportedFileShareS etting" TYPE="uint16"> <PROPERTY NAME="ElementName" CLASSORIGIN="Celerra_ExportedFileShareSetting" TYP E="string"> <VALUE>s_m2_2</VALUE> <PROPERTY NAME="FileSharingProtocol" CLASSORIGIN="Celerra_ExportedFileShareSett ing" TYPE="uint16"> <VALUE>3</VALUE> <PROPERTY NAME="InitialEnabledState" CLASSORIGIN="Celerra_ExportedFileShareSett ing" TYPE="uint16"> <PROPERTY.ARRAY NAME="ProtocolVersions" TYPE="string" CLASSORIGIN="Celerra_Expo rtedfilesharesetting"> <VALUE>Latest</VALUE> 51 of 185

52 <PROPERTY NAME="RootAccess" CLASSORIGIN="Celerra_ExportedFileShareSetting" TYPE ="uint16"> <VALUE>3</VALUE> Number of instance properties: 10 Property: InstanceID Number of qualifiers: 0 Property: AccessPoints Number of qualifiers: 0 Property: DefaultReadWrite Number of qualifiers: 0 Property: DefaultUserIdSupported Number of qualifiers: 0 Property: ElementName Number of qualifiers: 0 Property: FileSharingProtocol Number of qualifiers: 0 Property: InitialEnabledState Number of qualifiers: 0 Property: ProtocolVersions Number of qualifiers: 0 Property: RootAccess Number of qualifiers: 0 Instance 3: Celerra_ExportedFileShareSetting.InstanceID="EMC- NSG:root/emc/celerra:ser ver_2:efss:nfs:/fs_dm2_0" <INSTANCE CLASSNAME="Celerra_ExportedFileShareSetting" > <PROPERTY NAME="InstanceID" CLASSORIGIN="Celerra_ExportedFileShareSetting" TYPE ="string"> <VALUE>EMC-NSG:root/emc/celerra:server_2:EFSS:NFS:/fs_dm2_0</VALUE> <PROPERTY NAME="AccessPoints" CLASSORIGIN="Celerra_ExportedFileShareSetting" TY PE="uint16"> <VALUE>4</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>EFSS:/fs_dm2_0</VALUE> <PROPERTY NAME="DefaultReadWrite" CLASSORIGIN="Celerra_ExportedFileShareSetting " TYPE="uint16"> <VALUE>3</VALUE> <PROPERTY NAME="DefaultUserIdSupported" CLASSORIGIN="Celerra_ExportedFileShareS etting" TYPE="uint16"> <PROPERTY NAME="ElementName" CLASSORIGIN="Celerra_ExportedFileShareSetting" TYP E="string"> <VALUE>/fs_dm2_0</VALUE> <PROPERTY NAME="FileSharingProtocol" CLASSORIGIN="Celerra_ExportedFileShareSett ing" TYPE="uint16"> <PROPERTY NAME="InitialEnabledState" CLASSORIGIN="Celerra_ExportedFileShareSett ing" TYPE="uint16"> <PROPERTY.ARRAY NAME="ProtocolVersions" TYPE="string" CLASSORIGIN="Celerra_Expo rtedfilesharesetting"> <VALUE>v2</VALUE> <VALUE>v3</VALUE> <VALUE>v4</VALUE> 52 of 185

53 <PROPERTY NAME="RootAccess" CLASSORIGIN="Celerra_ExportedFileShareSetting" TYPE ="uint16"> <VALUE>3</VALUE> Number of instance properties: 10 Property: InstanceID Number of qualifiers: 0 Property: AccessPoints Number of qualifiers: 0 Property: DefaultReadWrite Number of qualifiers: 0 Property: DefaultUserIdSupported Number of qualifiers: 0 Property: ElementName Number of qualifiers: 0 Property: FileSharingProtocol Number of qualifiers: 0 Property: InitialEnabledState Number of qualifiers: 0 Property: ProtocolVersions Number of qualifiers: 0 Property: RootAccess Number of qualifiers: 0 Instance 4: Celerra_ExportedFileShareSetting.InstanceID="EMC- NSG:root/emc/celerra:ser ver_2:efss:nfs:/fs_dm2_1" <INSTANCE CLASSNAME="Celerra_ExportedFileShareSetting" > <PROPERTY NAME="InstanceID" CLASSORIGIN="Celerra_ExportedFileShareSetting" TYPE ="string"> <VALUE>EMC-NSG:root/emc/celerra:server_2:EFSS:NFS:/fs_dm2_1</VALUE> <PROPERTY NAME="AccessPoints" CLASSORIGIN="Celerra_ExportedFileShareSetting" TY PE="uint16"> <VALUE>4</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>EFSS:/fs_dm2_1</VALUE> <PROPERTY NAME="DefaultReadWrite" CLASSORIGIN="Celerra_ExportedFileShareSetting " TYPE="uint16"> <VALUE>3</VALUE> <PROPERTY NAME="DefaultUserIdSupported" CLASSORIGIN="Celerra_ExportedFileShareS etting" TYPE="uint16"> <PROPERTY NAME="ElementName" CLASSORIGIN="Celerra_ExportedFileShareSetting" TYP E="string"> <VALUE>/fs_dm2_1</VALUE> <PROPERTY NAME="FileSharingProtocol" CLASSORIGIN="Celerra_ExportedFileShareSett ing" TYPE="uint16"> <PROPERTY NAME="InitialEnabledState" CLASSORIGIN="Celerra_ExportedFileShareSett ing" TYPE="uint16"> <PROPERTY.ARRAY NAME="ProtocolVersions" TYPE="string" CLASSORIGIN="Celerra_Expo rtedfilesharesetting"> <VALUE>v2</VALUE> <VALUE>v3</VALUE> <VALUE>v4</VALUE> 53 of 185

54 <PROPERTY NAME="RootAccess" CLASSORIGIN="Celerra_ExportedFileShareSetting" TYPE ="uint16"> <VALUE>3</VALUE> Number of instance properties: 10 Property: InstanceID Number of qualifiers: 0 Property: AccessPoints Number of qualifiers: 0 Property: DefaultReadWrite Number of qualifiers: 0 Property: DefaultUserIdSupported Number of qualifiers: 0 Property: ElementName Number of qualifiers: 0 Property: FileSharingProtocol Number of qualifiers: 0 Property: InitialEnabledState Number of qualifiers: 0 Property: ProtocolVersions Number of qualifiers: 0 Property: RootAccess Number of qualifiers: 0 Instance 5: Celerra_ExportedFileShareSetting.InstanceID="EMC- NSG:root/emc/celerra:ser ver_2:efss:dm2_cge0" <INSTANCE CLASSNAME="Celerra_ExportedFileShareSetting" > <PROPERTY NAME="InstanceID" CLASSORIGIN="Celerra_ExportedFileShareSetting" TYPE ="string"> <VALUE>EMC-NSG:root/emc/celerra:server_2:EFSS:DM2_CGE0</VALUE> <PROPERTY NAME="AccessPoints" CLASSORIGIN="Celerra_ExportedFileShareSetting" TY PE="uint16"> <VALUE>5</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>EFSS:DefaultCIFSSetting</VALUE> <PROPERTY NAME="DefaultReadWrite" CLASSORIGIN="Celerra_ExportedFileShareSetting " TYPE="uint16"> <VALUE>3</VALUE> <PROPERTY NAME="DefaultUserIdSupported" CLASSORIGIN="Celerra_ExportedFileShareS etting" TYPE="uint16"> <PROPERTY NAME="ElementName" CLASSORIGIN="Celerra_ExportedFileShareSetting" TYP E="string"> <VALUE>DefaultCIFSSetting</VALUE> <PROPERTY NAME="FileSharingProtocol" CLASSORIGIN="Celerra_ExportedFileShareSett ing" TYPE="uint16"> <VALUE>3</VALUE> <PROPERTY NAME="InitialEnabledState" CLASSORIGIN="Celerra_ExportedFileShareSett ing" TYPE="uint16"> <PROPERTY.ARRAY NAME="ProtocolVersions" TYPE="string" CLASSORIGIN="Celerra_Expo rtedfilesharesetting"> <VALUE>Latest</VALUE> 54 of 185

55 <PROPERTY NAME="RootAccess" CLASSORIGIN="Celerra_ExportedFileShareSetting" TYPE ="uint16"> <VALUE>3</VALUE> Number of instance properties: 10 Property: InstanceID Number of qualifiers: 0 Property: AccessPoints Number of qualifiers: 0 Property: DefaultReadWrite Number of qualifiers: 0 Property: DefaultUserIdSupported Number of qualifiers: 0 Property: ElementName Number of qualifiers: 0 Property: FileSharingProtocol Number of qualifiers: 0 Property: InitialEnabledState Number of qualifiers: 0 Property: ProtocolVersions Number of qualifiers: 0 Property: RootAccess Number of qualifiers: 0 Instance 6: Celerra_ExportedFileShareSetting.InstanceID="EMC- NSG:root/emc/celerra:ser ver_2:efss:nfs" <INSTANCE CLASSNAME="Celerra_ExportedFileShareSetting" > <PROPERTY NAME="InstanceID" CLASSORIGIN="Celerra_ExportedFileShareSetting" TYPE ="string"> <VALUE>EMC-NSG:root/emc/celerra:server_2:EFSS:NFS</VALUE> <PROPERTY NAME="AccessPoints" CLASSORIGIN="Celerra_ExportedFileShareSetting" TY PE="uint16"> <VALUE>4</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>EFSS:DefaultNFSSetting</VALUE> <PROPERTY NAME="DefaultReadWrite" CLASSORIGIN="Celerra_ExportedFileShareSetting " TYPE="uint16"> <VALUE>3</VALUE> <PROPERTY NAME="DefaultUserIdSupported" CLASSORIGIN="Celerra_ExportedFileShareS etting" TYPE="uint16"> <PROPERTY NAME="ElementName" CLASSORIGIN="Celerra_ExportedFileShareSetting" TYP E="string"> <VALUE>DefaultNFSSetting</VALUE> <PROPERTY NAME="FileSharingProtocol" CLASSORIGIN="Celerra_ExportedFileShareSett ing" TYPE="uint16"> <PROPERTY NAME="InitialEnabledState" CLASSORIGIN="Celerra_ExportedFileShareSett ing" TYPE="uint16"> <PROPERTY.ARRAY NAME="ProtocolVersions" TYPE="string" CLASSORIGIN="Celerra_Expo rtedfilesharesetting"> <VALUE>v2</VALUE> <VALUE>v3</VALUE> <VALUE>v4</VALUE> 55 of 185

56 <PROPERTY NAME="RootAccess" CLASSORIGIN="Celerra_ExportedFileShareSetting" TYPE ="uint16"> <VALUE>3</VALUE> Number of instance properties: 10 Property: InstanceID Number of qualifiers: 0 Property: AccessPoints Number of qualifiers: 0 Property: DefaultReadWrite Number of qualifiers: 0 Property: DefaultUserIdSupported Number of qualifiers: 0 Property: ElementName Number of qualifiers: 0 Property: FileSharingProtocol Number of qualifiers: 0 Property: InitialEnabledState Number of qualifiers: 0 Property: ProtocolVersions Number of qualifiers: 0 Property: RootAccess Number of qualifiers: 0 Enumerate 7 instances; repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue... Verify the details of the file export settings repeat count: 1 ( :5988)? a ObjectPath: Celerra_NFSShare.InstanceID="EMC- NSG:root/emc/celerra:server_2:NFSS: /fs_dm2_0" Assoc Class []: Celerra_ElementSettingData_EFSS_NFSFS Result Class []: Celerra_ExportedFileShareSetting Role []: ManagedElement Result Role []: SettingData IncludeQualifiers [false]: IncludeClassOrigin [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing Associators: Celerra_NFSShare.InstanceID="EMC- NSG:root/emc/celerra: server_2:nfss:/fs_dm2_0" ++++ Associator 0: //eng17341.eng.emc.com/root/emc/celerra:celerra_exportedfilesharesetti ng. InstanceID="EMC-NSG:root/emc/celerra:server_2:EFSS:NFS:/fs_dm2_0" InstanceID = EMC-NSG:root/emc/celerra:server_2:EFSS:NFS:/fs_dm2_0 AccessPoints = 4 Caption = EFSS:/fs_dm2_0 DefaultReadWrite = 3 DefaultUserIdSupported = 2 ElementName = /fs_dm2_0 FileSharingProtocol = 2 InitialEnabledState = 2 ProtocolVersions = v2 v3 v4 RootAccess = 3 Associators: 1 associators; repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds View the hosted computer system for a known NFS share ( :5988)? a ObjectPath: Celerra_NFSShare.InstanceID="EMC- NSG:root/emc/celerra:server_2:NFSS: /fs_dm2_0" 56 of 185

57 Assoc Class []: Celerra_HostedShare_NFSFS_NFSS Result Class []: Celerra_NFSServer Role []: Dependent Result Role []: Antecedent IncludeQualifiers [false]: IncludeClassOrigin [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing Associators: Celerra_NFSShare.InstanceID="EMC- NSG:root/emc/celerra: server_2:nfss:/fs_dm2_0" ++++ Associator 0: //eng17341.eng.emc.com/root/emc/celerra:celerra_nfsserver.creationclas sna me="celerra_nfsserver",name="fcntr :server_2:nfsserver" CreationClassName = Celerra_NFSServer Name = FCNTR :server_2:NFSServer Caption = NFSS:FCNTR :server_2:NFSServer Dedicated = 16 ElementName = NFSS:FCNTR :server_2:NFSServer NameFormat = Other OperationalStatus = 2 Associators: 1 associators; repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue... Note: NFS shares and CIFS shares implementations are similar. Appendix A: UML diagrams on page 166 provides further details. 57 of 185

58 Filesystem Manipulation The Filesystem Manipulation Profile is a subprofile that provides the support for configuring and manipulating file systems. Create a file system Inputs: ElementName: Name of the file system Size: Size of in bytes. Pools: Reference of pools. ( :5988)? im ObjectPath: Celerra_FileSystemConfigurationService.CreationClassName="Celerra_Fi lesystemconfigurationservice",name="fscs:server_2",systemcreationclass Name="Cele rra_datamovercomputersystem",systemname="server_2" Method Name[?]: SNIA_CreateFileSystem Input parameter name ('-' to quit) [?]: ElementName Type[?]: string Value [?]: test_fs Input parameter name ('-' to quit) [?]: Sizes Parameter Sizes is an array parameter. Types supported: uint16, uint32, uint64, string, reference, instance Type[?]: uint32 Value []: Value []: Input parameter name ('-' to quit) [?]: Pools Parameter Pools is an array parameter. Types supported: uint16, uint32, uint64, string, reference, instance Type[?]: reference Value []: /root/emc/celerra:celerra_nonprimordialstoragepool.instanceid="emc-nsg :root/emc/celerra:fcntr :npsp:4" Value []: Input parameter name ('-' to quit) [?]: Testing invokemethod: Celerra_FileSystemConfigurationService.CreationClassN ame="celerra_filesystemconfigurationservice",name="fscs:server_2",syst emcreation ClassName="Celerra_DataMoverComputerSystem",SystemName="server_2" ++++ SNIA_CreateFileSystem() returned value: 0 OUTPUT : 0 Legend:0=Success, 1=Not Supported, 2=Unknown, 3=Timeout, 4=Failed 5=Invalid Parameter 4096=Job Queued, 4097=Size Not Supported Sizes: In Seconds Please press enter key to continue... Create a file system by using filemover repeat count: 1 ( :5988)? im ObjectPath: Celerra_FileSystemConfigurationService.CreationClassName="Celerra_Fi lesystemconfigurationservice",name="fscs:server_2",systemcreationclass Name="Cele rra_datamovercomputersystem",systemname="server_2" Method Name[?]: SNIA_CreateFileSystem Input parameter name ('-' to quit) [?]: ElementName Type[?]: string Value [?]: demo_fs Input parameter name ('-' to quit) [?]: Sizes Parameter Sizes is an array parameter. 58 of 185

59 Types supported: uint16, uint32, uint64, string, reference, instance Type[?]: uint32 Value []: Value []: Input parameter name ('-' to quit) [?]: Pools Parameter Pools is an array parameter. Types supported: uint16, uint32, uint64, string, reference, instance Type[?]: reference Value []: /root/emc/celerra:celerra_nonprimordialstoragepool.instanceid="emc-nsg :root/emc/celerra:fcntr :npsp:4" Value []: Input parameter name ('-' to quit) [?]: FileServer Type[?]: reference Value [?]: /root/emc/celerra:celerra_datamovercomputersystem.creationclassname=" Celerra_DataMoverComputerSystem",Name="FCNTR :server_2" Input parameter name ('-' to quit) [?]: Testing invokemethod: Celerra_FileSystemConfigurationService.CreationClassN ame="celerra_filesystemconfigurationservice",name="fscs:server_2",syst emcreation ClassName="Celerra_DataMoverComputerSystem",SystemName="server_2" ++++ SNIA_CreateFileSystem() returned value: 0 OUTPUT : 0 Legend:0=Success, 1=Not Supported, 2=Unknown, 3=Timeout, 4=Failed 5=Invalid Parameter 4096=Job Queued, 4097=Size Not Supported Sizes: In Seconds Please press enter key to continue... Verify if the file systems are created ( :5988)? ei Class: Celerra_UxfsLocalFileSystem DeepInheritance [true]: LocalOnly [false]: IncludeQualifiers [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing EnumerateInstances: Celerra_UxfsLocalFileSystem ++++ includequalifiers: false Instance 0: Celerra_UxfsLocalFileSystem.CreationClassName="Celerra_UxfsLocalFileSy ste m",cscreationclassname="celerra_datamovercomputersystem",csname="serve r_2",name= "15" <INSTANCE CLASSNAME="Celerra_UxfsLocalFileSystem" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_LocalFileSystem" PROPAG ATED="true" <VALUE>Celerra_UxfsLocalFileSystem</VALUE> <PROPERTY NAME="CSCreationClassName" CLASSORIGIN="Celerra_LocalFileSystem" PROP AGATED="true" <VALUE>Celerra_DataMoverComputerSystem</VALUE> <PROPERTY NAME="CSName" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" <VALUE>server_2</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" T YPE="string"> <VALUE>15</VALUE> 59 of 185

60 <PROPERTY NAME="AvailableSpace" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATE D="true" TYPE="uint64"> <VALUE>0</VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="tr ue" TYPE="uint64"> <VALUE>1024</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>UFS:fs_dm2_0</VALUE> <PROPERTY NAME="CasePreserved" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED ="true" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="CaseSensitive" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED ="true" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="ElementName" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED=" true" <VALUE>fs_dm2_0</VALUE> <PROPERTY NAME="FileSystemSize" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATE D="true" TYPE="uint64"> <VALUE>0</VALUE> <PROPERTY NAME="FileSystemType" CLASSORIGIN="Celerra_UxfsLocalFileSystem" TYPE= "string"> <VALUE>21</VALUE> <PROPERTY NAME="LocalAccessDefinitionRequired" CLASSORIGIN="Celerra_LocalFileSy stem" PROPAGATED="true" TYPE="uint16"> <VALUE>3</VALUE> <PROPERTY NAME="MaxFileNameLength" CLASSORIGIN="Celerra_LocalFileSystem" PROPAG ATED="true" TYPE="uint32"> <VALUE>255</VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_Loc alfilesystem" PROPAGATED="true"> <PROPERTY NAME="PathNameSeparatorString" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" <VALUE>/</VALUE> Number of instance properties: 16 Property: CreationClassName Number of qualifiers: 0 Property: CSCreationClassName Number of qualifiers: 0 Property: CSName Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: AvailableSpace Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 60 of 185

61 Property: CasePreserved Number of qualifiers: 0 Property: CaseSensitive Number of qualifiers: 0 Property: ElementName Number of qualifiers: 0 Property: FileSystemSize Number of qualifiers: 0 Property: FileSystemType Number of qualifiers: 0 Property: LocalAccessDefinitionRequired Number of qualifiers: 0 Property: MaxFileNameLength Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: PathNameSeparatorString Number of qualifiers: 0 Instance 1: Celerra_UxfsLocalFileSystem.CreationClassName="Celerra_UxfsLocalFileSy ste m",cscreationclassname="celerra_datamovercomputersystem",csname="serve r_2",name= "17" <INSTANCE CLASSNAME="Celerra_UxfsLocalFileSystem" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_LocalFileSystem" PROPAG ATED="true" <VALUE>Celerra_UxfsLocalFileSystem</VALUE> <PROPERTY NAME="CSCreationClassName" CLASSORIGIN="Celerra_LocalFileSystem" PROP AGATED="true" <VALUE>Celerra_DataMoverComputerSystem</VALUE> <PROPERTY NAME="CSName" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" <VALUE>server_2</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" T YPE="string"> <VALUE>17</VALUE> <PROPERTY NAME="AvailableSpace" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATE D="true" TYPE="uint64"> <VALUE>0</VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="tr ue" TYPE="uint64"> <VALUE>1024</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>UFS:fs_dm2_1</VALUE> <PROPERTY NAME="CasePreserved" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED ="true" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="CaseSensitive" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED ="true" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="ElementName" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED=" true" <VALUE>fs_dm2_1</VALUE> <PROPERTY NAME="FileSystemSize" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATE D="true" TYPE="uint64"> <VALUE>0</VALUE> 61 of 185

62 <PROPERTY NAME="FileSystemType" CLASSORIGIN="Celerra_UxfsLocalFileSystem" TYPE= "string"> <VALUE>21</VALUE> <PROPERTY NAME="LocalAccessDefinitionRequired" CLASSORIGIN="Celerra_LocalFileSy stem" PROPAGATED="true" TYPE="uint16"> <VALUE>3</VALUE> <PROPERTY NAME="MaxFileNameLength" CLASSORIGIN="Celerra_LocalFileSystem" PROPAG ATED="true" TYPE="uint32"> <VALUE>255</VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_Loc alfilesystem" PROPAGATED="true"> <PROPERTY NAME="PathNameSeparatorString" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" <VALUE>/</VALUE> Number of instance properties: 16 Property: CreationClassName Number of qualifiers: 0 Property: CSCreationClassName Number of qualifiers: 0 Property: CSName Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: AvailableSpace Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: CasePreserved Number of qualifiers: 0 Property: CaseSensitive Number of qualifiers: 0 Property: ElementName Number of qualifiers: 0 Property: FileSystemSize Number of qualifiers: 0 Property: FileSystemType Number of qualifiers: 0 Property: LocalAccessDefinitionRequired Number of qualifiers: 0 Property: MaxFileNameLength Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: PathNameSeparatorString Number of qualifiers: 0 Instance 2: Celerra_UxfsLocalFileSystem.CreationClassName="Celerra_UxfsLocalFileSy ste m",cscreationclassname="celerra_datamovercomputersystem",csname="serve r_2",name= "18" <INSTANCE CLASSNAME="Celerra_UxfsLocalFileSystem" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_LocalFileSystem" PROPAG ATED="true" <VALUE>Celerra_UxfsLocalFileSystem</VALUE> <PROPERTY NAME="CSCreationClassName" CLASSORIGIN="Celerra_LocalFileSystem" PROP AGATED="true" <VALUE>Celerra_DataMoverComputerSystem</VALUE> <PROPERTY NAME="CSName" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" <VALUE>server_2</VALUE> 62 of 185

63 <PROPERTY NAME="Name" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" T YPE="string"> <VALUE>18</VALUE> <PROPERTY NAME="AvailableSpace" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATE D="true" TYPE="uint64"> <VALUE>0</VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="tr ue" TYPE="uint64"> <VALUE>1024</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>UFS:fs_dm2_2</VALUE> <PROPERTY NAME="CasePreserved" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED ="true" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="CaseSensitive" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED ="true" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="ElementName" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED=" true" <VALUE>fs_dm2_2</VALUE> <PROPERTY NAME="FileSystemSize" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATE D="true" TYPE="uint64"> <VALUE>0</VALUE> <PROPERTY NAME="FileSystemType" CLASSORIGIN="Celerra_UxfsLocalFileSystem" TYPE= "string"> <VALUE>21</VALUE> <PROPERTY NAME="LocalAccessDefinitionRequired" CLASSORIGIN="Celerra_LocalFileSy stem" PROPAGATED="true" TYPE="uint16"> <VALUE>3</VALUE> <PROPERTY NAME="MaxFileNameLength" CLASSORIGIN="Celerra_LocalFileSystem" PROPAG ATED="true" TYPE="uint32"> <VALUE>255</VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_Loc alfilesystem" PROPAGATED="true"> <PROPERTY NAME="PathNameSeparatorString" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" <VALUE>/</VALUE> Number of instance properties: 16 Property: CreationClassName Number of qualifiers: 0 Property: CSCreationClassName Number of qualifiers: 0 63 of 185

64 Property: CSName Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: AvailableSpace Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: CasePreserved Number of qualifiers: 0 Property: CaseSensitive Number of qualifiers: 0 Property: ElementName Number of qualifiers: 0 Property: FileSystemSize Number of qualifiers: 0 Property: FileSystemType Number of qualifiers: 0 Property: LocalAccessDefinitionRequired Number of qualifiers: 0 Property: MaxFileNameLength Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: PathNameSeparatorString Number of qualifiers: 0 Instance 3: Celerra_UxfsLocalFileSystem.CreationClassName="Celerra_UxfsLocalFileSy ste m",cscreationclassname="celerra_datamovercomputersystem",csname="serve r_2",name= "19" <INSTANCE CLASSNAME="Celerra_UxfsLocalFileSystem" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_LocalFileSystem" PROPAG ATED="true" <VALUE>Celerra_UxfsLocalFileSystem</VALUE> <PROPERTY NAME="CSCreationClassName" CLASSORIGIN="Celerra_LocalFileSystem" PROP AGATED="true" <VALUE>Celerra_DataMoverComputerSystem</VALUE> <PROPERTY NAME="CSName" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" <VALUE>server_2</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" T YPE="string"> <VALUE>19</VALUE> <PROPERTY NAME="AvailableSpace" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATE D="true" TYPE="uint64"> <VALUE>0</VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="tr ue" TYPE="uint64"> <VALUE>1024</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>UFS:test_fs</VALUE> <PROPERTY NAME="CasePreserved" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED ="true" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="CaseSensitive" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED ="true" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="ElementName" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED=" true" <VALUE>test_fs</VALUE> 64 of 185

65 <PROPERTY NAME="FileSystemSize" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATE D="true" TYPE="uint64"> <VALUE>0</VALUE> <PROPERTY NAME="FileSystemType" CLASSORIGIN="Celerra_UxfsLocalFileSystem" TYPE= "string"> <VALUE>21</VALUE> <PROPERTY NAME="LocalAccessDefinitionRequired" CLASSORIGIN="Celerra_LocalFileSy stem" PROPAGATED="true" TYPE="uint16"> <VALUE>3</VALUE> <PROPERTY NAME="MaxFileNameLength" CLASSORIGIN="Celerra_LocalFileSystem" PROPAG ATED="true" TYPE="uint32"> <VALUE>255</VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_Loc alfilesystem" PROPAGATED="true"> <PROPERTY NAME="PathNameSeparatorString" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" <VALUE>/</VALUE> Number of instance properties: 16 Property: CreationClassName Number of qualifiers: 0 Property: CSCreationClassName Number of qualifiers: 0 Property: CSName Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: AvailableSpace Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: CasePreserved Number of qualifiers: 0 Property: CaseSensitive Number of qualifiers: 0 Property: ElementName Number of qualifiers: 0 Property: FileSystemSize Number of qualifiers: 0 Property: FileSystemType Number of qualifiers: 0 Property: LocalAccessDefinitionRequired Number of qualifiers: 0 Property: MaxFileNameLength Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: PathNameSeparatorString Number of qualifiers: 0 Instance 4: Celerra_UxfsLocalFileSystem.CreationClassName="Celerra_UxfsLocalFileSy ste m",cscreationclassname="celerra_datamovercomputersystem",csname="serve r_2",name= "20" <INSTANCE CLASSNAME="Celerra_UxfsLocalFileSystem" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_LocalFileSystem" PROPAG ATED="true" <VALUE>Celerra_UxfsLocalFileSystem</VALUE> <PROPERTY NAME="CSCreationClassName" CLASSORIGIN="Celerra_LocalFileSystem" PROP AGATED="true" <VALUE>Celerra_DataMoverComputerSystem</VALUE> 65 of 185

66 <PROPERTY NAME="CSName" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" <VALUE>server_2</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" T YPE="string"> <VALUE>20</VALUE> <PROPERTY NAME="AvailableSpace" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATE D="true" TYPE="uint64"> <VALUE>0</VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="tr ue" TYPE="uint64"> <VALUE>1024</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>UFS:demo_fs</VALUE> <PROPERTY NAME="CasePreserved" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED ="true" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="CaseSensitive" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED ="true" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="ElementName" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED=" true" <VALUE>demo_fs</VALUE> <PROPERTY NAME="FileSystemSize" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATE D="true" TYPE="uint64"> <VALUE>0</VALUE> <PROPERTY NAME="FileSystemType" CLASSORIGIN="Celerra_UxfsLocalFileSystem" TYPE= "string"> <VALUE>21</VALUE> <PROPERTY NAME="LocalAccessDefinitionRequired" CLASSORIGIN="Celerra_LocalFileSy stem" PROPAGATED="true" TYPE="uint16"> <VALUE>3</VALUE> <PROPERTY NAME="MaxFileNameLength" CLASSORIGIN="Celerra_LocalFileSystem" PROPAG ATED="true" TYPE="uint32"> <VALUE>255</VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_Loc alfilesystem" PROPAGATED="true"> <PROPERTY NAME="PathNameSeparatorString" CLASSORIGIN="Celerra_LocalFileSystem" PROPAGATED="true" <VALUE>/</VALUE> 66 of 185

67 Number of instance properties: 16 Property: CreationClassName Number of qualifiers: 0 Property: CSCreationClassName Number of qualifiers: 0 Property: CSName Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: AvailableSpace Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: CasePreserved Number of qualifiers: 0 Property: CaseSensitive Number of qualifiers: 0 Property: ElementName Number of qualifiers: 0 Property: FileSystemSize Number of qualifiers: 0 Property: FileSystemType Number of qualifiers: 0 Property: LocalAccessDefinitionRequired Number of qualifiers: 0 Property: MaxFileNameLength Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: PathNameSeparatorString Number of qualifiers: 0 Enumerate 5 instances; repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue... Modify a file system name ( :5988)? im ObjectPath: Celerra_FileSystemConfigurationService.CreationClassName="Celerra_Fi lesystemconfigurationservice",name="fscs:server_2",systemcreationclass Name="Cele rra_datamovercomputersystem",systemname="server_2" Method Name[?]: SNIA_ModifyFileSystem Input parameter name ('-' to quit) [?]: TheElement Type[?]: reference Value [?]: /root/emc/celerra:celerra_uxfslocalfilesystem.creationclassname="cele rra_uxfslocalfilesystem",cscreationclassname="celerra_datamovercompute rsystem",c SName="server_2",Name="20" Input parameter name ('-' to quit) [?]: ElementName Type[?]: string Value [?]: demo_fs_modified Input parameter name ('-' to quit) [?]: Testing invokemethod: Celerra_FileSystemConfigurationService.CreationClassN ame="celerra_filesystemconfigurationservice",name="fscs:server_2",syst emcreation ClassName="Celerra_DataMoverComputerSystem",SystemName="server_2" ++++ SNIA_ModifyFileSystem() returned value: 0 OUTPUT : 0 Legend:0=Success, 1=Not Supported, 2=Unknown, 3=Timeout, 4=Failed 5=Invalid Parameter 4096=Job Queued, 4097=Size Not Supported In Seconds Please press enter key to continue... Verify if the name of the file system has changed repeat count: 1 ( :5988)? gi ObjectPath: Celerra_UxfsLocalFileSystem.CreationClassName="Celerra_UxfsLocalFile System",CSCreationClassName="Celerra_DataMoverComputerSystem",CSName=" server_2", Name="20" LocalOnly [false]: IncludeQualifiers [false]: 67 of 185

68 Property to include ('-' for all, '[empty]' for no properties)? [-]: ++++ Testing GetInstance: Celerra_UxfsLocalFileSystem.CreationClassName="Celerra _UxfsLocalFileSystem",CSCreationClassName="Celerra_DataMoverComputerSy stem",csna me="server_2",name="20" ++++ <INSTANCE CLASSNAME="Celerra_UxfsLocalFileSystem" > <PROPERTY NAME="CreationClassName" <VALUE>Celerra_UxfsLocalFileSystem</VALUE> <PROPERTY NAME="CSCreationClassName" <VALUE>Celerra_DataMoverComputerSystem</VALUE> <PROPERTY NAME="CSName" <VALUE>server_2</VALUE> <PROPERTY NAME="Name" <VALUE>20</VALUE> <PROPERTY NAME="AvailableSpace" TYPE="uint64"> <VALUE>0</VALUE> <PROPERTY NAME="BlockSize" TYPE="uint64"> <VALUE>1024</VALUE> <PROPERTY NAME="Caption" <VALUE>UFS:demo_fs_modified</VALUE> <PROPERTY NAME="CasePreserved" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="CaseSensitive" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="ElementName" <VALUE>demo_fs_modified</VALUE> <PROPERTY NAME="FileSystemSize" TYPE="uint64"> <VALUE>0</VALUE> <PROPERTY NAME="FileSystemType" <VALUE>21</VALUE> <PROPERTY NAME="LocalAccessDefinitionRequired" TYPE="uint16"> <VALUE>3</VALUE> <PROPERTY NAME="MaxFileNameLength" TYPE="uint32"> <VALUE>255</VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16"> <PROPERTY NAME="PathNameSeparatorString" <VALUE>/</VALUE> Property: CreationClassName Number of qualifiers: 0 Property: CSCreationClassName Number of qualifiers: 0 Property: CSName Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: AvailableSpace Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: CasePreserved Number of qualifiers: 0 Property: CaseSensitive Number of qualifiers: 0 Property: ElementName Number of qualifiers: 0 Property: FileSystemSize Number of qualifiers: 0 Property: FileSystemType Number of qualifiers: 0 Property: LocalAccessDefinitionRequired Number of qualifiers: 0 68 of 185

69 Property: MaxFileNameLength Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: PathNameSeparatorString Number of qualifiers: 0 GetInstance Celerra_UxfsLocalFileSystem.CreationClassName="Celerra_UxfsLocalFileSy stem",cscr eationclassname="celerra_datamovercomputersystem",csname="server_2",na me="20" repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue... Delete a file system repeat count: 1 ( :5988)? im ObjectPath: Celerra_FileSystemConfigurationService.CreationClassName="Celerra_Fi lesystemconfigurationservice",name="fscs:server_2",systemcreationclass Name="Cele rra_datamovercomputersystem",systemname="server_2" Method Name[?]: DeleteFileSystem Input parameter name ('-' to quit) [?]: TheElement Type[?]: reference Value [?]: /root/emc/celerra:celerra_uxfslocalfilesystem.creationclassname="cele rra_uxfslocalfilesystem",cscreationclassname="celerra_datamovercompute rsystem",c SName="server_2",Name="20" Input parameter name ('-' to quit) [?]: Testing invokemethod: Celerra_FileSystemConfigurationService.CreationClassN ame="celerra_filesystemconfigurationservice",name="fscs:server_2",syst emcreation ClassName="Celerra_DataMoverComputerSystem",SystemName="server_2" ++++ DeleteFileSystem() returned value: 0 OUTPUT : 0 Legend:0=Success, 1=Not Supported, 2=Unknown, 3=Timeout, 4=Failed 5=Invalid Parameter 4096=Job Queued, 4097=Size Not Supported In Seconds Please press enter key to continue... Verify if filesystem is deleted repeat count: 1 ( :5988)? gi ObjectPath: Celerra_UxfsLocalFileSystem.CreationClassName="Celerra_UxfsLocalFile System",CSCreationClassName="Celerra_DataMoverComputerSystem",CSName=" server_2", Name="20" LocalOnly [false]: IncludeQualifiers [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing GetInstance: Celerra_UxfsLocalFileSystem.CreationClassName="Celerra _UxfsLocalFileSystem",CSCreationClassName="Celerra_DataMoverComputerSy stem",csna me="server_2",name="20" ++++ Error: The requested object cannot be found. (No such instance) Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue of 185

70 For each type of file system that can be created, there shall be one FileSystemCapabilities element that defines the range of capabilities supported for that particular file system type. Because only uxfs is supported as of now, there is only one subclass for this class, Celerra_UxfsFileSystemCapabilities. The following example illustrates the process to find out the uxfs file system capabilities for a particular file system: ( :5988)? ei Class: Celerra_UxfsFileSystemCapabilities DeepInheritance [true]: LocalOnly [false]: IncludeQualifiers [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing EnumerateInstances: Celerra_UxfsFileSystemCapabilities ++++ includequalifiers: false Instance 0: Celerra_UxfsFileSystemCapabilities.InstanceID="EMC- NSG:root/emc/celerra:F CNTR :UFSC:server_2" <INSTANCE CLASSNAME="Celerra_UxfsFileSystemCapabilities" > <PROPERTY NAME="InstanceID" CLASSORIGIN="Celerra_FileSystemCapabilities" PROPAG ATED="true" <VALUE>EMC- NSG:root/emc/celerra:FCNTR :UFSC:server_2</VALUE> <PROPERTY NAME="ActualFileSystemType" CLASSORIGIN="Celerra_UxfsFileSystemCapabi lities" TYPE="uint16"> <VALUE>21</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>UFSC:server_2</VALUE> <PROPERTY NAME="ElementName" CLASSORIGIN="Celerra_FileSystemCapabilities" PROPA GATED="true" <VALUE>UFSC:server_2</VALUE> <PROPERTY.ARRAY NAME="SupportedProperties" TYPE="uint16" CLASSORIGIN="Celerra_F ilesystemcapabilities" PROPAGATED="true"> <VALUE>0</VALUE> Number of instance properties: 5 Property: InstanceID Number of qualifiers: 0 Property: ActualFileSystemType Number of qualifiers: 0 Property: ElementName Number of qualifiers: 0 Property: SupportedProperties Number of qualifiers: 0 Enumerate 1 instances; repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue of 185

71 The following example illustrates the process to create goal settings for the uxfs file system capabilities: ( :5988)? im ObjectPath: Celerra_UxfsFileSystemCapabilities.InstanceID="EMC- NSG:root/emc/cele rra:fcntr :ufsc:server_2" Method Name[?]: CreateGoalSettings Input parameter name ('-' to quit) [?]: TemplateGoalSettings SupportedGoalSettings Input parameter name ('-' to quit) [?]: Testing invokemethod: Celerra_UxfsFileSystemCapabilities.InstanceID="EMC-NS G:root/emc/celerra:FCNTR :UFSC:server_2" ++++ CreateGoalSettings() returned value: 0 OUTPUT : 0 Legend:0=Success, 1=Not Supported, 2=Unknown, 3=Timeout, 4=Failed 5=Invalid Parameter 4096=Job Queued, 4097=Size Not Supported SupportedGoalSettings: In Seconds Please press enter key to continue of 185

72 File Export Manipulation File Export Manipulation is a subprofile of autonomous profiles that supports file systems. Export a file system with CIFS The input parameters for the above task are as follows: ElementName Optional parameter. CIFS share name can be specified using the parameter. Comment Optional parameter. If present,the same will be provded to APL while creating new share. Job It is not used, as we are not supporting asynch operation in current release Root Ref to the Celerra_UxfsLocalFileSystem instance SharedElementPath Optional parameter. If specified, it is set to path while creating export or share, the path must exist on the system. If not specified, default path will be used. /<fsname> Goal Reference to the instance of export file share setting returned in output parameter of CreateGoalSettings TheShare Not used DefaultUserId Not used RootAccessHosts[] Optional parameter. It is access hosts for new export AccessPointPorts[]) Not used. Export a file system with CIFS repeat count: 1 ( :5988)? im ObjectPath: Celerra_FileExportService.CreationClassName="Celerra_FileExportService ",Name="server_2:DM2_CGE0",SystemCreationClassName="Celerra_CIFSServer ",System Name="DM2_CGE0" Method Name[?]: SNIA_CreateExportedShare Input parameter name ('-' to quit) [?]: ElementName Type[?]: string Value [?]: test_fs Input parameter name ('-' to quit) [?]: Comment Type[?]: string Value [?]: Demo Input parameter name ('-' to quit) [?]: Root Type[?]: reference Value [?]: /root/emc/celerra:celerra_uxfslocalfilesystem.creationclassname="celer ra_uxfslocalfilesystem",cscreationclassname="celerra_datamovercomputer System",C SName="server_2",Name="19" Input parameter name ('-' to quit) [?]: SharedElementPath 72 of 185

73 Type[?]: string Value [?]: /test_fs Input parameter name ('-' to quit) [?]: Testing invokemethod: Celerra_FileExportService.CreationClassName="Celerra_FileExportService ",Name="server_2:DM2_CGE0",SystemCreationClassName="Celerra_CIF SServer",SystemName="DM2_CGE0" ++++ SNIA_CreateExportedShare() returned value: 0 OUTPUT : 0 Legend:0=Success, 1=Not Supported, 2=Unknown, 3=Timeout, 4=Failed 5=Invalid Parameter 4096=Job Queued, 4097=Size Not Supported Root : //eng17341.eng.emc.com/root/emc/celerra:celerra_uxfslocalfilesystem.cr eationclassname="celerra_uxfslocalfilesystem",cscreationclassname="cel erra_datamove rcomputersystem",csname="server_2",name="19" In Seconds Please press enter key to continue... Verify if a file system is CIFS exported repeat count: 1 ( :5988)? gi ObjectPath: Celerra_CIFSShare.InstanceID="EMC- NSG:root/emc/celerra:server_2:CIFSS:DM2_CGE0:test_fs" LocalOnly [false]: IncludeQualifiers [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing GetInstance: Celerra_CIFSShare.InstanceID="EMC- NSG:root/emc/celerra:server_2:CIFSS:DM2_CGE0:test_fs" ++++ <INSTANCE CLASSNAME="Celerra_CIFSShare" > <PROPERTY NAME="InstanceID" <VALUE>EMC- NSG:root/emc/celerra:server_2:CIFSS:DM2_CGE0:test_fs</VALUE> <PROPERTY NAME="Caption" <VALUE>CIFSFS:test_fs</VALUE> <PROPERTY NAME="ElementName" <VALUE>test_fs</VALUE> <PROPERTY NAME="Name" <VALUE>test_fs</VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16"> <PROPERTY NAME="PathNameSeparatorString" <VALUE>\</VALUE> <PROPERTY NAME="SharingDirectory" TYPE="boolean"> <VALUE>TRUE</VALUE> Property: InstanceID Number of qualifiers: 0 Property: ElementName Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: PathNameSeparatorString Number of qualifiers: 0 Property: SharingDirectory Number of qualifiers: 0 GetInstance 73 of 185

74 Celerra_CIFSShare.InstanceID="EMC- NSG:root/emc/celerra:server_2:CIFSS:DM2_CGE0:test_fs" repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue... Export a file system with NFS repeat count: 1 ( :5988)? im ObjectPath: Celerra_FileExportService.CreationClassName="Celerra_FileExportService ",Name="server_2:NFS",SystemCreationClassName="Celerra_NFSServer",Syst emname=" server_2" Method Name[?]: SNIA_CreateExportedShare Input parameter name ('-' to quit) [?]: ElementName Type[?]: string Value [?]: test_fs_nfs Input parameter name ('-' to quit) [?]: Comment Type[?]: string Value [?]: Demo NFS Input parameter name ('-' to quit) [?]: Root Type[?]: reference Value [?]: /root/emc/celerra:celerra_uxfslocalfilesystem.creationclassname="celer ra_uxfslocalfilesystem",cscreationclassname="celerra_datamovercomputer System",C SName="server_2",Name="19" Input parameter name ('-' to quit) [?]: SharedElementPath Type[?]: string Value [?]: /test_fs Input parameter name ('-' to quit) [?]: Testing invokemethod: Celerra_FileExportService.CreationClassName="Celerra_FileExportService ",Name="server_2:NFS",SystemCreationClassName="Celerra_NFSServe r",systemname="server_2" ++++ SNIA_CreateExportedShare() returned value: 0 OUTPUT : 0 Legend:0=Success, 1=Not Supported, 2=Unknown, 3=Timeout, 4=Failed 5=Invalid Parameter 4096=Job Queued, 4097=Size Not Supported Root : //eng17341.eng.emc.com/root/emc/celerra:celerra_uxfslocalfilesystem.cr eationclassname="celerra_uxfslocalfilesystem",cscreationclassname="cel erra_datamove rcomputersystem",csname="server_2",name="19" In Seconds Please press enter key to continue... Verify if a file system is an NFS export repeat count: 1 ( :5988)? gi ObjectPath: Celerra_NFSShare.InstanceID="EMC- NSG:root/emc/celerra:server_2:NFSS:/test_fs" LocalOnly [false]: IncludeQualifiers [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing GetInstance: Celerra_NFSShare.InstanceID="EMC- NSG:root/emc/celerra:server_2:NFSS:/test_fs" ++++ <INSTANCE CLASSNAME="Celerra_NFSShare" > <PROPERTY NAME="InstanceID" <VALUE>EMC-NSG:root/emc/celerra:server_2:NFSS:/test_fs</VALUE> <PROPERTY NAME="Caption" <VALUE>NFSFS:/test_fs</VALUE> 74 of 185

75 <PROPERTY NAME="ElementName" <VALUE>/test_fs</VALUE> <PROPERTY NAME="Name" <VALUE>/test_fs</VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16"> <PROPERTY NAME="PathNameSeparatorString" <VALUE>/</VALUE> <PROPERTY NAME="SharingDirectory" TYPE="boolean"> <VALUE>TRUE</VALUE> Property: InstanceID Number of qualifiers: 0 Property: ElementName Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: PathNameSeparatorString Number of qualifiers: 0 Property: SharingDirectory Number of qualifiers: 0 GetInstance Celerra_NFSShare.InstanceID="EMC- NSG:root/emc/celerra:server_2:NFSS:/test_fs" repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue... Modify the export name SNIA_ModifyExportedShare (String ElementName, String Comment, CIM_ConcreteJob REF Job, CIM_LogicalElement REF Root, String SharedElementPath, SNIA_ExportedFileShareSetting REF Goal, SNIA_FileShare REF TheShare, CIM_Identity REF DefaultUserId, String RootAccessHosts[], String AccessPointPorts[], uint16 InUseOptions, uint32 WaitTime) ElementName New name of the share. Optional parameter. Comment Comment for export or share to be modified Job Not used. As we do not support asynch operation in current release. Root Ref to the Celerra_UxfsLocalFileSystem instance. SharedElementPath The SharedElementPath Shall be null or would be same as the path of the TheShare argument Goal Ref to the instance of export file share setting returned in output parameter of CreateGoalSettings TheShare The share to be modified DefaultUserId 75 of 185

76 Not used. RootAccessHosts[] Optional parameter. It is access hosts for the export AccessPointPorts[] Not used. InUseOptions Not used. WaitTime Not used. Example repeat count: 1 ( :5988)? im ObjectPath: Celerra_FileExportService.CreationClassName="Celerra_FileExportService ",Name="server_2:NFS",SystemCreationClassName="Celerra_NFSServer",Syst emname=" server_2" Method Name[?]: SNIA_ModifyExportedShare Input parameter name ('-' to quit) [?]: TheShare Type[?]: reference Value [?]: /root/emc/celerra:celerra_nfsshare.instanceid="emc- NSG:root/emc/celerra:server_2:NFSS:/test_fs" Input parameter name ('-' to quit) [?]: ElementName Type[?]: string Value [?]: Modified_name Input parameter name ('-' to quit) [?]: Comment Type[?]: string Value [?]: Modified Comment Input parameter name ('-' to quit) [?]: Testing invokemethod: Celerra_FileExportService.CreationClassName="Celerra_FileExportService ",Name="server_2:NFS",SystemCreationClassName="Celerra_NFSServe r",systemname="server_2" ++++ SNIA_ModifyExportedShare() returned value: 0 OUTPUT : 0 Legend:0=Success, 1=Not Supported, 2=Unknown, 3=Timeout, 4=Failed 5=Invalid Parameter 4096=Job Queued, 4097=Size Not Supported In Seconds Please press enter key to continue... Modify the CIFS export properties repeat count: 1 ( :5988)? im ObjectPath: Celerra_FileExportService.CreationClassName="Celerra_FileExportService ",Name="server_2:DM2_CGE0",SystemCreationClassName="Celerra_CIFSServer ",System Name="DM2_CGE0" Method Name[?]: SNIA_ModifyExportedShare Input parameter name ('-' to quit) [?]: TheShare Type[?]: reference Value [?]: /root/emc/celerra:celerra_cifsshare.instanceid="emc- NSG:root/emc/celerra:server_2:CIFSS:DM2_CGE0:test_fs" Input parameter name ('-' to quit) [?]: ElementName Type[?]: string Value [?]: Modified_name Input parameter name ('-' to quit) [?]: Comment Type[?]: string Value [?]: Modified Comment Input parameter name ('-' to quit) [?]: Testing invokemethod: Celerra_FileExportService.CreationClassName="Celerra_FileExportService ",Name="server_2:DM2_CGE0",SystemCreationClassName="Celerra_CIF SServer",SystemName="DM2_CGE0" ++++ SNIA_ModifyExportedShare() returned value: 0 OUTPUT : 0 76 of 185

77 Legend:0=Success, 1=Not Supported, 2=Unknown, 3=Timeout, 4=Failed 5=Invalid Parameter 4096=Job Queued, 4097=Size Not Supported In Seconds Please press enter key to continue... Verify repeat count: 1 ( :5988)? gi ObjectPath: Celerra_CIFSShare.InstanceID="EMC- NSG:root/emc/celerra:server_2:CIFSS:DM2_CGE0:test_fs" LocalOnly [false]: IncludeQualifiers [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing GetInstance: Celerra_CIFSShare.InstanceID="EMC- NSG:root/emc/celerra:server_2:CIFSS:DM2_CGE0:test_fs" ++++ <INSTANCE CLASSNAME="Celerra_CIFSShare" > <PROPERTY NAME="InstanceID" <VALUE>EMC- NSG:root/emc/celerra:server_2:CIFSS:DM2_CGE0:test_fs</VALUE> <PROPERTY NAME="Caption" <VALUE>CIFSFS:test_fs</VALUE> <PROPERTY NAME="ElementName" <VALUE>test_fs</VALUE> <PROPERTY NAME="Name" <VALUE>test_fs</VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16"> <PROPERTY NAME="PathNameSeparatorString" <VALUE>\</VALUE> <PROPERTY NAME="SharingDirectory" TYPE="boolean"> <VALUE>TRUE</VALUE> Property: InstanceID Number of qualifiers: 0 Property: ElementName Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: PathNameSeparatorString Number of qualifiers: 0 Property: SharingDirectory Number of qualifiers: 0 GetInstance Celerra_CIFSShare.InstanceID="EMC- NSG:root/emc/celerra:server_2:CIFSS:DM2_CGE0:test_fs" repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue... [nasadmin@eng17341 ~]$ server_export server_2 -Protocol cifs -list -all server_2 : share "s_m2_0" "/fs_dm2_0" ro umask=027 maxusr=200 netbios=dm2_cge0 netbios=dm2_cge1 comment="cifs share" share "s_m2_2" "/fs_dm2_2" umask=022 maxusr= share "s_m2_1" "/fs_dm2_1" ro umask=027 maxusr=200 netbios=dm2_cge0 comment="cifs share" share "test_fs" "/test_fs" umask=022 maxusr= netbios=dm2_cge0 comment="modified Comment" 77 of 185

78 Release the file export share ReleaseExportedShare (CIM_ConcreteJob REF Job, SNIA_FileShare REF TheShare, uint16 InUseOptions, uint32 WaitTime) The input parameters are as follows: Job Not used, as we are not supporting asynch operations in current release. TheShare The share/export to be deleted. InUseOptions Not used. WaitTime Not used. The following example illustrates the process: repeat count: 1 ( :5988)? im ObjectPath: Celerra_FileExportService.CreationClassName="Celerra_FileExportService ",Name="server_2:DM2_CGE0",SystemCreationClassName="Celerra_CIFSServer ",System Name="DM2_CGE0" Method Name[?]: ReleaseExportedShare Input parameter name ('-' to quit) [?]: TheShare Type[?]: reference Value [?]: /root/emc/celerra:celerra_cifsshare.instanceid="emc- NSG:root/emc/celerra:server_2:CIFSS:DM2_CGE0:test_fs" Input parameter name ('-' to quit) [?]: Testing invokemethod: Celerra_FileExportService.CreationClassName="Celerra_FileExportService ",Name="server_2:DM2_CGE0",SystemCreationClassName="Celerra_CIF SServer",SystemName="DM2_CGE0" ++++ ReleaseExportedShare() returned value: 0 OUTPUT : 0 Legend:0=Success, 1=Not Supported, 2=Unknown, 3=Timeout, 4=Failed 5=Invalid Parameter 4096=Job Queued, 4097=Size Not Supported In Seconds Please press enter key to continue... Verify ( :5988)? gi ObjectPath: Celerra_CIFSShare.InstanceID="EMC- NSG:root/emc/celerra:server_2:CIFSS:DM2_CGE0:test_fs" LocalOnly [false]: IncludeQualifiers [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing GetInstance: Celerra_CIFSShare.InstanceID="EMC- NSG:root/emc/celerra:server_2:CIFSS:DM2_CGE0:test_fs" ++++ Error: The requested object cannot be found. (No such instance) Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue of 185

79 Multiple Computer System Subprofile The Multiple Computer System Subprofile allows a client to retrieve information about the redundancy configuration and the capabilities of the NAS system. View the details of the redundancy set for Celerra repeat count: 1 ( :5988)? ei Class: CIM_RedundancySet DeepInheritance [true]: LocalOnly [false]: IncludeQualifiers [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing EnumerateInstances:Celerra_CelerraRedundancySet ++++ includequalifiers: false Instance 0: Celerra_CelerraRedundancySet.InstanceID="EMC- NSG:root/emc/celerra:CRS:FCNTR " <INSTANCE CLASSNAME="Celerra_CelerraRedundancySet" > <PROPERTY NAME="InstanceID" CLASSORIGIN="Celerra_RedundancySet" PROPAGATED="true" <VALUE>EMC-NSG:root/emc/celerra:CRS:FCNTR </VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" <VALUE>CRS:system:NS40G:FCNTR </VALUE> <PROPERTY NAME="ElementName" CLASSORIGIN="Celerra_RedundancySet" PROPAGATED="true" <VALUE>system:NS40G:FCNTR </VALUE> <PROPERTY NAME="RedundancyStatus" CLASSORIGIN="Celerra_RedundancySet" PROPAGATED="true" TYPE="uint16"> <PROPERTY.ARRAY NAME="TypeOfSet" TYPE="uint16" CLASSORIGIN="Celerra_RedundancySet" PROPAGATED="true"> <VALUE>5</VALUE> Number of instance properties: 5 Property: InstanceID Number of qualifiers: 0 Property: ElementName Number of qualifiers: 0 Property: RedundancyStatus Number of qualifiers: 0 Property: TypeOfSet Number of qualifiers: 0 [---] Enumerate 2 instances; repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue... View the details of the redundancy set for the Data Mover ( :5988)? ei Class: CIM_RedundancySet DeepInheritance [true]: LocalOnly [false]: IncludeQualifiers [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing EnumerateInstances:Celerra_DataMoverRedundancySet of 185

80 includequalifiers: false Instance 0: Celerra_DataMoverRedundancySet.InstanceID="EMC- NSG:root/emc/celerra:FCNTR :DMRS:server_2" <INSTANCE CLASSNAME="Celerra_DataMoverRedundancySet" > <PROPERTY NAME="InstanceID" CLASSORIGIN="Celerra_RedundancySet" PROPAGATED="true" <VALUE>EMC- NSG:root/emc/celerra:FCNTR :DMRS:server_2</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" <VALUE>DMRS:server_2</VALUE> <PROPERTY NAME="ElementName" CLASSORIGIN="Celerra_RedundancySet" PROPAGATED="true" <VALUE>server_2</VALUE> <PROPERTY NAME="RedundancyStatus" CLASSORIGIN="Celerra_RedundancySet" PROPAGATED="true" TYPE="uint16"> <PROPERTY.ARRAY NAME="TypeOfSet" TYPE="uint16" CLASSORIGIN="Celerra_DataMoverRedundancySet"> <VALUE>5</VALUE> Number of instance properties: 5 Property: InstanceID Number of qualifiers: 0 Property: ElementName Number of qualifiers: 0 Property: RedundancyStatus Number of qualifiers: 0 Property: TypeOfSet Number of qualifiers: 0 [---] Enumerate 2 instances; repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue... View the physical Data Mover repeat count: 1 ( :5988)? ei Class: CIM_ComputerSystem DeepInheritance [true]: LocalOnly [false]: IncludeQualifiers [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing EnumerateInstances: Celerra_PhysicalDataMoverComputerSystem ++++ includequalifiers: false Instance 0: Celerra_PhysicalDataMoverComputerSystem.CreationClassName="Celerra_Phy sicaldatamovercomputersystem",name="fcntr :slot-2" <INSTANCE CLASSNAME="Celerra_PhysicalDataMoverComputerSystem" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="CIM_System" PROPAGATED="true" <VALUE>Celerra_PhysicalDataMoverComputerSystem</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_PhysicalDataMoverComputerSystem" <VALUE>FCNTR :Slot-2</VALUE> 80 of 185

81 <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" <VALUE>PDMCS:server_2</VALUE> <PROPERTY.ARRAY NAME="Dedicated" TYPE="uint16" CLASSORIGIN="Celerra_PhysicalDataMoverComputerSystem"> <VALUE>0</VALUE> <PROPERTY NAME="ElementName" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" <VALUE>server_2</VALUE> <PROPERTY.ARRAY NAME="IdentifyingDescriptions" TYPE="string" CLASSORIGIN="Celerra_PhysicalDataMoverComputerSystem"> <PROPERTY NAME="NameFormat" CLASSORIGIN="Celerra_PhysicalDataMoverComputerSystem" <VALUE>Other</VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_PhysicalDataMoverComputerSystem"> <PROPERTY.ARRAY NAME="OtherIdentifyingInfo" TYPE="string" CLASSORIGIN="Celerra_PhysicalDataMoverComputerSystem"> <PROPERTY NAME="PrimaryOwnerContact" CLASSORIGIN="Celerra_PhysicalDataMoverComputerSystem" <PROPERTY NAME="PrimaryOwnerName" CLASSORIGIN="Celerra_PhysicalDataMoverComputerSystem" Number of instance properties: 11 Property: CreationClassName Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: Dedicated Number of qualifiers: 0 Property: ElementName Number of qualifiers: 0 Property: IdentifyingDescriptions Number of qualifiers: 0 Property: NameFormat Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: OtherIdentifyingInfo Number of qualifiers: 0 Property: PrimaryOwnerContact Number of qualifiers: 0 Property: PrimaryOwnerName Number of qualifiers: 0 Instance 1: Celerra_PhysicalDataMoverComputerSystem.CreationClassName="Celerra_Phy sicaldatamovercomputersystem",name="fcntr :slot-3" <INSTANCE CLASSNAME="Celerra_PhysicalDataMoverComputerSystem" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="CIM_System" PROPAGATED="true" <VALUE>Celerra_PhysicalDataMoverComputerSystem</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_PhysicalDataMoverComputerSystem" <VALUE>FCNTR :Slot-3</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" <VALUE>PDMCS:server_3</VALUE> 81 of 185

82 <PROPERTY.ARRAY NAME="Dedicated" TYPE="uint16" CLASSORIGIN="Celerra_PhysicalDataMoverComputerSystem"> <VALUE>0</VALUE> <PROPERTY NAME="ElementName" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" <VALUE>server_3</VALUE> <PROPERTY.ARRAY NAME="IdentifyingDescriptions" TYPE="string" CLASSORIGIN="Celerra_PhysicalDataMoverComputerSystem"> <PROPERTY NAME="NameFormat" CLASSORIGIN="Celerra_PhysicalDataMoverComputerSystem" <VALUE>Other</VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_PhysicalDataMoverComputerSystem"> <PROPERTY.ARRAY NAME="OtherIdentifyingInfo" TYPE="string" CLASSORIGIN="Celerra_PhysicalDataMoverComputerSystem"> <PROPERTY NAME="PrimaryOwnerContact" CLASSORIGIN="Celerra_PhysicalDataMoverComputerSystem" <PROPERTY NAME="PrimaryOwnerName" CLASSORIGIN="Celerra_PhysicalDataMoverComputerSystem" Number of instance properties: 11 Property: CreationClassName Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: Dedicated Number of qualifiers: 0 Property: ElementName Number of qualifiers: 0 Property: IdentifyingDescriptions Number of qualifiers: 0 Property: NameFormat Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: OtherIdentifyingInfo Number of qualifiers: 0 Property: PrimaryOwnerContact Number of qualifiers: 0 Property: PrimaryOwnerName Number of qualifiers: 0 [---] Enumerate 5 instances; repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue... View the details of the Control Station repeat count: 1 ( :5988)? ei Class: CIM_ComputerSystem DeepInheritance [true]: LocalOnly [false]: IncludeQualifiers [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: - 82 of 185

83 ++++ Testing EnumerateInstances: Celerra_PhysicalControlStationComputerSystem ++++ includequalifiers: false Instance 0: Celerra_PhysicalControlStationComputerSystem.CreationClassName="Celerr a_physicalcontrolstationcomputersystem",name="fcntr :0" <INSTANCE CLASSNAME="Celerra_PhysicalControlStationComputerSystem" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_PhysicalControlStationComputerSystem" <VALUE>Celerra_PhysicalControlStationComputerSystem</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_PhysicalControlStationComputerSystem" <VALUE>FCNTR :0</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" <VALUE>PCSCS:system:NS40G:FCNTR </VALUE> <PROPERTY.ARRAY NAME="Dedicated" TYPE="uint16" CLASSORIGIN="Celerra_PhysicalControlStationComputerSystem"> <VALUE>0</VALUE> <PROPERTY NAME="ElementName" CLASSORIGIN="Celerra_PhysicalControlStationComputerSystem" <VALUE>system:NS40G:FCNTR </VALUE> <PROPERTY.ARRAY NAME="IdentifyingDescriptions" TYPE="string" CLASSORIGIN="Celerra_PhysicalControlStationComputerSystem"> <PROPERTY NAME="NameFormat" CLASSORIGIN="Celerra_PhysicalControlStationComputerSystem" <VALUE>Other</VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_PhysicalControlStationComputerSystem"> <PROPERTY.ARRAY NAME="OtherIdentifyingInfo" TYPE="string" CLASSORIGIN="Celerra_PhysicalControlStationComputerSystem"> <PROPERTY NAME="PrimaryOwnerContact" CLASSORIGIN="Celerra_PhysicalControlStationComputerSystem" <PROPERTY NAME="PrimaryOwnerName" CLASSORIGIN="Celerra_PhysicalControlStationComputerSystem" Number of instance properties: 11 Property: CreationClassName Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: Dedicated Number of qualifiers: 0 Property: ElementName Number of qualifiers: 0 Property: IdentifyingDescriptions Number of qualifiers: 0 83 of 185

84 Property: NameFormat Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: OtherIdentifyingInfo Number of qualifiers: 0 Property: PrimaryOwnerContact Number of qualifiers: 0 Property: PrimaryOwnerName Number of qualifiers: 0 [---] Enumerate 5 instances; repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue of 185

85 Extent Composition Subprofile The Extent Composition Subprofile allows a client to retrieve information about the layout of the areas called storage extents that are used to form primordial and storage pools. View the stripes, slices, and meta volumes repeat count: 1 ( :5988)? ei Class: CIM_CompositeExtent DeepInheritance [true]: LocalOnly [false]: IncludeQualifiers [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing EnumerateInstances: CIM_CompositeExtent ++++ includequalifiers: false Instance 0: Celerra_CompositeExtent.CreationClassName="Celerra_CompositeExtent",De viceid="100",systemcreationclassname="celerra_celerracomp <INSTANCE CLASSNAME="Celerra_CompositeExtent" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>Celerra_CompositeExtent</VALUE> <PROPERTY NAME="DeviceID" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>100</VALUE> <PROPERTY NAME="SystemCreationClassName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>Celerra_CelerraComputerSystem</VALUE> <PROPERTY NAME="SystemName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>FCNTR </VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>511</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" <VALUE>CE:md6</VALUE> <PROPERTY NAME="ConsumableBlocks" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY NAME="DataRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY.ARRAY NAME="ExtentStatus" TYPE="uint16" CLASSORIGIN="Celerra_CompositeExtent"> <PROPERTY NAME="ExtentStripeLength" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>1</VALUE> <PROPERTY NAME="ExtentType" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>3</VALUE> 85 of 185

86 <PROPERTY.ARRAY NAME="IdentifyingDescriptions" TYPE="string" CLASSORIGIN="Celerra_CompositeExtent"> <VALUE>Volume ID as per the System</VALUE> <PROPERTY NAME="IsBasedOnUnderlyingRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="IsConcatenated" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>md6</VALUE> <PROPERTY NAME="NoSinglePointOfFailure" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="NumberOfBlocks" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_CompositeExtent"> <PROPERTY.ARRAY NAME="OtherIdentifyingInfo" TYPE="string" CLASSORIGIN="Celerra_CompositeExtent"> <VALUE>100</VALUE> <PROPERTY NAME="PackageRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY NAME="Primordial" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>FALSE</VALUE> Number of instance properties: 21 Property: CreationClassName Number of qualifiers: 0 Property: DeviceID Number of qualifiers: 0 Property: SystemCreationClassName Number of qualifiers: 0 Property: SystemName Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: ConsumableBlocks Number of qualifiers: 0 Property: DataRedundancy Number of qualifiers: 0 Property: ExtentStatus Number of qualifiers: 0 Property: ExtentStripeLength Number of qualifiers: 0 Property: ExtentType Number of qualifiers: 0 Property: IdentifyingDescriptions Number of qualifiers: 0 Property: IsBasedOnUnderlyingRedundancy Number of qualifiers: 0 Property: IsConcatenated Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: NoSinglePointOfFailure Number of qualifiers: 0 Property: NumberOfBlocks Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: OtherIdentifyingInfo Number of qualifiers: 0 Property: PackageRedundancy Number of qualifiers: 0 Property: Primordial Number of qualifiers: 0 86 of 185

87 Instance 1: Celerra_CompositeExtent.CreationClassName="Celerra_CompositeExtent",De viceid="111",systemcreationclassname="celerra_celerracomp <INSTANCE CLASSNAME="Celerra_CompositeExtent" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>Celerra_CompositeExtent</VALUE> <PROPERTY NAME="DeviceID" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>111</VALUE> <PROPERTY NAME="SystemCreationClassName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>Celerra_CelerraComputerSystem</VALUE> <PROPERTY NAME="SystemName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>FCNTR </VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>511</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" <VALUE>CE:v111</VALUE> <PROPERTY NAME="ConsumableBlocks" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY NAME="DataRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY.ARRAY NAME="ExtentStatus" TYPE="uint16" CLASSORIGIN="Celerra_CompositeExtent"> <PROPERTY NAME="ExtentStripeLength" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>1</VALUE> <PROPERTY NAME="ExtentType" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>3</VALUE> <PROPERTY.ARRAY NAME="IdentifyingDescriptions" TYPE="string" CLASSORIGIN="Celerra_CompositeExtent"> <VALUE>Volume ID as per the System</VALUE> <PROPERTY NAME="IsBasedOnUnderlyingRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="IsConcatenated" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>v111</VALUE> <PROPERTY NAME="NoSinglePointOfFailure" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> 87 of 185

88 <PROPERTY NAME="NumberOfBlocks" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_CompositeExtent"> <PROPERTY.ARRAY NAME="OtherIdentifyingInfo" TYPE="string" CLASSORIGIN="Celerra_CompositeExtent"> <VALUE>111</VALUE> <PROPERTY NAME="PackageRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY NAME="Primordial" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>FALSE</VALUE> Number of instance properties: 21 Property: CreationClassName Number of qualifiers: 0 Property: DeviceID Number of qualifiers: 0 Property: SystemCreationClassName Number of qualifiers: 0 Property: SystemName Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: ConsumableBlocks Number of qualifiers: 0 Property: DataRedundancy Number of qualifiers: 0 Property: ExtentStatus Number of qualifiers: 0 Property: ExtentStripeLength Number of qualifiers: 0 Property: ExtentType Number of qualifiers: 0 Property: IdentifyingDescriptions Number of qualifiers: 0 Property: IsBasedOnUnderlyingRedundancy Number of qualifiers: 0 Property: IsConcatenated Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: NoSinglePointOfFailure Number of qualifiers: 0 Property: NumberOfBlocks Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: OtherIdentifyingInfo Number of qualifiers: 0 Property: PackageRedundancy Number of qualifiers: 0 Property: Primordial Number of qualifiers: 0 Instance 2: Celerra_CompositeExtent.CreationClassName="Celerra_CompositeExtent",De viceid="113",systemcreationclassname="celerra_celerracomp <INSTANCE CLASSNAME="Celerra_CompositeExtent" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>Celerra_CompositeExtent</VALUE> <PROPERTY NAME="DeviceID" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>113</VALUE> <PROPERTY NAME="SystemCreationClassName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>Celerra_CelerraComputerSystem</VALUE> <PROPERTY NAME="SystemName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>FCNTR </VALUE> 88 of 185

89 <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>512</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" <VALUE>CE:s72</VALUE> <PROPERTY NAME="ConsumableBlocks" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>4096</VALUE> <PROPERTY NAME="DataRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY.ARRAY NAME="ExtentStatus" TYPE="uint16" CLASSORIGIN="Celerra_CompositeExtent"> <PROPERTY NAME="ExtentStripeLength" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>1</VALUE> <PROPERTY NAME="ExtentType" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>4</VALUE> <PROPERTY.ARRAY NAME="IdentifyingDescriptions" TYPE="string" CLASSORIGIN="Celerra_CompositeExtent"> <VALUE>Volume ID as per the System</VALUE> <PROPERTY NAME="IsBasedOnUnderlyingRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="IsConcatenated" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>s72</VALUE> <PROPERTY NAME="NoSinglePointOfFailure" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="NumberOfBlocks" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>4096</VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_CompositeExtent"> <PROPERTY.ARRAY NAME="OtherIdentifyingInfo" TYPE="string" CLASSORIGIN="Celerra_CompositeExtent"> <VALUE>113</VALUE> <PROPERTY NAME="PackageRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>1</VALUE> 89 of 185

90 <PROPERTY NAME="Primordial" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>FALSE</VALUE> Number of instance properties: 21 Property: CreationClassName Number of qualifiers: 0 Property: DeviceID Number of qualifiers: 0 Property: SystemCreationClassName Number of qualifiers: 0 Property: SystemName Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: ConsumableBlocks Number of qualifiers: 0 Property: DataRedundancy Number of qualifiers: 0 Property: ExtentStatus Number of qualifiers: 0 Property: ExtentStripeLength Number of qualifiers: 0 Property: ExtentType Number of qualifiers: 0 Property: IdentifyingDescriptions Number of qualifiers: 0 Property: IsBasedOnUnderlyingRedundancy Number of qualifiers: 0 Property: IsConcatenated Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: NoSinglePointOfFailure Number of qualifiers: 0 Property: NumberOfBlocks Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: OtherIdentifyingInfo Number of qualifiers: 0 Property: PackageRedundancy Number of qualifiers: 0 Property: Primordial Number of qualifiers: 0 Instance 3: Celerra_CompositeExtent.CreationClassName="Celerra_CompositeExtent",De viceid="114",systemcreationclassname="celerra_celerracomp <INSTANCE CLASSNAME="Celerra_CompositeExtent" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>Celerra_CompositeExtent</VALUE> <PROPERTY NAME="DeviceID" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>114</VALUE> <PROPERTY NAME="SystemCreationClassName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>Celerra_CelerraComputerSystem</VALUE> <PROPERTY NAME="SystemName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>FCNTR </VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>512</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" <VALUE>CE:v114</VALUE> <PROPERTY NAME="ConsumableBlocks" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>4096</VALUE> <PROPERTY NAME="DataRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY.ARRAY NAME="ExtentStatus" TYPE="uint16" CLASSORIGIN="Celerra_CompositeExtent"> 90 of 185

91 <PROPERTY NAME="ExtentStripeLength" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>1</VALUE> <PROPERTY NAME="ExtentType" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>3</VALUE> <PROPERTY.ARRAY NAME="IdentifyingDescriptions" TYPE="string" CLASSORIGIN="Celerra_CompositeExtent"> <VALUE>Volume ID as per the System</VALUE> <PROPERTY NAME="IsBasedOnUnderlyingRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="IsConcatenated" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>v114</VALUE> <PROPERTY NAME="NoSinglePointOfFailure" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="NumberOfBlocks" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>4096</VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_CompositeExtent"> <PROPERTY.ARRAY NAME="OtherIdentifyingInfo" TYPE="string" CLASSORIGIN="Celerra_CompositeExtent"> <VALUE>114</VALUE> <PROPERTY NAME="PackageRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY NAME="Primordial" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>FALSE</VALUE> Number of instance properties: 21 Property: CreationClassName Number of qualifiers: 0 Property: DeviceID Number of qualifiers: 0 Property: SystemCreationClassName Number of qualifiers: 0 Property: SystemName Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: ConsumableBlocks Number of qualifiers: 0 Property: DataRedundancy Number of qualifiers: 0 Property: ExtentStatus Number of qualifiers: 0 Property: ExtentStripeLength Number of qualifiers: 0 Property: ExtentType Number of qualifiers: 0 Property: IdentifyingDescriptions Number of qualifiers: 0 Property: IsBasedOnUnderlyingRedundancy Number of qualifiers: 0 Property: IsConcatenated Number of qualifiers: 0 91 of 185

92 Property: Name Number of qualifiers: 0 Property: NoSinglePointOfFailure Number of qualifiers: 0 Property: NumberOfBlocks Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: OtherIdentifyingInfo Number of qualifiers: 0 Property: PackageRedundancy Number of qualifiers: 0 Property: Primordial Number of qualifiers: 0 Instance 4: Celerra_CompositeExtent.CreationClassName="Celerra_CompositeExtent",De viceid="115",systemcreationclassname="celerra_celerracomp <INSTANCE CLASSNAME="Celerra_CompositeExtent" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>Celerra_CompositeExtent</VALUE> <PROPERTY NAME="DeviceID" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>115</VALUE> <PROPERTY NAME="SystemCreationClassName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>Celerra_CelerraComputerSystem</VALUE> <PROPERTY NAME="SystemName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>FCNTR </VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>511</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" <VALUE>CE:v115</VALUE> <PROPERTY NAME="ConsumableBlocks" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY NAME="DataRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY.ARRAY NAME="ExtentStatus" TYPE="uint16" CLASSORIGIN="Celerra_CompositeExtent"> <PROPERTY NAME="ExtentStripeLength" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>1</VALUE> <PROPERTY NAME="ExtentType" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>3</VALUE> <PROPERTY.ARRAY NAME="IdentifyingDescriptions" TYPE="string" CLASSORIGIN="Celerra_CompositeExtent"> <VALUE>Volume ID as per the System</VALUE> <PROPERTY NAME="IsBasedOnUnderlyingRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="IsConcatenated" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> 92 of 185

93 <PROPERTY NAME="Name" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>v115</VALUE> <PROPERTY NAME="NoSinglePointOfFailure" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="NumberOfBlocks" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_CompositeExtent"> <PROPERTY.ARRAY NAME="OtherIdentifyingInfo" TYPE="string" CLASSORIGIN="Celerra_CompositeExtent"> <VALUE>115</VALUE> <PROPERTY NAME="PackageRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY NAME="Primordial" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>FALSE</VALUE> Number of instance properties: 21 Property: CreationClassName Number of qualifiers: 0 Property: DeviceID Number of qualifiers: 0 Property: SystemCreationClassName Number of qualifiers: 0 Property: SystemName Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: ConsumableBlocks Number of qualifiers: 0 Property: DataRedundancy Number of qualifiers: 0 Property: ExtentStatus Number of qualifiers: 0 Property: ExtentStripeLength Number of qualifiers: 0 Property: ExtentType Number of qualifiers: 0 Property: IdentifyingDescriptions Number of qualifiers: 0 Property: IsBasedOnUnderlyingRedundancy Number of qualifiers: 0 Property: IsConcatenated Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: NoSinglePointOfFailure Number of qualifiers: 0 Property: NumberOfBlocks Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: OtherIdentifyingInfo Number of qualifiers: 0 Property: PackageRedundancy Number of qualifiers: 0 Property: Primordial Number of qualifiers: 0 Instance 5: Celerra_CompositeExtent.CreationClassName="Celerra_CompositeExtent",De viceid="116",systemcreationclassname="celerra_celerracomp <INSTANCE CLASSNAME="Celerra_CompositeExtent" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>Celerra_CompositeExtent</VALUE> <PROPERTY NAME="DeviceID" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>116</VALUE> 93 of 185

94 <PROPERTY NAME="SystemCreationClassName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>Celerra_CelerraComputerSystem</VALUE> <PROPERTY NAME="SystemName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>FCNTR </VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>512</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" <VALUE>CE:s73</VALUE> <PROPERTY NAME="ConsumableBlocks" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>4096</VALUE> <PROPERTY NAME="DataRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY.ARRAY NAME="ExtentStatus" TYPE="uint16" CLASSORIGIN="Celerra_CompositeExtent"> <PROPERTY NAME="ExtentStripeLength" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>1</VALUE> <PROPERTY NAME="ExtentType" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>4</VALUE> <PROPERTY.ARRAY NAME="IdentifyingDescriptions" TYPE="string" CLASSORIGIN="Celerra_CompositeExtent"> <VALUE>Volume ID as per the System</VALUE> <PROPERTY NAME="IsBasedOnUnderlyingRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="IsConcatenated" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>s73</VALUE> <PROPERTY NAME="NoSinglePointOfFailure" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="NumberOfBlocks" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>4096</VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_CompositeExtent"> <PROPERTY.ARRAY NAME="OtherIdentifyingInfo" TYPE="string" CLASSORIGIN="Celerra_CompositeExtent"> 94 of 185

95 <VALUE>116</VALUE> <PROPERTY NAME="PackageRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY NAME="Primordial" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>FALSE</VALUE> Number of instance properties: 21 Property: CreationClassName Number of qualifiers: 0 Property: DeviceID Number of qualifiers: 0 Property: SystemCreationClassName Number of qualifiers: 0 Property: SystemName Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: ConsumableBlocks Number of qualifiers: 0 Property: DataRedundancy Number of qualifiers: 0 Property: ExtentStatus Number of qualifiers: 0 Property: ExtentStripeLength Number of qualifiers: 0 Property: ExtentType Number of qualifiers: 0 Property: IdentifyingDescriptions Number of qualifiers: 0 Property: IsBasedOnUnderlyingRedundancy Number of qualifiers: 0 Property: IsConcatenated Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: NoSinglePointOfFailure Number of qualifiers: 0 Property: NumberOfBlocks Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: OtherIdentifyingInfo Number of qualifiers: 0 Property: PackageRedundancy Number of qualifiers: 0 Property: Primordial Number of qualifiers: 0 Instance 6: Celerra_CompositeExtent.CreationClassName="Celerra_CompositeExtent",De viceid="117",systemcreationclassname="celerra_celerracomp <INSTANCE CLASSNAME="Celerra_CompositeExtent" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>Celerra_CompositeExtent</VALUE> <PROPERTY NAME="DeviceID" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>117</VALUE> <PROPERTY NAME="SystemCreationClassName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>Celerra_CelerraComputerSystem</VALUE> <PROPERTY NAME="SystemName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>FCNTR </VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>512</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" <VALUE>CE:v117</VALUE> <PROPERTY NAME="ConsumableBlocks" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>4096</VALUE> <PROPERTY NAME="DataRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> 95 of 185

96 <VALUE>1</VALUE> <PROPERTY.ARRAY NAME="ExtentStatus" TYPE="uint16" CLASSORIGIN="Celerra_CompositeExtent"> <PROPERTY NAME="ExtentStripeLength" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>1</VALUE> <PROPERTY NAME="ExtentType" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>3</VALUE> <PROPERTY.ARRAY NAME="IdentifyingDescriptions" TYPE="string" CLASSORIGIN="Celerra_CompositeExtent"> <VALUE>Volume ID as per the System</VALUE> <PROPERTY NAME="IsBasedOnUnderlyingRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="IsConcatenated" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>v117</VALUE> <PROPERTY NAME="NoSinglePointOfFailure" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="NumberOfBlocks" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>4096</VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_CompositeExtent"> <PROPERTY.ARRAY NAME="OtherIdentifyingInfo" TYPE="string" CLASSORIGIN="Celerra_CompositeExtent"> <VALUE>117</VALUE> <PROPERTY NAME="PackageRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY NAME="Primordial" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>FALSE</VALUE> Number of instance properties: 21 Property: CreationClassName Number of qualifiers: 0 Property: DeviceID Number of qualifiers: 0 Property: SystemCreationClassName Number of qualifiers: 0 Property: SystemName Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 96 of 185

97 Property: ConsumableBlocks Number of qualifiers: 0 Property: DataRedundancy Number of qualifiers: 0 Property: ExtentStatus Number of qualifiers: 0 Property: ExtentStripeLength Number of qualifiers: 0 Property: ExtentType Number of qualifiers: 0 Property: IdentifyingDescriptions Number of qualifiers: 0 Property: IsBasedOnUnderlyingRedundancy Number of qualifiers: 0 Property: IsConcatenated Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: NoSinglePointOfFailure Number of qualifiers: 0 Property: NumberOfBlocks Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: OtherIdentifyingInfo Number of qualifiers: 0 Property: PackageRedundancy Number of qualifiers: 0 Property: Primordial Number of qualifiers: 0 Instance 7: Celerra_CompositeExtent.CreationClassName="Celerra_CompositeExtent",De viceid="118",systemcreationclassname="celerra_celerracomp <INSTANCE CLASSNAME="Celerra_CompositeExtent" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>Celerra_CompositeExtent</VALUE> <PROPERTY NAME="DeviceID" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>118</VALUE> <PROPERTY NAME="SystemCreationClassName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>Celerra_CelerraComputerSystem</VALUE> <PROPERTY NAME="SystemName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>FCNTR </VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>511</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" <VALUE>CE:v118</VALUE> <PROPERTY NAME="ConsumableBlocks" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY NAME="DataRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY.ARRAY NAME="ExtentStatus" TYPE="uint16" CLASSORIGIN="Celerra_CompositeExtent"> <PROPERTY NAME="ExtentStripeLength" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>1</VALUE> <PROPERTY NAME="ExtentType" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>3</VALUE> <PROPERTY.ARRAY NAME="IdentifyingDescriptions" TYPE="string" CLASSORIGIN="Celerra_CompositeExtent"> <VALUE>Volume ID as per the System</VALUE> 97 of 185

98 <PROPERTY NAME="IsBasedOnUnderlyingRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="IsConcatenated" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>v118</VALUE> <PROPERTY NAME="NoSinglePointOfFailure" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="NumberOfBlocks" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_CompositeExtent"> <PROPERTY.ARRAY NAME="OtherIdentifyingInfo" TYPE="string" CLASSORIGIN="Celerra_CompositeExtent"> <VALUE>118</VALUE> <PROPERTY NAME="PackageRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY NAME="Primordial" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>FALSE</VALUE> Number of instance properties: 21 Property: CreationClassName Number of qualifiers: 0 Property: DeviceID Number of qualifiers: 0 Property: SystemCreationClassName Number of qualifiers: 0 Property: SystemName Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: ConsumableBlocks Number of qualifiers: 0 Property: DataRedundancy Number of qualifiers: 0 Property: ExtentStatus Number of qualifiers: 0 Property: ExtentStripeLength Number of qualifiers: 0 Property: ExtentType Number of qualifiers: 0 Property: IdentifyingDescriptions Number of qualifiers: 0 Property: IsBasedOnUnderlyingRedundancy Number of qualifiers: 0 Property: IsConcatenated Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: NoSinglePointOfFailure Number of qualifiers: 0 Property: NumberOfBlocks Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: OtherIdentifyingInfo Number of qualifiers: 0 Property: PackageRedundancy Number of qualifiers: 0 Property: Primordial Number of qualifiers: 0 Instance 8: Celerra_CompositeExtent.CreationClassName="Celerra_CompositeExtent",De viceid="119",systemcreationclassname="celerra_celerracomp <INSTANCE CLASSNAME="Celerra_CompositeExtent" > 98 of 185

99 <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>Celerra_CompositeExtent</VALUE> <PROPERTY NAME="DeviceID" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>119</VALUE> <PROPERTY NAME="SystemCreationClassName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>Celerra_CelerraComputerSystem</VALUE> <PROPERTY NAME="SystemName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>FCNTR </VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>512</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" <VALUE>CE:s74</VALUE> <PROPERTY NAME="ConsumableBlocks" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>4096</VALUE> <PROPERTY NAME="DataRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY.ARRAY NAME="ExtentStatus" TYPE="uint16" CLASSORIGIN="Celerra_CompositeExtent"> <PROPERTY NAME="ExtentStripeLength" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>1</VALUE> <PROPERTY NAME="ExtentType" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>4</VALUE> <PROPERTY.ARRAY NAME="IdentifyingDescriptions" TYPE="string" CLASSORIGIN="Celerra_CompositeExtent"> <VALUE>Volume ID as per the System</VALUE> <PROPERTY NAME="IsBasedOnUnderlyingRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="IsConcatenated" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>s74</VALUE> <PROPERTY NAME="NoSinglePointOfFailure" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="NumberOfBlocks" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>4096</VALUE> 99 of 185

100 <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_CompositeExtent"> <PROPERTY.ARRAY NAME="OtherIdentifyingInfo" TYPE="string" CLASSORIGIN="Celerra_CompositeExtent"> <VALUE>119</VALUE> <PROPERTY NAME="PackageRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY NAME="Primordial" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>FALSE</VALUE> Number of instance properties: 21 Property: CreationClassName Number of qualifiers: 0 Property: DeviceID Number of qualifiers: 0 Property: SystemCreationClassName Number of qualifiers: 0 Property: SystemName Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: ConsumableBlocks Number of qualifiers: 0 Property: DataRedundancy Number of qualifiers: 0 Property: ExtentStatus Number of qualifiers: 0 Property: ExtentStripeLength Number of qualifiers: 0 Property: ExtentType Number of qualifiers: 0 Property: IdentifyingDescriptions Number of qualifiers: 0 Property: IsBasedOnUnderlyingRedundancy Number of qualifiers: 0 Property: IsConcatenated Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: NoSinglePointOfFailure Number of qualifiers: 0 Property: NumberOfBlocks Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: OtherIdentifyingInfo Number of qualifiers: 0 Property: PackageRedundancy Number of qualifiers: 0 Property: Primordial Number of qualifiers: 0 Instance 9: Celerra_CompositeExtent.CreationClassName="Celerra_CompositeExtent",De viceid="120",systemcreationclassname="celerra_celerracomp <INSTANCE CLASSNAME="Celerra_CompositeExtent" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>Celerra_CompositeExtent</VALUE> <PROPERTY NAME="DeviceID" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>120</VALUE> <PROPERTY NAME="SystemCreationClassName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>Celerra_CelerraComputerSystem</VALUE> <PROPERTY NAME="SystemName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>FCNTR </VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>512</VALUE> 100 of 185

101 <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" <VALUE>CE:v120</VALUE> <PROPERTY NAME="ConsumableBlocks" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>4096</VALUE> <PROPERTY NAME="DataRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY.ARRAY NAME="ExtentStatus" TYPE="uint16" CLASSORIGIN="Celerra_CompositeExtent"> <PROPERTY NAME="ExtentStripeLength" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>1</VALUE> <PROPERTY NAME="ExtentType" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>3</VALUE> <PROPERTY.ARRAY NAME="IdentifyingDescriptions" TYPE="string" CLASSORIGIN="Celerra_CompositeExtent"> <VALUE>Volume ID as per the System</VALUE> <PROPERTY NAME="IsBasedOnUnderlyingRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="IsConcatenated" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>v120</VALUE> <PROPERTY NAME="NoSinglePointOfFailure" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="NumberOfBlocks" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>4096</VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_CompositeExtent"> <PROPERTY.ARRAY NAME="OtherIdentifyingInfo" TYPE="string" CLASSORIGIN="Celerra_CompositeExtent"> <VALUE>120</VALUE> <PROPERTY NAME="PackageRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY NAME="Primordial" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>FALSE</VALUE> 101 of 185

102 Number of instance properties: 21 Property: CreationClassName Number of qualifiers: 0 Property: DeviceID Number of qualifiers: 0 Property: SystemCreationClassName Number of qualifiers: 0 Property: SystemName Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: ConsumableBlocks Number of qualifiers: 0 Property: DataRedundancy Number of qualifiers: 0 Property: ExtentStatus Number of qualifiers: 0 Property: ExtentStripeLength Number of qualifiers: 0 Property: ExtentType Number of qualifiers: 0 Property: IdentifyingDescriptions Number of qualifiers: 0 Property: IsBasedOnUnderlyingRedundancy Number of qualifiers: 0 Property: IsConcatenated Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: NoSinglePointOfFailure Number of qualifiers: 0 Property: NumberOfBlocks Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: OtherIdentifyingInfo Number of qualifiers: 0 Property: PackageRedundancy Number of qualifiers: 0 Property: Primordial Number of qualifiers: 0 Instance 10: Celerra_CompositeExtent.CreationClassName="Celerra_CompositeExtent",De viceid="121",systemcreationclassname="celerra_celerracomp <INSTANCE CLASSNAME="Celerra_CompositeExtent" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>Celerra_CompositeExtent</VALUE> <PROPERTY NAME="DeviceID" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>121</VALUE> <PROPERTY NAME="SystemCreationClassName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>Celerra_CelerraComputerSystem</VALUE> <PROPERTY NAME="SystemName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>FCNTR </VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>511</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" <VALUE>CE:v121</VALUE> <PROPERTY NAME="ConsumableBlocks" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY NAME="DataRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY.ARRAY NAME="ExtentStatus" TYPE="uint16" CLASSORIGIN="Celerra_CompositeExtent"> <PROPERTY NAME="ExtentStripeLength" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>1</VALUE> 102 of 185

103 <PROPERTY NAME="ExtentType" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>3</VALUE> <PROPERTY.ARRAY NAME="IdentifyingDescriptions" TYPE="string" CLASSORIGIN="Celerra_CompositeExtent"> <VALUE>Volume ID as per the System</VALUE> <PROPERTY NAME="IsBasedOnUnderlyingRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="IsConcatenated" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>v121</VALUE> <PROPERTY NAME="NoSinglePointOfFailure" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="NumberOfBlocks" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_CompositeExtent"> <PROPERTY.ARRAY NAME="OtherIdentifyingInfo" TYPE="string" CLASSORIGIN="Celerra_CompositeExtent"> <VALUE>121</VALUE> <PROPERTY NAME="PackageRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY NAME="Primordial" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>FALSE</VALUE> Number of instance properties: 21 Property: CreationClassName Number of qualifiers: 0 Property: DeviceID Number of qualifiers: 0 Property: SystemCreationClassName Number of qualifiers: 0 Property: SystemName Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: ConsumableBlocks Number of qualifiers: 0 Property: DataRedundancy Number of qualifiers: 0 Property: ExtentStatus Number of qualifiers: 0 Property: ExtentStripeLength Number of qualifiers: 0 Property: ExtentType Number of qualifiers: 0 Property: IdentifyingDescriptions Number of qualifiers: 0 Property: IsBasedOnUnderlyingRedundancy Number of qualifiers: 0 Property: IsConcatenated Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: NoSinglePointOfFailure Number of qualifiers: 0 Property: NumberOfBlocks Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: of 185

104 Property: OtherIdentifyingInfo Number of qualifiers: 0 Property: PackageRedundancy Number of qualifiers: 0 Property: Primordial Number of qualifiers: 0 Instance 11: Celerra_CompositeExtent.CreationClassName="Celerra_CompositeExtent",De viceid="122",systemcreationclassname="celerra_celerracomp <INSTANCE CLASSNAME="Celerra_CompositeExtent" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>Celerra_CompositeExtent</VALUE> <PROPERTY NAME="DeviceID" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>122</VALUE> <PROPERTY NAME="SystemCreationClassName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>Celerra_CelerraComputerSystem</VALUE> <PROPERTY NAME="SystemName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>FCNTR </VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>512</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" <VALUE>CE:s75</VALUE> <PROPERTY NAME="ConsumableBlocks" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>20480</VALUE> <PROPERTY NAME="DataRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY.ARRAY NAME="ExtentStatus" TYPE="uint16" CLASSORIGIN="Celerra_CompositeExtent"> <PROPERTY NAME="ExtentStripeLength" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>1</VALUE> <PROPERTY NAME="ExtentType" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>4</VALUE> <PROPERTY.ARRAY NAME="IdentifyingDescriptions" TYPE="string" CLASSORIGIN="Celerra_CompositeExtent"> <VALUE>Volume ID as per the System</VALUE> <PROPERTY NAME="IsBasedOnUnderlyingRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="IsConcatenated" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>s75</VALUE> 104 of 185

105 <PROPERTY NAME="NoSinglePointOfFailure" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="NumberOfBlocks" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>20480</VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_CompositeExtent"> <PROPERTY.ARRAY NAME="OtherIdentifyingInfo" TYPE="string" CLASSORIGIN="Celerra_CompositeExtent"> <VALUE>122</VALUE> <PROPERTY NAME="PackageRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY NAME="Primordial" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>FALSE</VALUE> Number of instance properties: 21 Property: CreationClassName Number of qualifiers: 0 Property: DeviceID Number of qualifiers: 0 Property: SystemCreationClassName Number of qualifiers: 0 Property: SystemName Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: ConsumableBlocks Number of qualifiers: 0 Property: DataRedundancy Number of qualifiers: 0 Property: ExtentStatus Number of qualifiers: 0 Property: ExtentStripeLength Number of qualifiers: 0 Property: ExtentType Number of qualifiers: 0 Property: IdentifyingDescriptions Number of qualifiers: 0 Property: IsBasedOnUnderlyingRedundancy Number of qualifiers: 0 Property: IsConcatenated Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: NoSinglePointOfFailure Number of qualifiers: 0 Property: NumberOfBlocks Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: OtherIdentifyingInfo Number of qualifiers: 0 Property: PackageRedundancy Number of qualifiers: 0 Property: Primordial Number of qualifiers: 0 Instance 12: Celerra_CompositeExtent.CreationClassName="Celerra_CompositeExtent",De viceid="123",systemcreationclassname="celerra_celerracomp <INSTANCE CLASSNAME="Celerra_CompositeExtent" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>Celerra_CompositeExtent</VALUE> <PROPERTY NAME="DeviceID" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>123</VALUE> <PROPERTY NAME="SystemCreationClassName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>Celerra_CelerraComputerSystem</VALUE> 105 of 185

106 <PROPERTY NAME="SystemName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>FCNTR </VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>512</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" <VALUE>CE:v123</VALUE> <PROPERTY NAME="ConsumableBlocks" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>20480</VALUE> <PROPERTY NAME="DataRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY.ARRAY NAME="ExtentStatus" TYPE="uint16" CLASSORIGIN="Celerra_CompositeExtent"> <PROPERTY NAME="ExtentStripeLength" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>1</VALUE> <PROPERTY NAME="ExtentType" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>3</VALUE> <PROPERTY.ARRAY NAME="IdentifyingDescriptions" TYPE="string" CLASSORIGIN="Celerra_CompositeExtent"> <VALUE>Volume ID as per the System</VALUE> <PROPERTY NAME="IsBasedOnUnderlyingRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="IsConcatenated" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>v123</VALUE> <PROPERTY NAME="NoSinglePointOfFailure" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="NumberOfBlocks" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>20480</VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_CompositeExtent"> <PROPERTY.ARRAY NAME="OtherIdentifyingInfo" TYPE="string" CLASSORIGIN="Celerra_CompositeExtent"> <VALUE>123</VALUE> 106 of 185

107 <PROPERTY NAME="PackageRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY NAME="Primordial" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>FALSE</VALUE> Number of instance properties: 21 Property: CreationClassName Number of qualifiers: 0 Property: DeviceID Number of qualifiers: 0 Property: SystemCreationClassName Number of qualifiers: 0 Property: SystemName Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: ConsumableBlocks Number of qualifiers: 0 Property: DataRedundancy Number of qualifiers: 0 Property: ExtentStatus Number of qualifiers: 0 Property: ExtentStripeLength Number of qualifiers: 0 Property: ExtentType Number of qualifiers: 0 Property: IdentifyingDescriptions Number of qualifiers: 0 Property: IsBasedOnUnderlyingRedundancy Number of qualifiers: 0 Property: IsConcatenated Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: NoSinglePointOfFailure Number of qualifiers: 0 Property: NumberOfBlocks Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: OtherIdentifyingInfo Number of qualifiers: 0 Property: PackageRedundancy Number of qualifiers: 0 Property: Primordial Number of qualifiers: 0 Instance 13: Celerra_CompositeExtent.CreationClassName="Celerra_CompositeExtent",De viceid="97",systemcreationclassname="celerra_celerracompu <INSTANCE CLASSNAME="Celerra_CompositeExtent" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>Celerra_CompositeExtent</VALUE> <PROPERTY NAME="DeviceID" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>97</VALUE> <PROPERTY NAME="SystemCreationClassName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>Celerra_CelerraComputerSystem</VALUE> <PROPERTY NAME="SystemName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>FCNTR </VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>511</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" <VALUE>CE:md3</VALUE> <PROPERTY NAME="ConsumableBlocks" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY NAME="DataRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>1</VALUE> 107 of 185

108 <PROPERTY.ARRAY NAME="ExtentStatus" TYPE="uint16" CLASSORIGIN="Celerra_CompositeExtent"> <PROPERTY NAME="ExtentStripeLength" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>1</VALUE> <PROPERTY NAME="ExtentType" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>3</VALUE> <PROPERTY.ARRAY NAME="IdentifyingDescriptions" TYPE="string" CLASSORIGIN="Celerra_CompositeExtent"> <VALUE>Volume ID as per the System</VALUE> <PROPERTY NAME="IsBasedOnUnderlyingRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="IsConcatenated" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>md3</VALUE> <PROPERTY NAME="NoSinglePointOfFailure" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="NumberOfBlocks" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_CompositeExtent"> <PROPERTY.ARRAY NAME="OtherIdentifyingInfo" TYPE="string" CLASSORIGIN="Celerra_CompositeExtent"> <VALUE>97</VALUE> <PROPERTY NAME="PackageRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY NAME="Primordial" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>FALSE</VALUE> Number of instance properties: 21 Property: CreationClassName Number of qualifiers: 0 Property: DeviceID Number of qualifiers: 0 Property: SystemCreationClassName Number of qualifiers: 0 Property: SystemName Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: ConsumableBlocks Number of qualifiers: 0 Property: DataRedundancy Number of qualifiers: of 185

109 Property: ExtentStatus Number of qualifiers: 0 Property: ExtentStripeLength Number of qualifiers: 0 Property: ExtentType Number of qualifiers: 0 Property: IdentifyingDescriptions Number of qualifiers: 0 Property: IsBasedOnUnderlyingRedundancy Number of qualifiers: 0 Property: IsConcatenated Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: NoSinglePointOfFailure Number of qualifiers: 0 Property: NumberOfBlocks Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: OtherIdentifyingInfo Number of qualifiers: 0 Property: PackageRedundancy Number of qualifiers: 0 Property: Primordial Number of qualifiers: 0 Instance 14: Celerra_CompositeExtent.CreationClassName="Celerra_CompositeExtent",De viceid="98",systemcreationclassname="celerra_celerracompu <INSTANCE CLASSNAME="Celerra_CompositeExtent" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>Celerra_CompositeExtent</VALUE> <PROPERTY NAME="DeviceID" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>98</VALUE> <PROPERTY NAME="SystemCreationClassName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>Celerra_CelerraComputerSystem</VALUE> <PROPERTY NAME="SystemName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>FCNTR </VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>511</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" <VALUE>CE:md4</VALUE> <PROPERTY NAME="ConsumableBlocks" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY NAME="DataRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY.ARRAY NAME="ExtentStatus" TYPE="uint16" CLASSORIGIN="Celerra_CompositeExtent"> <PROPERTY NAME="ExtentStripeLength" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>1</VALUE> <PROPERTY NAME="ExtentType" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>3</VALUE> <PROPERTY.ARRAY NAME="IdentifyingDescriptions" TYPE="string" CLASSORIGIN="Celerra_CompositeExtent"> <VALUE>Volume ID as per the System</VALUE> <PROPERTY NAME="IsBasedOnUnderlyingRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> 109 of 185

110 <VALUE>TRUE</VALUE> <PROPERTY NAME="IsConcatenated" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>md4</VALUE> <PROPERTY NAME="NoSinglePointOfFailure" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="NumberOfBlocks" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_CompositeExtent"> <PROPERTY.ARRAY NAME="OtherIdentifyingInfo" TYPE="string" CLASSORIGIN="Celerra_CompositeExtent"> <VALUE>98</VALUE> <PROPERTY NAME="PackageRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY NAME="Primordial" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>FALSE</VALUE> Number of instance properties: 21 Property: CreationClassName Number of qualifiers: 0 Property: DeviceID Number of qualifiers: 0 Property: SystemCreationClassName Number of qualifiers: 0 Property: SystemName Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: ConsumableBlocks Number of qualifiers: 0 Property: DataRedundancy Number of qualifiers: 0 Property: ExtentStatus Number of qualifiers: 0 Property: ExtentStripeLength Number of qualifiers: 0 Property: ExtentType Number of qualifiers: 0 Property: IdentifyingDescriptions Number of qualifiers: 0 Property: IsBasedOnUnderlyingRedundancy Number of qualifiers: 0 Property: IsConcatenated Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: NoSinglePointOfFailure Number of qualifiers: 0 Property: NumberOfBlocks Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: OtherIdentifyingInfo Number of qualifiers: 0 Property: PackageRedundancy Number of qualifiers: 0 Property: Primordial Number of qualifiers: 0 Instance 15: Celerra_CompositeExtent.CreationClassName="Celerra_CompositeExtent",De viceid="99",systemcreationclassname="celerra_celerracompu <INSTANCE CLASSNAME="Celerra_CompositeExtent" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>Celerra_CompositeExtent</VALUE> 110 of 185

111 <PROPERTY NAME="DeviceID" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>99</VALUE> <PROPERTY NAME="SystemCreationClassName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>Celerra_CelerraComputerSystem</VALUE> <PROPERTY NAME="SystemName" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>FCNTR </VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>511</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" <VALUE>CE:md5</VALUE> <PROPERTY NAME="ConsumableBlocks" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY NAME="DataRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY.ARRAY NAME="ExtentStatus" TYPE="uint16" CLASSORIGIN="Celerra_CompositeExtent"> <PROPERTY NAME="ExtentStripeLength" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE>1</VALUE> <PROPERTY NAME="ExtentType" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>3</VALUE> <PROPERTY.ARRAY NAME="IdentifyingDescriptions" TYPE="string" CLASSORIGIN="Celerra_CompositeExtent"> <VALUE>Volume ID as per the System</VALUE> <PROPERTY NAME="IsBasedOnUnderlyingRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="IsConcatenated" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_CompositeExtent" <VALUE>md5</VALUE> <PROPERTY NAME="NoSinglePointOfFailure" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="NumberOfBlocks" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_CompositeExtent"> 111 of 185

112 <PROPERTY.ARRAY NAME="OtherIdentifyingInfo" TYPE="string" CLASSORIGIN="Celerra_CompositeExtent"> <VALUE>99</VALUE> <PROPERTY NAME="PackageRedundancy" CLASSORIGIN="Celerra_CompositeExtent" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY NAME="Primordial" CLASSORIGIN="Celerra_CompositeExtent" TYPE="boolean"> <VALUE>FALSE</VALUE> Number of instance properties: 21 Property: CreationClassName Number of qualifiers: 0 Property: DeviceID Number of qualifiers: 0 Property: SystemCreationClassName Number of qualifiers: 0 Property: SystemName Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: ConsumableBlocks Number of qualifiers: 0 Property: DataRedundancy Number of qualifiers: 0 Property: ExtentStatus Number of qualifiers: 0 Property: ExtentStripeLength Number of qualifiers: 0 Property: ExtentType Number of qualifiers: 0 Property: IdentifyingDescriptions Number of qualifiers: 0 Property: IsBasedOnUnderlyingRedundancy Number of qualifiers: 0 Property: IsConcatenated Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: NoSinglePointOfFailure Number of qualifiers: 0 Property: NumberOfBlocks Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: OtherIdentifyingInfo Number of qualifiers: 0 Property: PackageRedundancy Number of qualifiers: 0 Property: Primordial Number of qualifiers: 0 [---] Enumerate 36 instances; repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue... View the specific instances for the profile repeat count: 1 ( :5988)? gi ObjectPath: Celerra_CompositeExtent.CreationClassName="Celerra_CompositeExtent",De viceid="99",systemcreationclassname="celerra_celerracomputersystem",sy stemname="fcntr " LocalOnly [false]: IncludeQualifiers [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: ++++ Testing GetInstance: Celerra_CompositeExtent.CreationClassName="Celerra_CompositeExtent",De viceid="99",systemcreationclassname="celerra_celerracomputersystem",sy stemname="fcntr " +++ <INSTANCE CLASSNAME="Celerra_CompositeExtent" > <PROPERTY NAME="CreationClassName" <VALUE>Celerra_CompositeExtent</VALUE> <PROPERTY NAME="DeviceID" <VALUE>99</VALUE> 112 of 185

113 <PROPERTY NAME="SystemCreationClassName" <VALUE>Celerra_CelerraComputerSystem</VALUE> <PROPERTY NAME="SystemName" <VALUE>FCNTR </VALUE> <PROPERTY NAME="BlockSize" TYPE="uint64"> <VALUE>511</VALUE> <PROPERTY NAME="Caption" <VALUE>CE:md5</VALUE> <PROPERTY NAME="ConsumableBlocks" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY NAME="DataRedundancy" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY.ARRAY NAME="ExtentStatus" TYPE="uint16"> <PROPERTY NAME="ExtentStripeLength" TYPE="uint64"> <VALUE>1</VALUE> <PROPERTY NAME="ExtentType" TYPE="uint16"> <VALUE>3</VALUE> <PROPERTY.ARRAY NAME="IdentifyingDescriptions" <VALUE>Volume ID as per the System</VALUE> <PROPERTY NAME="IsBasedOnUnderlyingRedundancy" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="IsConcatenated" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="Name" <VALUE>md5</VALUE> <PROPERTY NAME="NoSinglePointOfFailure" TYPE="boolean"> <VALUE>TRUE</VALUE> <PROPERTY NAME="NumberOfBlocks" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16"> <PROPERTY.ARRAY NAME="OtherIdentifyingInfo" <VALUE>99</VALUE> <PROPERTY NAME="PackageRedundancy" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY NAME="Primordial" TYPE="boolean"> <VALUE>FALSE</VALUE> Property: CreationClassName Number of qualifiers: 0 Property: DeviceID Number of qualifiers: 0 Property: SystemCreationClassName Number of qualifiers: 0 Property: SystemName Number of qualifiers: of 185

114 Property: BlockSize Number of qualifiers: 0 Property: ConsumableBlocks Number of qualifiers: 0 Property: DataRedundancy Number of qualifiers: 0 Property: ExtentStatus Number of qualifiers: 0 Property: ExtentStripeLength Number of qualifiers: 0 Property: ExtentType Number of qualifiers: 0 Property: IdentifyingDescriptions Number of qualifiers: 0 Property: IsBasedOnUnderlyingRedundancy Number of qualifiers: 0 Property: IsConcatenated Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: NoSinglePointOfFailure Number of qualifiers: 0 Property: NumberOfBlocks Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: OtherIdentifyingInfo Number of qualifiers: 0 Property: PackageRedundancy Number of qualifiers: 0 Property: Primordial Number of qualifiers: 0 GetInstance Celerra_CompositeExtent.CreationClassName="Celerra_CompositeExtent",De viceid="99",systemcreationclassname="celerra_celerracomputersystem",sy stemname="fcntr " repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue... Verify the disk on which the volume is created repeat count: 1 ( :5988)? a ObjectPath: Celerra_CompositeExtent.CreationClassName="Celerra_CompositeExtent", DeviceID="99",SystemCreationClassName="Celerra_CelerraComputerSystem", SystemName ="FCNTR " Assoc Class []: Celerra_BasedOn_NPSE_CE Result Class []: Celerra_NonPrimordialStorageExtent Role []: Dependent Result Role []: Antecedent IncludeQualifiers [false]: IncludeClassOrigin [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing Associators: Celerra_CompositeExtent.CreationClassName="Celerra_Com positeextent",deviceid="99",systemcreationclassname="celerra_celerraco mputersyst em",systemname="fcntr " ++++ Associator 0: //eng17341.eng.emc.com/root/emc/celerra:celerra_nonprimordialstorageex ten t.creationclassname="celerra_nonprimordialstorageextent",deviceid="5", SystemCreationClassName="Celerra_CelerraComputerSystem",SystemName="FC NTR " CreationClassName = Celerra_NonPrimordialStorageExtent DeviceID = 5 SystemCreationClassName = Celerra_CelerraComputerSystem SystemName = FCNTR BlockSize = 511 Caption = NPSE:d5 ConsumableBlocks = ExtentStatus = 16 Name = d5 NameFormat = 1 NumberOfBlocks = OperationalStatus = 2 Primordial = FALSE Associators: 1 associators; repeat count 1;return data in seconds 114 of 185

115 Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue... Celerra_PrimordialStorageExtent The following instances represent the LUN export to the Celerra: repeat count: 1 ( :5988)? ei Class: CIM_StorageExtent DeepInheritance [true]: LocalOnly [false]: IncludeQualifiers [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing EnumerateInstances: CIM_StorageExtent ++++ includequalifiers: false Instance 0: Celerra_PrimordialStorageExtent.CreationClassName="Celerra_PrimordialS tor ageextent",deviceid="10",systemcreationclassname="celerra_celerracompu tersystem",systemname="fcntr " <INSTANCE CLASSNAME="Celerra_PrimordialStorageExtent" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_StorageExtent" PROPAGAT ED="true" <VALUE>Celerra_PrimordialStorageExtent</VALUE> <PROPERTY NAME="DeviceID" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="true" <VALUE>10</VALUE> <PROPERTY NAME="SystemCreationClassName" CLASSORIGIN="Celerra_StorageExtent" PR OPAGATED="true" <VALUE>Celerra_CelerraComputerSystem</VALUE> <PROPERTY NAME="SystemName" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="tru e" <VALUE>FCNTR </VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="true " TYPE="uint64"> <VALUE>511</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>PSE:d10</VALUE> <PROPERTY NAME="ConsumableBlocks" CLASSORIGIN="Celerra_StorageExtent" PROPAGATE D="true" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY.ARRAY NAME="ExtentStatus" TYPE="uint16" CLASSORIGIN="Celerra_StorageE xtent" PROPAGATED="true"> <VALUE>16</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_PrimordialStorageExtent" TYPE="strin g"> <VALUE>d10</VALUE> 115 of 185

116 <PROPERTY NAME="NameFormat" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="tru e" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY NAME="NumberOfBlocks" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED= "true" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_Sto rageextent" PROPAGATED="true"> <PROPERTY NAME="Primordial" CLASSORIGIN="Celerra_PrimordialStorageExtent" TYPE= "boolean"> <VALUE>TRUE</VALUE> Number of instance properties: 13 Property: CreationClassName Number of qualifiers: 0 Property: DeviceID Number of qualifiers: 0 Property: SystemCreationClassName Number of qualifiers: 0 Property: SystemName Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: ConsumableBlocks Number of qualifiers: 0 Property: ExtentStatus Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: NameFormat Number of qualifiers: 0 Property: NumberOfBlocks Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: Primordial Number of qualifiers: 0 Instance 1: Celerra_PrimordialStorageExtent.CreationClassName="Celerra_PrimordialS tor ageextent",deviceid="3",systemcreationclassname="celerra_celerracomput ersystem", SystemName="FCNTR " <INSTANCE CLASSNAME="Celerra_PrimordialStorageExtent" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_StorageExtent" PROPAGAT ED="true" <VALUE>Celerra_PrimordialStorageExtent</VALUE> <PROPERTY NAME="DeviceID" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="true" <VALUE>3</VALUE> <PROPERTY NAME="SystemCreationClassName" CLASSORIGIN="Celerra_StorageExtent" PR OPAGATED="true" <VALUE>Celerra_CelerraComputerSystem</VALUE> <PROPERTY NAME="SystemName" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="tru e" <VALUE>FCNTR </VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="true " TYPE="uint64"> 116 of 185

117 <VALUE>511</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>PSE:d3</VALUE> <PROPERTY NAME="ConsumableBlocks" CLASSORIGIN="Celerra_StorageExtent" PROPAGATE D="true" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY.ARRAY NAME="ExtentStatus" TYPE="uint16" CLASSORIGIN="Celerra_StorageE xtent" PROPAGATED="true"> <VALUE>16</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_PrimordialStorageExtent" TYPE="strin g"> <VALUE>d3</VALUE> <PROPERTY NAME="NameFormat" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="tru e" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY NAME="NumberOfBlocks" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED= "true" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_Sto rageextent" PROPAGATED="true"> <PROPERTY NAME="Primordial" CLASSORIGIN="Celerra_PrimordialStorageExtent" TYPE= "boolean"> <VALUE>TRUE</VALUE> Number of instance properties: 13 Property: CreationClassName Number of qualifiers: 0 Property: DeviceID Number of qualifiers: 0 Property: SystemCreationClassName Number of qualifiers: 0 Property: SystemName Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: ConsumableBlocks Number of qualifiers: 0 Property: ExtentStatus Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: NameFormat Number of qualifiers: 0 Property: NumberOfBlocks Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: Primordial Number of qualifiers: 0 Instance 2: Celerra_PrimordialStorageExtent.CreationClassName="Celerra_PrimordialS tor ageextent",deviceid="4",systemcreationclassname="celerra_celerracomput ersystem", SystemName="FCNTR " <INSTANCE CLASSNAME="Celerra_PrimordialStorageExtent" > 117 of 185

118 <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_StorageExtent" PROPAGAT ED="true" <VALUE>Celerra_PrimordialStorageExtent</VALUE> <PROPERTY NAME="DeviceID" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="true" <VALUE>4</VALUE> <PROPERTY NAME="SystemCreationClassName" CLASSORIGIN="Celerra_StorageExtent" PR OPAGATED="true" <VALUE>Celerra_CelerraComputerSystem</VALUE> <PROPERTY NAME="SystemName" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="tru e" <VALUE>FCNTR </VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="true " TYPE="uint64"> <VALUE>511</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>PSE:d4</VALUE> <PROPERTY NAME="ConsumableBlocks" CLASSORIGIN="Celerra_StorageExtent" PROPAGATE D="true" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY.ARRAY NAME="ExtentStatus" TYPE="uint16" CLASSORIGIN="Celerra_StorageE xtent" PROPAGATED="true"> <VALUE>16</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_PrimordialStorageExtent" TYPE="strin g"> <VALUE>d4</VALUE> <PROPERTY NAME="NameFormat" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="tru e" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY NAME="NumberOfBlocks" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED= "true" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_Sto rageextent" PROPAGATED="true"> <PROPERTY NAME="Primordial" CLASSORIGIN="Celerra_PrimordialStorageExtent" TYPE= "boolean"> <VALUE>TRUE</VALUE> 118 of 185

119 Number of instance properties: 13 Property: CreationClassName Number of qualifiers: 0 Property: DeviceID Number of qualifiers: 0 Property: SystemCreationClassName Number of qualifiers: 0 Property: SystemName Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: ConsumableBlocks Number of qualifiers: 0 Property: ExtentStatus Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: NameFormat Number of qualifiers: 0 Property: NumberOfBlocks Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: Primordial Number of qualifiers: 0 Instance 3: Celerra_PrimordialStorageExtent.CreationClassName="Celerra_PrimordialS tor ageextent",deviceid="5",systemcreationclassname="celerra_celerracomput ersystem", SystemName="FCNTR " <INSTANCE CLASSNAME="Celerra_PrimordialStorageExtent" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_StorageExtent" PROPAGAT ED="true" <VALUE>Celerra_PrimordialStorageExtent</VALUE> <PROPERTY NAME="DeviceID" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="true" <VALUE>5</VALUE> <PROPERTY NAME="SystemCreationClassName" CLASSORIGIN="Celerra_StorageExtent" PR OPAGATED="true" <VALUE>Celerra_CelerraComputerSystem</VALUE> <PROPERTY NAME="SystemName" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="tru e" <VALUE>FCNTR </VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="true " TYPE="uint64"> <VALUE>511</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>PSE:d5</VALUE> <PROPERTY NAME="ConsumableBlocks" CLASSORIGIN="Celerra_StorageExtent" PROPAGATE D="true" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY.ARRAY NAME="ExtentStatus" TYPE="uint16" CLASSORIGIN="Celerra_StorageE xtent" PROPAGATED="true"> <VALUE>16</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_PrimordialStorageExtent" TYPE="strin g"> <VALUE>d5</VALUE> <PROPERTY NAME="NameFormat" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="tru e" TYPE="uint16"> 119 of 185

120 <VALUE>1</VALUE> <PROPERTY NAME="NumberOfBlocks" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED= "true" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_Sto rageextent" PROPAGATED="true"> <PROPERTY NAME="Primordial" CLASSORIGIN="Celerra_PrimordialStorageExtent" TYPE= "boolean"> <VALUE>TRUE</VALUE> Number of instance properties: 13 Property: CreationClassName Number of qualifiers: 0 Property: DeviceID Number of qualifiers: 0 Property: SystemCreationClassName Number of qualifiers: 0 Property: SystemName Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: ConsumableBlocks Number of qualifiers: 0 Property: ExtentStatus Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: NameFormat Number of qualifiers: 0 Property: NumberOfBlocks Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: Primordial Number of qualifiers: 0 Instance 4: Celerra_PrimordialStorageExtent.CreationClassName="Celerra_PrimordialS tor ageextent",deviceid="6",systemcreationclassname="celerra_celerracomput ersystem", SystemName="FCNTR " <INSTANCE CLASSNAME="Celerra_PrimordialStorageExtent" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_StorageExtent" PROPAGAT ED="true" <VALUE>Celerra_PrimordialStorageExtent</VALUE> <PROPERTY NAME="DeviceID" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="true" <VALUE>6</VALUE> <PROPERTY NAME="SystemCreationClassName" CLASSORIGIN="Celerra_StorageExtent" PR OPAGATED="true" <VALUE>Celerra_CelerraComputerSystem</VALUE> <PROPERTY NAME="SystemName" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="tru e" <VALUE>FCNTR </VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="true " TYPE="uint64"> <VALUE>511</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP 120 of 185

121 E="string"> <VALUE>PSE:d6</VALUE> <PROPERTY NAME="ConsumableBlocks" CLASSORIGIN="Celerra_StorageExtent" PROPAGATE D="true" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY.ARRAY NAME="ExtentStatus" TYPE="uint16" CLASSORIGIN="Celerra_StorageE xtent" PROPAGATED="true"> <VALUE>16</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_PrimordialStorageExtent" TYPE="strin g"> <VALUE>d6</VALUE> <PROPERTY NAME="NameFormat" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="tru e" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY NAME="NumberOfBlocks" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED= "true" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_Sto rageextent" PROPAGATED="true"> <PROPERTY NAME="Primordial" CLASSORIGIN="Celerra_PrimordialStorageExtent" TYPE= "boolean"> <VALUE>TRUE</VALUE> Number of instance properties: 13 Property: CreationClassName Number of qualifiers: 0 Property: DeviceID Number of qualifiers: 0 Property: SystemCreationClassName Number of qualifiers: 0 Property: SystemName Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: ConsumableBlocks Number of qualifiers: 0 Property: ExtentStatus Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: NameFormat Number of qualifiers: 0 Property: NumberOfBlocks Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: Primordial Number of qualifiers: 0 Instance 5: Celerra_PrimordialStorageExtent.CreationClassName="Celerra_PrimordialS tor ageextent",deviceid="7",systemcreationclassname="celerra_celerracomput ersystem", SystemName="FCNTR " <INSTANCE CLASSNAME="Celerra_PrimordialStorageExtent" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_StorageExtent" PROPAGAT ED="true" <VALUE>Celerra_PrimordialStorageExtent</VALUE> 121 of 185

122 <PROPERTY NAME="DeviceID" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="true" <VALUE>7</VALUE> <PROPERTY NAME="SystemCreationClassName" CLASSORIGIN="Celerra_StorageExtent" PR OPAGATED="true" <VALUE>Celerra_CelerraComputerSystem</VALUE> <PROPERTY NAME="SystemName" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="tru e" <VALUE>FCNTR </VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="true " TYPE="uint64"> <VALUE>511</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>PSE:d7</VALUE> <PROPERTY NAME="ConsumableBlocks" CLASSORIGIN="Celerra_StorageExtent" PROPAGATE D="true" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY.ARRAY NAME="ExtentStatus" TYPE="uint16" CLASSORIGIN="Celerra_StorageE xtent" PROPAGATED="true"> <VALUE>16</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_PrimordialStorageExtent" TYPE="strin g"> <VALUE>d7</VALUE> <PROPERTY NAME="NameFormat" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="tru e" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY NAME="NumberOfBlocks" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED= "true" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_Sto rageextent" PROPAGATED="true"> <PROPERTY NAME="Primordial" CLASSORIGIN="Celerra_PrimordialStorageExtent" TYPE= "boolean"> <VALUE>TRUE</VALUE> Number of instance properties: 13 Property: CreationClassName Number of qualifiers: 0 Property: DeviceID Number of qualifiers: 0 Property: SystemCreationClassName Number of qualifiers: of 185

123 Property: SystemName Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: ConsumableBlocks Number of qualifiers: 0 Property: ExtentStatus Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: NameFormat Number of qualifiers: 0 Property: NumberOfBlocks Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: Primordial Number of qualifiers: 0 Instance 6: Celerra_PrimordialStorageExtent.CreationClassName="Celerra_PrimordialS tor ageextent",deviceid="8",systemcreationclassname="celerra_celerracomput ersystem", SystemName="FCNTR " <INSTANCE CLASSNAME="Celerra_PrimordialStorageExtent" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_StorageExtent" PROPAGAT ED="true" <VALUE>Celerra_PrimordialStorageExtent</VALUE> <PROPERTY NAME="DeviceID" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="true" <VALUE>8</VALUE> <PROPERTY NAME="SystemCreationClassName" CLASSORIGIN="Celerra_StorageExtent" PR OPAGATED="true" <VALUE>Celerra_CelerraComputerSystem</VALUE> <PROPERTY NAME="SystemName" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="tru e" <VALUE>FCNTR </VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="true " TYPE="uint64"> <VALUE>511</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>PSE:d8</VALUE> <PROPERTY NAME="ConsumableBlocks" CLASSORIGIN="Celerra_StorageExtent" PROPAGATE D="true" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY.ARRAY NAME="ExtentStatus" TYPE="uint16" CLASSORIGIN="Celerra_StorageE xtent" PROPAGATED="true"> <VALUE>16</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_PrimordialStorageExtent" TYPE="strin g"> <VALUE>d8</VALUE> <PROPERTY NAME="NameFormat" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="tru e" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY NAME="NumberOfBlocks" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED= 123 of 185

124 "true" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_Sto rageextent" PROPAGATED="true"> <PROPERTY NAME="Primordial" CLASSORIGIN="Celerra_PrimordialStorageExtent" TYPE= "boolean"> <VALUE>TRUE</VALUE> Number of instance properties: 13 Property: CreationClassName Number of qualifiers: 0 Property: DeviceID Number of qualifiers: 0 Property: SystemCreationClassName Number of qualifiers: 0 Property: SystemName Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: ConsumableBlocks Number of qualifiers: 0 Property: ExtentStatus Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: NameFormat Number of qualifiers: 0 Property: NumberOfBlocks Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: Primordial Number of qualifiers: 0 Instance 7: Celerra_PrimordialStorageExtent.CreationClassName="Celerra_PrimordialS tor ageextent",deviceid="9",systemcreationclassname="celerra_celerracomput ersystem", SystemName="FCNTR " <INSTANCE CLASSNAME="Celerra_PrimordialStorageExtent" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_StorageExtent" PROPAGAT ED="true" <VALUE>Celerra_PrimordialStorageExtent</VALUE> <PROPERTY NAME="DeviceID" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="true" <VALUE>9</VALUE> <PROPERTY NAME="SystemCreationClassName" CLASSORIGIN="Celerra_StorageExtent" PR OPAGATED="true" <VALUE>Celerra_CelerraComputerSystem</VALUE> <PROPERTY NAME="SystemName" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="tru e" <VALUE>FCNTR </VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="true " TYPE="uint64"> <VALUE>511</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>PSE:d9</VALUE> 124 of 185

125 <PROPERTY NAME="ConsumableBlocks" CLASSORIGIN="Celerra_StorageExtent" PROPAGATE D="true" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY.ARRAY NAME="ExtentStatus" TYPE="uint16" CLASSORIGIN="Celerra_StorageE xtent" PROPAGATED="true"> <VALUE>16</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_PrimordialStorageExtent" TYPE="strin g"> <VALUE>d9</VALUE> <PROPERTY NAME="NameFormat" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="tru e" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY NAME="NumberOfBlocks" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED= "true" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_Sto rageextent" PROPAGATED="true"> <PROPERTY NAME="Primordial" CLASSORIGIN="Celerra_PrimordialStorageExtent" TYPE= "boolean"> <VALUE>TRUE</VALUE> Number of instance properties: 13 Property: CreationClassName Number of qualifiers: 0 Property: DeviceID Number of qualifiers: 0 Property: SystemCreationClassName Number of qualifiers: 0 Property: SystemName Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: ConsumableBlocks Number of qualifiers: 0 Property: ExtentStatus Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: NameFormat Number of qualifiers: 0 Property: NumberOfBlocks Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: Primordial Number of qualifiers: 0 Enumerate 8 instances; repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue... Celerra_NonPrimordialStorageExtent The following instances represent the disk volume of the Celerra: repeat count: 1 ( :5988)? ei Class: CIM_StorageExtent 125 of 185

126 DeepInheritance [true]: LocalOnly [false]: IncludeQualifiers [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing EnumerateInstances: CIM_StorageExtent ++++ includequalifiers: false Instance 0: Celerra_NonPrimordialStorageExtent.CreationClassName="Celerra_NonPrimo rdi alstorageextent",deviceid="10",systemcreationclassname="celerra_celerr acomputers ystem",systemname="fcntr " <INSTANCE CLASSNAME="Celerra_NonPrimordialStorageExtent" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_StorageExtent" PROPAGAT ED="true" <VALUE>Celerra_NonPrimordialStorageExtent</VALUE> <PROPERTY NAME="DeviceID" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="true" <VALUE>10</VALUE> <PROPERTY NAME="SystemCreationClassName" CLASSORIGIN="Celerra_StorageExtent" PR OPAGATED="true" <VALUE>Celerra_CelerraComputerSystem</VALUE> <PROPERTY NAME="SystemName" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="tru e" <VALUE>FCNTR </VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="true " TYPE="uint64"> <VALUE>511</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>NPSE:d10</VALUE> <PROPERTY NAME="ConsumableBlocks" CLASSORIGIN="Celerra_StorageExtent" PROPAGATE D="true" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY.ARRAY NAME="ExtentStatus" TYPE="uint16" CLASSORIGIN="Celerra_StorageE xtent" PROPAGATED="true"> <VALUE>16</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_NonPrimordialStorageExtent" TYPE="st ring"> <VALUE>d10</VALUE> <PROPERTY NAME="NameFormat" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="tru e" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY NAME="NumberOfBlocks" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED= "true" TYPE="uint64"> <VALUE> </VALUE> 126 of 185

127 <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_Sto rageextent" PROPAGATED="true"> <PROPERTY NAME="Primordial" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="tru e" TYPE="boolean"> <VALUE>FALSE</VALUE> Number of instance properties: 13 Property: CreationClassName Number of qualifiers: 0 Property: DeviceID Number of qualifiers: 0 Property: SystemCreationClassName Number of qualifiers: 0 Property: SystemName Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: ConsumableBlocks Number of qualifiers: 0 Property: ExtentStatus Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: NameFormat Number of qualifiers: 0 Property: NumberOfBlocks Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: Primordial Number of qualifiers: 0 Instance 1: Celerra_NonPrimordialStorageExtent.CreationClassName="Celerra_NonPrimo rdi alstorageextent",deviceid="3",systemcreationclassname="celerra_celerra ComputerSy stem",systemname="fcntr " <INSTANCE CLASSNAME="Celerra_NonPrimordialStorageExtent" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_StorageExtent" PROPAGAT ED="true" <VALUE>Celerra_NonPrimordialStorageExtent</VALUE> <PROPERTY NAME="DeviceID" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="true" <VALUE>3</VALUE> <PROPERTY NAME="SystemCreationClassName" CLASSORIGIN="Celerra_StorageExtent" PR OPAGATED="true" <VALUE>Celerra_CelerraComputerSystem</VALUE> <PROPERTY NAME="SystemName" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="tru e" <VALUE>FCNTR </VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="true " TYPE="uint64"> <VALUE>511</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>NPSE:d3</VALUE> <PROPERTY NAME="ConsumableBlocks" CLASSORIGIN="Celerra_StorageExtent" PROPAGATE D="true" TYPE="uint64"> <VALUE> </VALUE> 127 of 185

128 <PROPERTY.ARRAY NAME="ExtentStatus" TYPE="uint16" CLASSORIGIN="Celerra_StorageE xtent" PROPAGATED="true"> <VALUE>16</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_NonPrimordialStorageExtent" TYPE="st ring"> <VALUE>d3</VALUE> <PROPERTY NAME="NameFormat" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="tru e" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY NAME="NumberOfBlocks" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED= "true" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_Sto rageextent" PROPAGATED="true"> <PROPERTY NAME="Primordial" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="tru e" TYPE="boolean"> <VALUE>FALSE</VALUE> Number of instance properties: 13 Property: CreationClassName Number of qualifiers: 0 Property: DeviceID Number of qualifiers: 0 Property: SystemCreationClassName Number of qualifiers: 0 Property: SystemName Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: ConsumableBlocks Number of qualifiers: 0 Property: ExtentStatus Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: NameFormat Number of qualifiers: 0 Property: NumberOfBlocks Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: Primordial Number of qualifiers: 0 Instance 2: Celerra_NonPrimordialStorageExtent.CreationClassName="Celerra_NonPrimo rdi alstorageextent",deviceid="4",systemcreationclassname="celerra_celerra ComputerSy stem",systemname="fcntr " <INSTANCE CLASSNAME="Celerra_NonPrimordialStorageExtent" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_StorageExtent" PROPAGAT ED="true" <VALUE>Celerra_NonPrimordialStorageExtent</VALUE> <PROPERTY NAME="DeviceID" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="true" <VALUE>4</VALUE> <PROPERTY NAME="SystemCreationClassName" CLASSORIGIN="Celerra_StorageExtent" PR 128 of 185

129 OPAGATED="true" <VALUE>Celerra_CelerraComputerSystem</VALUE> <PROPERTY NAME="SystemName" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="tru e" <VALUE>FCNTR </VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="true " TYPE="uint64"> <VALUE>511</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>NPSE:d4</VALUE> <PROPERTY NAME="ConsumableBlocks" CLASSORIGIN="Celerra_StorageExtent" PROPAGATE D="true" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY.ARRAY NAME="ExtentStatus" TYPE="uint16" CLASSORIGIN="Celerra_StorageE xtent" PROPAGATED="true"> <VALUE>16</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_NonPrimordialStorageExtent" TYPE="st ring"> <VALUE>d4</VALUE> <PROPERTY NAME="NameFormat" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="tru e" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY NAME="NumberOfBlocks" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED= "true" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_Sto rageextent" PROPAGATED="true"> <PROPERTY NAME="Primordial" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="tru e" TYPE="boolean"> <VALUE>FALSE</VALUE> Number of instance properties: 13 Property: CreationClassName Number of qualifiers: 0 Property: DeviceID Number of qualifiers: 0 Property: SystemCreationClassName Number of qualifiers: 0 Property: SystemName Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: ConsumableBlocks Number of qualifiers: 0 Property: ExtentStatus Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: NameFormat Number of qualifiers: 0 Property: NumberOfBlocks Number of qualifiers: of 185

130 Property: OperationalStatus Number of qualifiers: 0 Property: Primordial Number of qualifiers: 0 Instance 3: Celerra_NonPrimordialStorageExtent.CreationClassName="Celerra_NonPrimo rdi alstorageextent",deviceid="5",systemcreationclassname="celerra_celerra ComputerSy stem",systemname="fcntr " <INSTANCE CLASSNAME="Celerra_NonPrimordialStorageExtent" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_StorageExtent" PROPAGAT ED="true" <VALUE>Celerra_NonPrimordialStorageExtent</VALUE> <PROPERTY NAME="DeviceID" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="true" <VALUE>5</VALUE> <PROPERTY NAME="SystemCreationClassName" CLASSORIGIN="Celerra_StorageExtent" PR OPAGATED="true" <VALUE>Celerra_CelerraComputerSystem</VALUE> <PROPERTY NAME="SystemName" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="tru e" <VALUE>FCNTR </VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="true " TYPE="uint64"> <VALUE>511</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>NPSE:d5</VALUE> <PROPERTY NAME="ConsumableBlocks" CLASSORIGIN="Celerra_StorageExtent" PROPAGATE D="true" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY.ARRAY NAME="ExtentStatus" TYPE="uint16" CLASSORIGIN="Celerra_StorageE xtent" PROPAGATED="true"> <VALUE>16</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_NonPrimordialStorageExtent" TYPE="st ring"> <VALUE>d5</VALUE> <PROPERTY NAME="NameFormat" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="tru e" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY NAME="NumberOfBlocks" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED= "true" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_Sto rageextent" PROPAGATED="true"> 130 of 185

131 <PROPERTY NAME="Primordial" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="tru e" TYPE="boolean"> <VALUE>FALSE</VALUE> Number of instance properties: 13 Property: CreationClassName Number of qualifiers: 0 Property: DeviceID Number of qualifiers: 0 Property: SystemCreationClassName Number of qualifiers: 0 Property: SystemName Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: ConsumableBlocks Number of qualifiers: 0 Property: ExtentStatus Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: NameFormat Number of qualifiers: 0 Property: NumberOfBlocks Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: Primordial Number of qualifiers: 0 Instance 4: Celerra_NonPrimordialStorageExtent.CreationClassName="Celerra_NonPrimo rdi alstorageextent",deviceid="6",systemcreationclassname="celerra_celerra ComputerSy stem",systemname="fcntr " <INSTANCE CLASSNAME="Celerra_NonPrimordialStorageExtent" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_StorageExtent" PROPAGAT ED="true" <VALUE>Celerra_NonPrimordialStorageExtent</VALUE> <PROPERTY NAME="DeviceID" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="true" <VALUE>6</VALUE> <PROPERTY NAME="SystemCreationClassName" CLASSORIGIN="Celerra_StorageExtent" PR OPAGATED="true" <VALUE>Celerra_CelerraComputerSystem</VALUE> <PROPERTY NAME="SystemName" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="tru e" <VALUE>FCNTR </VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="true " TYPE="uint64"> <VALUE>511</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>NPSE:d6</VALUE> <PROPERTY NAME="ConsumableBlocks" CLASSORIGIN="Celerra_StorageExtent" PROPAGATE D="true" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY.ARRAY NAME="ExtentStatus" TYPE="uint16" CLASSORIGIN="Celerra_StorageE xtent" PROPAGATED="true"> 131 of 185

132 <VALUE>16</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_NonPrimordialStorageExtent" TYPE="st ring"> <VALUE>d6</VALUE> <PROPERTY NAME="NameFormat" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="tru e" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY NAME="NumberOfBlocks" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED= "true" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_Sto rageextent" PROPAGATED="true"> <PROPERTY NAME="Primordial" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="tru e" TYPE="boolean"> <VALUE>FALSE</VALUE> Number of instance properties: 13 Property: CreationClassName Number of qualifiers: 0 Property: DeviceID Number of qualifiers: 0 Property: SystemCreationClassName Number of qualifiers: 0 Property: SystemName Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: ConsumableBlocks Number of qualifiers: 0 Property: ExtentStatus Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: NameFormat Number of qualifiers: 0 Property: NumberOfBlocks Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: Primordial Number of qualifiers: 0 Instance 5: Celerra_NonPrimordialStorageExtent.CreationClassName="Celerra_NonPrimo rdi alstorageextent",deviceid="7",systemcreationclassname="celerra_celerra ComputerSy stem",systemname="fcntr " <INSTANCE CLASSNAME="Celerra_NonPrimordialStorageExtent" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_StorageExtent" PROPAGAT ED="true" <VALUE>Celerra_NonPrimordialStorageExtent</VALUE> <PROPERTY NAME="DeviceID" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="true" <VALUE>7</VALUE> <PROPERTY NAME="SystemCreationClassName" CLASSORIGIN="Celerra_StorageExtent" PR OPAGATED="true" <VALUE>Celerra_CelerraComputerSystem</VALUE> 132 of 185

133 <PROPERTY NAME="SystemName" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="tru e" <VALUE>FCNTR </VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="true " TYPE="uint64"> <VALUE>511</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>NPSE:d7</VALUE> <PROPERTY NAME="ConsumableBlocks" CLASSORIGIN="Celerra_StorageExtent" PROPAGATE D="true" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY.ARRAY NAME="ExtentStatus" TYPE="uint16" CLASSORIGIN="Celerra_StorageE xtent" PROPAGATED="true"> <VALUE>16</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_NonPrimordialStorageExtent" TYPE="st ring"> <VALUE>d7</VALUE> <PROPERTY NAME="NameFormat" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="tru e" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY NAME="NumberOfBlocks" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED= "true" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_Sto rageextent" PROPAGATED="true"> <PROPERTY NAME="Primordial" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="tru e" TYPE="boolean"> <VALUE>FALSE</VALUE> Number of instance properties: 13 Property: CreationClassName Number of qualifiers: 0 Property: DeviceID Number of qualifiers: 0 Property: SystemCreationClassName Number of qualifiers: 0 Property: SystemName Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: ConsumableBlocks Number of qualifiers: 0 Property: ExtentStatus Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: NameFormat Number of qualifiers: 0 Property: NumberOfBlocks Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: Primordial Number of qualifiers: of 185

134 Instance 6: Celerra_NonPrimordialStorageExtent.CreationClassName="Celerra_NonPrimo rdi alstorageextent",deviceid="8",systemcreationclassname="celerra_celerra ComputerSy stem",systemname="fcntr " <INSTANCE CLASSNAME="Celerra_NonPrimordialStorageExtent" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_StorageExtent" PROPAGAT ED="true" <VALUE>Celerra_NonPrimordialStorageExtent</VALUE> <PROPERTY NAME="DeviceID" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="true" <VALUE>8</VALUE> <PROPERTY NAME="SystemCreationClassName" CLASSORIGIN="Celerra_StorageExtent" PR OPAGATED="true" <VALUE>Celerra_CelerraComputerSystem</VALUE> <PROPERTY NAME="SystemName" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="tru e" <VALUE>FCNTR </VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="true " TYPE="uint64"> <VALUE>511</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>NPSE:d8</VALUE> <PROPERTY NAME="ConsumableBlocks" CLASSORIGIN="Celerra_StorageExtent" PROPAGATE D="true" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY.ARRAY NAME="ExtentStatus" TYPE="uint16" CLASSORIGIN="Celerra_StorageE xtent" PROPAGATED="true"> <VALUE>16</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_NonPrimordialStorageExtent" TYPE="st ring"> <VALUE>d8</VALUE> <PROPERTY NAME="NameFormat" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="tru e" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY NAME="NumberOfBlocks" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED= "true" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_Sto rageextent" PROPAGATED="true"> 134 of 185

135 <PROPERTY NAME="Primordial" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="tru e" TYPE="boolean"> <VALUE>FALSE</VALUE> Number of instance properties: 13 Property: CreationClassName Number of qualifiers: 0 Property: DeviceID Number of qualifiers: 0 Property: SystemCreationClassName Number of qualifiers: 0 Property: SystemName Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: ConsumableBlocks Number of qualifiers: 0 Property: ExtentStatus Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: NameFormat Number of qualifiers: 0 Property: NumberOfBlocks Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: Primordial Number of qualifiers: 0 Instance 7: Celerra_NonPrimordialStorageExtent.CreationClassName="Celerra_NonPrimo rdi alstorageextent",deviceid="9",systemcreationclassname="celerra_celerra ComputerSy stem",systemname="fcntr " <INSTANCE CLASSNAME="Celerra_NonPrimordialStorageExtent" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_StorageExtent" PROPAGAT ED="true" <VALUE>Celerra_NonPrimordialStorageExtent</VALUE> <PROPERTY NAME="DeviceID" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="true" <VALUE>9</VALUE> <PROPERTY NAME="SystemCreationClassName" CLASSORIGIN="Celerra_StorageExtent" PR OPAGATED="true" <VALUE>Celerra_CelerraComputerSystem</VALUE> <PROPERTY NAME="SystemName" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="tru e" <VALUE>FCNTR </VALUE> <PROPERTY NAME="BlockSize" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="true " TYPE="uint64"> <VALUE>511</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>NPSE:d9</VALUE> <PROPERTY NAME="ConsumableBlocks" CLASSORIGIN="Celerra_StorageExtent" PROPAGATE D="true" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY.ARRAY NAME="ExtentStatus" TYPE="uint16" CLASSORIGIN="Celerra_StorageE xtent" PROPAGATED="true"> <VALUE>16</VALUE> 135 of 185

136 <PROPERTY NAME="Name" CLASSORIGIN="Celerra_NonPrimordialStorageExtent" TYPE="st ring"> <VALUE>d9</VALUE> <PROPERTY NAME="NameFormat" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="tru e" TYPE="uint16"> <VALUE>1</VALUE> <PROPERTY NAME="NumberOfBlocks" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED= "true" TYPE="uint64"> <VALUE> </VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_Sto rageextent" PROPAGATED="true"> <PROPERTY NAME="Primordial" CLASSORIGIN="Celerra_StorageExtent" PROPAGATED="tru e" TYPE="boolean"> <VALUE>FALSE</VALUE> Number of instance properties: 13 Property: CreationClassName Number of qualifiers: 0 Property: DeviceID Number of qualifiers: 0 Property: SystemCreationClassName Number of qualifiers: 0 Property: SystemName Number of qualifiers: 0 Property: BlockSize Number of qualifiers: 0 Property: ConsumableBlocks Number of qualifiers: 0 Property: ExtentStatus Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: NameFormat Number of qualifiers: 0 Property: NumberOfBlocks Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: Primordial Number of qualifiers: 0 Enumerate 8 instances; repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue... The following associations illustrate the volume creation hierarchy: CIM_BasedOn or Celerra_BasedOn_CE_CE: Composite extent created on another CIM_BasedOn or Celerra_BasedOn_NPSE_CE: Slice of a disk volume and meta consisting of a diskvolume CIM_BasedOn or Celerra_BasedOn_CE_LD: Logical disk based on a meta volume CIM_BasedOn or Celerra_CompositeExtentBasedOn_NPSE_CE: Stripe based on disk volume CIM_BasedOn or Celerra_CompositeExtentBasedOn_CE_CE: Stripe based on meta, slice or stripe, 136 of 185

137 CIM_ConcreteComponent or Celerra_ConcreteComponent_NPSP_CE: Storage pool made of stripes, slices, and/or meta volumes CIM_BasedOn or Celerra_ConcreteComponent_NPSP_NPSE: Storage pool made of disk volumes CIM_BasedOn or Celerra_ConcreteComponent_PSP_PSE: Storage pool made of disk volumes The following example illustrates the associations: repeat count: 1 ( :5988)? ei Class: CIM_BasedOn DeepInheritance [true]: LocalOnly [false]: IncludeQualifiers [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing EnumerateInstances: CIM_BasedOn ++++ includequalifiers: false Instance 0: Celerra_BasedOn_CE_CE.Antecedent="//eng17341.eng.emc.com/root/emc/cele rra :Celerra_CompositeExtent.CreationClassName=\"Celerra_CompositeExtent\",DeviceID= \"111\",SystemCreationClassName=\"Celerra_CelerraComputerSystem\",Syst emname=\"f CNTR \"",Dependent="//eng17341.eng.emc.com/root/emc/celerr a:celerra_ CompositeExtent.CreationClassName=\"Celerra_CompositeExtent\",DeviceID =\"113\",S ystemcreationclassname=\"celerra_celerracomputersystem\",systemname=\" FCNTR \"" <INSTANCE CLASSNAME="Celerra_BasedOn_CE_CE" > <PROPERTY.REFERENCE NAME="Antecedent" CLASSORIGIN="Celerra_BasedOn_CE_CE"> <VALUE.REFERENCE> <INSTANCEPATH> <NAMESPACEPATH> <HOST>eng17341.eng.emc.com</HOST> <LOCALNAMESPACEPATH> <NAMESPACE NAME="root"/> <NAMESPACE NAME="emc"/> <NAMESPACE NAME="celerra"/> </LOCALNAMESPACEPATH> </NAMESPACEPATH> <INSTANCENAME CLASSNAME="Celerra_CompositeExtent"> <KEYBINDING NAME="CreationClassName"> <KEYVALUE VALUECelerra_CompositeExtent</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="DeviceID"> <KEYVALUE VALUE111</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="SystemCreationClassName"> <KEYVALUE VALUECelerra_CelerraComputerSystem</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="SystemName"> <KEYVALUE VALUEFCNTR </KEYVALUE> </KEYBINDING> </INSTANCENAME> </INSTANCEPATH> </VALUE.REFERENCE> </PROPERTY.REFERENCE> <PROPERTY.REFERENCE NAME="Dependent" CLASSORIGIN="Celerra_BasedOn_CE_CE"> <VALUE.REFERENCE> <INSTANCEPATH> <NAMESPACEPATH> 137 of 185

138 <HOST>eng17341.eng.emc.com</HOST> <LOCALNAMESPACEPATH> <NAMESPACE NAME="root"/> <NAMESPACE NAME="emc"/> <NAMESPACE NAME="celerra"/> </LOCALNAMESPACEPATH> </NAMESPACEPATH> <INSTANCENAME CLASSNAME="Celerra_CompositeExtent"> <KEYBINDING NAME="CreationClassName"> <KEYVALUE VALUECelerra_CompositeExtent</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="DeviceID"> <KEYVALUE VALUE113</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="SystemCreationClassName"> <KEYVALUE VALUECelerra_CelerraComputerSystem</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="SystemName"> <KEYVALUE VALUEFCNTR </KEYVALUE> </KEYBINDING> </INSTANCENAME> </INSTANCEPATH> </VALUE.REFERENCE> </PROPERTY.REFERENCE> Number of instance properties: 2 Property: Antecedent Number of qualifiers: 0 Property: Dependent Number of qualifiers: 0 Instance 1: Celerra_BasedOn_CE_CE.Antecedent="//eng17341.eng.emc.com/root/emc/cele rra :Celerra_CompositeExtent.CreationClassName=\"Celerra_CompositeExtent\",DeviceID= \"113\",SystemCreationClassName=\"Celerra_CelerraComputerSystem\",Syst emname=\"f CNTR \"",Dependent="//eng17341.eng.emc.com/root/emc/celerr a:celerra_ CompositeExtent.CreationClassName=\"Celerra_CompositeExtent\",DeviceID =\"114\",S ystemcreationclassname=\"celerra_celerracomputersystem\",systemname=\" FCNTR \"" <INSTANCE CLASSNAME="Celerra_BasedOn_CE_CE" > <PROPERTY.REFERENCE NAME="Antecedent" CLASSORIGIN="Celerra_BasedOn_CE_CE"> <VALUE.REFERENCE> <INSTANCEPATH> <NAMESPACEPATH> <HOST>eng17341.eng.emc.com</HOST> <LOCALNAMESPACEPATH> <NAMESPACE NAME="root"/> <NAMESPACE NAME="emc"/> <NAMESPACE NAME="celerra"/> </LOCALNAMESPACEPATH> </NAMESPACEPATH> <INSTANCENAME CLASSNAME="Celerra_CompositeExtent"> <KEYBINDING NAME="CreationClassName"> <KEYVALUE VALUECelerra_CompositeExtent</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="DeviceID"> <KEYVALUE VALUE113</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="SystemCreationClassName"> <KEYVALUE VALUECelerra_CelerraComputerSystem</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="SystemName"> <KEYVALUE VALUEFCNTR </KEYVALUE> </KEYBINDING> 138 of 185

139 </INSTANCENAME> </INSTANCEPATH> </VALUE.REFERENCE> </PROPERTY.REFERENCE> <PROPERTY.REFERENCE NAME="Dependent" CLASSORIGIN="Celerra_BasedOn_CE_CE"> <VALUE.REFERENCE> <INSTANCEPATH> <NAMESPACEPATH> <HOST>eng17341.eng.emc.com</HOST> <LOCALNAMESPACEPATH> <NAMESPACE NAME="root"/> <NAMESPACE NAME="emc"/> <NAMESPACE NAME="celerra"/> </LOCALNAMESPACEPATH> </NAMESPACEPATH> <INSTANCENAME CLASSNAME="Celerra_CompositeExtent"> <KEYBINDING NAME="CreationClassName"> <KEYVALUE VALUECelerra_CompositeExtent</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="DeviceID"> <KEYVALUE VALUE114</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="SystemCreationClassName"> <KEYVALUE VALUECelerra_CelerraComputerSystem</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="SystemName"> <KEYVALUE VALUEFCNTR </KEYVALUE> </KEYBINDING> </INSTANCENAME> </INSTANCEPATH> </VALUE.REFERENCE> </PROPERTY.REFERENCE> Number of instance properties: 2 Property: Antecedent Number of qualifiers: 0 Property: Dependent Number of qualifiers: 0 Instance 2: Celerra_BasedOn_CE_CE.Antecedent="//eng17341.eng.emc.com/root/emc/cele rra :Celerra_CompositeExtent.CreationClassName=\"Celerra_CompositeExtent\",DeviceID= \"115\",SystemCreationClassName=\"Celerra_CelerraComputerSystem\",Syst emname=\"f CNTR \"",Dependent="//eng17341.eng.emc.com/root/emc/celerr a:celerra_ CompositeExtent.CreationClassName=\"Celerra_CompositeExtent\",DeviceID =\"116\",S ystemcreationclassname=\"celerra_celerracomputersystem\",systemname=\" FCNTR \"" <INSTANCE CLASSNAME="Celerra_BasedOn_CE_CE" > <PROPERTY.REFERENCE NAME="Antecedent" CLASSORIGIN="Celerra_BasedOn_CE_CE"> <VALUE.REFERENCE> <INSTANCEPATH> <NAMESPACEPATH> <HOST>eng17341.eng.emc.com</HOST> <LOCALNAMESPACEPATH> <NAMESPACE NAME="root"/> <NAMESPACE NAME="emc"/> <NAMESPACE NAME="celerra"/> </LOCALNAMESPACEPATH> </NAMESPACEPATH> <INSTANCENAME CLASSNAME="Celerra_CompositeExtent"> <KEYBINDING NAME="CreationClassName"> <KEYVALUE VALUECelerra_CompositeExtent</KEYVALUE> </KEYBINDING> 139 of 185

140 <KEYBINDING NAME="DeviceID"> <KEYVALUE VALUE115</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="SystemCreationClassName"> <KEYVALUE VALUECelerra_CelerraComputerSystem</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="SystemName"> <KEYVALUE VALUEFCNTR </KEYVALUE> </KEYBINDING> </INSTANCENAME> </INSTANCEPATH> </VALUE.REFERENCE> </PROPERTY.REFERENCE> <PROPERTY.REFERENCE NAME="Dependent" CLASSORIGIN="Celerra_BasedOn_CE_CE"> <VALUE.REFERENCE> <INSTANCEPATH> <NAMESPACEPATH> <HOST>eng17341.eng.emc.com</HOST> <LOCALNAMESPACEPATH> <NAMESPACE NAME="root"/> <NAMESPACE NAME="emc"/> <NAMESPACE NAME="celerra"/> </LOCALNAMESPACEPATH> </NAMESPACEPATH> <INSTANCENAME CLASSNAME="Celerra_CompositeExtent"> <KEYBINDING NAME="CreationClassName"> <KEYVALUE VALUECelerra_CompositeExtent</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="DeviceID"> <KEYVALUE VALUE116</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="SystemCreationClassName"> <KEYVALUE VALUECelerra_CelerraComputerSystem</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="SystemName"> <KEYVALUE VALUEFCNTR </KEYVALUE> </KEYBINDING> </INSTANCENAME> </INSTANCEPATH> </VALUE.REFERENCE> </PROPERTY.REFERENCE> Number of instance properties: 2 Property: Antecedent Number of qualifiers: 0 Property: Dependent Number of qualifiers: 0 Instance 3: Celerra_BasedOn_CE_CE.Antecedent="//eng17341.eng.emc.com/root/emc/cele rra :Celerra_CompositeExtent.CreationClassName=\"Celerra_CompositeExtent\",DeviceID= \"116\",SystemCreationClassName=\"Celerra_CelerraComputerSystem\",Syst emname=\"f CNTR \"",Dependent="//eng17341.eng.emc.com/root/emc/celerr a:celerra_ CompositeExtent.CreationClassName=\"Celerra_CompositeExtent\",DeviceID =\"117\",S ystemcreationclassname=\"celerra_celerracomputersystem\",systemname=\" FCNTR \"" <INSTANCE CLASSNAME="Celerra_BasedOn_CE_CE" > <PROPERTY.REFERENCE NAME="Antecedent" CLASSORIGIN="Celerra_BasedOn_CE_CE"> <VALUE.REFERENCE> <INSTANCEPATH> <NAMESPACEPATH> <HOST>eng17341.eng.emc.com</HOST> <LOCALNAMESPACEPATH> 140 of 185

141 <NAMESPACE NAME="root"/> <NAMESPACE NAME="emc"/> <NAMESPACE NAME="celerra"/> </LOCALNAMESPACEPATH> </NAMESPACEPATH> <INSTANCENAME CLASSNAME="Celerra_CompositeExtent"> <KEYBINDING NAME="CreationClassName"> <KEYVALUE VALUECelerra_CompositeExtent</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="DeviceID"> <KEYVALUE VALUE116</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="SystemCreationClassName"> <KEYVALUE VALUECelerra_CelerraComputerSystem</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="SystemName"> <KEYVALUE VALUEFCNTR </KEYVALUE> </KEYBINDING> </INSTANCENAME> </INSTANCEPATH> </VALUE.REFERENCE> </PROPERTY.REFERENCE> <PROPERTY.REFERENCE NAME="Dependent" CLASSORIGIN="Celerra_BasedOn_CE_CE"> <VALUE.REFERENCE> <INSTANCEPATH> <NAMESPACEPATH> <HOST>eng17341.eng.emc.com</HOST> <LOCALNAMESPACEPATH> <NAMESPACE NAME="root"/> <NAMESPACE NAME="emc"/> <NAMESPACE NAME="celerra"/> </LOCALNAMESPACEPATH> </NAMESPACEPATH> <INSTANCENAME CLASSNAME="Celerra_CompositeExtent"> <KEYBINDING NAME="CreationClassName"> <KEYVALUE VALUECelerra_CompositeExtent</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="DeviceID"> <KEYVALUE VALUE117</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="SystemCreationClassName"> <KEYVALUE VALUECelerra_CelerraComputerSystem</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="SystemName"> <KEYVALUE VALUEFCNTR </KEYVALUE> </KEYBINDING> </INSTANCENAME> </INSTANCEPATH> </VALUE.REFERENCE> </PROPERTY.REFERENCE> Number of instance properties: 2 Property: Antecedent Number of qualifiers: 0 Property: Dependent Number of qualifiers: 0 Instance 4: Celerra_BasedOn_CE_CE.Antecedent="//eng17341.eng.emc.com/root/emc/cele rra :Celerra_CompositeExtent.CreationClassName=\"Celerra_CompositeExtent\",DeviceID= \"118\",SystemCreationClassName=\"Celerra_CelerraComputerSystem\",Syst emname=\"f CNTR \"",Dependent="//eng17341.eng.emc.com/root/emc/celerr a:celerra_ CompositeExtent.CreationClassName=\"Celerra_CompositeExtent\",DeviceID =\"119\",S ystemcreationclassname=\"celerra_celerracomputersystem\",systemname=\" FCNTR of 185

142 \"" <INSTANCE CLASSNAME="Celerra_BasedOn_CE_CE" > <PROPERTY.REFERENCE NAME="Antecedent" CLASSORIGIN="Celerra_BasedOn_CE_CE"> <VALUE.REFERENCE> <INSTANCEPATH> <NAMESPACEPATH> <HOST>eng17341.eng.emc.com</HOST> <LOCALNAMESPACEPATH> <NAMESPACE NAME="root"/> <NAMESPACE NAME="emc"/> <NAMESPACE NAME="celerra"/> </LOCALNAMESPACEPATH> </NAMESPACEPATH> <INSTANCENAME CLASSNAME="Celerra_CompositeExtent"> <KEYBINDING NAME="CreationClassName"> <KEYVALUE VALUECelerra_CompositeExtent</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="DeviceID"> <KEYVALUE VALUE118</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="SystemCreationClassName"> <KEYVALUE VALUECelerra_CelerraComputerSystem</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="SystemName"> <KEYVALUE VALUEFCNTR </KEYVALUE> </KEYBINDING> </INSTANCENAME> </INSTANCEPATH> </VALUE.REFERENCE> </PROPERTY.REFERENCE> <PROPERTY.REFERENCE NAME="Dependent" CLASSORIGIN="Celerra_BasedOn_CE_CE"> <VALUE.REFERENCE> <INSTANCEPATH> <NAMESPACEPATH> <HOST>eng17341.eng.emc.com</HOST> <LOCALNAMESPACEPATH> <NAMESPACE NAME="root"/> <NAMESPACE NAME="emc"/> <NAMESPACE NAME="celerra"/> </LOCALNAMESPACEPATH> </NAMESPACEPATH> <INSTANCENAME CLASSNAME="Celerra_CompositeExtent"> <KEYBINDING NAME="CreationClassName"> <KEYVALUE VALUECelerra_CompositeExtent</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="DeviceID"> <KEYVALUE VALUE119</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="SystemCreationClassName"> <KEYVALUE VALUECelerra_CelerraComputerSystem</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="SystemName"> <KEYVALUE VALUEFCNTR </KEYVALUE> </KEYBINDING> </INSTANCENAME> </INSTANCEPATH> </VALUE.REFERENCE> </PROPERTY.REFERENCE> Number of instance properties: 2 Property: Antecedent Number of qualifiers: 0 Property: Dependent Number of qualifiers: 0 Instance 5: Celerra_BasedOn_CE_CE.Antecedent="//eng17341.eng.emc.com/root/emc/cele rra 142 of 185

143 :Celerra_CompositeExtent.CreationClassName=\"Celerra_CompositeExtent\",DeviceID= \"119\",SystemCreationClassName=\"Celerra_CelerraComputerSystem\",Syst emname=\"f CNTR \"",Dependent="//eng17341.eng.emc.com/root/emc/celerr a:celerra_ CompositeExtent.CreationClassName=\"Celerra_CompositeExtent\",DeviceID =\"120\",S ystemcreationclassname=\"celerra_celerracomputersystem\",systemname=\" FCNTR \"" <INSTANCE CLASSNAME="Celerra_BasedOn_CE_CE" > <PROPERTY.REFERENCE NAME="Antecedent" CLASSORIGIN="Celerra_BasedOn_CE_CE"> <VALUE.REFERENCE> <INSTANCEPATH> <NAMESPACEPATH> <HOST>eng17341.eng.emc.com</HOST> <LOCALNAMESPACEPATH> <NAMESPACE NAME="root"/> <NAMESPACE NAME="emc"/> <NAMESPACE NAME="celerra"/> </LOCALNAMESPACEPATH> </NAMESPACEPATH> <INSTANCENAME CLASSNAME="Celerra_CompositeExtent"> <KEYBINDING NAME="CreationClassName"> <KEYVALUE VALUECelerra_CompositeExtent</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="DeviceID"> <KEYVALUE VALUE119</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="SystemCreationClassName"> <KEYVALUE VALUECelerra_CelerraComputerSystem</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="SystemName"> <KEYVALUE VALUEFCNTR </KEYVALUE> </KEYBINDING> </INSTANCENAME> </INSTANCEPATH> </VALUE.REFERENCE> </PROPERTY.REFERENCE> <PROPERTY.REFERENCE NAME="Dependent" CLASSORIGIN="Celerra_BasedOn_CE_CE"> <VALUE.REFERENCE> <INSTANCEPATH> <NAMESPACEPATH> <HOST>eng17341.eng.emc.com</HOST> <LOCALNAMESPACEPATH> <NAMESPACE NAME="root"/> <NAMESPACE NAME="emc"/> <NAMESPACE NAME="celerra"/> </LOCALNAMESPACEPATH> </NAMESPACEPATH> <INSTANCENAME CLASSNAME="Celerra_CompositeExtent"> <KEYBINDING NAME="CreationClassName"> <KEYVALUE VALUECelerra_CompositeExtent</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="DeviceID"> <KEYVALUE VALUE120</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="SystemCreationClassName"> <KEYVALUE VALUECelerra_CelerraComputerSystem</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="SystemName"> <KEYVALUE VALUEFCNTR </KEYVALUE> </KEYBINDING> </INSTANCENAME> </INSTANCEPATH> </VALUE.REFERENCE> </PROPERTY.REFERENCE> 143 of 185

144 Number of instance properties: 2 Property: Antecedent Number of qualifiers: 0 Property: Dependent Number of qualifiers: 0 Instance 6: Celerra_BasedOn_CE_CE.Antecedent="//eng17341.eng.emc.com/root/emc/cele rra :Celerra_CompositeExtent.CreationClassName=\"Celerra_CompositeExtent\",DeviceID= \"121\",SystemCreationClassName=\"Celerra_CelerraComputerSystem\",Syst emname=\"f CNTR \"",Dependent="//eng17341.eng.emc.com/root/emc/celerr a:celerra_ CompositeExtent.CreationClassName=\"Celerra_CompositeExtent\",DeviceID =\"122\",S ystemcreationclassname=\"celerra_celerracomputersystem\",systemname=\" FCNTR \"" <INSTANCE CLASSNAME="Celerra_BasedOn_CE_CE" > <PROPERTY.REFERENCE NAME="Antecedent" CLASSORIGIN="Celerra_BasedOn_CE_CE"> <VALUE.REFERENCE> <INSTANCEPATH> <NAMESPACEPATH> <HOST>eng17341.eng.emc.com</HOST> <LOCALNAMESPACEPATH> <NAMESPACE NAME="root"/> <NAMESPACE NAME="emc"/> <NAMESPACE NAME="celerra"/> </LOCALNAMESPACEPATH> </NAMESPACEPATH> <INSTANCENAME CLASSNAME="Celerra_CompositeExtent"> <KEYBINDING NAME="CreationClassName"> <KEYVALUE VALUECelerra_CompositeExtent</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="DeviceID"> <KEYVALUE VALUE121</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="SystemCreationClassName"> <KEYVALUE VALUECelerra_CelerraComputerSystem</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="SystemName"> <KEYVALUE VALUEFCNTR </KEYVALUE> </KEYBINDING> </INSTANCENAME> </INSTANCEPATH> </VALUE.REFERENCE> </PROPERTY.REFERENCE> <PROPERTY.REFERENCE NAME="Dependent" CLASSORIGIN="Celerra_BasedOn_CE_CE"> <VALUE.REFERENCE> <INSTANCEPATH> <NAMESPACEPATH> <HOST>eng17341.eng.emc.com</HOST> <LOCALNAMESPACEPATH> <NAMESPACE NAME="root"/> <NAMESPACE NAME="emc"/> <NAMESPACE NAME="celerra"/> </LOCALNAMESPACEPATH> </NAMESPACEPATH> <INSTANCENAME CLASSNAME="Celerra_CompositeExtent"> <KEYBINDING NAME="CreationClassName"> <KEYVALUE VALUECelerra_CompositeExtent</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="DeviceID"> <KEYVALUE VALUE122</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="SystemCreationClassName"> <KEYVALUE VALUECelerra_CelerraComputerSystem</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="SystemName"> 144 of 185

145 <KEYVALUE VALUEFCNTR </KEYVALUE> </KEYBINDING> </INSTANCENAME> </INSTANCEPATH> </VALUE.REFERENCE> </PROPERTY.REFERENCE> Number of instance properties: 2 Property: Antecedent Number of qualifiers: 0 Property: Dependent Number of qualifiers: 0 Instance 7: Celerra_BasedOn_CE_CE.Antecedent="//eng17341.eng.emc.com/root/emc/cele rra :Celerra_CompositeExtent.CreationClassName=\"Celerra_CompositeExtent\",DeviceID= \"122\",SystemCreationClassName=\"Celerra_CelerraComputerSystem\",Syst emname=\"f CNTR \"",Dependent="//eng17341.eng.emc.com/root/emc/celerr a:celerra_ CompositeExtent.CreationClassName=\"Celerra_CompositeExtent\",DeviceID =\"123\",S ystemcreationclassname=\"celerra_celerracomputersystem\",systemname=\" FCNTR \"" <INSTANCE CLASSNAME="Celerra_BasedOn_CE_CE" > <PROPERTY.REFERENCE NAME="Antecedent" CLASSORIGIN="Celerra_BasedOn_CE_CE"> <VALUE.REFERENCE> <INSTANCEPATH> <NAMESPACEPATH> <HOST>eng17341.eng.emc.com</HOST> <LOCALNAMESPACEPATH> <NAMESPACE NAME="root"/> <NAMESPACE NAME="emc"/> <NAMESPACE NAME="celerra"/> </LOCALNAMESPACEPATH> </NAMESPACEPATH> <INSTANCENAME CLASSNAME="Celerra_CompositeExtent"> <KEYBINDING NAME="CreationClassName"> <KEYVALUE VALUECelerra_CompositeExtent</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="DeviceID"> <KEYVALUE VALUE122</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="SystemCreationClassName"> <KEYVALUE VALUECelerra_CelerraComputerSystem</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="SystemName"> <KEYVALUE VALUEFCNTR </KEYVALUE> </KEYBINDING> </INSTANCENAME> </INSTANCEPATH> </VALUE.REFERENCE> </PROPERTY.REFERENCE> <PROPERTY.REFERENCE NAME="Dependent" CLASSORIGIN="Celerra_BasedOn_CE_CE"> <VALUE.REFERENCE> <INSTANCEPATH> <NAMESPACEPATH> <HOST>eng17341.eng.emc.com</HOST> <LOCALNAMESPACEPATH> <NAMESPACE NAME="root"/> <NAMESPACE NAME="emc"/> <NAMESPACE NAME="celerra"/> </LOCALNAMESPACEPATH> </NAMESPACEPATH> <INSTANCENAME CLASSNAME="Celerra_CompositeExtent"> <KEYBINDING NAME="CreationClassName"> 145 of 185

146 <KEYVALUE VALUECelerra_CompositeExtent</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="DeviceID"> <KEYVALUE VALUE123</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="SystemCreationClassName"> <KEYVALUE VALUECelerra_CelerraComputerSystem</KEYVALUE> </KEYBINDING> <KEYBINDING NAME="SystemName"> <KEYVALUE VALUEFCNTR </KEYVALUE> </KEYBINDING> </INSTANCENAME> </INSTANCEPATH> </VALUE.REFERENCE> </PROPERTY.REFERENCE> Number of instance properties: 2 Property: Antecedent Number of qualifiers: 0 Property: Dependent Number of qualifiers: 0 [---] Enumerate 36 instances; repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue of 185

147 File Storage Profile The File Storage Profile consists of a single association class and this profile models the mapping of file systems to logical disks. Verify the volume on which a file system is created ( :5988)? a ObjectPath: Celerra_UxfsLocalFileSystem.CreationClassName="Celerra_UxfsLocalFile System",CSCreationClassName="Celerra_DataMoverComputerSystem",CSName=" server_2", Name="15" Assoc Class []: Celerra_ResidesOnExtent_LD_UFS Result Class []: Celerra_LogicalDisk Role []: Dependent Result Role []: Antecedent IncludeQualifiers [false]: IncludeClassOrigin [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing Associators: Celerra_UxfsLocalFileSystem.CreationClassName="Celerra _UxfsLocalFileSystem",CSCreationClassName="Celerra_DataMoverComputerSy stem",csna me="server_2",name="15" ++++ Associator 0: //eng17341.eng.emc.com/root/emc/celerra:celerra_logicaldisk.creationcl ass Name="Celerra_LogicalDisk",DeviceID="114",SystemCreationClassName="Cel erra_celer racomputersystem",systemname="fcntr " CreationClassName = Celerra_LogicalDisk DeviceID = 114 SystemCreationClassName = Celerra_CelerraComputerSystem SystemName = FCNTR BlockSize = 512 Caption = LD:v114 ConsumableBlocks = 4096 DataRedundancy = 0 DeltaReservation = 0 ExtentStatus = 2 IsBasedOnUnderlyingRedundancy = TRUE Name = v114 NameFormat = 1 NoSinglePointOfFailure = FALSE NumberOfBlocks = 4096 OperationalStatus = 2 OtherUsageDescription = Reserved for ComputerSystem (NAS Head) PackageRedundancy = 0 Primordial = FALSE Usage = 1 Associators: 1 associators; repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue of 185

148 Software Package The Software Package allows a client to retrieve information about the software or the firmware installed on the device or element that is managed by the profile. View the manufacture and version of Celerra software ( :5988)? ei Class: CIM_SoftwareIdentity DeepInheritance [true]: LocalOnly [false]: IncludeQualifiers [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing EnumerateInstances: CIM_SoftwareIdentity ++++ includequalifiers: false Instance 0: Celerra_DataMoverSoftwareIdentity.InstanceID="EMC- NSG:root/emc/celerra:FC NTR :DMSI:server_2" <INSTANCE CLASSNAME="Celerra_DataMoverSoftwareIdentity" > <PROPERTY NAME="InstanceID" CLASSORIGIN="Celerra_SoftwareIdentity" PROPAGATED=" true" <VALUE>EMC- NSG:root/emc/celerra:FCNTR :DMSI:server_2</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>DMSI:T </VALUE> <PROPERTY NAME="Manufacturer" CLASSORIGIN="Celerra_SoftwareIdentity" PROPAGATED ="true" <VALUE>EMC</VALUE> <PROPERTY NAME="VersionString" CLASSORIGIN="Celerra_SoftwareIdentity" PROPAGATE D="true" <VALUE>T </VALUE> Number of instance properties: 4 Property: InstanceID Number of qualifiers: 0 Property: Manufacturer Number of qualifiers: 0 Property: VersionString Number of qualifiers: 0 Instance 1: Celerra_DataMoverSoftwareIdentity.InstanceID="EMC- NSG:root/emc/celerra:FC NTR :DMSI:server_3" <INSTANCE CLASSNAME="Celerra_DataMoverSoftwareIdentity" > <PROPERTY NAME="InstanceID" CLASSORIGIN="Celerra_SoftwareIdentity" PROPAGATED=" true" <VALUE>EMC- NSG:root/emc/celerra:FCNTR :DMSI:server_3</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>DMSI:T </VALUE> 148 of 185

149 <PROPERTY NAME="Manufacturer" CLASSORIGIN="Celerra_SoftwareIdentity" PROPAGATED ="true" <VALUE>EMC</VALUE> <PROPERTY NAME="VersionString" CLASSORIGIN="Celerra_SoftwareIdentity" PROPAGATE D="true" <VALUE>T </VALUE> Number of instance properties: 4 Property: InstanceID Number of qualifiers: 0 Property: Manufacturer Number of qualifiers: 0 Property: VersionString Number of qualifiers: 0 [---] Enumerate 5 instances; repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue... Verify the Control Station manufacture and version ( :5988)? ei Class: CIM_SoftwareIdentity DeepInheritance [true]: LocalOnly [false]: IncludeQualifiers [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing EnumerateInstances: CIM_SoftwareIdentity ++++ includequalifiers: false Instance 0: Celerra_ControlStationSoftwareIdentity.InstanceID="EMC- NSG:root/emc/celer ra:fcntr :cssi:0" <INSTANCE CLASSNAME="Celerra_ControlStationSoftwareIdentity" > <PROPERTY NAME="InstanceID" CLASSORIGIN="Celerra_SoftwareIdentity" PROPAGATED=" true" <VALUE>EMC-NSG:root/emc/celerra:FCNTR :CSSI:0</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>CSSI: </VALUE> <PROPERTY NAME="Manufacturer" CLASSORIGIN="Celerra_SoftwareIdentity" PROPAGATED ="true" <VALUE>EMC</VALUE> <PROPERTY NAME="VersionString" CLASSORIGIN="Celerra_SoftwareIdentity" PROPAGATE D="true" <VALUE> </VALUE> Number of instance properties: 4 Property: InstanceID Number of qualifiers: 0 Property: Manufacturer Number of qualifiers: 0 Property: VersionString Number of qualifiers: of 185

150 [---] Enumerate 5 instances; repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue... Verify the Data Mover manufacture and version repeat count: 1 ( :5988)? ei Class: CIM_SoftwareIdentity DeepInheritance [true]: LocalOnly [false]: IncludeQualifiers [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing EnumerateInstances: CIM_SoftwareIdentity ++++ includequalifiers: false Instance 0: Celerra_DataMoverSoftwareIdentity.InstanceID="EMC- NSG:root/emc/celerra:FC NTR :DMSI:server_2" <INSTANCE CLASSNAME="Celerra_DataMoverSoftwareIdentity" > <PROPERTY NAME="InstanceID" CLASSORIGIN="Celerra_SoftwareIdentity" PROPAGATED=" true" <VALUE>EMC- NSG:root/emc/celerra:FCNTR :DMSI:server_2</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>DMSI:T </VALUE> <PROPERTY NAME="Manufacturer" CLASSORIGIN="Celerra_SoftwareIdentity" PROPAGATED ="true" <VALUE>EMC</VALUE> <PROPERTY NAME="VersionString" CLASSORIGIN="Celerra_SoftwareIdentity" PROPAGATE D="true" <VALUE>T </VALUE> Number of instance properties: 4 Property: InstanceID Number of qualifiers: 0 Property: Manufacturer Number of qualifiers: 0 Property: VersionString Number of qualifiers: 0 Instance 1: Celerra_DataMoverSoftwareIdentity.InstanceID="EMC- NSG:root/emc/celerra:FC NTR :DMSI:server_3" <INSTANCE CLASSNAME="Celerra_DataMoverSoftwareIdentity" > <PROPERTY NAME="InstanceID" CLASSORIGIN="Celerra_SoftwareIdentity" PROPAGATED=" true" <VALUE>EMC- NSG:root/emc/celerra:FCNTR :DMSI:server_3</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> 150 of 185

151 <VALUE>DMSI:T </VALUE> <PROPERTY NAME="Manufacturer" CLASSORIGIN="Celerra_SoftwareIdentity" PROPAGATED ="true" <VALUE>EMC</VALUE> <PROPERTY NAME="VersionString" CLASSORIGIN="Celerra_SoftwareIdentity" PROPAGATE D="true" <VALUE>T </VALUE> Number of instance properties: 4 Property: InstanceID Number of qualifiers: 0 Property: Manufacturer Number of qualifiers: 0 Property: VersionString Number of qualifiers: 0 [---] Enumerate 5 instances; repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue... Verify the storage system manufacture and version repeat count: 1 ( :5988)? ei Class: CIM_SoftwareIdentity DeepInheritance [true]: LocalOnly [false]: IncludeQualifiers [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing EnumerateInstances: CIM_SoftwareIdentity ++++ includequalifiers: false Instance 0: Celerra_StorageSystemSoftwareIdentity.InstanceID="EMC- NSG:root/emc/celerr a:fcntr :sssi:fcntr " <INSTANCE CLASSNAME="Celerra_StorageSystemSoftwareIdentity" > <PROPERTY NAME="InstanceID" CLASSORIGIN="CIM_SoftwareIdentity" PROPAGATED="true " <VALUE>EMC- NSG:root/emc/celerra:FCNTR :SSSI:FCNTR </VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>SSSI: , (4.30)</VALUE> <PROPERTY NAME="Manufacturer" CLASSORIGIN="CIM_SoftwareIdentity" PROPAGATED="tr ue" <VALUE>EMC</VALUE> <PROPERTY NAME="VersionString" CLASSORIGIN="CIM_SoftwareIdentity" PROPAGATED="t rue" <VALUE> , (4.30)</VALUE> 151 of 185

152 Number of instance properties: 4 Property: InstanceID Number of qualifiers: 0 Property: Manufacturer Number of qualifiers: 0 Property: VersionString Number of qualifiers: 0 [---] Enumerate 5 instances; repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue... Verify the details about the storage system repeat count: 1 ( :5988)? ei Class: CIM_ComputerSystem DeepInheritance [true]: LocalOnly [false]: IncludeQualifiers [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing EnumerateInstances: CIM_ComputerSystem ++++ includequalifiers: false Instance 0: Celerra_StorageSystem.CreationClassName="Celerra_StorageSystem",Name=" FCN TR " <INSTANCE CLASSNAME="Celerra_StorageSystem" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_StorageSystem" TYPE="st ring"> <VALUE>Celerra_StorageSystem</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_StorageSystem" <VALUE>FCNTR </VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>SS:FCNTR </VALUE> <PROPERTY.ARRAY NAME="Dedicated" TYPE="uint16" CLASSORIGIN="Celerra_StorageSyst em"> <VALUE>15</VALUE> <PROPERTY NAME="ElementName" CLASSORIGIN="Celerra_StorageSystem" <VALUE>SS:FCNTR </VALUE> <PROPERTY.ARRAY NAME="IdentifyingDescriptions" TYPE="string" CLASSORIGIN="Celer ra_storagesystem"> <VALUE>Not Available</VALUE> <PROPERTY NAME="NameFormat" CLASSORIGIN="Celerra_StorageSystem" <VALUE>Other</VALUE> 152 of 185

153 <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_Sto ragesystem"> <VALUE>0</VALUE> <PROPERTY.ARRAY NAME="OtherIdentifyingInfo" TYPE="string" CLASSORIGIN="Celerra_ StorageSystem"> <VALUE>Not Available</VALUE> <PROPERTY NAME="PrimaryOwnerContact" CLASSORIGIN="Celerra_StorageSystem" TYPE=" string"> <VALUE>EMC</VALUE> <PROPERTY NAME="PrimaryOwnerName" CLASSORIGIN="Celerra_StorageSystem" TYPE="str ing"> <VALUE>EMC</VALUE> Number of instance properties: 11 Property: CreationClassName Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: Dedicated Number of qualifiers: 0 Property: ElementName Number of qualifiers: 0 Property: IdentifyingDescriptions Number of qualifiers: 0 Property: NameFormat Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: OtherIdentifyingInfo Number of qualifiers: 0 Property: PrimaryOwnerContact Number of qualifiers: 0 Property: PrimaryOwnerName Number of qualifiers: 0 [---] Enumerate 8 instances; repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue of 185

154 Physical Package The Physical Package provides more information about the physical characteristics of the device that is managed by the profile. Information for the Celerra_DataMoverEthernetCard ( :5988)? ei Class: CIM_Card DeepInheritance [true]: LocalOnly [false]: IncludeQualifiers [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing EnumerateInstances: CIM_Card ++++ includequalifiers: false Instance 0: Celerra_DataMoverEthernetCard.CreationClassName="Celerra_DataMoverEthe rne tcard",tag="cf2lc " <INSTANCE CLASSNAME="Celerra_DataMoverEthernetCard" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_Card" PROPAGATED="true" <VALUE>Celerra_DataMoverEthernetCard</VALUE> <PROPERTY NAME="Tag" CLASSORIGIN="Celerra_Card" PROPAGATED="true" TYPE="string" > <VALUE>CF2LC </VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>DMEC:CF2LC </VALUE> <PROPERTY NAME="Manufacturer" CLASSORIGIN="Celerra_Card" PROPAGATED="true" TYPE ="string"> <VALUE>EMC</VALUE> <PROPERTY NAME="Model" CLASSORIGIN="Celerra_Card" PROPAGATED="true" TYPE="strin g"> <VALUE>SH NAS PERSONALITY CARD</VALUE> Number of instance properties: 5 Property: CreationClassName Number of qualifiers: 0 Property: Tag Number of qualifiers: 0 Property: Manufacturer Number of qualifiers: 0 Property: Model Number of qualifiers: 0 Instance 1: Celerra_DataMoverEthernetCard.CreationClassName="Celerra_DataMoverEthe rne tcard",tag="cf2lc " <INSTANCE CLASSNAME="Celerra_DataMoverEthernetCard" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_Card" PROPAGATED="true" <VALUE>Celerra_DataMoverEthernetCard</VALUE> 154 of 185

155 <PROPERTY NAME="Tag" CLASSORIGIN="Celerra_Card" PROPAGATED="true" TYPE="string" > <VALUE>CF2LC </VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>DMEC:CF2LC </VALUE> <PROPERTY NAME="Manufacturer" CLASSORIGIN="Celerra_Card" PROPAGATED="true" TYPE ="string"> <VALUE>EMC</VALUE> <PROPERTY NAME="Model" CLASSORIGIN="Celerra_Card" PROPAGATED="true" TYPE="strin g"> <VALUE>SH NAS PERSONALITY CARD</VALUE> Number of instance properties: 5 Property: CreationClassName Number of qualifiers: 0 Property: Tag Number of qualifiers: 0 Property: Manufacturer Number of qualifiers: 0 Property: Model Number of qualifiers: 0 Enumerate 2 instances; repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue... Instances for the Celerra_DataMoverProduct repeat count: 1 ( :5988)? ei Class: CIM_Product DeepInheritance [true]: LocalOnly [false]: IncludeQualifiers [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: ++++ Testing EnumerateInstances: CIM_Product ++++ includequalifiers: false Instance 0: Celerra_DataMoverProduct.IdentifyingNumber="CF2KS ",Name="1",V end or="emc",version="t ,bios_version=\"03.80\",post_version=\"rev \"" <INSTANCE CLASSNAME="Celerra_DataMoverProduct" > <PROPERTY NAME="IdentifyingNumber" CLASSORIGIN="Celerra_Product" PROPAGATED="tr ue" <VALUE>CF2KS </VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_Product" PROPAGATED="true" TYPE="str ing"> <VALUE>1</VALUE> <PROPERTY NAME="Vendor" CLASSORIGIN="Celerra_Product" PROPAGATED="true" TYPE="s tring"> <VALUE>EMC</VALUE> 155 of 185

156 <PROPERTY NAME="Version" CLASSORIGIN="Celerra_Product" PROPAGATED="true" TYPE=" string"> <VALUE>T ,BIOS_VERSION="03.80",POST_VERSION="Rev "</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>DMP:server_2</VALUE> <PROPERTY NAME="ElementName" CLASSORIGIN="Celerra_Product" PROPAGATED="true" TY PE="string"> <VALUE>server_2</VALUE> Number of instance properties: 6 Property: IdentifyingNumber Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: Vendor Number of qualifiers: 0 Property: Version Number of qualifiers: 0 Property: ElementName Number of qualifiers: 0 Instance 1: Celerra_DataMoverProduct.IdentifyingNumber="CF2TS ",Name="2",V end or="emc",version="t ,bios_version=\"03.80\",post_version=\"rev \"" <INSTANCE CLASSNAME="Celerra_DataMoverProduct" > <PROPERTY NAME="IdentifyingNumber" CLASSORIGIN="Celerra_Product" PROPAGATED="tr ue" <VALUE>CF2TS </VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_Product" PROPAGATED="true" TYPE="str ing"> <PROPERTY NAME="Vendor" CLASSORIGIN="Celerra_Product" PROPAGATED="true" TYPE="s tring"> <VALUE>EMC</VALUE> <PROPERTY NAME="Version" CLASSORIGIN="Celerra_Product" PROPAGATED="true" TYPE=" string"> <VALUE>T ,BIOS_VERSION="03.80",POST_VERSION="Rev "</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>DMP:server_3</VALUE> <PROPERTY NAME="ElementName" CLASSORIGIN="Celerra_Product" PROPAGATED="true" TY PE="string"> <VALUE>server_3</VALUE> Number of instance properties: 6 Property: IdentifyingNumber Number of qualifiers: of 185

157 Property: Name Number of qualifiers: 0 Property: Vendor Number of qualifiers: 0 Property: Version Number of qualifiers: 0 Property: ElementName Number of qualifiers: 0 [---] Enumerate 8 instances; repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue of 185

158 Health Package SMI-S specification for Health Package dictates reporting the appropriate health status of various logical and physical components. Health is reported through the OperationalStatus property on instances describing the various components. To confirm with the standard OperationalStatus property, it is necessary to report for objects that the property is defined on. The following instances illustrate the operational status: repeat count: 1 ( :5988)? ei Class: CIM_ComputerSystem DeepInheritance [true]: LocalOnly [false]: IncludeQualifiers [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing EnumerateInstances: CIM_ComputerSystem ++++ includequalifiers: false Instance 0: Celerra_CelerraComputerSystem.CreationClassName="Celerra_CelerraComput ers ystem",name="fcntr " <INSTANCE CLASSNAME="Celerra_CelerraComputerSystem" > <PROPERTY NAME="CreationClassName" CLASSORIGIN="Celerra_CelerraComputerSystem" <VALUE>Celerra_CelerraComputerSystem</VALUE> <PROPERTY NAME="Name" CLASSORIGIN="Celerra_CelerraComputerSystem" TYPE="string" > <VALUE>FCNTR </VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>CCS:system:NS40G:FCNTR </VALUE> <PROPERTY.ARRAY NAME="Dedicated" TYPE="uint16" CLASSORIGIN="Celerra_CelerraComp utersystem"> <VALUE>24</VALUE> <PROPERTY NAME="ElementName" CLASSORIGIN="Celerra_CelerraComputerSystem" TYPE=" string"> <VALUE>system:NS40G:FCNTR </VALUE> <PROPERTY.ARRAY NAME="IdentifyingDescriptions" TYPE="string" CLASSORIGIN="Celer ra_celerracomputersystem"> <VALUE>HostName</VALUE> <PROPERTY NAME="NameFormat" CLASSORIGIN="Celerra_CelerraComputerSystem" TYPE="s tring"> <VALUE>Other</VALUE> <PROPERTY.ARRAY NAME="OperationalStatus" TYPE="uint16" CLASSORIGIN="Celerra_Cel erracomputersystem"> 158 of 185

159 <PROPERTY.ARRAY NAME="OtherIdentifyingInfo" TYPE="string" CLASSORIGIN="Celerra_ CelerraComputerSystem"> <VALUE>eng17341</VALUE> <PROPERTY NAME="PrimaryOwnerContact" CLASSORIGIN="Celerra_CelerraComputerSystem " <PROPERTY NAME="PrimaryOwnerName" CLASSORIGIN="Celerra_CelerraComputerSystem" T YPE="string"> Number of instance properties: 11 Property: CreationClassName Number of qualifiers: 0 Property: Name Number of qualifiers: 0 Property: Dedicated Number of qualifiers: 0 Property: ElementName Number of qualifiers: 0 Property: IdentifyingDescriptions Number of qualifiers: 0 Property: NameFormat Number of qualifiers: 0 Property: OperationalStatus Number of qualifiers: 0 Property: OtherIdentifyingInfo Number of qualifiers: 0 Property: PrimaryOwnerContact Number of qualifiers: 0 Property: PrimaryOwnerName Number of qualifiers: 0 [---] Enumerate 8 instances; repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue... Note: Operational status 2 means OK. 159 of 185

160 Indication Profile The Indication Profile allows a client to be notified when a particular event occurs. CIM CQL for Celerra Profiles Create SELECT * FROM CIM_InstCreation WHERE SourceInstance ISA Celerra_PrimordialStorageExtent SELECT * FROM CIM_InstCreation WHERE SourceInstance ISA Celerra_NonPrimordialStorageExtent SELECT * FROM CIM_InstCreation WHERE SourceInstance ISA Celerra_CompositeExtent"; SELECT * FROM CIM_InstCreation WHERE SourceInstance ISA Celerra_LogicalDisk SELECT * FROM CIM_InstCreation WHERE SourceInstance ISA Celerra_UxfsLocalFileSystem";SELECT * FROM CIM_InstCreation WHERE SourceInstance ISA Celerra_DataMoverComputerSystem SELECT * FROM CIM_InstCreation WHERE SourceInstance ISA Celerra_NFSShare";SELECT * FROM CIM_InstCreation WHERE SourceInstance ISA Celerra_CIFSShare Modify Delete SELECT * FROM CIM_InstModification WHERE SourceInstance ISA Celerra_PrimordialStorageExtent";SELECT * FROM CIM_InstModification WHERE SourceInstance ISA Celerra_NonPrimordialStorageExtent SELECT * FROM CIM_InstModification WHERE SourceInstance ISA Celerra_CompositeExtent"; SELECT * FROM CIM_InstModification WHERE SourceInstance ISA Celerra_LogicalDisk SELECT * FROM CIM_InstModification WHERE SourceInstance ISA Celerra_UxfsLocalFileSystem";SELECT * FROM CIM_InstModification WHERE SourceInstance ISA Celerra_DataMoverComputerSystem SELECT * FROM CIM_InstModification WHERE SourceInstance ISA Celerra_NFSShare";SELECT * FROM CIM_InstModification WHERE SourceInstance ISA Celerra_CIFSShare SELECT * FROM CIM_InstDeletion WHERE SourceInstance ISA Celerra_PrimordialStorageExtent";SELECT * FROM CIM_InstDeletion WHERE SourceInstance ISA Celerra_NonPrimordialStorageExtent SELECT * FROM CIM_InstDeletion WHERE SourceInstance ISA Celerra_CompositeExtent"; SELECT * FROM CIM_InstDeletion WHERE SourceInstance ISA Celerra_LogicalDisk SELECT * FROM CIM_InstDeletion WHERE SourceInstance ISA Celerra_UxfsLocalFileSystem";SELECT * FROM CIM_InstDeletion WHERE SourceInstance ISA Celerra_DataMoverComputerSystem SELECT * FROM CIM_InstDeletion WHERE SourceInstance ISA Celerra_NFSShare";SELECT * FROM CIM_InstDeletion WHERE SourceInstance ISA Celerra_CIFSShare View AlertInidications SELECT * FROM CIM_AlertIndication 160 of 185

161 Location Profile The Location Profile allows a client to retrieve information about the physical location of the disk array. View the physical position of each of the physical devices ( :5988)? ei Class: CIM_Location DeepInheritance [true]: LocalOnly [false]: IncludeQualifiers [false]: Property to include ('-' for all, '[empty]' for no properties)? [-]: Testing EnumerateInstances: CIM_Location ++++ includequalifiers: false Instance 0: Celerra_Location.Name="CR APM ",PhysicalPosition="system:NS4 0G: FCNTR " <INSTANCE CLASSNAME="Celerra_Location" > <PROPERTY NAME="Name" CLASSORIGIN="Celerra_Location" <VALUE>CR APM </VALUE> <PROPERTY NAME="PhysicalPosition" CLASSORIGIN="Celerra_Location" <VALUE>system:NS40G:FCNTR </VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>L:CR APM </VALUE> Number of instance properties: 3 Property: Name Number of qualifiers: 0 Property: PhysicalPosition Number of qualifiers: 0 Instance 1: Celerra_Location.Name="CSPC SP A",PhysicalPosition="system:NS40G:FCNTR clariionsystem:cx4-240:fcntr sp::a" <INSTANCE CLASSNAME="Celerra_Location" > <PROPERTY NAME="Name" CLASSORIGIN="Celerra_Location" <VALUE>CSPC SP A</VALUE> <PROPERTY NAME="PhysicalPosition" CLASSORIGIN="Celerra_Location" <VALUE>system:NS40G:FCNTR clariionsystem:cx4-240:fcntr sp: :A</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>L:CSPC SP A</VALUE> Number of instance properties: of 185

162 Property: Name Number of qualifiers: 0 Property: PhysicalPosition Number of qualifiers: 0 Instance 2: Celerra_Location.Name="CSPC SP B",PhysicalPosition="system:NS40G:FCNTR clariionsystem:cx4-240:fcntr sp::b" <INSTANCE CLASSNAME="Celerra_Location" > <PROPERTY NAME="Name" CLASSORIGIN="Celerra_Location" <VALUE>CSPC SP B</VALUE> <PROPERTY NAME="PhysicalPosition" CLASSORIGIN="Celerra_Location" <VALUE>system:NS40G:FCNTR clariionsystem:cx4-240:fcntr sp: :B</VALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>L:CSPC SP B</VALUE> Number of instance properties: 3 Property: Name Number of qualifiers: 0 Property: PhysicalPosition Number of qualifiers: 0 Instance 3: Celerra_Location.Name="CSC 0",PhysicalPosition="system:NS40G:FCNTR controlstation::0" <INSTANCE CLASSNAME="Celerra_Location" > <PROPERTY NAME="Name" CLASSORIGIN="Celerra_Location" <VALUE>CSC 0</VALUE> <PROPERTY NAME="PhysicalPosition" CLASSORIGIN="Celerra_Location" <VALUE>system:NS40G:FCNTR controlstation::0</value> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>L:CSC 0</VALUE> Number of instance properties: 3 Property: Name Number of qualifiers: 0 Property: PhysicalPosition Number of qualifiers: 0 Instance 4: Celerra_Location.Name="DMC CF2KS ",PhysicalPosition="system:NS 40G :FCNTR enclosure:xpe:0 mover:ns40:2" <INSTANCE CLASSNAME="Celerra_Location" > <PROPERTY NAME="Name" CLASSORIGIN="Celerra_Location" <VALUE>DMC CF2KS </VALUE> <PROPERTY NAME="PhysicalPosition" CLASSORIGIN="Celerra_Location" 162 of 185

163 <VALUE>system:NS40G:FCNTR enclosure:xpe:0 mover:ns40:2</v ALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>L:DMC CF2KS </VALUE> Number of instance properties: 3 Property: Name Number of qualifiers: 0 Property: PhysicalPosition Number of qualifiers: 0 Instance 5: Celerra_Location.Name="DMS server_2:slot_1",physicalposition="system:n S40 G: mover:ns40:2" <INSTANCE CLASSNAME="Celerra_Location" > <PROPERTY NAME="Name" CLASSORIGIN="Celerra_Location" <VALUE>DMS server_2:slot_1</value> <PROPERTY NAME="PhysicalPosition" CLASSORIGIN="Celerra_Location" <VALUE>system:NS40G: mover:ns40:2</value> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>L:DMS server_2:slot_1</value> Number of instance properties: 3 Property: Name Number of qualifiers: 0 Property: PhysicalPosition Number of qualifiers: 0 Instance 6: Celerra_Location.Name="DMEC CF2LC ",PhysicalPosition="system:N S40 G:FCNTR enclosure:xpe:0 mover:ns40:2 module:ethernet:" <INSTANCE CLASSNAME="Celerra_Location" > <PROPERTY NAME="Name" CLASSORIGIN="Celerra_Location" <VALUE>DMEC CF2LC </VALUE> <PROPERTY NAME="PhysicalPosition" CLASSORIGIN="Celerra_Location" <VALUE>system:NS40G:FCNTR enclosure:xpe:0 mover:ns40:2 mo dule:ether net:</value> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>L:DMEC CF2LC </VALUE> Number of instance properties: 3 Property: Name Number of qualifiers: 0 Property: PhysicalPosition Number of qualifiers: of 185

164 Instance 7: Celerra_Location.Name="DMC CF2TS ",PhysicalPosition="system:NS 40G :FCNTR enclosure:xpe:0 mover:ns40:3" <INSTANCE CLASSNAME="Celerra_Location" > <PROPERTY NAME="Name" CLASSORIGIN="Celerra_Location" <VALUE>DMC CF2TS </VALUE> <PROPERTY NAME="PhysicalPosition" CLASSORIGIN="Celerra_Location" <VALUE>system:NS40G:FCNTR enclosure:xpe:0 mover:ns40:3</v ALUE> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>L:DMC CF2TS </VALUE> Number of instance properties: 3 Property: Name Number of qualifiers: 0 Property: PhysicalPosition Number of qualifiers: 0 Instance 8: Celerra_Location.Name="DMS server_3:slot_1",physicalposition="system:n S40 G: mover:ns40:3" <INSTANCE CLASSNAME="Celerra_Location" > <PROPERTY NAME="Name" CLASSORIGIN="Celerra_Location" <VALUE>DMS server_3:slot_1</value> <PROPERTY NAME="PhysicalPosition" CLASSORIGIN="Celerra_Location" <VALUE>system:NS40G: mover:ns40:3</value> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>L:DMS server_3:slot_1</value> Number of instance properties: 3 Property: Name Number of qualifiers: 0 Property: PhysicalPosition Number of qualifiers: 0 Instance 9: Celerra_Location.Name="DMEC CF2LC ",PhysicalPosition="system:N S40 G:FCNTR enclosure:xpe:0 mover:ns40:3 module:ethernet:" <INSTANCE CLASSNAME="Celerra_Location" > <PROPERTY NAME="Name" CLASSORIGIN="Celerra_Location" <VALUE>DMEC CF2LC </VALUE> <PROPERTY NAME="PhysicalPosition" CLASSORIGIN="Celerra_Location" <VALUE>system:NS40G:FCNTR enclosure:xpe:0 mover:ns40:3 mo dule:ether 164 of 185

165 net:</value> <PROPERTY NAME="Caption" CLASSORIGIN="CIM_ManagedElement" PROPAGATED="true" TYP E="string"> <VALUE>L:DMEC CF2LC </VALUE> Number of instance properties: 3 Property: Name Number of qualifiers: 0 Property: PhysicalPosition Number of qualifiers: 0 [---] Enumerate 10 instances; repeat count 1;return data in seconds Retrieve and Display data - 1 Iteration(s) In Seconds Please press enter key to continue of 185

166 Appendix A: UML diagrams Figure 2 NAS Head Profile 166 of 185

167 Figure 3 Filesystem Profile Figure 4 File Storage Profile 167 of 185

168 Figure 5 Block Services Package 168 of 185

169 Figure 6 File Export Profile 169 of 185

170 Figure 7 Physical Package 170 of 185

171 Figure 8 Software Profile Figure 9 Location Profile 171 of 185

172 Figure 10 Extent Composition Profile 172 of 185

173 Figure 11 Multi Computer System 173 of 185

174 Figure 12 Filesystem Manipulation 174 of 185

175 Figure 13 File Export Manipulation 175 of 185

176 Appendix B: Limitations Following are the limitations of the SMI-S Provider: The Celerra SMI-S Provider does not expose the Virtual Data Mover or any of the VDM resources like shares, exports, and file system. It would be possible to potentially model the VDM as some other type of computer system in the future releases of the SMI-S Provider. Only uxfs file systems are visible and can be managed by using the SMI-S interface. The Celerra SMI-S Provider does not show hidden or unmounted file systems. Therefore, the SMI-S interface cannot be used to manage such file systems. Root file systems are available internally and hence are not visible or manageable by using the SMI-S interface. The SMI-S interface creates a file system that is automatically mounted on the Data Mover hosting the configuration service chosen to create the file system. Mounting File systems are mounted automatically. A file system is mounted as read-write only. A file system is mounted on a single Data Mover. Default mounting, and mount options get enforced. File systems can only be created by using pools Automatic volume management. Manual volume management is not supported. For NFS shares, the support for setting 'read-only hosts, 'read-write hosts, and 'mount access hosts' is not available. For CIFS shares, the support for read-only, read-write access as well as password settings for read-only and read-write access are not made available. For CIFS shares, the maximum numbers of users cannot be set by using the SMI-S interface. Modifying the CIFS share name is not allowed by using the SMI-S interface. Control Stations and the standby relationship between two Control Stations is not visible by using the SMI-S interface. Manual failovers for Data Movers are not supported, at least in the first version of the Celerra SMI-S Provider. Standbys are hot standbys. Remote Celerra is not supported by using the SMI-S interface. Certain attributes in component object are not populated by APL. Whenever there is no value for any such attribute from APL, the SMI-S interface inputs an underscore as the default value. Pre-defined indication filter support is not available by using the SMI-S interface for the Barossa release. There is no support from ECOM for the same. 176 of 185

177 Most of the indications need to be sent only if there is an operational status change for a particular object. Because APL does not provide the previous copy of the object, it is not possible for the SMI-S interface to determine whether operational status of the object has changed. To overcome this limitation, the SMI-S interface forwards all indications from APL assuming that operational status has been changed. A CIFS share can be created with only one CIFS server, which is the same as the FileExportService's CIFS server being used to create this share. 177 of 185

178 Appendix C: Installation and post installation steps The Celerra SMI-S Provider and ECOM (CIMOM) are installed by default, when the base NAS software is installed in the directory/celerra/wbem on the Control Station. However, in this release of the Celerra SMI-S Provider, both the CIMOM and the Provider do not run by default on the Control Station. To enable ECOM and Celerra SMI-S Provider on the Control Station, either of the two approaches can be followed: 1. To permanently enable and manage the daemon that monitors all running processes, uncomment the following lines in the nas_mcd.cfg file: # daemon "cim server" # executable "/celerra/wbem/bin/start_cim_server" # optional no # autorestart yes # cmdline "/celerra/wbem" # daemon "cim conf" # executable "/nas/sbin/dirsync" # optional no # autorestart yes # cmdline "-all /celerra/wbem/conf/ /nas/site/ecom_config 360" # daemon "SMISPlugin Log Trimmer" # executable "/nas/sbin/log_trimmer" # optional no # autorestart yes # ioaccess no # cmdline "-n /nas/log/smis/smisplugin.log 1000 l 2 h t 4 y " # daemon "SMIS securitylog.txt Log Trimmer" # executable "/nas/sbin/log_trimmer" # optional no # autorestart yes # ioaccess no # cmdline "-n /nas/log/smis/securitylog.txt 1000 l 2 h t 4 y " # daemon "SMIS HTTP_trace.log Log Trimmer" # executable "/nas/sbin/log_trimmer" # optional no # autorestart yes # ioaccess no # cmdline "-n /nas/log/smis/http_trace.log 1000 l 2 h t 4 y " # daemon "SMIS cimomlog.txt Log Trimmer" # executable "/nas/sbin/log_trimmer" # optional no # autorestart yes # ioaccess no # cmdline "-n /nas/log/smis/cimomlog.txt 1000 l 2 h t 4 y " Then restart the NAS services /etc/rc.d/init.d/nas stop /etc/rc.d/init.d/nas start 178 of 185

179 OR 2. Run the script (not persisted after Control Station restart) /celerra/wbem/start_cim_server to start ECOM. /celerra/wbem/stop_cim_server to stop ECOM. Note: Use only one of the options listed above. 179 of 185

180 Appendix D: Troubleshooting As a part of an effort to continuously improve and enhance the performance and capabilities of its product lines, EMC periodically releases new versions of its hardware and software. Therefore, some functions described in this document may not be supported by all versions of the software or hardware currently in use. For the most up-to-date information on product features, refer to your product release notes. If a product does not function properly or does not function as described in this document, contact your EMC Customer Support Representative. Where to get help Product information For documentation, release notes, software updates, or for information about EMC products, licensing, and service, go to the EMC Powerlink website (registration required) at Troubleshooting For troubleshooting information, go to Powerlink, search for Celerra Tools, and select Celerra Troubleshooting from the navigation panel on the left. Technical support For technical support, go to Powerlink and choose Support. On the Support page, you can access Support Forums, request a product enhancement, talk directly to an EMC representative, or open a service request. To open a service request, you must have a valid support agreement. Please contact you EMC sales representative for details about obtaining a valid support agreement or to answer any questions about your account. Note: Do not request a specific support representative unless one has already been assigned to your particular system problem. Problem Resolution Roadmap for Celerra contains additional information about using Powerlink and resolving problems. EMC E-Lab Interoperability Navigator The EMC E-Lab TM Interoperability Navigator is a searchable, web-based application that provides access to EMC interoperability support matrices. It is available at After logging in to Powerlink, go to Support > Interoperability and Product Lifecycle Information > E-Lab Interoperability Navigator. Training and Professional Services EMC Customer Education courses help you learn how EMC storage products work together within your environment in order to maximize your entire infrastructure investment. EMC Customer Education features online and hands-on training in state-of-the-art labs conveniently located throughout the world. EMC customer training courses are developed and delivered by EMC experts. Go to EMC Powerlink at for course and registration information. 180 of 185

181 EMC Professional Services can help you implement your Celerra Network Server efficiently. Consultants evaluate your business, IT processes, and technology and recommend ways you can leverage your information for the most benefit. From business plan to implementation, you get the experience and expertise you need, without straining your IT staff or hiring and training new personnel. Contact your EMC representative for more information. 181 of 185

182 182 of 185

183 Index A Appendix A UML diagrams 166 Appendix B Limitations 176 Appendix C Installations and post installation steps 178 Appendix D Troubleshooting 180 B Block Services Package 22 meta volumes 22 storage pool 30 subprofile models 22 C Celerra 3, 16, 115 Celerra Computer System 16 CIFSProtocolEndPoint 19 NFSProtocolEndPoint 18 PrimordialStorageExtent 19 Celerra SMI-S Provider 3 CIM 6 CIM CQL for Celerra Profiles 160 Common Information Model 4 E Extension Composition Subprofile 85 Extent Composition Subprofile 85 Celerra_PrimordialStorageExtent 85 meta volumes 85 F File Export Manipulation 58, 72 File Export Profile 45 file export settings 56 File Storage Profile 147 File System Manipulation Profile 58 File System Profile 35 filemover 58 FileSystem file system settings 41 logical disk 42 Filesystem 35, 58 uxfsfilesystems 39 Filesystem Manipulation Profile filemover 58 Filesystem Profile uxfsfilesystems 35 I Indication Profile 160 CIM CQL 160 L Location Profile 161 M Managed Object Formats 4 meta volumes 22 Multiple Computer System Subprofile 79 redundancy set 79 N NAS Head Profile 5, 11 P Physical Package 154 Celerra_DataMoverEthernetCard 154 Celerra_DataMoverProduct 155 PrimordialStorageExtent 19 Profile 9 Profile Registration Profile 9 Q Query SLP 6 S Server Profile 6 CIM_Registered Profile 6 communication protocol information 6 Query SLP 6 SMI-compliant interface 4 Software 148 Software Package 148 standard 4 Standard Management Interface 4 Storage 4 Storage Management Initiative Specification 4 Storage Mangement Initiative 4 Storage Networking Industry Association 4 U UML diagrams 166 H Health Package of 185

184 Notes 184 of 185

185 About this document As part of its effort to continuously improve and enhance the performance and capabilities of the Celerra Network Server product line, EMC periodically releases new versions of Celerra hardware and software. Therefore, some functions described in this document may not be supported by all versions of Celerra software or hardware presently in use. For the most up-to-date information on product features, see your product release notes. If your Celerra system does not offer a function described in this document, contact your EMC Customer Support Representative for a hardware upgrade or software update. Comments and suggestions about documentation Your suggestions will help us improve the accuracy, organization, and overall quality of the user documentation. Send a message to techpubcomments@emc.com with your opinions of this document. Copyright 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. For the most up-to-date regulatory document for your product line, go to the Technical Documentation and Advisories section on EMC Powerlink. For the most up-to-date listing of EMC product names, see EMC Corporation Trademarks on EMC.com. All other trademarks used herein are the property of their respective owners. 185 of 185

EMC SMI-S Provider. Programmers Guide. Version 4.1 P/N REV A09. EMC Corporation Corporate Headquarters: Hopkinton, MA

EMC SMI-S Provider. Programmers Guide. Version 4.1 P/N REV A09. EMC Corporation Corporate Headquarters: Hopkinton, MA EMC SMI-S Provider Version 4.1 Programmers Guide P/N 300-003-578 REV A09 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2005-2009 EMC Corporation.

More information

Profile Registration. Document Number: DSP1033. Date: Version: Document Type: Specification. Document Status: Final

Profile Registration. Document Number: DSP1033. Date: Version: Document Type: Specification. Document Status: Final 1 2 3 4 Document Number: DSP1033 Date: 2007-07-31 Version: 1.0.0 5 Profile Registration 6 7 8 Document Type: Specification Document Status: Final Document Language: E 9 10 11 Copyright notice Copyright

More information

Active Directory Client Profile

Active Directory Client Profile Active Directory Client Profile Document Number: DCIM1007 Document Type: Specification Document Status: Published Document Language: E Date: 2008-11-10 Version: 1.0.0a THIS PROFILE IS FOR INFORMATIONAL

More information

Multi-type System Memory Profile

Multi-type System Memory Profile 2 3 4 5 Document Identifier: DSP07 Date: 207-0-9 Version:.0.0 6 7 8 9 0 Supersedes: None Document Class: Normative Document Status: Published Document Language: en-us 2 3 4 5 6 7 8 9 20 2 22 23 24 25 26

More information

Multi-type System Memory Profile

Multi-type System Memory Profile 1 2 3 4 5 Document Identifier: DSP1071 Date: 2014-11-04 Version: 1.0.0a 6 Information for Work-in-Progress version: IMPORTANT: This document is not a standard. It does not necessarily reflect the views

More information

Pass-Through Module Profile

Pass-Through Module Profile 1 2 3 4 Document Number: DSP1020 Date: 2009-06-16 Version: 1.0.0 5 6 7 8 9 Document Type: Specification Document Status: DMTF Standard Document Language: E DSP1020 10 11 12 13 14 15 16 17 18 19 20 21 22

More information

Active Directory Client Profile

Active Directory Client Profile Active Directory Client Profile Document Number: DCIM1007 Document Type: Specification Document Status: Published Document Language: E Date: 2008-11-10 Version: 2.0.0a THIS PROFILE IS FOR INFORMATIONAL

More information

Persistent Storage Profile

Persistent Storage Profile Persistent Storage Profile Document Number: DCIM1046 Document Type: Specification Document Status: Published Document Language: E Date: 2010-08-10 Version: 1.0.0 THIS PROFILE IS FOR INFORMATIONAL PURPOSES

More information

Microsoft Perspective on SMI-S

Microsoft Perspective on SMI-S Microsoft Perspective on SMI-S Deborah Jones - djones@microsoft.com Senior Development Lead, Microsoft Mohamed Lawindi - mlawindi@microsoft.com Software Development Engineer, Microsoft Abstract Microsoft

More information

Physical Asset Profile

Physical Asset Profile 1 2 3 4 Document Number: DSP1011 Date: 2008-01-29 Version: 1.0.0 5 Physical Asset Profile 6 7 8 Document Type: Specification Document Status: Final Standard Document Language: E 9 10 11 12 13 14 15 16

More information

Battery Profile. Document Number: DSP1030. Date: Version: Document Type: Specification. Document Status: DMTF Standard

Battery Profile. Document Number: DSP1030. Date: Version: Document Type: Specification. Document Status: DMTF Standard 1 2 3 4 Document Number: DSP1030 Date: 2009-06-22 Version: 1.0.0 5 6 7 8 Document Type: Specification Document Status: DMTF Standard Document Language: E DSP1030 9 10 11 12 13 14 15 16 17 18 19 20 21 22

More information

Virtual Ethernet Switch Profile

Virtual Ethernet Switch Profile 1 2 3 4 5 Document Number: DSP1097 Date: 2010-10-21 Document Version: 1.0.0 6 7 8 9 10 Document Type: Specification Document Status: DMTF Standard Document Language: en-us DSP1097 11 12 13 14 15 16 17

More information

Virtual Ethernet Switch Profile

Virtual Ethernet Switch Profile 1 2 3 4 5 6 Document Number: DSP1097 Date: 2010-02-05 Profile Version: 1.0.0b Document version: 0.7.3 7 8 Virtual Ethernet Switch Profile 9 10 11 12 13 14 Information for work in progress version: This

More information

Sensors Profile Document Number: DCIM1053 Document Type: Specification Document Status: Published Document Language: E Date:

Sensors Profile Document Number: DCIM1053 Document Type: Specification Document Status: Published Document Language: E Date: Sensors Profile Document Number: DCIM1053 Document Type: Specification Document Status: Published Document Language: E Date: 2014-09-08 Version: 1.1.2 THIS PROFILE IS FOR INFORMATIONAL PURPOSES ONLY, AND

More information

* * IdentificationOf ManagedSystem System. (See Core Model) 1..n. CommMechanism. ForManager {D} 1..n * ForObjectManagerAdapter {D} 1..

* * IdentificationOf ManagedSystem System. (See Core Model) 1..n. CommMechanism. ForManager {D} 1..n * ForObjectManagerAdapter {D} 1.. Title : Interop Schema 2.48.0 Filename: CIM_Interop.vsd Author : WBEM Infrastructure & Protocols Date : 7 Oct 206 Page : Base Interop Schema Page 2 : WBEM Server () Page 3 : WBEM Server (2) Page 4 : Profile

More information

Sensors Profile Document Number: DCIM1053 Document Type: Specification Document Status: Published Document Language: E Date:

Sensors Profile Document Number: DCIM1053 Document Type: Specification Document Status: Published Document Language: E Date: Sensors Profile Document Number: DCIM1053 Document Type: Specification Document Status: Published Document Language: E Date: 2014-09-08 Version: 1.1.2 THIS PROFILE IS FOR INFORMATIONAL PURPOSES ONLY, AND

More information

DHCP Client Profile. Document Number: DSP1037. Date: Version: Document Type: Specification. Document Status: Final Standard

DHCP Client Profile. Document Number: DSP1037. Date: Version: Document Type: Specification. Document Status: Final Standard 1 2 3 4 Document Number: DSP1037 Date: 2008-09-04 Version: 1.0.0 5 6 7 8 9 Document Type: Specification Document Status: Final Standard Document Language: E DSP1037 10 11 12 13 14 15 16 17 18 19 20 21

More information

DNS Client Profile. Document Number: DSP1038. Date: Version: Document Type: Specification. Document Status: Final Standard

DNS Client Profile. Document Number: DSP1038. Date: Version: Document Type: Specification. Document Status: Final Standard 1 2 3 4 Document Number: DSP1038 Date: 2008-10-01 Version: 1.0.1 5 6 7 8 9 Document Type: Specification Document Status: Final Standard Document Language: E DSP1038 10 11 12 13 14 15 16 17 18 19 20 21

More information

Microsoft Storage Management

Microsoft Storage Management Microsoft Storage Management Mohamed Lawindi - mlawindi@microsoft.com Software Development Engineer II, Microsoft Michael Brasher - mikbras@microsoft.com Principal Software Development Engineer, Microsoft

More information

Fiber Channel Profile

Fiber Channel Profile Fiber Channel Profile Document Number: DCIM1056 Document Type: Specification Document Status: Published Document Language: E Date: 2017-06-20 Version: 4.0.0 Version 4.0.0 1 This profile is for informational

More information

Linux Storage Model : Storage Extent * * * 0..1

Linux Storage Model : Storage Extent * * * 0..1 Storage Extent CIM_FileSystem Caption : string Description : string ElementName : string InstallDate : datetime Name : string OperationalStatus : uint16[] StatusDescriptions : string[] EnabledState : uint16

More information

Discovering Features in the idrac Remote Services API

Discovering Features in the idrac Remote Services API Discovering Features in the idrac Remote Services API A Dell technical white paper. Chris A. Poblete Khachatur Papanyan Enterprise Product Group This document is for informational purposes only and may

More information

Cisco MDS 9000 Family CIM Server Support

Cisco MDS 9000 Family CIM Server Support CHAPTER 2 SMI-S defines a number of profiles that specify the managed objects used to control and monitor elements of a SAN. The Cisco MDS 9000 Family CIM server supports the standard profiles listed in

More information

CIM Interop Model White Paper CIM V2.7. CIM Interop Model White Paper CIM Version 2.7 Version 0.9 June 19, 2003

CIM Interop Model White Paper CIM V2.7. CIM Interop Model White Paper CIM Version 2.7 Version 0.9 June 19, 2003 CIM Interop Model White Paper CIM Version 2.7 Version 0.9 June 19, 2003 Abstract The DMTF Common Information Model (CIM) is a conceptual information model for describing computing and business entities

More information

SMASH Collections Profile

SMASH Collections Profile 1 2 3 4 Document Number: DSP1006 Date: 2009-07-06 Version: 1.0.0 5 6 7 8 9 Document Type: Specification Document Status: DMTF Standard Document Language: E DSP1006 10 11 12 13 14 15 16 17 18 19 20 21 22

More information

Job Control Profile. Version

Job Control Profile. Version Job Control Profile Document Number: DCIM1034 Document Type: Specification Document Status: Published Document Language: E Date: 2017-06-20 Version: 4.0.0 Version 4.0.0 1 This profile is for informational

More information

Credential Management Profile

Credential Management Profile 1 2 3 4 Document Number: DSP1082 Date: 2011-09-16 Version: 1.0.0 5 6 7 8 Document Type: Specification Document Status: DMTF Standard Document Language: en-us 9 DSP1082 10 11 Copyright notice Copyright

More information

Persistent Storage Profile

Persistent Storage Profile Persistent Storage Profile Document Number: DCIM1046 Document Type: Specification Document Status: Published Document Language: E Date: 2012-03-08 Version: 1.0.0 THIS PROFILE IS FOR INFORMATIONAL PURPOSES

More information

HP-VMS LAN Provider CIM Provider for Ethernet LAN interfaces.

HP-VMS LAN Provider CIM Provider for Ethernet LAN interfaces. HP-VMS LAN Provider CIM Provider for Ethernet LAN interfaces. provider overview description The HP-VMS LAN Provider is a CIM Provider for Ethernet-based LAN interfaces. The Provider provides information

More information

RAID Controller Diagnostics Profile

RAID Controller Diagnostics Profile 1 2 3 4 Document Number: DSP1114 Date: 2011-12-15 Version: 1.0.0 5 6 7 8 Document Type: Specification Document Status: DMTF Standard Document Language: en-us DSP1114 9 10 Copyright notice Copyright 2012

More information

HP OpenVMS Guest VM Provider

HP OpenVMS Guest VM Provider HP OpenVMS Guest VM Provider Provider overview Description The HP OpenVMS Guest VM Provider is a Web-Based Enterprise Management (WBEM) instance provider. It provides information about a HPVM Guest on

More information

DNS Client Profile. Document Number: DSP1038. Date: Version: Document Type: Specification. Document Status: DMTF Standard

DNS Client Profile. Document Number: DSP1038. Date: Version: Document Type: Specification. Document Status: DMTF Standard 1 2 3 4 Document Number: DSP1038 Date: 2010-09-15 Version: 1.0.2 5 6 7 8 9 Document Type: Specification Document Status: DMTF Standard Document Language: en-us DSP1038 10 11 12 13 14 15 16 17 18 19 20

More information

Sensors Profile. Document Number: DSP1009. Date: Version: Document Type: Specification. Document Status: DMTF Standard

Sensors Profile. Document Number: DSP1009. Date: Version: Document Type: Specification. Document Status: DMTF Standard 1 2 3 4 5 Document Number: DSP1009 Date: 2009-10-28 Version: 1.0.2 6 7 8 9 Document Type: Specification Document Status: DMTF Standard Document Language: E DSP1009 10 11 12 13 14 15 16 17 18 19 20 21 22

More information

IBM Spectrum Accelerate Version Application Programming Interface (API) Reference Guide IBM SC

IBM Spectrum Accelerate Version Application Programming Interface (API) Reference Guide IBM SC IBM Spectrum Accelerate Version 11.5.4 Application Programming Interface (API) Reference Guide IBM SC27-8546-02 Note Before using this document and the product it supports, read the information in Notices

More information

Configuring NDMP Backups to Disk on VNX

Configuring NDMP Backups to Disk on VNX EMC VNX Series Release 7.0 Configuring NDMP Backups to Disk on VNX P/N 300-011-829 REV A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 1998-2011

More information

Storage Resource Virtualization Profile

Storage Resource Virtualization Profile 1 2 3 4 5 Document Number: DSP1047 Date: 2010-04-22 Version: 1.0.0 6 7 8 9 Document Type: Specification Document Status: DMTF Standard Document Language: E DSP1047 10 11 12 13 14 15 16 17 18 19 20 21 22

More information

DHCP Service Management Profile

DHCP Service Management Profile 1 2 3 4 Document Number: DSP1068 Date: 2015-06-19 Version: 1.0.0a 5 6 Information for Work-in-Progress version: IMPORTANT: This document is not a standard. It does not necessarily reflect the views of

More information

SSH Service Profile. Document Identifier: DSP1017. Date: Version: Supersedes: Document Class: Normative

SSH Service Profile. Document Identifier: DSP1017. Date: Version: Supersedes: Document Class: Normative 1 2 3 4 Document Identifier: Date: 2019-03-15 Version: 1.0.1 5 6 7 8 9 Supersedes: 1.0.0 Document Class: Normative Document Status: Published Document Language: en_us 10 11 12 13 14 15 16 17 18 19 20 21

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD ISO/IEC 24775-3 INTERNATIONAL STANDARD Edition 1.0 2014-10 colour inside Information technology Storage management Part 3: Common profiles INTERNATIONAL ELECTROTECHNICAL COMMISSION PRICE CODE H ICS 35.200

More information

Integrated Access Control Policy Management Profile

Integrated Access Control Policy Management Profile 1 2 3 4 Document Number: DSP1106 Date: 2011-09-16 Version: 1.0.0 5 6 Integrated Access Control Policy Management Profile 7 8 9 Document Type: Specification Document Status: DMTF Standard Document Language:

More information

Overview. About the Common Information Model. Send documentation comments to CHAPTER

Overview. About the Common Information Model. Send documentation comments to CHAPTER CHAPTER 1 The Cisco MDS 9000 Family of multilayer directors and fabric switches provide an industry standard application programming interface (API) using the Storage Management Initiative Specification

More information

Boot Control Profile. Document Number: DSP1012. Date: Version: Document Type: Specification. Document Status: Final Standard

Boot Control Profile. Document Number: DSP1012. Date: Version: Document Type: Specification. Document Status: Final Standard 1 2 3 4 5 Document Number: DSP1012 Date: 2008-11-03 Version: 1.0.0 6 Boot Control Profile 7 8 9 Document Type: Specification Document Status: Final Standard Document Language: E 1 2 3 4 5 6 7 8 9 10 11

More information

CIM SMASH/Server Management API Programming Guide ESXi 5.5

CIM SMASH/Server Management API Programming Guide ESXi 5.5 CIM SMASH/Server Management API Programming Guide ESXi 5.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

IBM XIV Storage System Version Application Programming Interface (API) Reference Guide IBM GC

IBM XIV Storage System Version Application Programming Interface (API) Reference Guide IBM GC IBM XIV Storage System Version 11.6.2 Application Programming Interface (API) Reference Guide IBM GC27-3916-09 Note Before using this document and the product it supports, read the information in Notices

More information

Profile Registration Profile

Profile Registration Profile 12 3 4 5 Document Number: DSP1033 Date: 2014-05-22 Version: 1.1.0 6 7 8 9 Document Type: Specification Document Status: DMTF Standard Document Language: en-us 10 DSP1033 Copyright notice 11 12 13 Copyright

More information

StorageIM 1.0 Installation and Administration

StorageIM 1.0 Installation and Administration StorageIM 1.0 Installation and Administration Table of Contents Manual Installation... 2 MANUAL INSTALLATION STEPS... 6 MySQL Installation and Configuration... 6 Apache Tomcat 6.x Installation and Configuration...

More information

VERSION 2.0. VMware CIM SDK. Programming Guide

VERSION 2.0. VMware CIM SDK. Programming Guide VERSION 2.0 VMware CIM SDK Programming Guide VMware, Inc. 3145 Porter Drive Palo Alto, CA 94304 www.vmware.com Please note that you will always find the most up-to-date technical documentation on our Web

More information

Memory Instance Provider

Memory Instance Provider Memory Instance Provider Provider overview Description Memory Instance Provider provides information about system s physical memory. The Memory Instance Provider is a Web-Based Enterprise Management (WBEM)

More information

Platform Watchdog Profile

Platform Watchdog Profile 1 2 3 4 Document Number: DSP1040 Date: 2009-06-19 Version: 1.0.0 5 6 7 8 Document Type: Specification Document Status: DMTF Standard Document Language: E DSP1040 9 10 11 12 13 14 15 16 17 18 19 20 21 22

More information

Service Processor Profile

Service Processor Profile 1 2 3 4 Document Number: DSP1018 Date: 2009-06-22 Version: 1.0.0 5 6 7 8 9 Document Type: Specification Document Status: DMTF Standard Document Language: E DSP1018 10 11 12 13 14 15 16 17 18 19 20 21 22

More information

Application Programming Interface Reference

Application Programming Interface Reference IBM XIV Storage System Version 11.0 Application Programming Interface Reference GC27-3916-00 Note Before using this information and the product it supports, read the information in Notices on page 51.

More information

CIM SMASH/Server Management API Programming Guide. 17 APR 2018 VMware vsphere 6.7 VMware ESXi 6.7

CIM SMASH/Server Management API Programming Guide. 17 APR 2018 VMware vsphere 6.7 VMware ESXi 6.7 CIM SMASH/Server Management API Programming Guide 17 APR 2018 VMware vsphere 6.7 VMware ESXi 6.7 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

PCI Device Profile. Version

PCI Device Profile. Version PCI Device Profile Document Number: DCIM1045 Document Type: Specification Document Status: Published Document Language: E Date: 2017-06-20 Version: 4.0.0 Version 4.0.0 1 This profile is for informational

More information

Software Update Profile

Software Update Profile 1 2 3 4 Document Number: DSP1025 Date: 2009-06-16 Version: 1.0.0 5 6 7 8 Document Type: Specification Document Status: DMTF Standard Document Language: E 9 DSP1025 10 11 Copyright Notice Copyright 2009

More information

Video Profile. Document Number: DCIM1049 Document Type: Specification Document Status: Published Document Language: E Date: Version: 1.0.

Video Profile. Document Number: DCIM1049 Document Type: Specification Document Status: Published Document Language: E Date: Version: 1.0. Video Profile Document Number: DCIM1049 Document Type: Specification Document Status: Published Document Language: E Date: 2012-03-08 Version: 1.0.0 THIS PROFILE IS FOR INFORMATIONAL PURPOSES ONLY, AND

More information

Policy Profile. Document Number: DSP1003. Date: Version: 1.0.0a. Document Type: Specification. Document Status: Preliminary Standard

Policy Profile. Document Number: DSP1003. Date: Version: 1.0.0a. Document Type: Specification. Document Status: Preliminary Standard 1 2 3 4 Document Number: DSP1003 Date: 2007-02-12 Version: 1.0.0a 5 6 7 8 Document Type: Specification Document Status: Preliminary Standard Document Language: E 9 10 11 12 13 14 15 16 17 18 19 20 21 22

More information

Media Redirection Profile

Media Redirection Profile 1 2 3 4 Document Identifier: DSP1086 Date: 2014-05-22 Version: 1.0.1 5 6 7 8 Document Type: Specification Document Status: DMTF Standard Document Language: en-us DSP1086 9 10 11 12 13 14 15 16 17 18 19

More information

WBEM Web-based Enterprise Management

WBEM Web-based Enterprise Management 1 WBEM Web-based Enterprise Management What is WBEM (revision) 2 CIM provides a data modelling process and language (Managed Object Format). Includes standard models (schemata) for systems, applications,

More information

SMI-S and Web Services Programming Guide, Cisco DCNM for SAN

SMI-S and Web Services Programming Guide, Cisco DCNM for SAN SMI-S and Web Services Programming Guide, Cisco DCNM for SAN Cisco DCNM for SAN, Release 5.x July 2011 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

SMI-S Manage all the things!!! Chris Lionetti NetApp

SMI-S Manage all the things!!! Chris Lionetti NetApp SMI-S Manage all the things!!! Chris Lionetti NetApp Abstract SMI-S; Manage all the things!!! A chronicle of the development and evolution of the SMI-S protocol that manages multi-vendor environments.

More information

C++ CIM Client OpenPegasus. Denise Eckstein Hewlett-Packard

C++ CIM Client OpenPegasus. Denise Eckstein Hewlett-Packard C++ OpenPegasus Denise Eckstein Hewlett-Packard Module Content C++ Client Overview Concept Overview Client Example Client API 2 CIM Operations Terminology A CIM Operation describes a management action

More information

Service Processor Profile

Service Processor Profile 1 2 3 4 Document Number: DSP1018 Date: 2013-03-28 Version: 1.1.1 5 6 7 8 9 Document Type: Specification Document Status: DMTF Standard Document Language: en-us DSP1018 10 11 12 13 14 15 16 17 18 19 20

More information

CPU Profile. Document Number: DCIM1041 Document Type: Specification Document Status: Published Document Language: E Date: Version: 4.0.

CPU Profile. Document Number: DCIM1041 Document Type: Specification Document Status: Published Document Language: E Date: Version: 4.0. CPU Profile Document Number: DCIM1041 Document Type: Specification Document Status: Published Document Language: E Date: 2017-06-20 Version: 4.0.0 Version 4.0.0 1 This profile is for informational purposes

More information

Supported Profiles CHAPTER

Supported Profiles CHAPTER CHAPTER 2 This chapter describes the SMI-S profiles supported by the Cisco UCS Servers. Complete documentation for the SMI-S profiles can be found at the following URL: http://www.snia.org/tech_activities/standards/curr_standards/smi

More information

Fibre Channel Host Bus Adapter Diagnostics Profile

Fibre Channel Host Bus Adapter Diagnostics Profile 1 2 3 4 Document Number: DSP1104 Date: 2013-06-19 Version: 1.1.0a 5 6 Fibre Channel Host Bus Adapter Diagnostics Profile Information for Work-in-Progress version: IMPORTANT: This document is not a standard.

More information

Cisco UCS Director Tech Module EMC VNX and VNX2

Cisco UCS Director Tech Module EMC VNX and VNX2 Cisco UCS Director Tech Module EMC VNX and VNX2 Version: 1.0 September 2016 1 Agenda Overview & Architecture Hardware & Software Compatibility Licensing Orchestration Capabilities Reports Example Use-Cases

More information

ETERNUS SMI-S User's Guide

ETERNUS SMI-S User's Guide ETERNUS SMI-S User's Guide ETERNUS DX80 S2/DX90 S2, ETERNUS DX410 S2/DX440 S2, ETERNUS DX8100 S2/DX8700 S2 This page is intentionally left blank. Preface This manual explains how to set and manage the

More information

Proxy Providers versus Embedded Providers (SMI-S)

Proxy Providers versus Embedded Providers (SMI-S) Proxy Providers versus Embedded Providers (SMI-S) Srinivasa Reddy Gandlaparthi NetApp Overview Embedded Providers Proxy Providers Differences between Embedded and Proxy providers Design Considerations

More information

Discovery in the WBEM Architecture (Infrastructure Discovery)

Discovery in the WBEM Architecture (Infrastructure Discovery) Discovery in the WBEM Architecture (Infrastructure Discovery) 3:15 pm- 4:05 pm Thursday Winston Bumpus, Novell, Inc. Director of Standards, Karl Schopmeyer, Open Group / Application WG Chair The Problem

More information

Using SMI-S with the Cloud Data Management Interface Scott Baker September 21th, 2010

Using SMI-S with the Cloud Data Management Interface Scott Baker September 21th, 2010 Using SMI-S with the Cloud Data Management Interface Scott Baker September 21th, 2010 Scope CDMI is an interoperable & vendor neutral interface for cloud offerings consisting of. Data path Management /

More information

The Java TM API for Web Based Enterprise Management JSR-48. Version Final. October 26, 2009

The Java TM API for Web Based Enterprise Management JSR-48. Version Final. October 26, 2009 The Java TM API for Web Based Enterprise Management JSR-48 Version Final October 26, 2009 JSR-48 Copyright 2003-2009 WBEM Solutions, Inc. 1 of 45 Abstract Web Based Enterprise Management (WBEM) is a set

More information

RAID Profile. Document Number: DCIM1031 Document Type: Specification Document Status: Published Document Language: E Date: Version: 1.2.

RAID Profile. Document Number: DCIM1031 Document Type: Specification Document Status: Published Document Language: E Date: Version: 1.2. 1 RAID Profile 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 Document Number: DCIM1031 Document Type: Specification Document Status: Published Document Language: E Date: 2012-03-08

More information

Opaque Management Data Profile

Opaque Management Data Profile 1 2 3 4 Document Number: DSP1070 Date: 2009-06-10 Version: 1.0.0 5 6 7 8 Document Type: Specification Document Status: DMTF Standard Document Language: E 9 DSP1070 10 11 Copyright Notice Copyright 2008,

More information

Document Number: DCIM4031 Document Type: Specification Document Status: Published Document Language: E Date: Version: 1.0.

Document Number: DCIM4031 Document Type: Specification Document Status: Published Document Language: E Date: Version: 1.0. 1 Chassis RAID Profile 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 Document Number: DCIM4031 Document Type: Specification Document Status: Published Document Language: E Date:

More information

USB Redirection Profile

USB Redirection Profile 1 2 3 4 Document Number: DSP1077 Date: 2009-07-14 Version: 1.0.0 5 6 7 8 Document Type: Specification Document Status: DMTF Standard Document Language: E DSP1077 9 10 11 12 13 14 15 16 17 18 19 20 21 22

More information

Using the Celerra server_archive Utility

Using the Celerra server_archive Utility P/N 300-002-723 Rev A01 March 2006 Contents Introduction..................................................2 Terminology..............................................2 Restrictions...............................................2

More information

Base Server Profile. Document Number: DSP1004. Date: Version: Document Type: Specification. Document Status: DMTF Standard

Base Server Profile. Document Number: DSP1004. Date: Version: Document Type: Specification. Document Status: DMTF Standard 1 2 3 4 Document Number: DSP1004 Date: 2010-04-22 Version: 1.0.1 5 6 7 8 Document Type: Specification Document Status: DMTF Standard Document Language: US-en DSP1004 9 10 11 12 13 14 15 16 17 18 19 20

More information

System Virtualization Profile

System Virtualization Profile 1 2 3 4 Document Number: Date: 2010-04-22 Version: 1.0.0 5 6 7 8 Document Type: Specification Document Status: DMTF Standard Document Language: E 9 10 Copyright Notice Copyright 2007, 2010 Distributed

More information

Command Line Protocol Service Profile

Command Line Protocol Service Profile 1 2 3 4 Document Number: DSP1005 Date: 2010-04-22 Version: 1.0.1 5 6 7 8 Document Type: Specification Document Status: DMTF Standard Document Language: US-en DSP1005 9 10 11 12 13 14 15 16 17 18 19 20

More information

EMC Celerra Network Server

EMC Celerra Network Server EMC Celerra Network Server Release 6.0 Managing Celerra Statistics P/N 300-009-994 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 1998-2010

More information

WBEM Infrastructure Introduction

WBEM Infrastructure Introduction WBEM Infrastructure Introduction Tuesday, June 17, 2003 3:15 PM - 4:05 PM Denise Eckstein Hewlett-Packard Page 1 WBEM Overview Web-Based Enterprise Management (WBEM) is a platform and resource independent

More information

Resource Management with CIM for Linux. --- draft ---

Resource Management with CIM for Linux. --- draft --- Resource Management with CIM for Linux --- draft --- Base File System & Volume Process & Service IBM Copyright March 2002 author : Linux Technology Center (LTC) Systems Management Heidi Neumann heidineu@de.ibm.com

More information

Integrated Enterprise Management Using WBEM/SNMP Gateway

Integrated Enterprise Management Using WBEM/SNMP Gateway Integrated Enterprise Management Using WBEM/SNMP Gateway So-Jung Lee*, Hong-Taek Ju** and James W. Hong* *Dept. of Computer Science and Engineering, POSTECH, Korea ** Dept. of Computer Engineering, Keimyung

More information

SBLIM: Test Suite. Test Suite Specification and Implementation Details. Revision 4 Last updated June 13, 2003

SBLIM: Test Suite. Test Suite Specification and Implementation Details. Revision 4 Last updated June 13, 2003 SBLIM: Test Suite Test Suite Specification and Implementation Details Revision 4 Last updated June 13, 2003 Document Owner: Heidi Neumann LTC Systems Management heidineu@de.ibm.com Distribution: SBLIM

More information

Problem Resolution Roadmap for VNX with ESRS IP Client for VNX and Connect Home

Problem Resolution Roadmap for VNX with ESRS IP Client for VNX and Connect Home EMC VNX Series Release 7.0 Problem Resolution Roadmap for VNX with ESRS IP Client for VNX and Connect Home P/N 300-011-836 REV A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000

More information

EMC Celerra NS20. EMC Solutions for Microsoft Exchange Reference Architecture

EMC Celerra NS20. EMC Solutions for Microsoft Exchange Reference Architecture EMC Solutions for Microsoft Exchange 2007 EMC Celerra NS20 EMC NAS Product Validation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2008 EMC Corporation. All rights

More information

Disk Drive Diagnostics Profile

Disk Drive Diagnostics Profile 1 2 3 4 Document Number: DSP1113 Date: 2014-05-22 Version: 1.1.0a 5 Information for Work-in-Progress version: IMPORTANT: This document is not a standard. It does not necessarily reflect the views of the

More information

Dell Lifecycle Controller Web Services Interface Guide for Windows

Dell Lifecycle Controller Web Services Interface Guide for Windows Dell Lifecycle Controller Web Services Interface Guide for Windows A Dell Technical White Paper about the Best Practices to be followed for using the WS-Man based Remote Services provided by idrac and

More information

EMC Symmetrix with VERITAS Dynamic Multi-pathing (DMP)

EMC Symmetrix with VERITAS Dynamic Multi-pathing (DMP) EMC Symmetrix with VERITAS Dynamic Multi-pathing (DMP) Best Practices Planning Abstract This white paper provides best practices for configuring VERITAS Dynamic Multi-pathing (DMP) in an EMC Symmetrix

More information

EMC Celerra MPFS over FC for HP-UX, AIX, and Solaris Clients Version 4.0. Product Guide P/N REV A04

EMC Celerra MPFS over FC for HP-UX, AIX, and Solaris Clients Version 4.0. Product Guide P/N REV A04 EMC Celerra MPFS over FC for HP-UX, AIX, and Solaris Clients Version 4.0 Product Guide P/N 300-002-870 REV A04 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com

More information

System Memory Diagnostics Profile

System Memory Diagnostics Profile 1 2 3 4 Document Identifier: DSP1115 Date: 2015-04-16 Version: 1.0.0a 5 Information for Work in Progress version: IMPORTANT: This document is not a standard. It does not necessarily reflect the views of

More information

NFS: What s Next. David L. Black, Ph.D. Senior Technologist EMC Corporation NAS Industry Conference. October 12-14, 2004

NFS: What s Next. David L. Black, Ph.D. Senior Technologist EMC Corporation NAS Industry Conference. October 12-14, 2004 NFS: What s Next David L. Black, Ph.D. Senior Technologist EMC Corporation black_david@emc.com We Briefly Interrupt this Presentation... EMC makes no representation and undertakes no obligations with regard

More information

Surveillance Dell EMC Storage in Physical Security Solutions with Axis NAS-Attached Cameras

Surveillance Dell EMC Storage in Physical Security Solutions with Axis NAS-Attached Cameras Surveillance Dell EMC Storage in Physical Security Solutions with Axis NAS-Attached Cameras White Paper H10802 REV 1.0 Copyright 2012-2017 Dell Inc. or its subsidiaries. All rights reserved. Published

More information

Generic Operations. Document number: DSP0223. Date: Version: Document type: Specification. Document status: DMTF Standard

Generic Operations. Document number: DSP0223. Date: Version: Document type: Specification. Document status: DMTF Standard 1 2 3 4 Document number: Date: 2012-08-30 Version: 1.0.1 5 6 7 8 9 10 11 12 13 14 15 16 Document type: Specification Document status: DMTF Standard Document language: en-us 17 18 19 Copyright notice Copyright

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD ISO/IEC 24775-1 INTERNATIONAL STANDARD Edition 1.0 2014-10 colour inside Information technology Storage management Part 1: Overview INTERNATIONAL ELECTROTECHNICAL COMMISSION PRICE CODE D ICS 35.200 ISBN

More information

Open Source Storage Management Aperi and SMI-S for Linux

Open Source Storage Management Aperi and SMI-S for Linux December 3-6, 2007, Santa Clara Marriott, Santa Clara, CA Open Source Storage Management Aperi and SMI-S for Linux Robert Wipfel rawipfel@novell.com Todd Singleton toddsing@us.ibm.com Agenda Open Source

More information

Overview of the Pegasus CIM/WBEM Implementation

Overview of the Pegasus CIM/WBEM Implementation Overview of the Pegasus CIM/WBEM Implementation July 24 th 2002 Karl Schopmeyer Chair Open Group Entermprise Mgt. Forum k.schopmeyer@opengroup.org Version 1.1, 18 July 2002 7/25/2002 1 Agenda CIM/WBEM

More information

EMC Unity Family EMC Unity All Flash, EMC Unity Hybrid, EMC UnityVSA

EMC Unity Family EMC Unity All Flash, EMC Unity Hybrid, EMC UnityVSA EMC Unity Family EMC Unity All Flash, EMC Unity Hybrid, EMC UnityVSA Version 4.0 Configuring Hosts to Access VMware Datastores P/N 302-002-569 REV 01 Copyright 2016 EMC Corporation. All rights reserved.

More information

Brocade Network Advisor SMI Agent

Brocade Network Advisor SMI Agent 13 May 2011 Brocade Network Advisor SMI Agent Developer s Guide Supporting Brocade Network Advisor SMI Agent 11.1.0 Copyright 2010-2011 Brocade Communications Systems, Inc. All Rights Reserved. Brocade,

More information

Base Desktop and Mobile Profile

Base Desktop and Mobile Profile 1 2 3 4 Document Number: DSP1058 Date: 2008-12-09 Version: 1.0.0 5 Base Desktop and Mobile Profile 6 7 8 Document Type: Specification Document Status: Final Standard Document Language: E 9 10 11 12 13

More information