User manual QUANTUM 513 POLE MOUNT STRAP

DON'T FORGET : ALWAYS READ THE USER GUIDE BEFORE BUYING !!!

If this document matches the user guide, instructions manual or user manual, feature sets, schematics you are looking for, download it now. Diplodocs provides you a fast and easy access to the user manual QUANTUM 513 POLE MOUNT STRAP. We hope that this QUANTUM 513 POLE MOUNT STRAP user guide will be useful to you.


QUANTUM 513 POLE MOUNT STRAP : Download the complete user guide (26 Ko)

Manual abstract: user guide QUANTUM 513 POLE MOUNT STRAP

Detailed instructions for use are in the User's Guide.

[. . . ] TRADEMARK STATEMENT Quantum, the Quantum logo, and Scalar are all registered trademarks of Quantum Corporation. Other trademarks may be mentioned herein which belong to other companies. Contents 1 About This Guide and Your Product 1 Explanation of Symbols and Notes . 2 2 Understanding SMI-S, CIM, and MOF 3 3 4 4 4 4 5 Managing SANs With SMI-S . . 3 CIM Profiles and Subprofiles 7 Server Profile, Version 1. 2. [. . . ] Indicates a change in the library's RAS status for the robotics system. I/E Station and Tape Media SELECT * FROM CIM_InstCreation WHERE SourceInstance ISA PhysicalMedia SELECT * FROM CIM_InstDeletion WHERE SourceInstance ISA CIM_PhysicalMedia SELECT * FROM CIM_InstModification WHERE SourceInstance ISA CIM_PhysicalMedia AND PreviousInstance. OperationalStatus <> SourceInstance. OperationalStatus Indicates that tape media has been inserted into the I/E station. Indicates a change in the library's RAS status for tape media. Tape Drives/ I/O Blades SELECT * FROM CIM_InstCreation WHERE SourceInstance ISA CIM_MediaAccessDevice SELECT * FROM CIM_InstDeletion WHERE SourceInstance ISA CIM_MediaAccessDevice Indicates that a tape drive has been added to the library. Indicates that a tape drive has been removed from the library. 14 Service Discovery and CIM Indications Table 2 Area of Library Supported Queries for CIM Indications (Continued) Query SELECT * FROM CIM_InstModification WHERE SourceInstance ISA CIM_MediaAccessDevice AND PreviousInstance. OperationalStatus <> SourceInstance. OperationalStatus SELECT * FROM CIM_InstCreation WHERE SourceInstance ISA CIM_FCPort SELECT * FROM CIM_InstDeletion WHERE SourceInstance ISA CIM_FCPort SELECT * FROM CIM_InstModification WHERE SourceInstance ISA CIM_FCPort AND PreviousInstance. OperationalStatus <> SourceInstance. OperationalStatus Purpose Indicates a change in the library's RAS status for tape drives. Indicates that a Fibre Channel tape drive or SNC FC I/O blade has been added to the library. Indicates that a Fibre Channel tape drive or SNC FC I/O blade has been removed from the library. Indicates a change in the RAS status of the Fibre Channel port on a tape drive. or SNC FC I/O blade. Quantum Scalar Intelligent Libraries SMI-S Reference Guide 15 16 Service Discovery and CIM Indications MOF Files The Managed Object Format (MOF) files for the Scalar i2000 and Scalar i500 tape libraries are reproduced below. The MOF files for the Scalar i2000 and Scalar i500 library are identical. MOF File for the Scalar i2000 and the Scalar i500 // =================================================================== // ComputerSystem // =================================================================== [Description("CMPI SMIS ComputerSystem provider"), provider("cmpi::cmpicomputersystem") ] class SMIS_ComputerSystem : CIM_ComputerSystem { [Description ("Generate indication")] uint32 GenerateIndication(); }; // ================================================================== // ComponentCS // ================================================================== [Description("CMPI SMIS ComponentCS association provider"), provider("cmpi::cmpicomponentcs") ] class SMIS_ComponentCS : CIM_ComponentCS { Quantum Scalar Intelligent Libraries SMI-S Reference Guide 17 }; // =================================================================== // Chassis // =================================================================== [Description("CMPI SMIS Chassis provider"), provider("cmpi::cmpichassis") ] class SMIS_Chassis : CIM_Chassis { }; // =================================================================== // Product // =================================================================== [Description("CMPI SMIS Product provider"), provider("cmpi::cmpiproduct") ] class SMIS_Product : CIM_Product { }; // =================================================================== // SoftwareIdentity // =================================================================== [Description("CMPI SMIS Softwareidentity provider"), provider("cmpi::cmpisoftwareidentity") ] class SMIS_SoftwareIdentity : CIM_SoftwareIdentity { }; // =================================================================== // ConfigurationCapacity // =================================================================== [Description("CMPI SMIS ConfigurationCapacity provider"), provider("cmpi::cmpiconfigurationcapacity") ] 18 MOF Files class SMIS_ConfigurationCapacity : CIM_ConfigurationCapacity { }; // =================================================================== // FCPort // =================================================================== [Description("CMPI SMIS FCPort provider"), provider("cmpi::cmpifcport") ] class SMIS_FCPort : CIM_FCPort { [Description ("Generate indication")] uint32 GenerateIndication(); }; // =================================================================== // SCSIProtocolController // =================================================================== [Description("CMPI SMIS SCSIProtocolController provider"), provider("cmpi::cmpiscsiprotocolcontroller") ] class SMIS_SCSIProtocolController : CIM_SCSIProtocolController { }; // =================================================================== // InstalledSoftwareIdentity // =================================================================== [Description("CMPI SMIS InstalledSoftwareIdentity provider"), provider("cmpi::cmpiinstalledsoftwareidentity") ] class SMIS_InstalledSoftwareIdentity : CIM_InstalledSoftwareIdentity { }; // ================================================================== // ElementConformsToProfile Quantum Scalar Intelligent Libraries SMI-S Reference Guide 19 // ================================================================== [Description("CMPI SMIS ElementConformsToProfile provider"), provider("cmpi::cmpielementconformstoprofile") ] class SMIS_ElementConformsToProfile : CIM_ElementConformsToProfile { }; // ================================================================== // HostedService // ================================================================== [Description("CMPI SMIS HostedService provider"), provider("cmpi::cmpihostedservice") ] class SMIS_HostedService : CIM_HostedService { }; // ================================================================== // RegisteredProfile // ================================================================== [Description("CMPI SMIS RegisteredProfile provider"), provider("cmpi::cmpiregisteredprofile") ] class SMIS_RegisteredProfile : CIM_RegisteredProfile { }; // ================================================================== // RegisteredSubProfile // ================================================================== [Description("CMPI SMIS RegisteredSubProfile provider"), provider("cmpi::cmpiregisteredsubprofile") ] class SMIS_RegisteredSubProfile : CIM_RegisteredSubProfile { }; 20 MOF Files // ================================================================== // ObjectManager // ================================================================== [Description("CMPI SMIS ObjectManager provider"), provider("cmpi::cmpiobjectmanager") ] class SMIS_ObjectManager : CIM_ObjectManager { }; // ================================================================== // ComputerSystemPackage // ================================================================== [Description("CMPI SMIS ComputerSystemPackage provider"), provider("cmpi::cmpicomputersystempackage") ] class SMIS_ComputerSystemPackage : CIM_ComputerSystemPackage { }; // ================================================================== // ProductPhysicalComponent // ================================================================== [Description("CMPI SMIS ProductPhysicalComponent provider"), provider("cmpi::cmpiproductphysicalcomponent") ] class SMIS_ProductPhysicalComponent : CIM_ProductPhysicalComponent { }; // ================================================================== // ElementCapacity // ================================================================== [Description("CMPI SMIS ElementCapacity provider"), provider("cmpi::cmpielementcapacity") ] class SMIS_ElementCapacity : CIM_ElementCapacity { Quantum Scalar Intelligent Libraries SMI-S Reference Guide 21 }; // ================================================================== // CommMechanismForManager // ================================================================== [Description("CMPI SMIS CommMechanismForManager provider"), provider("cmpi::cmpicommmechanismformanager") ] class SMIS_CommMechanismForManager : CIM_CommMechanismForManager { }; // ================================================================== // CIMXMLCommunicationMechanism // ================================================================== [Description("CMPI SMIS CIMXMLCommunicationMechanism provider"), provider("cmpi::cmpicimxmlcommunicationmechanism") ] class SMIS_CIMXMLCommunicationMechanism : CIM_CIMXMLCommunicationMechanism { }; // ================================================================== // SystemDevice // ================================================================== [Description("CMPI SMIS SystemDevice provider"), provider("cmpi::cmpisystemdevice") ] class SMIS_SystemDevice : CIM_SystemDevice { }; // ================================================================== // Namespace // ================================================================== [Description("CMPI SMIS Namespace provider"), provider("cmpi::cmpinamespace") ] 22 MOF Files class SMIS_Namespace : CIM_Namespace { }; // ================================================================== // NamespaceInManager // ================================================================== [Description("CMPI SMIS NamespaceInManager provider"), provider("cmpi::cmpinamespaceinmanager") ] class SMIS_NamespaceInManager : CIM_NamespaceInManager { }; // ================================================================== // Realizes // ================================================================== [Description("CMPI SMIS Realizes provider"), provider("cmpi::cmpirealizes") ] class SMIS_Realizes : CIM_Realizes { }; // ================================================================== // ChangerDevice // ================================================================== [Description("CMPI SMIS ChangerDevice provider"), provider("cmpi::cmpichangerdevice") ] class SMIS_ChangerDevice : CIM_ChangerDevice { [Description ("Generate indication")] uint32 GenerateIndication(); }; // ================================================================== // TapeDrive Quantum Scalar Intelligent Libraries SMI-S Reference Guide 23 // ================================================================== [Description("CMPI SMIS TapeDrive provider"), provider("cmpi::cmpitapedrive") ] class SMIS_TapeDrive : CIM_TapeDrive { [Description ("Generate indication")] uint32 GenerateIndication(); }; // ================================================================== // Magazine // ================================================================== // [Description("CMPI SMIS Magazine provider"), // // ] //class SMIS_Magazine : CIM_Magazine //{ //}; // ================================================================== // StorageMediaLocation // ================================================================== [Description("CMPI SMIS StorageMediaLocation provider"), provider("cmpi::cmpistoragemedialocation") ] class SMIS_StorageMediaLocation : CIM_StorageMediaLocation { }; // ================================================================== // PhysicalTape // ================================================================== [Description("CMPI SMIS PhysicalTape provider"), provider("cmpi::cmpiphysicaltape") ] class SMIS_PhysicalTape : CIM_PhysicalTape { [Description ("Generate indication")] 24 MOF Files provider("cmpi::cmpimagazine") uint32 GenerateIndication(); }; // ================================================================== // PhysicalMediaInLocation // ================================================================== [Description("CMPI SMIS PhysicalMediaInLocation"), provider("cmpi::cmpiphysicalmediainlocation") ] class SMIS_PhysicalMediaInLocation : CIM_PhysicalMediaInLocation { }; // ================================================================== // PhysicalPackage // ================================================================== [Description("CMPI SMIS PhysicalPackage provider"), provider("cmpi::cmpiphysicalpackage") ] class SMIS_PhysicalPackage : CIM_PhysicalPackage { }; // ================================================================== // Container // ================================================================== [Description("CMPI SMIS Container provider"), provider("cmpi::cmpicontainer") ] class SMIS_Container : CIM_Container { }; // ================================================================== // PackageInChassis // ================================================================== /* [Description("CMPI SMIS PackageInChassis provider"), Quantum Scalar Intelligent Libraries SMI-S Reference Guide 25 provider("cmpi::cmpipackageinchassis") ] class SMIS_PackageInChassis : CIM_PackageInChassis { }; */ // ================================================================== // ProtocolControllerForUnit // ================================================================== [Description("CMPI SMIS ProtocolControllerForUnit provider"), provider("cmpi::cmpiprotocolcontrollerforunit") ] class SMIS_ProtocolControllerForUnit : CIM_ProtocolControllerForUnit { }; // ================================================================== // ProtocolControllerForPort // ================================================================== [Description("CMPI SMIS ProtocolControllerForPort provider"), provider("cmpi::cmpiprotocolcontrollerforport") ] class SMIS_ProtocolControllerForPort : CIM_ProtocolControllerForPort { }; // ================================================================== // PackagedComponent // ================================================================== [Description("CMPI SMIS PackagedComponent provider"), provider("cmpi::cmpipackagedcomponent") ] class SMIS_PackagedComponent : CIM_PackagedComponent { }; // ================================================================== // ElementSoftwareIdentity 26 MOF Files // ================================================================== [Description("CMPI SMIS ElementSoftwareIdentity provider"), provider("cmpi::cmpielementsoftwareidentity") ] class SMIS_ElementSoftwareIdentity : CIM_ElementSoftwareIdentity { }; // ================================================================== // LimitedAccessPort // ================================================================== [Description("CMPI SMIS LimitedAccessPort provider"), provider("cmpi::cmpilimitedaccessport") ] class SMIS_LimitedAccessPort : CIM_LimitedAccessPort { }; // ================================================================== // Location // ================================================================== [Description("CMPI SMIS Location provider"), provider("cmpi::cmpilocation") ] class SMIS_Location : CIM_Location { }; // ================================================================== // PhysicalElementLocation // ================================================================== [Description("CMPI SMIS PhysicalElementLocation provider"), provider("cmpi::cmpiphysicalelementlocation") ] class SMIS_PhysicalElementLocation : CIM_PhysicalElementLocation { }; Quantum Scalar Intelligent Libraries SMI-S Reference Guide 27 // ================================================================== // RemoteServiceAccessPoint // ================================================================== [Description("CMPI SMIS RemoteServiceAccessPoint provider"), provider("cmpi::cmpiremoteserviceaccesspoint") ] class SMIS_RemoteServiceAccessPoint : CIM_RemoteServiceAccessPoint { }; // ================================================================== // HostedAccessPoint // ================================================================== [Description("CMPI SMIS HostedAccessPoint provider"), provider("cmpi::cmpihostedaccesspoint") ] class SMIS_HostedAccessPoint : CIM_HostedAccessPoint { }; // ================================================================== // SubProfileRequiresProfile // ================================================================== [Description("CMPI SMIS SubProfileRequiresProfile provider"), provider("cmpi::cmpisubprofilerequiresprofile") ] class SMIS_SubProfileRequiresProfile : CIM_SubProfileRequiresProfile { }; // ================================================================== // ObjectManagerAdapter // ================================================================== [Description("CMPI SMIS ObjectManagerAdapter provider"), provider("cmpi::cmpiobjectmanageradapter") ] class SMIS_ObjectManagerAdapter : CIM_ObjectManagerAdapter { 28 MOF Files }; // ================================================================== // CommMechanismForManagerAdapter // ================================================================== [Description("CMPI SMIS CommMechanismForManagerAdapter provider"), provider("cmpi::cmpicommmechanismformanageradapter") ] class SMIS_CommMechanismForObjectManagerAdapter : CIM_CommMechanismForObjectManagerAdapter { }; // ================================================================== // SAPAvailableForElement // ================================================================== [Description("CMPI SMIS SAPAvailableForElement provider"), provider("cmpi::cmpisapavailableforelement") ] class SMIS_SAPAvailableForElement : CIM_SAPAvailableForElement { }; // ================================================================== // SCSIProtocolEndpoint // ================================================================== [Description("CMPI SMIS SCSIProtocolEndpoint provider"), provider("cmpi::cmpiscsiprotocolendpoint") ] class SMIS_SCSIProtocolEndpoint : CIM_SCSIProtocolEndpoint { }; // ================================================================== // PortImplementsEndpoint // ================================================================== [Description("CMPI SMIS PortImplementsEndpoint provider"), provider("cmpi::cmpiportimplementsendpoint") Quantum Scalar Intelligent Libraries SMI-S Reference Guide 29 ] class SMIS_PortImplementsEndpoint : CIM_PortImplementsEndpoint { }; // ================================================================== // CIM_DeviceServicesLocation // ================================================================== [Description("CMPI SMIS DeviceServicesLocation provider"), provider("cmpi::cmpideviceserviceslocation") ] class SMIS_DeviceServicesLocation : CIM_DeviceServicesLocation { }; // ================================================================== // ConfigurationReportingService // ================================================================== [Description("CMPI SMIS ConfigurationReportingService provider"), provider("cmpi::cmpiconfigurationreportingservice") ] class SMIS_ConfigurationReportingService : CIM_ConfigurationReportingService { }; // ================================================================== // CIM_StorageHardwareID // ================================================================== [Description("CMPI SMIS StorageHardwareID provider"), provider("cmpi::cmpistoragehardwareid") ] class SMIS_StorageHardwareID : CIM_StorageHardwareID { }; // ================================================================== // CIM_AuthorizedPrivilege // ================================================================== [Description("CMPI SMIS AuthroizedPrivilege provider"), 30 MOF Files provider("cmpi::cmpiauthorizedprivilege") ] class SMIS_AuthorizedPrivilege : CIM_AuthorizedPrivilege { }; // ================================================================== // CIM_AuthorizedSubject // ================================================================== [Description("CMPI SMIS AuthroizedSubject provider"), provider("cmpi::cmpiauthorizedsubject") ] class SMIS_AuthorizedSubject : CIM_AuthorizedSubject { }; // ================================================================== // CIM_AuthorizedTarget // ================================================================== [Description("CMPI SMIS AuthroizedTarget provider"), provider("cmpi::cmpiauthorizedtarget") ] class SMIS_AuthorizedTarget : CIM_AuthorizedTarget { }; // ================================================================== // CIM_ProtocolControllerMaskingCapabilities // ================================================================== [Description("CMPI SMIS ProtocolControllerMaskingCapabilities provider"), provider("cmpi::cmpiprotocolcontrollermaskingcapabilities") ] class SMIS_ProtocolControllerMaskingCapabilities : CIM_ProtocolControllerMaskingCapabilities { }; // ================================================================== Quantum Scalar Intelligent Libraries SMI-S Reference Guide 31 // CIM_StorageClientSettingData // ================================================================== [Description("CMPI SMIS StorageClientsettingData provider"), provider("cmpi::cmpistorageclientsettingdata") ] class SMIS_StorageClientSettingData : CIM_StorageClientSettingData { }; // ================================================================== // CIM_ElementSettingData // ================================================================== [Description("CMPI SMIS ElementSettingData provider"), provider("cmpi::cmpielementsettingdata") ] class SMIS_ElementSettingData : CIM_ElementSettingData { }; // ================================================================== // CIM_ElementCapabilities // ================================================================== [Description("CMPI SMIS ElementCapabilities provider"), provider("cmpi::cmpielementcapabilities") ] class SMIS_ElementCapabilities : CIM_ElementCapabilities { }; // =================================================================== // SASPort // =================================================================== [Description("CMPI SMIS SASPort provider"), provider("cmpi::cmpisasport") ] class SMIS_SASPort : CIM_SASPort { }; 32 MOF Files // =================================================================== // SPIPort // =================================================================== [Description("CMPI SMIS SPIPort provider"), provider("cmpi::cmpispiport") ] class SMIS_SPIPort : CIM_SPIPort { }; Quantum Scalar Intelligent Libraries SMI-S Reference Guide 33 34 MOF Files References This Appendix lists some web resources and popular Common Information Model (CIM)-XML tools. Web Resources Information about the following standards organizations are accessible on the internet: · · Website for the Storage Networking Industry Association (SNIA): http://www. snia. org Website for the Distributed Management Task Force (DMTF): http://www. dmtf. org CIM-XML Tools The following tools are available from these websites: · · · · · Open Web Based Enterprise Management (WBEM): http://www. openwbem. com CimNavigator: http://www. cimnavigator. com OpenPegasus: http://www. openpegasus. org WBEM Services: http://wbemservices. sourceforge. net Standards Based Linux Instrumentation for Manageability (SBLIM): http://www-124. ibm. com/sblim/clientapps. html Quantum Scalar Intelligent Libraries SMI-S Reference Guide 35 36 References SMI-S Common Protocol Interface Specification This section provides a detailed list of the SMI-S feature set that is supported on specific Scalar libraries and provides updates for the SMI-S1. 2. 0 and other extensions. These features currently target the current Scalar i500 libraries and future Scalar i2000 libraries. Resources Web information about the following standards organizations are accessible on the Internet: · · Website for the Storage Networking Industry Association (SNIA): http://www. snia. org Website for the Distributed Management Task Force (DMTF): http://www. dmtf. org Notes and Issues Refer to SMI-S 1. 2 for more information Overview To meet the SNIA SMI-S 1. 2 CTP standards, Quantum SMI-S implementation on the Scalar i2000 and i500 provides support for the following profiles: · · · · · · · · Server profile Profile registration subprofile Indication subprofile Access points subprofile Storage library profile Element counting subprofile Fibre channel target port subprofile (for libraries) Library Capacity subprofile Quantum Scalar Intelligent Libraries SMI-S Reference Guide 37 · · Limited Access Port subprofile Software subprofile The following subprofiles are used in modeling; however, Quantum does not claim support as they are not supported subprofiles of the SML profile. As of SMI-S 1. 3. 0, these will be supported by SML and then they will be officially supported by the implementers of this specification. · · · · SAS Target Port subprofile SPI Target Port subprofile Multiple Computer System subprofile Masking and Mapping profile Optional support for the following will be provided in the future: · · · Partitioned Library subprofile LibraryAlert Events/Indications for library devices Media Movement subprofile Future SMI-S server releases planned to be SNIA SMI-S compliant. Architecture The diagram below shows the interaction between CIM Server / Providers and Software Components of the MCB/library. Figure 2 SMI-S Implementation Architecture on the Scalar i2000 and Scalar i500 38 SMI-S Common Protocol Interface Specification Requirements General Purpose SMI-S Server Overview The General Purpose SMI-S Server role can provide a hosting environment for the plug-in instrumentation of host-based resources and management proxies for resources with remote management protocols. "CIM_Chassis" Frame serial number "ControlModuleFrame" or "ExpansionModuleXU" frame where XU is the frame size "ADIC" or "QUANTUM" (depends on branding) False Breach Successful if any door open or No Breach(3) if all doors closed. False "Chassis X" where X is frame number. CreationClassName[key] Serial Number Model Manufacturer LockPresent SecurityBreach IsLocked ElementName Table 27 Property Name[key] PhysicalPosition[key] Required Properties for Location Type String String Description/Notes Position is a free-form string indicating the placement of a PhysicalElement. Address is a free-form string indicating a street, building, or other type of address for the PhysicalElement's Location. Caption Table 28 Property Name[key] PhysicalPosition[key] Caption Table 29 Property Element PhysicalLocation String Required Container Level Instances of Location Instance IP Location from contact info IP Required Properties for PhysicalElementLocation Type REF REF Description/Notes The reference to the dhassis. The reference to thelLocation. 52 SMI-S Common Protocol Interface Specification Table 30 Property Element Required Server Level Instances of PhysicalElementLocation Instance 1 CIM_Chassis CIM_Location PhysicalLocation Figure 5 Instance Diagram of ComputerSystemPackage IdentifyingNumber is the library serial number SerialNumber is the frame serial number, not the library serial number. Note: Scalar i2000 is modeled to have a single chassis. Scalar i500 is modeled to have a chassis for each frame. Table 31 Property Antecedent Dependent Required Properties for ComputerSystemPackage Type REF REF PlatformGUID Description/Notes The reference to the PhysicalPackage(s) that realize a UnitaryComputerSystem. A globally unique identifier for the system's package. PlatformGUID Table 32 Property Antecedent Dependent Required Server Level Instances of ComputerSystemPackage Instance 1 CIM_Chassis CIM_ComputerSystem Library-wide unique ID PlatformGUID Quantum Scalar Intelligent Libraries SMI-S Reference Guide 53 Table 33 Property Name[key] Required Properties for Product Type String, MaxLen(256) String, MaxLen(64) String, MaxLen(256) String, MaxLen(64) String Description/Notes Commonly used product name. Product identification such as a serial number on software, a die number on a hardware chip, or a project number. Suggested use is vendor, version, and product name. IdentifyingNumber[key] Vendor[key] Version[key] ElementName Table 34 Property Name[key] Required Container Level Instances of Product Instance 1 <company> <product> (for example, ADIC Scalar i500 or QUANTUM Scalar i2000) <serial number> (for example: A0C0085826) ADIC or QUANTUM (depends on branding) Example: 200A. TS01003 SMIS_Product IdentifyingNumber[key] Vendor[key] Version[key] ElementName Table 35 Property GroupProduct PartComponent Table 36 Property Product Component Required Properties for ProductPhysicalComponent Type REF REF Description/Notes The product. The physical element which is part of the product. Required Server Level Instances of ProductPhysicalComponent Instance 1 CIM_Product CIM_Chassis 54 SMI-S Common Protocol Interface Specification Table 37 Property Required Properties for SoftwareIdentity Type String String String Description/Notes Instance name. Manufacturer of this software. InstanceID[key] VersionString Manufacturer Table 38 Required Container Level Instances of SoftwareIdentity Firmware Instance (one for system) "Scalar i500 Firmware" or "Scalar i2000 Firmware" Example : "1. 2. 3" ADIC or QUANTUM (depends on branding) "S101Core" Tape Drive Instances (per drive) "TapeDrive:<drive serial>:<Vendor> <FWR>" Providers Instance (one for system) "Providers Revision" Changer Device Instance (one for system) "Changer Device:<Version>" Property InstanceID[key] VersionString Manufacturer Drive <FWR> Example : "6B20" Example: IBM or HP Same as Firmware ADIC or QUANTUM (depends on branding) "Providers Revision" Same as Firmware ADIC or QUANTUM (depends on branding) "Providers Revision" Caption "<serial>:<Vendor > <FWR>" Table 39 Property System Required Properties for InstalledSoftwareIdentity Type REF REF Description/Notes System on which software is installed. Software identity that is installed. InstalledSoftware Quantum Scalar Intelligent Libraries SMI-S Reference Guide 55 Table 40 Property System Required Server Level Instances of InstalledSoftwareIdentity Library System Instance CIM_ComputerSystem for Library (HID) CIM_SoftwareIdentity "Scalar i500 Firmware" Drive Instances CIM_TapeDrive for drive. [. . . ] I/O blade A board-level component of the Scalar 12000 or the Pathlight VX that is responsible for the data interface between hosts and storage devices. IP (Internet Protocol) A protocol that specifies the formats of packets and addresses. Addresses are formulated as dotted quads, for example, 123. 456. 789. 123. ISV Independent software vendor Library A large-scale tape device with robotics that can house multiple tape drives and a significant number of tape cartridges. [. . . ]

DISCLAIMER TO DOWNLOAD THE USER GUIDE QUANTUM 513 POLE MOUNT STRAP




Click on "Download the user Manual" at the end of this Contract if you accept its terms, the downloading of the manual QUANTUM 513 POLE MOUNT STRAP will begin.

 

Copyright © 2015 - manualRetreiver - All Rights Reserved.
Designated trademarks and brands are the property of their respective owners.