Intel Rack Scale Architecture Storage Services

Size: px
Start display at page:

Download "Intel Rack Scale Architecture Storage Services"

Transcription

1 Intel Rack Scale Architecture Storage Services API Specification Software v. August 205 Revision 002 Document Number:

2 All information provided here is subject to change without notice. Contact your Intel representative to obtain the latest Intel product specifications and roadmaps Intel technologies features and benefits depend on system configuration and may require enabled hardware, software, or service activation. Performance varies depending on system configuration. No computer system can be absolutely secure. Check with your system manufacturer or retailer or learn more at No license (express or implied, by estoppel or otherwise) to any intellectual property rights is granted by this document. The products described may contain design defects or errors known as errata which may cause the product to deviate from published specifications. Current characterized errata are available on request. Intel disclaims all express and implied warranties, including without limitation, the implied warranties of merchantability, fitness for a particular purpose, and noninfringement, as well as any warranty arising from course of performance, course of dealing, or usage in trade. Copies of documents that have an order number and are referenced in this document may be obtained by calling or by visiting Intel and the Intel logo are trademarks of Intel Corporation in the United States and other countries. * Other names and brands may be claimed as the property of others. Copyright 205 Intel Corporation. All rights reserved. API Specification August Document Number:

3 Contents Introduction... 6 Scope... 6 Intended audience... 6 Terminology... 6 References Storage Services API... 8 Storage Services API structure and relations... 8 Storage Services API physical resource hierarchy Storage Services REST API Error Codes... 0 API error response... 0 Example error JSON object... 0 API error codes... General error codes... Request error codes... 4 Storage Services REST API Definition... 2 Intel Rack Scale Architecture service root... 2 Metadata... 2 JSON serialization... 2 Operations... 3 Intel Rack Scale Architecture storage service collection... 3 Metadata... 4 JSON serialization... 4 Operations... 4 Intel Rack Scale Architecture storage service... 5 Metadata... 5 JSON serialization... 5 Operations... 6 Intel Rack Scale Architecture remote target collection... 7 Metadata... 7 JSON serialization... 7 Operations... 8 Intel Rack Scale Architecture remote target Metadata JSON serialization Operations Intel Rack Scale Architecture logical drive collection Metadata JSON serialization Operations Intel Rack Scale Architecture logical drive Metadata JSON serialization Operations Physical drive collection Metadata JSON serialization Operations August 205 API Specification Document Number:

4 Physical drive... 3 Metadata... 3 JSON serialization... 3 Operations Intel Rack Scale Architecture storage manager collection Metadata JSON serialization Operations Intel Rack Scale Architecture storage manager Metadata JSON serialization Operations Network service Network interface collection Network interface Figures Figure REST API hierarchy... 8 Tables Table Terminology... 6 Table 2 Reference documents... 7 Table 3 Resources and URIs... 9 Table 4 API error properties... 0 Table 5 General error codes... Table 6 Request error codes... Table 7 Intel Rack Scale Architecture service root attributes... 2 Table 8 Intel Rack Scale Architecture storage services collection attributes... 3 Table 9 Intel Rack Scale Architecture storage service attributes... 5 Table 0 Intel Rack Scale Architecture remote targets collection attributes... 7 Table Intel Rack Scale Architecture remote target attributes Table 2 Intel Rack Scale Architecture logical drive collection attributes Table 3 Intel Rack Scale Architecture logical drive attributes Table 4 Physical drive collection attributes Table 5 Physical drive attributes... 3 Table 6 Intel Rack Scale Architecture storage manager collection attributes Table 7 Intel Rack Scale Architecture storage manager attributes API Specification August Document Number:

5 Revision History Revision Description Date 00 Initial public release. Assigned document number August 3, Minor updates. August 7, 205 August 205 API Specification Document Number:

6 Scope This document contains information about the REST API, which was designed and implemented for the Intel Rack Scale Architecture Software v. release for the Bulldog Creek SDV. Intended audience The intended audiences for this document include designers and engineers working with the Intel Rack Scale Architecture Software v. release. Terminology Table Term BMC HTTP JSON NIC OCCI OData OVF Pod PODM PSME REST SDV URI UUID VM XML Terminology Definition Baseboard management controller Hypertext Transfer Protocol JavaScript object notation Network interface card Open Cloud Computing Interface Open data protocol Open virtualization format A physical collection of multiple racks. Pod Manager Pooled System Management Engine Representational State Transfer Software development vehicle Uniform resource identifier Universally unique identifier Virtual machine Extensible Markup Language API Specification August Document Number:

7 Introduction References Table 2 Reference documents Number Title Location Intel Rack Scale Architecture Getting Started Guide Intel Rack Scale Architecture GAMI API Specification Intel Rack Scale Architecture Pod Manager API Specification Intel Rack Scale Architecture Pod Manager Release Notes Intel Rack Scale Architecture Pod Manager User Guide Intel Rack Scale Architecture PSME Release Notes Intel Rack Scale Architecture PSME API Specification Intel Rack Scale Architecture PSME User Guide Intel Rack Scale Architecture RMM Installation Guide Intel Rack Scale Architecture RMM Release Notes Intel Rack Scale Architecture RMM API Specification API Specification This document. Scalable Platforms Management Intel Rack Scale Architecture System Manageability Architecture Specification Intel Rack Scale Architecture Platform Design Guide August 205 API Specification Document Number:

8 Storage Services API Storage Services API structure and relations The REST API provides the REST-based interface that allows full management of Storage Services including storage asset discovery and configuration. Storage Services API physical resource hierarchy Figure shows the REST API hierarchy. Figure REST API hierarchy RSAServiceRoot Id Modified Status ServiceVersion UUID Chassis Services ComputerSystems Managers * RSAStorageService * Storage Services REST API Version 0.3 Intel Confidential * names are subject to change Id Modified Status RemoteTargets LogicalDrives PhysicalDrives Managers Location EnumStatus * * RSARemoteTarget EthernetNetworkInterface Id Modified Status NetworkServices MacAddress IPv4Addresses * * RSAStorageManager Id Modified ManagerType Status Services RemoteTargets LogicalDrives PhysicalDrives SimpleNetwork NetworkService * * * * * ManagerNetworkService Id Modified Status Id Modified Status Capacity Address TargetLUN TargetIQN TargetPortalIP TargetPortalPort Initiator InitiatorIQN LogicalDrives Managers * * * RSALogicalDrive Id Modified Status Type Mode Capacity Image Bootable LogicalDrives PhysicalDrives UsedBy Managers * * * * RSADrive Id Modified Status Type Capacity RPM Interface Manufacturer Model SerialNumber UsedBy ManagedBy Location * API Specification August Document Number:

9 Storage Services API Table 3 Resources and URIs Resource URI Service Root /rest/v Manager Collection /rest/v/managers Storage Service Collection /rest/v/services Storage Service /rest/v/services/serviceid Remote Target Collection /rest/v/services//targets Remote Target /rest/v/services//targets/targetid Logical Drive Collection /rest/v/services//logicaldrives Logical Drive /rest/v/services//logicaldrives/driveid Drive Collection /rest/v/services//drives Drive /rest/v/services//drives/driveid Manager /rest/v/managers/managerid Network Service /rest/v/managers/managerid/networkservice August 205 API Specification Document Number:

10 Storage Services REST API Error Codes This chapter contains descriptions of all error codes that may be returned by the REST calls implemented in the Storage Services REST API of the Intel Rack Scale Architecture v. software release. API error response In the case of an error, the Storage Services REST API responds with an HTTP status code, as defined by the HTTP. specification and constrained by additional requirements defined in this specification. HTTP response status codes alone often do not provide enough information to enable deterministic error semantics. Storage Services REST API return extended error information as a JSON object with single property named error. The value of this property shall be JSON object with the properties shown in Table 4. Table 4 API error properties Attribute Description code String indicating a specific error or message (not to be confused with the HTTP status code). message A human readable error message indicating the semantics associated with the error. target An optional defining the target of the particular error. message.parameters An optional array of s representing the substitution parameter values for the message. message.severity An optional representing the severity of the error. The Severity attribute is an annotation specified in the DMTF namespace and shall be prefixed with the alias message. message.resolution An optional describing recommended action(s) to take to resolve the error. The Resolution attribute is an annotation specified in the DMTF namespace and shall be prefixed with the alias message. Example error JSON object error : code : Base..0.InvalidEndpoint, message : Invalid endpoint in /rest/v namespace, details : [ ] API Specification August Document Number:

11 Storage Services REST API Error Codes API error codes In general, if an error is not described in any of the following tables, it is to be mapped into HTTP 500 Internal Error code. Table 5 General error codes General error codes Error code Description HTTP status code UnknownException Exception that causes response generation to fail. 500 Internal Error. Table 6 Request error codes Request error codes Error code Description HTTP status code InvalidEndpoint Invalid endpoint in /rest/v namespace. 404 Not Found. MalformedUri URI is malformed. 400 Bad Request. InvalidPayload Request payload is invalid or missing. 400 Bad Request. August 205 API Specification Document Number:

12 Intel Rack Scale Architecture service root Intel Rack Scale Architecture service root resource entry point. Table 7 Intel Rack Scale Architecture service root attributes Intel Rack Scale Architecture service root Type URI /rest/v/ Attribute Type Required Description Id String Yes Provides an ID of this resource. String Yes of service root. Modified String Yes The date-time stamp that the object was last modified. ServiceVersion String Yes Version of Redfish service in majorversion.minorversion.errata format. UUID String Yes Unique identifier for a service instance. Chassis Link No Link to chassis collection (drawers). Systems Link No Link to computer systems collection (logical server nodes). Services Link No Link to services collection. Managers Link Yes Link to Managers collection. TBD Metadata JSON : Id : : Modified : Time : ServiceVersion : UUID : Links : Chassis :, Systems :, Services :, Managers :, API Specification August Document Number:

13 Request Operations Get GET /rest/v Content-Type: applicaton/json : /rest/v/$metadata#serviceroot, : #RSAServiceRoot..0.0.RSAServiceRoot, Id : RootService, : RSA Service Root, Modified : T4:44:0+00:00, Time : T3:45:04+00:00, ServiceVersion :.0.0, UUID : , Links : Services : /rest/v/services, Managers : /rest/v/managers, Put Patch Post Delete Intel Rack Scale Architecture storage service collection Intel Rack Scale Architecture storage service collection resource provides collection of available storage services. Table 8 Type URI Intel Rack Scale Architecture storage services collection attributes /rest/v/services Attribute Type Required Description String Yes of service collection. Modified String Yes The date-time stamp that the object was last modified. August 205 API Specification Document Number:

14 Metadata JSON : : Modified : Links : [email protected] : number, Members : [ ] Request Operations Get GET /rest/v/services Content-Type: application/json : /rest/v/$metadata#rsastorageservices, : #RSAStorageService..0.0.RSAStorageServicesCollection, : Storage Services Collection, Modified : T4:44:00+00:00, Links : [email protected] :, Members : [ /rest/v/services/ ] Put Patch Post API Specification August Document Number:

15 Delete Intel Rack Scale Architecture storage service Intel Rack Scale Architecture storage service resource provides detailed information about a storage service provided by PSME. Table 9 Type URI Intel Rack Scale Architecture storage service attributes Intel Rack Scale Architecture storage service /rest/v/services/serviceid Attribute Type Required Description Id String Yes Resource identifier String Yes of service. Modified String Yes The date-time stamp that the object was last modified. Status Object, null No Status of resource. EnumStatus String Yes Enumeration status of this component. Location Object Yes Location in environment info (location of computer system hosting service). Oem Object,null No OEM specific object. RemoteTargets Link Yes Link to remote targets collection available under this service. LogicalDrives Link Yes Link to logical volumes collection available under this service. Drives Link Yes Link to drives collection exposed by this service. ManagedBy Array Yes Array of managers for this service. Metadata JSON : Id : : Modified : Status : State : enum Enabled, Disabled, Offline, InTest, Starting, Absent, Health : enum OK, Warning, Critical, EnumStatus : enum Enumerated, NotEnumerated, Location : Pod : number, Rack : number, Drawer : number,, Oem :, Links : RemoteTargets :, August 205 API Specification Document Number:

16 LogicalDrives :, Drives :, ManagedBy : [ Oem : object Request Operations Get GET /rest/v/services/ Content-Type: applicaton/json : /rest/v/$metadata#rsastorageservices/links/members/$entity, : #RSAStorageService..0.0.RSAStorageService, Id :, : RSA Storage Service, Modified : T4:44:00+00:00, Status : State : < Enabled, Disabled, Offline, InTest, Starting, Absent > Health : < OK, Warning, Critical >, EnumStatus : < Enumerated, NotEnumerated > Location : Pod :, Rack :, Drawer :, Oem :, Links : RemoteTargets : /rest/v/services//targets, LogicalDrives : /rest/v/services//logicaldrives, Drives : /rest/v/services//drives, ManagedBy : [ API Specification August Document Number:

17 Put Patch Post Delete /rest/v/managers/ Oem : Intel Rack Scale Architecture remote target collection Intel Rack Scale Architecture remote target collection resource provides collection of available storage remote targets. Table 0 Type URI Intel Rack Scale Architecture remote targets collection attributes Intel Rack Scale Architecture remote target collection /rest/v/services/serviceid/targets Attribute Type Required Description String Yes of collection. Modified String Yes The date-time stamp that the object was last modified. TBD. Metadata JSON : : Modified : Links : [email protected] : number, Members : [ ] August 205 API Specification Document Number:

18 Request Operations Get GET /rest/v/services//targets Content-Type: application/json : /rest/v/$metadata#rsaremotetargets, : #RSARemoteTarget..0.0.RSARemoteTargetCollection, : Remote Targets Collection, Modified : T4:44:00+00:00, Links : [email protected] :, Members : [ /rest/v/services//targets/ ] Put Patch API Specification August Document Number:

19 Post Request POST /rest/v/services//targets Content-Type: application/json "": "RSA Remote Target", "Type": "Network Storage", "Addresses": [ "iscsi": "TargetLUN": [ "LUN":, "LogicalDrive": Response "@odata.id": "/rest/v/services//logicaldrives/" "TargetIQN": "iqn com.example:ceph-ubuntu4" "Initiator": [ "iscsi": "InitiatorIQN": "iqn com.example:fedora2" ] HTTP/. 20 Created Location: Delete August 205 API Specification Document Number:

20 Intel Rack Scale Architecture remote target Intel Rack Scale Architecture remote target resource provides detailed information about a storage remote target. Table Intel Rack Scale Architecture remote target attributes Intel Rack Scale Architecture remote target Type URI /rest/v/services/serviceid/targets/targetid Attribute Type Required Description Id String Yes Resource identifier String Yes of component. Modified String Yes The date-time stamp that the object was last modified. Resource status represented by following object: Type Required Description State String Yes Known state of the resource. Status Object Yes Health String,null No Overall health state from the view of this resource. HealthRollup String,null No Health state of this resource in the absence of its dependent resources. EnumStatus String Yes Enumeration status of this component. Type String,null No Type of target Array of objects with address of target Type Reqiured Description TargetLUN Array Yes iscsi target LUN and Addresses Array Yes related logical drive URL TargetIQN String Yes iscsi target IQN TargetPortalIP String Yes iscsi target IP TargetPortalPort Number YES iscsi target port number Oem Object,null No OEM specific object. Initiator Object,null No iscsi (or other type) addresses of initiators. If set to non-null value, this indicates the target is in use. LogicalDrives Array Yes Array of logical drives included in this target. ManagedBy Array Yes Array of managers for this remote target. Metadata JSON : Id : : Modified : Status : State : enum ( Enabled, Disabled, Offline, InTest, Starting, Absent ) Health : enum ( OK, Warning, Critical ), API Specification August Document Number:

21 HealthRollup : Critical ), EnumStatus : NotEnumStatus ) Type : Addresses : [ number, (URL) Initiator : [ enum( iscsi ) : TargetLUN : [ iscsi : enum ( OK, Warning, enum ( EnumStatus, ] TargetIQN : TargetPortalIP : TargetPortalPort : InitiatorIQN : ] Oem :, Links : LogicalDrives : [ ManagedBy : [ Oem : LUN : LogicalDrive : number object August 205 API Specification Document Number:

22 Request Operations Get GET /rest/v/services//targets/ Content-Type: applicaton/json : /rest/v/$metadata#rsaremotetargets/links/members/$entity, : #RSARemoteTarget..0.0.RSARemoteTarget, Id :, : RSA Remote Target, Modified : T4:44, Status : State : < Enabled, Disabled, Offline, InTest, Starting, Absent > Health : < OK, Warning, Critical >, EnumStatus : < Enumerated, NotEnumerated > Type : Network Storage, Address : [ iscsi : TargetLUN : [ LUN :, Drive : /rest/v/services//logicaldrives/ TargetIQN : iqn com.example:ceph-ubuntu4, TargetPortalIP : , TargetPortalPort : 3260 Initiator : [ iscsi : InitiatorIQN : iqn com.example:fedora2 ] Oem :, Links : LogicalDrives : [ /rest/v/services//logicaldrives/ API Specification August Document Number:

23 Put Request Patch ManagedBy : [ /rest/v/managers/ Oem : PATCH /rest/v/services//targets/2 Content-Type: application/json Addresses : [ iscsi : TargetIQN : iqn com.example:ceph-ubuntu4, Initiator : [ iscsi : InitiatorIQN : iqn com.example:fedora2 ] Response HTTP/. 204 No Content Post Request: Delete DELETE /rest/v/services//targets/2 Response: HTTP/. 204 No Content August 205 API Specification Document Number:

24 Intel Rack Scale Architecture logical drive collection Intel Rack Scale Architecture logical drive collection resource provides collection of available storage logical drives (logical discs, partitions, volume groups, volumes, etc.). Table 2 Intel Rack Scale Architecture logical drive collection attributes Intel Rack Scale Architecture logical drives Type URI /rest/v/services/serviceid/logicaldrives Attribute Type Required Description String Yes of collection. Modified String Yes The date-time stamp that the object was last modified. Metadata JSON : : Modified : Links : [email protected] :number, Members : [ ] Request Operations Get GET /rest/v/services//logicaldrives Content-Type: application/json : /rest/v/$metadata#rsalogicaldrives, : #RSALogicalDrive..0.0.RSALogicalDriveCollection, : Logical Drives Collection, Modified : T4:44:00+00:00, Links : [email protected] :, Members : [ /rest/v/services//logicaldrives/ ] API Specification August Document Number:

25 Put Patch Request Post POST /rest/v/services//logicaldrives Content-Type: application/json "": "RSA Logical Drive", "Type": "LVM", "Mode": "LV", "Protected": false, "AssetTag": "CustomerWritableThing", "CapacityGB": 8096, "Image": "Ubuntu LTS / Linux 3. / 204.", "Bootable": true, "Snapshot": true, "Links": "LogicalDrives": [ "@odata.id": "/rest/v/services//logicaldrives/4" "MasterDrive": "@odata.id": "/rest/v/services//logicaldrives/2" Response: LogicalDrives must contain single link to LogicalDrive which is Logical Volume Group ( Mode = LVG ). MasterDrive shall contain link to single LogicalDrive which is Logical Volume ( Mode = LV ) and which should be used as source for snapshot/clone. HTTP/. 20 Created Location: Delete August 205 API Specification Document Number:

26 Intel Rack Scale Architecture logical drive Intel Rack Scale Architecture logical drive resource provides detailed information about a single logical drive available in storage service. Table 3 Intel Rack Scale Architecture logical drive attributes Intel Rack Scale Architecture logical drive Type URI /rest/v/services/serviceid/logicaldrives/driveid Attribute Type Required Description Id String Yes Provides a description of this resource. String Yes of component. Modified String Yes The date-time stamp that the object was last modified. Resource status represented by the following object: Type Required Description State String Yes Known state of the resource. Status Object Yes Health String No Overall health state from the view of this resource. HealthRollup String No Health state of this resource in the absence of its dependent resources. Type String,null No Type of volume Mode String(enum) Yes Mode defines how the logical drive is built on top of underlying physical/logical drives. The value shall correspond to the logical drive type. Generic: JBOD, BlockDevice, LogicalDrive Logical Volume Manager: PV, LV, LVG CEPH: OSD, Pool RSTe, MDRAID: RAID0, RAID, RAID0, RAID5, RAID6, RAID50, RAID60 Protected Bool Yes Write (modify) protection state. Snapshot Bool No Indicates if the logical drive should be created as a snapshot of the source master drive, or should be created as a full copy of an image from the source master drive. AssetTag String,null No Customer writable tag. CapacityGB Number Yes Drive capacity in GB. Image String,null No Image name. Bootable Bool No Specify if target is bootable. LogicalDrives Array Yes Array of links to logical drives. PhysicalDrives Array Yes Array of links to physical drives. MasterDrive Link No Link to master copy of this logical drive (if created by cloning). UsedBy Array No Array of links to other logical drive using this volume. Targets Array No Array of targets using this logical drive. ManagedBy Array Yes Array of links to managers of this volume.. TBD. Metadata API Specification August Document Number:

27 JSON : Id : : Modified : Status : State : enum ( Enabled, Disabled, Offline, InTest, Starting, Absent ) Health : enum ( OK, Warning, Critical ),, Type : Mode : enum ( PV, LV, LVG, OSD, Pool, RAID0, RAID, RAID0, RAID5, RAID6, RAID50, RAID60, JBOD, BlockDevice, LogicalDrive ), Protected : boolean, Snapshot : boolean, CapacityGB : number, AssetTag : Image : Bootable : boolean, Oem : object, Links : LogicalDrives : [ PhysicalDrives : [ MasterDrive :, UsedBy :[ Targets : [ ManagedBy : [ Oem : object August 205 API Specification Document Number:

28 Request Operations Get GET /rest/v/services//logicaldrives/ Content-Type: applicaton/json : /rest/v/$metadata#rsalogicaldrives/links/members/$entity, : #RSALogicalDrive..0.0.RSALogicalDrive, Id :, : RSA Logical Drive, Modified : T23:23:23+00:00, Status : State : < Enabled, Disabled, Offline, InTest, Starting, Absent > Health : < OK, Warning, Critical >, Type : LVM, Mode : RAID0, Protected : false, AssetTag : CustomerWritableThing, CapacityGB : 8096, Image : Ubuntu LTS / Linux 3. / 204., Bootable : true, Snapshot : false, Oem :, Links : LogicalDrives : [ PhysicalDrives : [ /rest/v/services//drives/2 MasterDrive : /rest/v/services//logicaldrives/2, UsedBy : [ /rest/v/services//logicaldrives/4 Targets : [ /rest/v/services//targets/2 API Specification August Document Number:

29 Put Patch Post Request Delete ManagedBy : [ /rest/v/managers/ Oem : DELETE /rest/v/services//logicaldrives/5 Response HTTP/. 204 No Content Physical drive collection Physical drive collection resource provides collection of all storage drives available in a storage service. Table 4 Type URI Physical drive collection attributes Physical drives /rest/v/services/serviceid/drives Attribute Type Required Description String Yes of collection. Modified String Yes The date-time stamp that the object was last modified. TBD. Metadata JSON : : Modified : Links : [email protected] : number, Members : [ August 205 API Specification Document Number:

30 ] Request: Operations Get GET /rest/v/services//drives Content-Type: application/json : /rest/v/$metadata#drives, : #PhysicalDrive..0.0.PhysicalDrivesCollection, : Physical Drives Collection, Modified : T2:44:00+00:00, Links : [email protected] :, Members : [ /rest/v/services//drives/ ] Put Patch Post Delete API Specification August Document Number:

31 Physical drive Physical drive resource provides detailed information about a single drive identified by driveid. Table 5 Type URI Physical drive attributes Physical drive /rest/v/services/serviceid/drives/driveid Attribute Type Mandatory Description Id String Yes Provides an ID of this resource. String Yes of module. Modified String Yes The date-time stamp that the object was last modified. Interface String (enum) Yes Controller interface. CapacityGB Number Yes Drive capacity in GB. Type String No Drive type. RPM Number No For traditional drive, rotation per minute. Manufacturer String No Drive manufacturer name. Model String No Drive model. SerialNumber String No Drive serial number. Resource status represented by following object: Type Required Description State String Yes Known state of the resources. Status Object Yes Health String No Overall health state from the view of the resources. HealthRollup String No Health state of this resource in the absence of its dependent resource. Oem Object No OEM defined object. UsedBy Array No Array of links to block devices build on this drive. Metadata JSON : Id : : Modified : Interface : enum ( PCIe, SAS, SATA ) CapacityGB : number, Type : enum ( HDD, SSD ) RPM : number, Manufacturer : Model : SerialNumber : Status : State : enum ( Enabled, Disabled, Offline, InTest, Starting, Absent ) August 205 API Specification Document Number:

32 Health : Critical ), HealthRollup : Critical ), Oem : Links : UsedBy :, ManagedBy : [ Oem : enum ( OK, Warning, enum ( OK, Warning, object, object Request: Operations Get GET /rest/v/services//drives/driveid Content-Type: application/json : /rest/v/$metadata#drive/links/members/$entity, : #PhysicalDrive..0.0.PhysicalDrive, Id :, : Simple drive Modified : T2:44:00+00:00, Interface : < PCIe, SAS, SATA > CapacityGB : 500, Type : < HDD, SSD >, RPM : 0, Manufacturer : Intel, Model : S370, SerialNumber : XYZ , Status : State : < Enabled, Disabled, Offline, InTest, Starting, Absent >, Health : < OK, Warning, Critical >, HealthRollup : < OK, Warning, Critical >, Oem :, Links : UsedBy : [ /rest/v/services//logicaldrives/ API Specification August Document Number:

33 Put Patch Post Delete ManagedBy : [ /rest/v/managers/ Oem : Intel Rack Scale Architecture storage manager collection Intel Rack Scale Architecture storage manager collection resource provides collection of available storage managers. Table 6 Type URI Intel Rack Scale Architecture storage manager collection attributes Intel Rack Scale Architecture storage manager collection /rest/v/managers Attribute Type Required Description String Yes of service collection. Modified String Yes The date-time stamp that the object was last modified. Metadata JSON : : Modified : Links : [email protected] : number, Members : [ ] August 205 API Specification Document Number:

34 Request Operations Get GET /rest/v/managers Content-Type: application/json : /rest/v/$metadata#rsastoragemanagers, : #RSAStorageManager..0.0.RSAStorageManagers, : Storage Managers Collection, Modified : T4:44:00+00:00, Links : [email protected] :, Members : [ /rest/v/managers/ ] Put Patch Post Delete Intel Rack Scale Architecture storage manager Intel Rack Scale Architecture storage manager resource provides detailed information about a storage manager. Table 7 Intel Rack Scale Architecture storage manager attributes Intel Rack Scale Architecture storage manager Type URI /rest/v/managers/managerid Attribute Type Mandatory Description Id String Yes Provides a ID of this resource. String Yes of resource. Modified String Yes The date-time stamp that the object was last modified. ManagerType String Yes Type of manager. API Specification August Document Number:

35 Type URI Intel Rack Scale Architecture storage manager /rest/v/managers/managerid Attribute Type Mandatory Description Resource status represented by following object: Type Mandatory Description State String Yes Known state of the resource. Health String,null No Overall health state Status Object Yes from the view of this resource. HealthRollup String,null No Health state of this resource in the absence of its dependent resources. Resource status represented by following object: Firmware Object No Type Mandatory Description Current String Yes Current firmware version Oem Object.null No OEM defined object Resource status represented by following object: Type Mandatory Description Enabled Boolean Yes Console availability MaxConcurrentSessions Number No Number of sessions GraphicalConsole Object Yes that can be established at the same time. ConnectTypesSupported Enum No Supported types of connection. Resource status represented by following object: Type Mandatory Description Enabled Boolean Yes Console availability. MaxConcurrentSessions Number No Number of sessions SerialConsole Object Yes that can be established at the same time. ConnectTypesSupported Enum No Supported types of connection. Resource status represented by following object: Type Mandatory Description Enabled Boolean Yes Console availability. CommandShell Object Yes MaxConcurrentSessions Number No Number of sessions that can be established at the same time. ConnectTypesSupported Enum No Supported types of connection. SimpleNetwork Link Yes Link to collection of Network Interfaces. NetworkService Link Yes Link to Network Protocol object containing list of all protocols supported by this manager. TBD. Metadata August 205 API Specification Document Number:

36 JSON : Id : : Modified : ManagerType : enum ( ManagementController, EnclosureManager, BMC ) Status : State : enum ( Enabled, Disabled, Offline, InTest, Starting, Absent ) Health : enum ( OK, Warning, Critical ),, Firmware : Current : VersionString :, GraphicalConsole : Enabled : boolean, MaxConcurrentSessions Number, ConnectTypesSupported enum ( KVMIP, Oem ), SerialConsole : Enabled : boolean, MaxConcurrentSessions Number, ConnectTypesSupported enum ( SSH, Telnet, IPMI, Oem ), CommandShell : Enabled : boolean, MaxConcurrentSessions Number, ConnectTypesSupported enum ( SSH, Telnet, IPMI, Oem ), Oem : Links : Services : [ RemoteTargets : [ LogicalDrives : [ object, NetworkService : API Specification August Document Number:

37 , SimpleNetwork :, Oem : Request Operations Get GET /rest/v/managers/ : /rest/v/$metadata#rsastoragemanagers/links/members/$entity, : #RSAStorageManager..0.0.RSAStorageManager, Id :, : RSA Storage Manager, Modified : T4:44:00+00:00, ManagerType : ManagementController, Status : State : < Enabled, Disabled, Offline, InTest, Starting, Absent > Health : < OK, Warning, Critical >, Firmware : Current : VersionString :..2.0, GraphicalConsole : Enabled : false,, SerialConsole : Enabled : false,, CommandShell : Enabled : false,, Oem :, Links : Services : [ /rest/v/services/ RemoteTargets : [ /rest/v/services//targets/ August 205 API Specification Document Number:

38 Put Patch Post Delete LogicalDrives : [ /rest/v/services//logicaldrives/ NetworkService : /rest/v/managers//networkservice, SimpleNetwork : /rest/v/managers//ethernetinterfaces, Oem : Network service Refer to the Intel Rack Scale Architecture PSME API Specification. Network interface collection Refer to the Intel Rack Scale Architecture PSME API Specification. Network interface Refer to the Intel Rack Scale Architecture PSME API Specification. API Specification August Document Number:

Intel Rack Scale Architecture PSME

Intel Rack Scale Architecture PSME Software Release 1.1 Revision 003 Document Number: 332874-003 All information provided here is subject to change without notice. Contact your Intel representative to obtain the latest Intel product specifications

More information

iscsi Quick-Connect Guide for Red Hat Linux

iscsi Quick-Connect Guide for Red Hat Linux iscsi Quick-Connect Guide for Red Hat Linux A supplement for Network Administrators The Intel Networking Division Revision 1.0 March 2013 Legal INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH

More information

Intel Data Center Manager. Data center IT agility and control

Intel Data Center Manager. Data center IT agility and control Intel Data Center Manager Data center IT agility and control The Data Center Ecosystem 2 Why do we care about Data Center Management? attributed to devices connected to the Internet of Everything (up from

More information

The Case for Rack Scale Architecture

The Case for Rack Scale Architecture The Case for Rack Scale Architecture An introduction to the next generation of Software Defined Infrastructure Intel Data Center Group Pooled System Top of Rack Switch POD Manager Network CPU/Memory Storage

More information

Intel RAID Volume Recovery Procedures

Intel RAID Volume Recovery Procedures Intel RAID Volume Recovery Procedures Revision 1.0 12/20/01 Revision History Date Revision Number 12/20/01 1.0 Release Modifications Disclaimers Information in this document is provided in connection with

More information

Lustre* HSM in the Cloud. Robert Read, Intel HPDD

Lustre* HSM in the Cloud. Robert Read, Intel HPDD Lustre* HSM in the Cloud Robert Read, Intel HPDD Overview Lustre in the Cloud HSM for Cloud Importing from Amazon Simple Storage Service* (S3) General archive with S3 Crazy snapshot idea 2 Lustre in the

More information

Intel Simple Network Management Protocol (SNMP) Subagent v6.0

Intel Simple Network Management Protocol (SNMP) Subagent v6.0 Intel Simple Network Management Protocol (SNMP) Subagent v6.0 User Guide March 2013 ii Intel SNMP Subagent User s Guide Legal Information INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL

More information

Fairsail REST API: Guide for Developers

Fairsail REST API: Guide for Developers Fairsail REST API: Guide for Developers Version 1.02 FS-API-REST-PG-201509--R001.02 Fairsail 2015. All rights reserved. This document contains information proprietary to Fairsail and may not be reproduced,

More information

Monthly Specification Update

Monthly Specification Update Monthly Specification Update Intel Server Board S1400FP Family August, 2013 Enterprise Platforms and Services Marketing Enterprise Platforms and Services Marketing Monthly Specification Update Revision

More information

Common definitions and specifications for OMA REST interfaces

Common definitions and specifications for OMA REST interfaces Common definitions and specifications for OMA REST interfaces Candidate Version 1.0 11 Jan 2011 Open Mobile Alliance OMA-TS-REST_Common-V1_0-20110111-C OMA-TS-REST_Common-V1_0-20110111-C Page 2 (20) Use

More information

Symantec Endpoint Protection Shared Insight Cache User Guide

Symantec Endpoint Protection Shared Insight Cache User Guide Symantec Endpoint Protection Shared Insight Cache User Guide Symantec Endpoint Protection Shared Insight Cache User Guide The software described in this book is furnished under a license agreement and

More information

Intel Cloud Builder Guide to Cloud Design and Deployment on Intel Xeon Processor-based Platforms

Intel Cloud Builder Guide to Cloud Design and Deployment on Intel Xeon Processor-based Platforms Intel Cloud Builder Guide to Cloud Design and Deployment on Intel Xeon Processor-based Platforms Enomaly Elastic Computing Platform, * Service Provider Edition Executive Summary Intel Cloud Builder Guide

More information

Remote/Branch Office IT Consolidation with Lenovo S2200 SAN and Microsoft Hyper-V

Remote/Branch Office IT Consolidation with Lenovo S2200 SAN and Microsoft Hyper-V Remote/Branch Office IT Consolidation with Lenovo S2200 SAN and Microsoft Hyper-V Most data centers routinely utilize virtualization and cloud technology to benefit from the massive cost savings and resource

More information

Dell Server Management Pack Suite Version 6.0 for Microsoft System Center Operations Manager User's Guide

Dell Server Management Pack Suite Version 6.0 for Microsoft System Center Operations Manager User's Guide Dell Server Management Pack Suite Version 6.0 for Microsoft System Center Operations Manager User's Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make

More information

Installing and Configuring the Intel Server Manager 8 SNMP Subagents. Intel Server Manager 8.40

Installing and Configuring the Intel Server Manager 8 SNMP Subagents. Intel Server Manager 8.40 Installing and Configuring the Intel Server Manager 8 SNMP Subagents Intel Server Manager 8.40 Legal Information This Installing and Configuring the Intel Server Manager 8 SNMP Subagents--Intel Server

More information

COSBench: A benchmark Tool for Cloud Object Storage Services. [email protected] 2012.10

COSBench: A benchmark Tool for Cloud Object Storage Services. Jiangang.Duan@intel.com 2012.10 COSBench: A benchmark Tool for Cloud Object Storage Services [email protected] 2012.10 Updated June 2012 Self introduction COSBench Introduction Agenda Case Study to evaluate OpenStack* swift performance

More information

with PKI Use Case Guide

with PKI Use Case Guide Intel Identity Protection Technology (Intel IPT) with PKI Use Case Guide Version 1.0 Document Release Date: February 29, 2012 Intel IPT with PKI Use Case Guide i Legal Notices and Disclaimers INFORMATION

More information

Intel Unite. User Guide

Intel Unite. User Guide Intel Unite User Guide Intel Unite Users Guide September 2015 Legal Disclaimers & Copyrights All information provided here is subject to change without notice. Contact your Intel representative to obtain

More information

Acronis Storage Gateway

Acronis Storage Gateway Acronis Storage Gateway DEPLOYMENT GUIDE Revision: 12/30/2015 Table of contents 1 Introducing Acronis Storage Gateway...3 1.1 Supported storage backends... 3 1.2 Architecture and network diagram... 4 1.3

More information

Intel Data Migration Software

Intel Data Migration Software User Guide Software Version 2.0 Document Number: 324324-002US INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY

More information

Intel Rack Scale Architecture Utilizing EMC ScaleIO and CoprHD Open Source Storage Controller

Intel Rack Scale Architecture Utilizing EMC ScaleIO and CoprHD Open Source Storage Controller Intel Rack Scale Architecture Utilizing EMC ScaleIO and CoprHD Open Source Storage Controller Whitepaper August 2015 Revision 001 Document Number: 332970-001 EMC believes the information in this publication

More information

Intel Matrix Storage Console

Intel Matrix Storage Console Intel Matrix Storage Console Reference Content January 2010 Revision 1.0 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE,

More information

Intel Cloud Builder Guide: Cloud Design and Deployment on Intel Platforms

Intel Cloud Builder Guide: Cloud Design and Deployment on Intel Platforms EXECUTIVE SUMMARY Intel Cloud Builder Guide Intel Xeon Processor-based Servers Red Hat* Cloud Foundations Intel Cloud Builder Guide: Cloud Design and Deployment on Intel Platforms Red Hat* Cloud Foundations

More information

Intel EP80579 Software for Security Applications on Intel QuickAssist Technology Cryptographic API Reference

Intel EP80579 Software for Security Applications on Intel QuickAssist Technology Cryptographic API Reference Intel EP80579 Software for Security Applications on Intel QuickAssist Technology Cryptographic API Reference Automatically generated from sources, May 19, 2009. Reference Number: 320184, Revision -003

More information

Intel Solid-State Drive Data Center Tool User Guide Version 1.1

Intel Solid-State Drive Data Center Tool User Guide Version 1.1 Intel Solid-State Drive Data Center Tool User Guide Version 1.1 Order Number: 327191-002 October 2012 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR

More information

Remote Access API 2.0

Remote Access API 2.0 VYATTA A BROCADE COMPANY Vyatta System Remote Access API 2.0 REFERENCE GUIDE Vyatta A Brocade Company 130 Holger Way San Jose, CA 95134 www.brocade.com 408 333 8400 COPYRIGHT Copyright 2005 2015 Vyatta,

More information

LANDESK Service Desk. Desktop Manager

LANDESK Service Desk. Desktop Manager LANDESK Service Desk Desktop Manager LANDESK SERVICE DESK DESKTOP MANAGER GUIDE This document contains information, which is the confidential information and/or proprietary property of LANDESK Software,

More information

How to Configure Intel X520 Ethernet Server Adapter Based Virtual Functions on Citrix* XenServer 6.0*

How to Configure Intel X520 Ethernet Server Adapter Based Virtual Functions on Citrix* XenServer 6.0* How to Configure Intel X520 Ethernet Server Adapter Based Virtual Functions on Citrix* XenServer 6.0* Technical Brief v1.0 December 2011 Legal Lines and Disclaimers INFORMATION IN THIS DOCUMENT IS PROVIDED

More information

How to Configure Intel Ethernet Converged Network Adapter-Enabled Virtual Functions on VMware* ESXi* 5.1

How to Configure Intel Ethernet Converged Network Adapter-Enabled Virtual Functions on VMware* ESXi* 5.1 How to Configure Intel Ethernet Converged Network Adapter-Enabled Virtual Functions on VMware* ESXi* 5.1 Technical Brief v1.0 February 2013 Legal Lines and Disclaimers INFORMATION IN THIS DOCUMENT IS PROVIDED

More information

Benchmarking Cloud Storage through a Standard Approach Wang, Yaguang Intel Corporation

Benchmarking Cloud Storage through a Standard Approach Wang, Yaguang Intel Corporation Benchmarking Cloud Storage through a Standard Approach Wang, Yaguang Intel Corporation Legal Notices and Disclaimers INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE,

More information

TCP/IP ports on the CMM, IMM, IMM2, RSA II, BMC, and AMM management processors 1

TCP/IP ports on the CMM, IMM, IMM2, RSA II, BMC, and AMM management processors 1 TCP/IP ports on the CMM, IMM, IMM2, RSA II, BMC, and AMM management processors Reference Information Chassis Management Module (CMM) TCP/IP ports on the CMM, IMM, IMM2, RSA II, BMC, and AMM management

More information

Cloud based Holdfast Electronic Sports Game Platform

Cloud based Holdfast Electronic Sports Game Platform Case Study Cloud based Holdfast Electronic Sports Game Platform Intel and Holdfast work together to upgrade Holdfast Electronic Sports Game Platform with cloud technology Background Shanghai Holdfast Online

More information

Intel Retail Client Manager Audience Analytics

Intel Retail Client Manager Audience Analytics Intel Retail Client Manager Audience Analytics By using this document, in addition to any agreements you have with Intel, you accept the terms set forth below. You may not use or facilitate the use of

More information

SyAM Software* Server Monitor Local/Central* on a Microsoft* Windows* Operating System

SyAM Software* Server Monitor Local/Central* on a Microsoft* Windows* Operating System SyAM Software* Server Monitor Local/Central* on a Microsoft* Windows* Operating System with Internal Storage Focusing on IPMI Out of Band Management Recipe ID: 19SYAM190000000011-01 Contents Hardware Components...3

More information

Enclosure Management Cabling Guide for Intel C200 and C600 Series Chipset Based Server Systems with Hot-Swap Drive Enclosures

Enclosure Management Cabling Guide for Intel C200 and C600 Series Chipset Based Server Systems with Hot-Swap Drive Enclosures Enclosure Management Cabling Guide for Intel C200 and C600 Series Chipset Based Server Systems with Hot-Swap Drive Enclosures Cabling Guide for: Intel C200 or C600 Series Chipset based Server Boards and

More information

NVM Express TM Infrastructure - Exploring Data Center PCIe Topologies

NVM Express TM Infrastructure - Exploring Data Center PCIe Topologies Architected for Performance NVM Express TM Infrastructure - Exploring Data Center PCIe Topologies January 29, 2015 Jonmichael Hands Product Marketing Manager, Intel Non-Volatile Memory Solutions Group

More information

Intel Service Assurance Administrator. Product Overview

Intel Service Assurance Administrator. Product Overview Intel Service Assurance Administrator Product Overview Running Enterprise Workloads in the Cloud Enterprise IT wants to Start a private cloud initiative to service internal enterprise customers Find an

More information

Dell EqualLogic Red Hat Enterprise Linux 6.2 Boot from SAN

Dell EqualLogic Red Hat Enterprise Linux 6.2 Boot from SAN Dell EqualLogic Red Hat Enterprise Linux 6.2 Boot from SAN A Dell EqualLogic best practices technical white paper Storage Infrastructure and Solutions Engineering Dell Product Group November 2012 2012

More information

Cloud Design and Deployment on Intel Xeon Processor-based Platforms

Cloud Design and Deployment on Intel Xeon Processor-based Platforms Intel Cloud Builders Guide Intel Xeon Processor-based Servers Huawei SingleCLOUD* Case Study Cloud Design and Deployment on Intel Xeon Processor-based Platforms Huawei SingleCLOUD* AUDIENCE AND PURPOSE

More information

Intel Ethernet Switch Load Balancing System Design Using Advanced Features in Intel Ethernet Switch Family

Intel Ethernet Switch Load Balancing System Design Using Advanced Features in Intel Ethernet Switch Family Intel Ethernet Switch Load Balancing System Design Using Advanced Features in Intel Ethernet Switch Family White Paper June, 2008 Legal INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL

More information

Creating Overlay Networks Using Intel Ethernet Converged Network Adapters

Creating Overlay Networks Using Intel Ethernet Converged Network Adapters Creating Overlay Networks Using Intel Ethernet Converged Network Adapters Technical Brief Networking Division (ND) August 2013 Revision 1.0 LEGAL INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION

More information

Dell One Identity Cloud Access Manager 8.0.1 - How to Configure for SSO to SAP NetWeaver using SAML 2.0

Dell One Identity Cloud Access Manager 8.0.1 - How to Configure for SSO to SAP NetWeaver using SAML 2.0 Dell One Identity Cloud Access Manager 8.0.1 - How to Configure for SSO to SAP NetWeaver using SAML 2.0 May 2015 About this guide Prerequisites and requirements NetWeaver configuration Legal notices About

More information

Out-of-Band Management Reference

Out-of-Band Management Reference www.novell.com/documentation Out-of-Band Management Reference ZENworks 11 Support Pack 3 Beta February 2014 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents

More information

Acronis Disk Director 11 Advanced Server. Quick Start Guide

Acronis Disk Director 11 Advanced Server. Quick Start Guide Acronis Disk Director 11 Advanced Server Quick Start Guide Copyright Acronis, Inc., 2000-2010. All rights reserved. Acronis and Acronis Secure Zone are registered trademarks of Acronis, Inc. "Acronis Compute

More information

RSA Authentication Manager 7.1 to 8.1 Migration Guide: Upgrading RSA SecurID Appliance 3.0 On Existing Hardware

RSA Authentication Manager 7.1 to 8.1 Migration Guide: Upgrading RSA SecurID Appliance 3.0 On Existing Hardware RSA Authentication Manager 7.1 to 8.1 Migration Guide: Upgrading RSA SecurID Appliance 3.0 On Existing Hardware Contact Information Go to the RSA corporate website for regional Customer Support telephone

More information

Server Virtualization with QNAP Turbo NAS and Citrix XenServer How to Set up QNAP Turbo NAS as Storage Repositories on Citrix XenServer via iscsi

Server Virtualization with QNAP Turbo NAS and Citrix XenServer How to Set up QNAP Turbo NAS as Storage Repositories on Citrix XenServer via iscsi Server Virtualization with QNAP Turbo NAS and Citrix XenServer How to Set up QNAP Turbo NAS as Storage Repositories on Citrix XenServer via iscsi Copyright 2010. QNAP Systems, Inc. All Rights Reserved.

More information

Intel HTML5 Development Environment. Article - Native Application Facebook* Integration

Intel HTML5 Development Environment. Article - Native Application Facebook* Integration Intel HTML5 Development Environment Article - Native Application Facebook* Integration V3.06 : 07.16.2013 Legal Information INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO

More information

Intel Active Management Technology Embedded Host-based Configuration in Intelligent Systems

Intel Active Management Technology Embedded Host-based Configuration in Intelligent Systems WHITE PAPER Intel vpro Technology Embedded Host-based Configuration in Intelligent Systems Easy activation of Intel vpro technology remote manageability without trade-offs in security, functionality, and

More information

ORACLE OPS CENTER: PROVISIONING AND PATCH AUTOMATION PACK

ORACLE OPS CENTER: PROVISIONING AND PATCH AUTOMATION PACK ORACLE OPS CENTER: PROVISIONING AND PATCH AUTOMATION PACK KEY FEATURES PROVISION FROM BARE- METAL TO PRODUCTION QUICKLY AND EFFICIENTLY Controlled discovery with active control of your hardware Automatically

More information

Intel Internet of Things (IoT) Developer Kit

Intel Internet of Things (IoT) Developer Kit Intel Internet of Things (IoT) Developer Kit IoT Cloud-Based Analytics User Guide September 2014 IoT Cloud-Based Analytics User Guide Introduction Table of Contents 1.0 Introduction... 4 1.1. Revision

More information

Intel Modular Server System MFSYS25

Intel Modular Server System MFSYS25 Intel Modular Server System MFSYS25 Intel Modular Server Control OEM Branding December 5, 2007 Enterprise Platforms and Services Division 2 Intel Modular Server System MFSYS25 Intel Modular Server Control

More information

Intel System Event Log (SEL) Viewer Utility

Intel System Event Log (SEL) Viewer Utility Intel System Event Log (SEL) Viewer Utility User Guide Document No. E12461-003 Legal Statements INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS FOR THE GENERAL PURPOSE OF SUPPORTING

More information

September 2009 Cloud Storage for Cloud Computing

September 2009 Cloud Storage for Cloud Computing September 2009 Cloud Storage for Cloud Computing This paper is a joint production of the Storage Networking Industry Association and the Open Grid Forum. Copyright 2009 Open Grid Forum, Copyright 2009

More information

Different NFV/SDN Solutions for Telecoms and Enterprise Cloud

Different NFV/SDN Solutions for Telecoms and Enterprise Cloud Solution Brief Artesyn Embedded Technologies* Telecom Solutions Intel Xeon Processors Different NFV/SDN Solutions for Telecoms and Enterprise Cloud Networking solutions from Artesyn Embedded Technologies*

More information

Monthly Specification Update

Monthly Specification Update Intel Server Board S1200BTLR Intel Server Board S1200BTSR Intel Server Board S1200BTLRM Intel Server System R1304BTLSFANR Intel Server System R1304BTSSFANR Intel Server System R1304BTLSHBNR Intel Server

More information

Intel Solid State Drive Toolbox

Intel Solid State Drive Toolbox 3.3.5 Document Number: 325993-026US Intel technologies features and benefits depend on system configuration and may require enabled hardware, software or service activation. Performance varies depending

More information

Intel Data Direct I/O Technology (Intel DDIO): A Primer >

Intel Data Direct I/O Technology (Intel DDIO): A Primer > Intel Data Direct I/O Technology (Intel DDIO): A Primer > Technical Brief February 2012 Revision 1.0 Legal Statements INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE,

More information

Intel Entry Storage System SS4000-E

Intel Entry Storage System SS4000-E Intel Entry Storage System SS4000-E Software Release Notes March, 2006 Storage Systems Technical Marketing Revision History Intel Entry Storage System SS4000-E Revision History Revision Date Number 3 Mar

More information

System Event Log (SEL) Viewer User Guide

System Event Log (SEL) Viewer User Guide System Event Log (SEL) Viewer User Guide For Extensible Firmware Interface (EFI) and Microsoft Preinstallation Environment Part Number: E12461-001 Disclaimer INFORMATION IN THIS DOCUMENT IS PROVIDED IN

More information

vcloud Air Platform Programmer's Guide

vcloud Air Platform Programmer's Guide vcloud Air Platform Programmer's Guide vcloud Air OnDemand 5.7 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

Intel Cloud Builders Guide to Cloud Design and Deployment on Intel Platforms

Intel Cloud Builders Guide to Cloud Design and Deployment on Intel Platforms Intel Cloud Builders Guide Intel Xeon Processor-based Servers NTT DATA BIZXAAS* Full OSS Cloud Solution Intel Cloud Builders Guide to Cloud Design and Deployment on Intel Platforms NTT DATA BIZXAAS* Full

More information

Best Practices for Installing and Configuring the Hyper-V Role on the LSI CTS2600 Storage System for Windows 2008

Best Practices for Installing and Configuring the Hyper-V Role on the LSI CTS2600 Storage System for Windows 2008 Best Practices Best Practices for Installing and Configuring the Hyper-V Role on the LSI CTS2600 Storage System for Windows 2008 Installation and Configuration Guide 2010 LSI Corporation August 13, 2010

More information

QNAP in vsphere Environment

QNAP in vsphere Environment QNAP in vsphere Environment HOW TO USE QNAP NAS AS A VMWARE DATASTORE VIA ISCSI Copyright 2010. QNAP Systems, Inc. All Rights Reserved. V1.8 Document revision history: Date Version Changes Jan 2010 1.7

More information

Intel System Event Log (SEL) Viewer Utility

Intel System Event Log (SEL) Viewer Utility Intel System Event Log (SEL) Viewer Utility User Guide Document No. E12461-005 Legal Statements INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS FOR THE GENERAL PURPOSE OF SUPPORTING

More information

Intel SSD 520 Series Specification Update

Intel SSD 520 Series Specification Update Intel SSD 520 Series Specification Update June 2012 Revision 1.0 Document Number: 327567-001US INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED,

More information

Server Virtualization with QNAP Turbo NAS and Microsoft Hyper-V

Server Virtualization with QNAP Turbo NAS and Microsoft Hyper-V Server Virtualization with QNAP Turbo NAS and Microsoft Hyper-V How to set up the QNAP Turbo NAS as an iscsi storage for Microsoft Hyper-V and as an ISOs repository Copyright 2010. QNAP Systems, Inc. All

More information

EMC CENTERA VIRTUAL ARCHIVE

EMC CENTERA VIRTUAL ARCHIVE White Paper EMC CENTERA VIRTUAL ARCHIVE Planning and Configuration Guide Abstract This white paper provides best practices for using EMC Centera Virtual Archive in a customer environment. The guide starts

More information

Contents. 2 Alfresco API Version 1.0

Contents. 2 Alfresco API Version 1.0 The Alfresco API Contents The Alfresco API... 3 How does an application do work on behalf of a user?... 4 Registering your application... 4 Authorization... 4 Refreshing an access token...7 Alfresco CMIS

More information

Intel Storage System SSR212CC Enclosure Management Software Installation Guide For Red Hat* Enterprise Linux

Intel Storage System SSR212CC Enclosure Management Software Installation Guide For Red Hat* Enterprise Linux Intel Storage System SSR212CC Enclosure Management Software Installation Guide For Red Hat* Enterprise Linux Order Number: D58855-002 Disclaimer Information in this document is provided in connection with

More information

Intel Media SDK Library Distribution and Dispatching Process

Intel Media SDK Library Distribution and Dispatching Process Intel Media SDK Library Distribution and Dispatching Process Overview Dispatching Procedure Software Libraries Platform-Specific Libraries Legal Information Overview This document describes the Intel Media

More information

Syncplicity On-Premise Storage Connector

Syncplicity On-Premise Storage Connector Syncplicity On-Premise Storage Connector Implementation Guide Abstract This document explains how to install and configure the Syncplicity On-Premise Storage Connector. In addition, it also describes how

More information

Intel Unite Solution. Standalone User Guide

Intel Unite Solution. Standalone User Guide Intel Unite Solution Standalone User Guide Legal Disclaimers & Copyrights All information provided here is subject to change without notice. Contact your Intel representative to obtain the latest Intel

More information

Cloud Service Brokerage Case Study. Health Insurance Association Launches a Security and Integration Cloud Service Brokerage

Cloud Service Brokerage Case Study. Health Insurance Association Launches a Security and Integration Cloud Service Brokerage Cloud Service Brokerage Case Study Health Insurance Association Launches a Security and Integration Cloud Service Brokerage Cloud Service Brokerage Case Study Health Insurance Association Launches a Security

More information

LANDevice:1 Device Template Version 1.01

LANDevice:1 Device Template Version 1.01 LANDevice:1 Device Template Version 1.01 For UPnP Version 1.0 Status: Standardized DCP Date: November 12, 2001 This Standardized DCP has been adopted as a Standardized DCP by the Steering Committee of

More information

Intel System Event Log (SEL) Viewer Utility

Intel System Event Log (SEL) Viewer Utility Intel System Event Log (SEL) Viewer Utility User Guide Document No. E12461-007 Legal Statements INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS FOR THE GENERAL PURPOSE OF SUPPORTING

More information

Intel Retail Client Manager

Intel Retail Client Manager Intel Retail Client Manager Frequently Asked Questions June 2014 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO

More information

Cloud Elements! Marketing Hub Provisioning and Usage Guide!

Cloud Elements! Marketing Hub Provisioning and Usage Guide! Cloud Elements Marketing Hub Provisioning and Usage Guide API Version 2.0 Page 1 Introduction The Cloud Elements Marketing Hub is the first API that unifies marketing automation across the industry s leading

More information

A Case Study of an Android* Client App Using Cloud-Based Alert Service

A Case Study of an Android* Client App Using Cloud-Based Alert Service A Case Study of an Android* Client App Using Cloud-Based Alert Service Abstract This article discusses a case study of an Android client app using a cloud-based web service. The project was built on the

More information

RealPresence Platform Director

RealPresence Platform Director RealPresence CloudAXIS Suite Administrators Guide Software 1.3.1 GETTING STARTED GUIDE Software 2.0 June 2015 3725-66012-001B RealPresence Platform Director Polycom, Inc. 1 RealPresence Platform Director

More information

ProphetStor Federator Runbook for Mirantis FUEL 4.1 Revision 078282014

ProphetStor Federator Runbook for Mirantis FUEL 4.1 Revision 078282014 ProphetStor ProphetStor Federator Runbook for Mirantis FUEL 4.1 Revision 078282014 P r o p h e t S t o r Federator Installation and Configuration Guide V1 1 Figure... 2 Table... 2 Copyright & Legal Trademark

More information

Frequently Asked Questions: EMC UnityVSA

Frequently Asked Questions: EMC UnityVSA Frequently Asked Questions: EMC UnityVSA 302-002-570 REV 01 Version 4.0 Overview... 3 What is UnityVSA?... 3 What are the specifications for UnityVSA?... 3 How do UnityVSA specifications compare to the

More information

Intel Cloud Builders Guide to Cloud Design and Deployment on Intel Platforms

Intel Cloud Builders Guide to Cloud Design and Deployment on Intel Platforms Intel Cloud Builders Guide Intel Xeon Processor-based Servers RES Virtual Desktop Extender Intel Cloud Builders Guide to Cloud Design and Deployment on Intel Platforms Client Aware Cloud with RES Virtual

More information

Intel Cloud Builders Guide: Cloud Design and Deployment on Intel Platforms

Intel Cloud Builders Guide: Cloud Design and Deployment on Intel Platforms Intel Cloud Builders Guide Intel Xeon Processor 5600 Series Parallels* Security Monitoring and Service Catalog for Public Cloud VPS Services Parallels, Inc. Intel Cloud Builders Guide: Cloud Design and

More information

Intel Desktop Board DP55WB

Intel Desktop Board DP55WB Intel Desktop Board DP55WB Specification Update July 2010 Order Number: E80453-004US The Intel Desktop Board DP55WB may contain design defects or errors known as errata, which may cause the product to

More information

NEC ESMPRO Manager RAID System Management Guide for VMware ESXi 5 or later

NEC ESMPRO Manager RAID System Management Guide for VMware ESXi 5 or later NEC ESMPRO Manager RAID System Management Guide for VMware ESXi 5 or later 856-127900-613-G 7th Edition Jun. 2015 Copyright NEC Corporation 2015. Trademarks NEC EXPRESSBUILDER is trademarks of NEC Corporation.

More information

Web Services for Management Perl Library VMware ESX Server 3.5, VMware ESX Server 3i version 3.5, and VMware VirtualCenter 2.5

Web Services for Management Perl Library VMware ESX Server 3.5, VMware ESX Server 3i version 3.5, and VMware VirtualCenter 2.5 Technical Note Web Services for Management Perl Library VMware ESX Server 3.5, VMware ESX Server 3i version 3.5, and VMware VirtualCenter 2.5 In the VMware Infrastructure (VI) Perl Toolkit 1.5, VMware

More information

Command Line Interface User Guide for Intel Server Management Software

Command Line Interface User Guide for Intel Server Management Software Command Line Interface User Guide for Intel Server Management Software Legal Information Information in this document is provided in connection with Intel products. No license, express or implied, by estoppel

More information

Intel Solid State Drive Toolbox

Intel Solid State Drive Toolbox 3.3.6 Document Number: 325993-027US Intel technologies features and benefits depend on system configuration and may require enabled hardware, software or service activation. Performance varies depending

More information

Acronis Backup & Recovery 11.5

Acronis Backup & Recovery 11.5 Acronis Backup & Recovery 11.5 Installation Guide Applies to the following editions: Advanced Server Virtual Edition Advanced Server SBS Edition Advanced Workstation Server for Linux Server for Windows

More information

Intel One Boot Flash Update Utility

Intel One Boot Flash Update Utility Intel One Boot Flash Update Utility User Guide February 2012 Document Number: E71543-005 Legal Statements INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS FOR THE PURPOSE OF SUPPORTING

More information

Improving IT Operational Efficiency with a VMware vsphere Private Cloud on Lenovo Servers and Lenovo Storage SAN S3200

Improving IT Operational Efficiency with a VMware vsphere Private Cloud on Lenovo Servers and Lenovo Storage SAN S3200 Improving IT Operational Efficiency with a VMware vsphere Private Cloud on Lenovo Servers and Lenovo Storage SAN S3200 Most organizations routinely utilize a server virtualization infrastructure to benefit

More information

Intel RAID RS25 Series Performance

Intel RAID RS25 Series Performance PERFORMANCE BRIEF Intel RAID RS25 Series Intel RAID RS25 Series Performance including Intel RAID Controllers RS25DB080 & PERFORMANCE SUMMARY Measured IOPS surpass 200,000 IOPS When used with Intel RAID

More information

Programming Autodesk PLM 360 Using REST. Doug Redmond Software Engineer, Autodesk

Programming Autodesk PLM 360 Using REST. Doug Redmond Software Engineer, Autodesk Programming Autodesk PLM 360 Using REST Doug Redmond Software Engineer, Autodesk Introduction This class will show you how to write your own client applications for PLM 360. This is not a class on scripting.

More information

Junos Space. Junos Space Security Director Restful Web Services API Reference. Modified: 2016-06-10. Copyright 2016, Juniper Networks, Inc.

Junos Space. Junos Space Security Director Restful Web Services API Reference. Modified: 2016-06-10. Copyright 2016, Juniper Networks, Inc. Junos Space Junos Space Security Director Restful Web Services API Reference Modified: 2016-06-10 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net

More information

Converting Linux and Windows Physical and Virtual Machines to Oracle VM Virtual Machines. An Oracle Technical White Paper December 2008

Converting Linux and Windows Physical and Virtual Machines to Oracle VM Virtual Machines. An Oracle Technical White Paper December 2008 Converting Linux and Windows Physical and Virtual Machines to Oracle VM Virtual Machines An Oracle Technical White Paper December 2008 Converting Linux and Windows Physical and Virtual Machines to Oracle

More information

StarWind iscsi SAN: Configuring Global Deduplication May 2012

StarWind iscsi SAN: Configuring Global Deduplication May 2012 StarWind iscsi SAN: Configuring Global Deduplication May 2012 TRADEMARKS StarWind, StarWind Software, and the StarWind and StarWind Software logos are trademarks of StarWind Software that may be registered

More information

Working With Virtual Hosts on Pramati Server

Working With Virtual Hosts on Pramati Server Working With Virtual Hosts on Pramati Server 13 Overview Virtual hosting allows a single machine to be addressed by different names. There are two ways for configuring Virtual Hosts. They are: Domain Name

More information

Juniper Secure Analytics

Juniper Secure Analytics Juniper Secure Analytics Big Data Management Guide Release 2014.2 Published: 2014-08-12 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net All

More information

MS Exchange Server Acceleration

MS Exchange Server Acceleration White Paper MS Exchange Server Acceleration Using virtualization to dramatically maximize user experience for Microsoft Exchange Server Allon Cohen, PhD Scott Harlin OCZ Storage Solutions, Inc. A Toshiba

More information