dctrack Web Services API - Ticketing User Guide 3.0.0

Size: px
Start display at page:

Download "dctrack Web Services API - Ticketing User Guide 3.0.0"

Transcription

1 dctrack Web Services API - Ticketing User Guide Copyright 2013 Raritan, Inc. dctrack-ws-api-0e e February

2 This document contains proprietary information that is protected by copyright. All rights reserved. No part of this document may be photocopied, reproduced, or translated into another language without express prior written consent of Raritan, Inc. Copyright 2013 Raritan, Inc. All third-party software and hardware mentioned in this document are registered trademarks or trademarks of and are the property of their respective holders. FCC Information This equipment has been tested and found to comply with the limits for a Class A digital device, pursuant to Part 15 of the FCC Rules. These limits are designed to provide reasonable protection against harmful interference in a commercial installation. This equipment generates, uses, and can radiate radio frequency energy and if not installed and used in accordance with the instructions, may cause harmful interference to radio communications. Operation of this equipment in a residential environment may cause harmful interference. VCCI Information (Japan) Raritan is not responsible for damage to this product resulting from accident, disaster, misuse, abuse, non-raritan modification of the product, or other events outside of Raritan's reasonable control or not arising under normal operating conditions. If a power cable is included with this product, it must be used exclusively for this product.

3 Contents Chapter 1 Introduction 1 Overview... 1 Chapter 2 Using Web API to Retrieve External 2 Overview... 2 Default Web API Username and Password... 2 Technical Description Summary... 3 Supported Technologies... 3 API Operations... 4 Supported Fields in the Ticketing API... 5 API Request/Response Examples TicketCreate Example TicketUpdate Example TicketDelete Example TicketGetStatus Example Appendix A References 25 Appendix B Ticketing WS-API Process Flow 26 Index 29 iii

4 Chapter 1 Introduction In This Chapter Overview... 1 Overview This document describes the dctrack web services API. The dctrack Web Services Ticketing API allows an external ticketing system to create and update a dctrack ticket. 1

5 Chapter 2 Using Web API to Retrieve External In This Chapter Overview... 2 Default Web API Username and Password... 2 Technical Description Summary... 3 Supported Technologies... 3 API Operations... 4 API Request/Response Examples Overview The following is an example use case of this API. A ticket system facilitates the creation or change of a dctrack ticket. The ticket system electronically transfers information about the ticket to dctrack such as ticket number, action (add or Decommission to Archive), description and optionally - name, make, model, serial number, etc. dctrack provides an incoming external ticket list screen to allow a user to approve, reject, change or add information to the ticket and use that ticket to generate a dctrack Request or delete a ticket all together. This reduces the time and improves the accuracy of creating requests and work orders in dctrack. A ticket system can periodically or on-demand request status of a dctrack ticket. This ensures ticket status accuracy with no manual effort. Default Web API Username and Password Use this default username and password to perform integration through a web API interface. Username web_api Password raritan 2

6 For all ticketing API calls, the username and password is passed through a WS-Security SOAP envelope. For getting the WSDL itself, there is no authentication required. However, for actually perform actions such as CreateTicket, DeleteTicket and so on, the WSSecurity SOAP envelope with the username and password must be embedded within it. Use the following URL: IP/Hostname>/TicketingService/TicketingService?wsdl Note: For dctrack and above, the link is automatically redirected to IP/Hostname>/axis2/services/TicketingService?wsdl Technical Description Summary This is a web services API that uses SOAP over HTTPS only (port 443). Creating, updating, deleting and requesting the status of can be done through this interface (initiated by the client application s API connector). The API connector is the software that is added to the client application and implements this API. The API uses Web Services Definition Language (WSDL) files to define the objects in the web services API. The WSDL will define data types, field names, and so on. Authentication is done using WS-Security. The client application must use an existing dctrack user s credentials in the web services API call in order to be authenticated. LDAP credentials are also allowed. At this time all Access Levels including Viewer will be permitted to use the API and create, update and delete. This allows the dctrack Gatekeeper to configure a user with a permission level that gives a user view only access to all aspects of the dctrack user interface, but still allow them to interact with dctrack via the Ticketing API. Supported Technologies Development Language: Java Web Service Framework: Axis2 and CXF 3

7 API Operations The dctrack ticketing web services API contains several operations as follows: Operation TicketCreate TicketUpdate TicketDelete Description This operation is used to create a ticket in dctrack. This call includes an action. Current supported actions are Add Item and Decommission to Archive Item. Move Item and other actions are not supported using this API. The TicketCreate operation creates one ticket at a time, and the ticket must be for one item and one action. For example, install a server. A dctrack user reviewing the information submitted with the ticket creation or update request to identify missing or unclear information and mark it as such. When the client application queries dctrack for the ticket status and receives a response indicating that the ticket requires additional information, the client application can use TicketUpdate to re-send all the information with the necessary updates or additions to dctrack. Updates will only be accepted for a previously created ticket. For a data ports, if the ticket update contained a new port name, it will add that port to the ticket. However, if the ticket update was missing a port that was sent in the original ticket, it will not be deleted from the ticket. If the intention is to delete ports, then the entire ticket should be deleted using TicketDelete and recreated using the TicketCreate. If a ticket is deleted, the original ticket number could be used. This operation is used to request the deletion of a previously sent ticket if the user of the client application wishes to abandon the original ticket. Please note that dctrack may or may not allow the ticket to be deleted depending on that ticket s status, and so long as the delete request has not been approved. 4

8 Operation Description TicketGetStatus This operation is used by the client application to request the status of one or more tickets that were previously created in dctrack by the TicketCreate operation. dctrack will respond with the current status. It is important to note that when a ticket is completed within dctrack,dctrack will not initiate a call to the client application to report back. The client application is responsible to regularly poll dctrack for the status. Supported Fields in the Ticketing API A client application can send dctrack its ticket information which is used to produce a corresponding ticket in dctrack. The following shows all the fields that can be sent in an API call. The table column headings are as follows: Field: The name of the field containing data Ticket Actions Applicability: The inclusion of the field for a particular action. Access Type: Whether the data is received from the client application (write) and/or the data is sent back by dctrack (read) Required: Indicates whether this field must be included in the API call, or it is optional data. Data Model: The area that this field applies to in the dctrack data model. TicketCreate/TicketUpdate API Operations Note: One Ticket may contain one Item element, one Power Ports element and many Data Ports elements. Field Ticket Actions Applicability Ticket Number All actions Read/Write (cannot be changed after initial creation) Access Type Required Data Model Yes Description All actions Read/Write Yes Ticket Action All actions Read/Write (cannot be changed after initial creation) Yes 5

9 Field Ticket Actions Applicability Access Type Required Data Model Due Date All actions Read/Write No Creation Date All actions Read-only N/A (provided by dctrack) Update Date All actions Read-only N/A (provided by dctrack) Completed Date All actions Read-only N/A (provided by dctrack) Last Modified Date All actions Read-only N/A (provided by dctrack) Username All actions Read/Write Yes (authenticating user) Processed By All actions Read-only N/A (provided by dctrack) System Vendor All actions Read/Write No System Id All actions Read/Write No Status All actions Read-only N/A (provided by dctrack) Missing Fields All actions Read-only N/A (provided by dctrack) Status Comments All actions Read-only N/A (provided by dctrack) Location All actions Write-only No Items Item Name All actions Write-only No Items Class All actions Write-only No Items Subclass Add Item Write-only No Items Make Add Item Write-only No Items Model Add Item Write-only No Items Cabinet U Position Add Item, Move Item Add Item, Move Item Write-only No Items Write-only No Items Destination Cabinet Move Item Write-only No (Not supported in this release) Items Destination U Move Item Write-only No (Not supported in this Items 6

10 Field Position Ticket Actions Applicability Access Type Required Data Model release) Type Add Item Write-only No Items Function Add Item Write-only No Items Serial Number Add Item Write-only No Items Asset Tag Add Item Write-only No Items Port Name Add Item Write-only No Data Ports Connector Add Item Write-only No Data Ports Media Add Item Write-only No Data Ports Protocol Add Item Write-only No Data Ports Speed Add Item Write-only No Data Ports Color Add Item Write-only No Data Ports VLAN Add Item Write-only No Data Ports MAC Address Add Item Write-only No Data Ports IP Address Add Item Write-only No (Not supported in this release) Data Ports Port Name Prefix Add Item Write-only No Power Ports Quantity Add Item Write-only No Power Ports Connector Add Item Write-only No Power Ports Phase Add Item Write-only No Power Ports Volts Add Item Write-only No Power Ports Nameplate Watts Add Item Write-only No Power Ports Budget Watts Add Item Write-only No Power Ports Redundancy Add Item Write-only No Power Ports Power Factor Add Item Write-only No Power Ports Color Code Add Item Write-only No Power Ports 7

11 TicketDelete API Operation Field Ticket Actions Applicability Ticket Number All actions Read/Write (cannot be changed after initial creation) Access Type Required Data Model Yes TicketGetStatus API Operation Field Ticket Actions Applicability Ticket Number All actions Read/Write (cannot be changed after initial creation) Access Type Required Data Model Yes Creation Date All actions Read-only N/A (provided by dctrack) Update Date All actions Read-only N/A (provided by dctrack) Completed Date All actions Read-only N/A (provided by dctrack) Last Modified Date All actions Read-only N/A (provided by dctrack) Processed By All actions Read-only N/A (provided by dctrack) Status All actions Read-only N/A (provided by dctrack) Missing Fields All actions Read-only N/A (provided by dctrack) Status Comments All actions Read-only N/A (provided by dctrack) Field Descriptions The following table explains the fields used in API calls. Field Ticket Number Field description A unique number for the ticket generated by the client application 8

12 Field Description Ticket Action Due Date Creation Date Update Date Completed Date Field description Description of the ticket entered by the user of the client application. If information is not sent in the optional fields for Item and Ports, this field should contain enough information about what is required such that the dctrack user addressing this ticket can successfully process it. Must be one of the supported ticket actions The date for when the work referenced in the ticket is expected to be completed The date/time dctrack received the ticket from the client application The date/time dctrack received an update for the ticket by the client application The date/time the ticket was completed Last Modified Date The date/time the ticket was modified by a dctrack user from within dctrack Username Processed By System Vendor System Id Status Missing Fields Status Comments The username that came in with the ticket and was used for authentication The username of the user that processed the ticket in dctrack A name that references the client application that sent the ticket to dctrack An id that references the client application that sent the ticket to dctrack The status of the ticket. See a list of statuses below and flow chart in Appendix B An XML-formatted description of the fields that contain missing/unknown or incomplete information. The client application can parse this information to identify which fields in the ticket require to be updated and resent in a TicketUpdate call A comment string that the dctrack user must include with the ticket if at least on ticket field was rejected. Location Item Name Class Subclass Make Model The name of the data center location (Site) in the dctrack database where this item referenced in this ticket resides The name of the item referenced in this ticket. For an Add Item, the name must be unique within the location. For a Decommission to Archive Item and Move Item tickets, the item name must already exist in dctrack. The dctrack class to which the item belongs. Only Device class is supported in this release. The dctrack subclass to which the item belongs (if applicable for the class). For Device class, only standard and blade chassis subclasses are supported in this release. The manufacturer of the model used for this item The model of the hardware used for this item 9

13 Field Cabinet U Position Field description The cabinet in which the added item will reside The cabinet U position at which the added item will reside. This references the bottom most U position of the item based on a cabinet numbered with U position 1 at the bottom. Destination Cabinet The cabinet where the item is to be moved Destination U Position Type Function Serial Number Asset Tag The U position where the item is to be moved A type for the item. A function for the item The serial number of the item The asset tag of the item Port Name Connector Media Protocol Speed Color VLAN MAC Address IP Address The data port name. (note that multiple ports can be created by repeating the port information for each port required) The connector type for the data port The media of the port (Twisted-pair, multimode, singlemode or coax) The protocol for the data port The data rate at which the data port operates The color code assigned to this data port The VLAN or grouping assigned to this data port The MAC address for this data port The IP address for this data port Port Name Prefix Quantity Connector Phase Volts Nameplate Watts Budget Watts The power port name prefix. A two digit sequential number starting at 01 will be appended to this prefix to create the port name. The quantity of power ports (power supplies) to be created The connector type for the power port The phase (Single phase (2-wire), single phase (3-wire), three phase Delta, three phase wye) Operating voltage range of the power supply The manufacturer s specification for the power supply wattage The estimated budget value of the power the power supply will consume. Typical range is 50 to 80% of Nameplate. Redundancy Power supply redundancy (N, N+1, N+2,... N+x) where x = Quantity 1 10

14 Field Field description Power Factor The power factor of the power supply, Valid range is > 0 and <= 1. Default = 1 Color Code The color code assigned to this power port. Ticket Statuses The following are the possible statuses that a ticket can be in: Received Incomplete Updated dctrack Request Issued dctrack Request Approved dctrack Request Rejected dctrack Request Updated dctrack Work Order Issued dctrack Work Order Completed dctrack Request Complete Archived dctrack will accept a delete or an update from the external system only when the ticket is in the following status: Received, Incomplete and Updated. Refer to Ticketing WS-API Process Flow (on page 26) for a flow chart describing the above listed statuses. Error Codes The following table shows a list of the possible error codes that may be encountered. Error String Code Description TICKET_CREATE_FAILED 1801 Failed to create ticket due to internal error TICKET_UPDATE_FAILED 1802 Updating the ticket failed due to internal error. TICKET_NUMBER_EXISTS 1803 Ticket Number exists TICKET_DEL_FAILED 1804 Failed to delete tickets due to internal error. TICKET_NUMBER_MISSING 1805 Ticket Number missing in 11

15 Error String Code Description request TICKET_DESCRIPTION_MISSING 1806 Ticket Description missing in request TICKET_DOES_NOT_EXIST 1807 This ticket does not exist MORE_THAN_ONE_TICKET_FOUND 1808 More than one ticket with same ticket number found! TICKET_FETCH_FAILED 1809 Failed to retrieve a list of tickets TICKET_DATA_PORT_NAME_NOT_UNIQUE 1810 The data port already exists for this ticket. Cannot add the data port with same name TICKET_CANNOT_UPDATE_DELETE 1811 Ticket cannot be updated or deleted since it is in <state> TICKET_GET_STATUS_FAIL 1812 Getting the ticket status failed due to internal error TICKET_ACTION_MISSING 1813 Ticket action is missing in request TICKET_DATA_PORT_DOES_NOT_EXIST 1814 Ticket data port does not exist TICKET_POWER_PORT_DOES_NOT_EXIST 1815 Ticket power port does not exist TICKET_XSD_VALIDATION_FAILED 1816 XSD Validation Error,s TICKET_STATUS_CODE_INVALID 1817 Internal Error: Ticket Status Code is invalid. Cannot update or delete ticket. Contact Raritan Technical support. TICKET_DATA_PORT_NAME_EMPTY 1818 dctrack cannot accept blank data port name TICKET_POWER_PORT_PREFIX_EMPTY 1819 dctrack cannot accept blank power port prefix 12

16 API Request/Response Examples TicketCreate Example The following is an example of an API Request to create a ticket in dctrack to add a new device called NJSQL1 with two data ports and 2 power supplies: <?xml version='1.0' encoding='utf-8'?> <S:Envelope xmlns:s=" <S:Header> <ns2:security xmlns:ns2=" xt"> <usernametoken> <username>admin</username> <password>raritan</password> </usernametoken> </ns2:security> </S:Header> <S:Body> <TicketCreateRequest xmlns=" xmlns:ns2=" <ticket> <ticketnumber>tkt0001</ticketnumber> <description>please add device with name NJSQL1</description> <action>add Item</action> <systemvendor>1001</systemvendor> <systemid>re345</systemid> <location>site1001</location> <itemname>njsql1</itemname> <itemclass>device</itemclass> <itemsubclass>server</itemsubclass> 13

17 <make>hp</make> <model>proliant DL320 G5p1</model> <cabinetname>1a</cabinetname> <uposition>1</uposition> <serialnumber> </serialnumber> <assetnumber>1234</assetnumber> <type>server</type> <function>development</function> <dataports> <portname>net01</portname> <connector>rj45</connector> <media>100baset</media> <protocol>tcp/ip</protocol> <speed>100mb</speed> <color>red</color> <macaddress>00:01:03:c2:1a:a1</macaddress> <vlan>vlan_1</vlan> </dataports> <dataports> <portname>net02</portname> <connector>rj45</connector> <media>100baset</media> <protocol>tcp/ip</protocol> <speed>100mb</speed> <color>red</color> <macaddress>00:01:03:c2:1a:a1</macaddress> <vlan>vlan_1</vlan> </dataports> <powerport> <portnameprefix>ps</portnameprefix> 14

18 <quantity>2</quantity> <powerfactor>0.9</powerfactor> <connector>iec-c14</connector> <voltage>120~240</voltage> <phase>single Phase</phase> <nameplatewatts>500</nameplatewatts> <budgetwatts>300</budgetwatts> <redundancy>n+1</redundancy> </powerport> </ticket> </TicketCreateRequest> </S:Body> </S:Envelope> The API response would be: <?xml version='1.0' encoding='utf-8'?> <soapenv:envelope xmlns:soapenv=" pe/"> <soapenv:body> <TicketCreateResponse xmlns=" <response> <statuscode xmlns=" tatuscode> <resmessage xmlns=" essful operation</resmessage> </response> <ticketid>302</ticketid> <ticketnumber> TKT0001</ticketNumber> </TicketCreateResponse> </soapenv:body> 15

19 </soapenv:envelope> 16

20 TicketUpdate Example The following is an example of an API Request to update U Position in a ticket in that was previously sent to dctrack. Note that an update contains all the previously sent fields even if they contained no change. Note that this call does not contain the <ticketaction> element: <?xml version='1.0' encoding='utf-8'?> <S:Envelope xmlns:s=" <S:Header> <ns2:security xmlns:ns2=" xt"> <usernametoken> <password>raritan</password> <username>admin</username> </usernametoken> </ns2:security> </S:Header> <S:Body> <TicketUpdateRequest xmlns=" xmlns:ns2=" <ticket> <ticketnumber>tkt0001</ticketnumber> <description>please add device with name NJSQL1</description> <systemvendor>1001</systemvendor> <systemid>re345</systemid> <location>site1001</location> <itemname>njsql1</itemname> <itemclass>device</itemclass> <itemsubclass>server</itemsubclass> <make>hp</make> 17

21 <model>proliant DL320 G5p1</model> <cabinetname>1a</cabinetname> <uposition>20</uposition> <serialnumber> </serialnumber> <assetnumber>1234</assetnumber> <type>server</type> <function>development</function> <dataports> <portname>net01</portname> <connector>rj45</connector> <media>100baset</media> <protocol>tcp/ip</protocol> <speed>100mb</speed> <color>red</color> <macaddress>00:01:03:c2:1a:a1</macaddress> <vlan>vlan_1</vlan> </dataports> <dataports> <portname>net02</portname> <connector>rj45</connector> <media>100baset</media> <protocol>tcp/ip</protocol> <speed>100mb</speed> <color>red</color> <macaddress>00:01:03:c2:1a:a1</macaddress> <vlan>vlan_1</vlan> </dataports> <powerport> <portnameprefix>ps</portnameprefix> <quantity>2</quantity> 18

22 <powerfactor>0.9</powerfactor> <connector>iec-c14</connector> <voltage>120~240</voltage> <phase>single Phase</phase> <nameplatewatts>500</nameplatewatts> <budgetwatts>300</budgetwatts> <redundancy>n+1</redundancy> </powerport> </ticket> </TicketCreateRequest> </S:Body> </S:Envelope> The API response would be: <?xml version='1.0' encoding='utf-8'?> <soapenv:envelope xmlns:soapenv=" pe/"> <soapenv:body> <TicketUpdateResponse xmlns=" <response> <statuscode xmlns=" tatuscode> <resmessage xmlns=" essful operation</resmessage> </response> <ticketid>302</ticketid> <ticketnumber>tkt0001</ticketnumber> </TicketUpdateResponse> </soapenv:body> </soapenv:envelope> 19

23 TicketDelete Example The following API Request is to delete a previously sent ticket: <?xml version='1.0' encoding='utf-8'?> <S:Envelope xmlns:s=" <S:Header> <ns2:security xmlns:ns2=" xt"> <usernametoken> <username>admin</username> <password>raritan</password> </usernametoken> </ns2:security> </S:Header> <S:Body> <TicketDeleteRequest xmlns=" xmlns:ns2=" <ticketnumber>tkt0001</ticketnumber> </TicketDeleteRequest> </S:Body> </S:Envelope> The API Response for a successful delete is as follows: <?xml version='1.0' encoding='utf-8'?> <soapenv:envelope xmlns:soapenv=" pe/"> <soapenv:body> <TicketDeleteResponse xmlns=" 20

24 <response> <statuscode xmlns=" tatuscode> <resmessage xmlns=" essful operation</resmessage> </response> <ticketnumber>tkt0001</ticketnumber> </TicketDeleteResponse> </soapenv:body> </soapenv:envelope> 21

25 TicketGetStatus Example The following is an example of an API Request to retrieve the status of several tickets: <?xml version='1.0' encoding='utf-8'?> <S:Envelope xmlns:s=" <S:Header> <ns2:security xmlns:ns2=" xt"> <usernametoken> <username>admin</username> <password>raritan</password> </usernametoken> </ns2:security> </S:Header> <S:Body> <TicketGetStatusRequest xmlns=" xmlns:ns2=" <ticketnumber>tkt0001</ticketnumber> <ticketnumber>tkt0002</ticketnumber> </TicketGetStatusRequest> </S:Body> </S:Envelope> The following would be the response with the status of both tickets. <?xml version='1.0' encoding='utf-8'?> <soapenv:envelope xmlns:soapenv=" pe/"> <soapenv:body> 22

26 <TicketGetStatusResponse xmlns=" <response> <statuscode xmlns=" tatuscode> <resmessage xmlns=" essful operation</resmessage> </response> <ticketstatus> <ticketnumber>tkt0001</ticketnumber> <status>updated</status> <statuscomments xmlns:xsi=" xsi:nil="true" /> <missingfields /> <creationdate> t12:30: :00</creation Date> <processedby xmlns:xsi=" xsi:nil="true" /> </ticketstatus> <ticketstatus> <ticketnumber>tkt0002</ticketnumber> <status>dctrack Request Issued</status> <statuscomments xmlns:xsi=" xsi:nil="true" /> <missingfields /> <creationdate> t13:30: :00</creation Date> <processedby>joesmith</processedby> </ticketstatus> 23

27 </TicketGetStatusResponse> </soapenv:body> </soapenv:envelope> The following would be a response for the same API Request example when TKT0001 exists but TKT0002 does not. Note that in this case, when at least one ticket causes an error, the Response contains the error about those tickets and no status is provided for the tickets that don t have an issue. In this case the client application must resend the TicketGetStatus Request with the correct ticket numbers. <?xml version='1.0' encoding='utf-8'?> <soapenv:envelope xmlns:soapenv=" pe/"> <soapenv:body> <TicketGetStatusResponse xmlns=" <response> <statuscode xmlns=" </statuscode> <resmessage xmlns=" ticket does not exist: TKT0002</resMessage> </response> </TicketGetStatusResponse> </soapenv:body> </soapenv:envelope> 24

28 Appendix A References In This Chapter Web Services Security (WS-Security) Version Apr Updated 01 Mar cure/ Web Services Security UsernameToken Profile 1.0 OASIS Standard , March ame-token-profile-1.0.pdf (see 25

29 Appendix B Ticketing WS-API Process Flow 26

30 Appendix B: Ticketing WS-API Process Flow 27

31 Index A API Operations 4 API Request/Response Examples 13 D Default Web API Username and Password 2 E Error Codes 11 F Field Descriptions 8 I Introduction 1 O Overview 1, 2 R References 25 S Supported Fields in the Ticketing API 5 Supported Technologies 3 T Technical Description Summary 3 Ticket Statuses 11 TicketCreate Example 13 TicketCreate/TicketUpdate API Operations 5 TicketDelete API Operation 8 TicketDelete Example 20 TicketGetStatus API Operation 8 TicketGetStatus Example 22 Ticketing WS-API Process Flow 11, 26 TicketUpdate Example 17 U Using Web API to Retrieve External 2 29

32 U.S./Canada/Latin America Monday - Friday 8 a.m. - 6 p.m. ET Phone: or For CommandCenter NOC: Press 6, then Press 1 For CommandCenter Secure Gateway: Press 6, then Press 2 Fax: for CommandCenter NOC: tech-ccnoc@raritan.com for all other products: tech@raritan.com China Beijing Monday - Friday 9 a.m. - 6 p.m. local time Phone: Shanghai Monday - Friday 9 a.m. - 6 p.m. local time Phone: GuangZhou Monday - Friday 9 a.m. - 6 p.m. local time Phone: India Monday - Friday 9 a.m. - 6 p.m. local time Phone: Japan Monday - Friday 9:30 a.m. - 5:30 p.m. local time Phone: support.japan@raritan.com Europe Europe Monday - Friday 8:30 a.m. - 5 p.m. GMT+1 CET Phone: tech.europe@raritan.com United Kingdom Monday - Friday 8:30 a.m. to 5 p.m. GMT Phone +44(0) France Monday - Friday 8:30 a.m. - 5 p.m. GMT+1 CET Phone: Germany Monday - Friday 8:30 a.m. - 5:30 p.m. GMT+1 CET Phone: rg-support@raritan.com Melbourne, Australia Monday - Friday 9:00 a.m. - 6 p.m. local time Phone: Taiwan Monday - Friday 9 a.m. - 6 p.m. GMT -5 Standard -4 Daylight Phone: support.apac@raritan.com

Single Sign-On Implementation Guide

Single Sign-On Implementation Guide Salesforce.com: Salesforce Winter '09 Single Sign-On Implementation Guide Copyright 2000-2008 salesforce.com, inc. All rights reserved. Salesforce.com and the no software logo are registered trademarks,

More information

ObserveIT Service Desk Integration Guide

ObserveIT Service Desk Integration Guide ObserveIT Service Desk Integration Guide Contents 1 Purpose of this Document... 2 2 Overview and Architecture... 2 3 Web Services Integration... 3 4 Customizing a New Service Desk System... 4 5 Appendix:

More information

AG MacOS Standalone Array Client Administration Guide

AG MacOS Standalone Array Client Administration Guide AG MacOS Standalone Array Client Administration Guide Copyright Statement Copyright Statement Copyright 2015 Array Networks, Inc., 1371 McCarthy Blvd, Milpitas, California 95035, USA. All rights reserved.

More information

Dotworkz NVR Series User Manual. Rev 1.26

Dotworkz NVR Series User Manual. Rev 1.26 Dotworkz NVR Series User Manual Rev 1.26 The information in this User s Manual has been carefully reviewed and is believed to be accurate. The vendor assumes no responsibility for any inaccuracies that

More information

Environmental Sensors

Environmental Sensors Environmental Sensors Guide Revision 0A Copyright 2014 Raritan, Inc. SENSOR-0A-PXv3.0.0-E June 2014 255-90-0003-00 This document contains proprietary information that is protected by copyright. All rights

More information

AXL Troubleshooting. Overview. Architecture

AXL Troubleshooting. Overview. Architecture AXL Troubleshooting This chapter contains the following topics: Overview, page 35 Architecture, page 35 Postinstallation Checklist, page 36 Troubleshooting Tools, page 39 Error Codes, page 43 Overview

More information

Broadband Router ESG-103. User s Guide

Broadband Router ESG-103. User s Guide Broadband Router ESG-103 User s Guide FCC Warning This equipment has been tested and found to comply with the limits for Class A & Class B digital device, pursuant to Part 15 of the FCC rules. These limits

More information

CA Nimsoft Service Desk

CA Nimsoft Service Desk CA Nimsoft Service Desk Configure Outbound Web Services 7.13.7 Legal Notices Copyright 2013, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and is subject

More information

Sentinel EMS v7.1 Web Services Guide

Sentinel EMS v7.1 Web Services Guide Sentinel EMS v7.1 Web Services Guide ii Sentinel EMS Web Services Guide Document Revision History Part Number 007-011157-001, Revision E. Software versions 7.1 and later. Revision Action/Change Date A

More information

CRM On Demand. Oracle CRM On Demand CTI Developer s Guide

CRM On Demand. Oracle CRM On Demand CTI Developer s Guide CRM On Demand Oracle CRM On Demand CTI Developer s Guide Release 19 September 2011 Copyright 2005, 2011 Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided

More information

CRM to Exchange Synchronization

CRM to Exchange Synchronization CRM to Exchange Synchronization Installation, Configuration and End-User Instructions VERSION 1.0 DATE PREPARED: 9/1/2012 DEVELOPMENT: BRITE GLOBAL, INC. 2012 Brite Global, Incorporated. All rights reserved.

More information

Disclaimers. Important Notice

Disclaimers. Important Notice Disclaimers Disclaimers Important Notice Copyright SolarEdge Inc. All rights reserved. No part of this document may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means,

More information

CRM to Exchange Synchronization

CRM to Exchange Synchronization CRM to Exchange Synchronization Product Registration Instructions VERSION 2.0 DATE PREPARED: 1/1/2013 DEVELOPMENT: BRITE GLOBAL, INC. 2012 Brite Global, Incorporated. All rights reserved. The information

More information

Raritan AMS Series Intelligent Electronic Asset Management

Raritan AMS Series Intelligent Electronic Asset Management Raritan AMS Series Intelligent Electronic Asset Management Quick Setup Guide Thank you for purchasing Raritan AMS asset management sensors (asset sensors), which work with Raritan EMX, PX3TS transfer switches

More information

mysensors mysensors Wireless Sensors and Ethernet Gateway Quick Start Guide Information to Users Inside the Box mysensors Ethernet Gateway Quick Start

mysensors mysensors Wireless Sensors and Ethernet Gateway Quick Start Guide Information to Users Inside the Box mysensors Ethernet Gateway Quick Start mysensors Information to Users mysensors Wireless Sensors and Ethernet Gateway Quick Start Guide This equipment has been tested and found to comply with the limits for a Class B digital devices, pursuant

More information

fåíéêåéí=péêîéê=^çãáåáëíê~íçêûë=dìáçé

fåíéêåéí=péêîéê=^çãáåáëíê~íçêûë=dìáçé fåíéêåéí=péêîéê=^çãáåáëíê~íçêûë=dìáçé Internet Server FileXpress Internet Server Administrator s Guide Version 7.2.1 Version 7.2.2 Created on 29 May, 2014 2014 Attachmate Corporation and its licensors.

More information

Adeptia Suite LDAP Integration Guide

Adeptia Suite LDAP Integration Guide Adeptia Suite LDAP Integration Guide Version 6.2 Release Date February 24, 2015 343 West Erie, Suite 440 Chicago, IL 60654, USA Phone: (312) 229-1727 x111 Fax: (312) 229-1736 DOCUMENT INFORMATION Adeptia

More information

PANO MANAGER CONNECTOR FOR SCVMM& HYPER-V

PANO MANAGER CONNECTOR FOR SCVMM& HYPER-V PANO MANAGER CONNECTOR FOR SCVMM& HYPER-V Version 6.0.8 Published: DEC-2013 Updated: 24 MAR 2014 2005-2014 Propalms Ltd. All rights reserved. The information contained in this document represents the current

More information

DocuSign Connect Guide

DocuSign Connect Guide Information Guide 1 DocuSign Connect Guide 2 Copyright 2003-2014 DocuSign, Inc. All rights reserved. For information about DocuSign trademarks, copyrights and patents refer to the DocuSign Intellectual

More information

VOIP-211RS/210RS/220RS/440S. SIP VoIP Router. User s Guide

VOIP-211RS/210RS/220RS/440S. SIP VoIP Router. User s Guide VOIP-211RS/210RS/220RS/440S SIP VoIP Router User s Guide Trademarks Contents are subject to revise without prior notice. All trademarks belong to their respective owners. FCC Warning This equipment has

More information

xpico Wi-Fi Embedded Device Server Evaluation Kit Quick Start Guide

xpico Wi-Fi Embedded Device Server Evaluation Kit Quick Start Guide xpico Wi-Fi Embedded Device Server Evaluation Kit Quick Start Guide Part Number 900-685 Revision A June 2013 Copyright and Trademark Contacts 2013 Lantronix, Inc.. All rights reserved. No part of the contents

More information

e-filing Secure Web Service User Manual

e-filing Secure Web Service User Manual e-filing Secure Web Service User Manual Page1 CONTENTS 1 BULK ITR... 6 2 BULK PAN VERIFICATION... 9 3 GET ITR-V BY TOKEN NUMBER... 13 4 GET ITR-V BY ACKNOWLEDGMENT NUMBER... 16 5 GET RETURN STATUS... 19

More information

New Features... 1 Installation... 3 Upgrade Changes... 3 Fixed Limitations... 4 Known Limitations... 5 Informatica Global Customer Support...

New Features... 1 Installation... 3 Upgrade Changes... 3 Fixed Limitations... 4 Known Limitations... 5 Informatica Global Customer Support... Informatica Corporation B2B Data Exchange Version 9.5.0 Release Notes June 2012 Copyright (c) 2006-2012 Informatica Corporation. All rights reserved. Contents New Features... 1 Installation... 3 Upgrade

More information

How To Configure Link Aggregation On Supermicro Switch 2 And 3 (Lan) On A Microsoft Vlan 2 And Vlan 3 (Vlan) (Lan 2) (Vlans) (Lummer) (Powerline) (

How To Configure Link Aggregation On Supermicro Switch 2 And 3 (Lan) On A Microsoft Vlan 2 And Vlan 3 (Vlan) (Lan 2) (Vlans) (Lummer) (Powerline) ( L2 / L3 Switches Link Aggregation Configuration Guide Revision 1.0 The information in this USER S MANUAL has been carefully reviewed and is believed to be accurate. The vendor assumes no responsibility

More information

ObserveIT Ticketing Integration Guide

ObserveIT Ticketing Integration Guide ObserveIT Ticketing Integration Guide Contents 1 Purpose of this Document... 2 2 Overview and Architecture... 2 3 Web Services Integration... 3 4 Customizing a New Ticketing System... 4 5 Appendix: Web

More information

CommandCenter Secure Gateway User Guide Release 6.0

CommandCenter Secure Gateway User Guide Release 6.0 CommandCenter Secure Gateway User Guide Release 6.0 Copyright 2014 Raritan, Inc. CC-0X-v6.0-E April 2014 255-80-3100-00 This document contains proprietary information that is protected by copyright. All

More information

www.novell.com/documentation Policy Guide Access Manager 3.1 SP5 January 2013

www.novell.com/documentation Policy Guide Access Manager 3.1 SP5 January 2013 www.novell.com/documentation Policy Guide Access Manager 3.1 SP5 January 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this documentation,

More information

8 Intelligent PDUs. Intelligent Power Distribution Units for Data Centers

8 Intelligent PDUs. Intelligent Power Distribution Units for Data Centers BRC_PDU_US_B_BRC_IcePack 4/30/13 11:31 AM Page 2 8 Intelligent PDUs Intelligent Power Distribution Units for Data Centers Intelligent Power Distribution Units Siemon s line of intelligent PDUs provide

More information

PLANET is a registered trademark of PLANET Technology Corp. All other trademarks belong to their respective owners.

PLANET is a registered trademark of PLANET Technology Corp. All other trademarks belong to their respective owners. Trademarks Copyright PLANET Technology Corp. 2004 Contents subject to revise without prior notice. PLANET is a registered trademark of PLANET Technology Corp. All other trademarks belong to their respective

More information

Connector for CA Unicenter Asset Portfolio Management Product Guide - On Premise. Service Pack 02.0.02

Connector for CA Unicenter Asset Portfolio Management Product Guide - On Premise. Service Pack 02.0.02 Connector for CA Unicenter Asset Portfolio Management Product Guide - On Premise Service Pack 02.0.02 This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter

More information

Polycom RealPresence Resource Manager System Getting Started Guide

Polycom RealPresence Resource Manager System Getting Started Guide [Type the document title] Polycom RealPresence Resource Manager System Getting Started Guide 8.0 August 2013 3725-72102-001B Polycom Document Title 1 Trademark Information POLYCOM and the names and marks

More information

Creating a System DSN for Crystal Reports to Access a Sentinel Server Database. Configuration Guide Version 1.0

Creating a System DSN for Crystal Reports to Access a Sentinel Server Database. Configuration Guide Version 1.0 Creating a System DSN for Crystal Reports to Access a Sentinel Server Database Configuration Guide Version 1.0 July 2007 Configuration Guide Part Number: 62-14332000, V1.0 Copyright 1995-2007 Ringdale

More information

Raritan AMS Series Intelligent Electronic Asset Management

Raritan AMS Series Intelligent Electronic Asset Management Raritan MS Series Intelligent Electronic sset Management Quick Setup Guide Thank you for purchasing Raritan MS asset management sensors (asset sensors), which can be used with the Raritan EMX or specific

More information

Symantec Mobile Management for Configuration Manager

Symantec Mobile Management for Configuration Manager Symantec Mobile Management for Configuration Manager Replication Services Installation Guide 7.5 Symantec Mobile Management for Configuration Manager: Replication Services Installation Guide The software

More information

KeyAdvantage System DMS Integration. Software User Manual

KeyAdvantage System DMS Integration. Software User Manual KeyAdvantage System DMS Integration Software User Manual ii Copyright Disclaimer Trademarks and patents Intended use EMC Directive Regulatory 2013 United Technologies Corporation. All rights reserved.

More information

WIRELESS ACCESS POINT

WIRELESS ACCESS POINT WIRELESS ACCESS POINT AN-100-AP-I-N AN-300-AP-I-N FCC Warning Changes or modifications not expressly approved by the party responsible for compliance could void the user s authority to operate the equipment.

More information

CRM Form to Web. Internet Lead Capture. Product Registration Instructions VERSION 1.0 DATE PREPARED: 1/1/2013

CRM Form to Web. Internet Lead Capture. Product Registration Instructions VERSION 1.0 DATE PREPARED: 1/1/2013 CRM Form to Web Internet Lead Capture Product Registration Instructions VERSION 1.0 DATE PREPARED: 1/1/2013 DEVELOPMENT: BRITE GLOBAL, INC. 2013 Brite Global, Incorporated. All rights reserved. The information

More information

Legal Disclaimers. For C-UL Listed applications, the unit shall be installed in accordance with Part 1 of the Canadian Electrical Code.

Legal Disclaimers. For C-UL Listed applications, the unit shall be installed in accordance with Part 1 of the Canadian Electrical Code. ACS5000 Networking Admin Interface Guide 1/21/2015 Legal Disclaimers Federal Communications Commission (FCC) Compliancy This equipment has been tested and found to comply with the limits for a Class B

More information

About Contract Management

About Contract Management Contract Management System Architecture Data Sheet June 2015 About Contract Management Oracle Primavera Contract Management is a multi-user, multi-project Web-based application that manages all aspects

More information

APPLICATION PROGRAM INTERFACE (API) FOR AIRASSURE WEB PM2.5 SOFTWARE

APPLICATION PROGRAM INTERFACE (API) FOR AIRASSURE WEB PM2.5 SOFTWARE APPLICATION PROGRAM INTERFACE (API) FOR AIRASSURE WEB PM2.5 SOFTWARE APPLICATION NOTE PM2.5-003 (US) Introduction TSI has released an API for the AirAssure Web Software that will enable customers to extract

More information

L2 / L3 Switches. Remote Network Monitoring (RMON) Configuration Guide

L2 / L3 Switches. Remote Network Monitoring (RMON) Configuration Guide L2 / L3 Switches Remote Network Monitoring (RMON) Configuration Guide Revision 1.0 The information in this USER S MANUAL has been carefully reviewed and is believed to be accurate. The vendor assumes no

More information

CaliberRM / LDAP Integration. CaliberRM

CaliberRM / LDAP Integration. CaliberRM CaliberRM / LDAP Integration CaliberRM Borland Software Corporation 100 Enterprise Way Scotts Valley, California 95066-3249 www.borland.com Made in Borland Copyright 2004 Borland Software Corporation.

More information

About This Guide SolarEdge Configuration Tool Software Guide. About This Guide

About This Guide SolarEdge Configuration Tool Software Guide. About This Guide About This Guide 3 About This Guide This user guide is intended for Photovoltaic (PV) system owners, installers, technicians, maintainers, administrators and integrators who are authorized to configure

More information

Technology Primer. OPS Manager, Release 7.4. Integrating Your Directory Server with our Directory Service Solution

Technology Primer. OPS Manager, Release 7.4. Integrating Your Directory Server with our Directory Service Solution Technology Primer OPS Manager, Release 7.4 Integrating Your Directory Server with our Directory Service Solution The Mitel Integrated Directory Services (IDS) application synchronizes the telephone directory

More information

Symantec Event Collector 4.3 for Microsoft Windows Quick Reference

Symantec Event Collector 4.3 for Microsoft Windows Quick Reference Symantec Event Collector 4.3 for Microsoft Windows Quick Reference Symantec Event Collector for Microsoft Windows Quick Reference The software described in this book is furnished under a license agreement

More information

Managing Vulnerability Assessment

Managing Vulnerability Assessment Security Threat Response Manager Release 2012.1 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, CA 94089 USA 408-745-2000 www.juniper.net Published: 2013-03-12 Copyright Notice Copyright 2013

More information

Sage CRM Connector Tool White Paper

Sage CRM Connector Tool White Paper White Paper Document Number: PD521-01-1_0-WP Orbis Software Limited 2010 Table of Contents ABOUT THE SAGE CRM CONNECTOR TOOL... 1 INTRODUCTION... 2 System Requirements... 2 Hardware... 2 Software... 2

More information

Copyright 2013 Consona Corporation. All rights reserved www.compiere.com

Copyright 2013 Consona Corporation. All rights reserved www.compiere.com COMPIERE 3.8.1 SOAP FRAMEWORK Copyright 2013 Consona Corporation. All rights reserved www.compiere.com Table of Contents Compiere SOAP API... 3 Accessing Compiere SOAP... 3 Generate Java Compiere SOAP

More information

CA Nimsoft Monitor Snap

CA Nimsoft Monitor Snap CA Nimsoft Monitor Snap Configuration Guide for Email Gateway emailgtw v2.7 series Legal Notices Copyright 2013, CA. All rights reserved. Warranty The material contained in this document is provided "as

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved.

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 OTM and SOA Mark Hagan Principal Software Engineer Oracle Product Development Content What is SOA? What is Web Services Security? Web Services Security in OTM Futures 3 PARADIGM 4 Content What is SOA?

More information

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material,

More information

Java Web Services SDK

Java Web Services SDK Java Web Services SDK Version 1.5.1 September 2005 This manual and accompanying electronic media are proprietary products of Optimal Payments Inc. They are to be used only by licensed users of the product.

More information

CA Spectrum and CA Service Desk

CA Spectrum and CA Service Desk CA Spectrum and CA Service Desk Integration Guide CA Spectrum 9.4 / CA Service Desk r12 and later This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter

More information

Strong Authentication for Cisco ASA 5500 Series

Strong Authentication for Cisco ASA 5500 Series Strong Authentication for Cisco ASA 5500 Series with Powerful Authentication Management for Service Providers and Enterprises Authentication Service Delivery Made EASY Copyright Copyright 2011. CRYPTOCard

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

PLANET is a registered trademark of PLANET Technology Corp. All other trademarks belong to their respective owners.

PLANET is a registered trademark of PLANET Technology Corp. All other trademarks belong to their respective owners. Trademarks Copyright PLANET Technology Corp. 2004 Contents subject to revise without prior notice. PLANET is a registered trademark of PLANET Technology Corp. All other trademarks belong to their respective

More information

Implementation Guide SAP NetWeaver Identity Management Identity Provider

Implementation Guide SAP NetWeaver Identity Management Identity Provider Implementation Guide SAP NetWeaver Identity Management Identity Provider Target Audience Technology Consultants System Administrators PUBLIC Document version: 1.10 2011-07-18 Document History CAUTION Before

More information

TRANSLATOR INSTALLATION AND OPERATIONS MANUAL KEYBOARD AND MOUSE CONVERTER. 10707 Stancliff Road Phone: (281) 933-7673

TRANSLATOR INSTALLATION AND OPERATIONS MANUAL KEYBOARD AND MOUSE CONVERTER. 10707 Stancliff Road Phone: (281) 933-7673 TRANSLATOR KEYBOARD AND MOUSE CONVERTER INSTALLATION AND OPERATIONS MANUAL 10707 Stancliff Road Phone: (281) 933-7673 Houston, Texas 77099 WWW.ROSE.COM . LIMITED WARRATY Rose Electronics warrants the Translator

More information

Network Management Card. Installation and Quick Start Manual

Network Management Card. Installation and Quick Start Manual Network Management Card Installation and Quick Start Manual Radio frequency interference Changes or modifications to this unit not expressly approved by the party responsible for compliance could void

More information

Monitor Print Popup for Mac. Product Manual. www.monitorbm.com

Monitor Print Popup for Mac. Product Manual. www.monitorbm.com Monitor Print Popup for Mac Product Manual www.monitorbm.com Monitor Print Popup for Mac Product Manual Copyright 2013 Monitor Business Machines Ltd The software contains proprietary information of Monitor

More information

dedicated KVM switch and rackmount screen technology User Manual IP-S101 Combo KVM Extender Designed and manufactured by Austin Hughes

dedicated KVM switch and rackmount screen technology User Manual IP-S101 Combo KVM Extender Designed and manufactured by Austin Hughes dedicated KVM switch and rackmount screen technology User Manual IP-S101 Combo KVM Extender Designed and manufactured by Austin Hughes 751 Legal Information First English printing, October 2002 Information

More information

Infor Cloud Printing Service Administration Guide

Infor Cloud Printing Service Administration Guide Infor Cloud Printing Service Administration Guide Copyright 2015 Infor Important Notices The material contained in this publication (including any supplementary information) constitutes and contains confidential

More information

GWA501 package contains: 1 Wireless-G Broadband Gateway 1 Power Adapter 1 Ethernet Cable 1 Manual CD 1 Quick Start Guide 1 Warranty/Registration Card

GWA501 package contains: 1 Wireless-G Broadband Gateway 1 Power Adapter 1 Ethernet Cable 1 Manual CD 1 Quick Start Guide 1 Warranty/Registration Card Wireless-G Broadband Gateway GWA501 Quick Start Guide Read this guide thoroughly and follow the installation and operation procedures carefully to prevent any damage to the unit and/or any of the devices

More information

Oracle Enterprise Manager

Oracle Enterprise Manager Oracle Enterprise Manager Connectors Integration Guide Release 12.1.0.4 E25163-05 February 2015 Oracle Enterprise Manager Connectors Integration Guide, Release 12.1.0.4 E25163-05 Copyright 2015, Oracle

More information

Aura SSD. for the 2013 Apple Mac Pro INSTALLATION GUIDE

Aura SSD. for the 2013 Apple Mac Pro INSTALLATION GUIDE Aura SSD for the 2013 Apple Mac Pro INSTALLATION GUIDE TABLE OF CONTENTS 1. INTRODUCTION...1 1.1 SYSTEM REQUIREMENTS 1.2 PACKAGE CONTENTS 1.3 ABOUT THIS MANUAL 2. INSTALLATION...2 2.1 PREPARING THE MAC

More information

Microsoft Active Directory Oracle Enterprise Gateway Integration Guide

Microsoft Active Directory Oracle Enterprise Gateway Integration Guide An Oracle White Paper May 2011 Microsoft Active Directory Oracle Enterprise Gateway Integration Guide 1/33 Disclaimer The following is intended to outline our general product direction. It is intended

More information

United Concordia (UCD) Real Time Claim Submission & Adjudication Connectivity Specifications

United Concordia (UCD) Real Time Claim Submission & Adjudication Connectivity Specifications United Concordia (UCD) Real Time Claim Submission & Adjudication Connectivity Specifications May 15, 2015 Contents 1. Real Time Overview 2. Requirements 3. SOAP Messages 4. SOAP Faults 5. CORE-Compliant

More information

IBM SPSS Collaboration and Deployment Services Version 6 Release 0. Single Sign-On Services Developer's Guide

IBM SPSS Collaboration and Deployment Services Version 6 Release 0. Single Sign-On Services Developer's Guide IBM SPSS Collaboration and Deployment Services Version 6 Release 0 Single Sign-On Services Developer's Guide Note Before using this information and the product it supports, read the information in Notices

More information

Cisco TelePresence Video Communication Server Basic Configuration (Control with Expressway)

Cisco TelePresence Video Communication Server Basic Configuration (Control with Expressway) Cisco TelePresence Video Communication Server Basic Configuration (Control with Expressway) Deployment Guide Cisco VCS X8.1 D14651.08 August 2014 Contents Introduction 4 Example network deployment 5 Network

More information

GWA502 package contains: 1 Wireless-G Broadband Router 1 Power Adapter 1 Ethernet Cable 1 Manual CD 1 Quick Start Guide 1 Warranty/Registration Card

GWA502 package contains: 1 Wireless-G Broadband Router 1 Power Adapter 1 Ethernet Cable 1 Manual CD 1 Quick Start Guide 1 Warranty/Registration Card Wireless-G Broadband Router GWA502 Quick Start Guide Read this guide thoroughly and follow the installation and operation procedures carefully to prevent any damage to the unit and/or any of the devices

More information

Setup Guide Access Manager 3.2 SP3

Setup Guide Access Manager 3.2 SP3 Setup Guide Access Manager 3.2 SP3 August 2014 www.netiq.com/documentation Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE

More information

DocuSign Connect for Salesforce Guide

DocuSign Connect for Salesforce Guide Information Guide 1 DocuSign Connect for Salesforce Guide 1 Copyright 2003-2013 DocuSign, Inc. All rights reserved. For information about DocuSign trademarks, copyrights and patents refer to the DocuSign

More information

Magensa Services. Administrative Account Services API Documentation for Informational Purposes Only. September 2014. Manual Part Number: 99810058-1.

Magensa Services. Administrative Account Services API Documentation for Informational Purposes Only. September 2014. Manual Part Number: 99810058-1. Magensa Services Administrative Account Services API Documentation for Informational Purposes Only September 2014 Manual Part Number: 99810058-1.01 REGISTERED TO ISO 9001:2008 Magensa I 1710 Apollo Court

More information

SBI-7125B-T1 Blade Module RAID Setup Procedure

SBI-7125B-T1 Blade Module RAID Setup Procedure SBI-7125B-T1 Blade Module RAID Setup Procedure Revison 1.0 SBI-7125B-T1 Blade Module RAID Setup Procedure The information in this User s Manual has been carefully reviewed and is believed to be accurate.

More information

User Manual. PePWave Surf / Surf AP Indoor Series: Surf 200, E200, AP 200, AP 400. PePWave Mesh Connector Indoor Series: MC 200, E200, 400

User Manual. PePWave Surf / Surf AP Indoor Series: Surf 200, E200, AP 200, AP 400. PePWave Mesh Connector Indoor Series: MC 200, E200, 400 User Manual PePWave Surf / Surf AP Indoor Series: Surf 200, E200, AP 200, AP 400 PePWave Mesh Connector Indoor Series: MC 200, E200, 400 PePWave Surf AP Series: Surf AP 200-X, E200-X, 400-X PePWave Surf

More information

System Administration Guide

System Administration Guide www.novell.com/documentation System Administration Guide Data Synchronizer 1.2 August 22, 2012 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this

More information

Adeptia Suite 6.2. Application Services Guide. Release Date October 16, 2014

Adeptia Suite 6.2. Application Services Guide. Release Date October 16, 2014 Adeptia Suite 6.2 Application Services Guide Release Date October 16, 2014 343 West Erie, Suite 440 Chicago, IL 60654, USA Phone: (312) 229-1727 x111 Fax: (312) 229-1736 Document Information DOCUMENT INFORMATION

More information

Single Sign-On Implementation Guide

Single Sign-On Implementation Guide Version 27.0: Spring 13 Single Sign-On Implementation Guide Last updated: February 1, 2013 Copyright 2000 2013 salesforce.com, inc. All rights reserved. Salesforce.com is a registered trademark of salesforce.com,

More information

Disclaimers. Important Notice

Disclaimers. Important Notice Disclaimers Disclaimers Important Notice Copyright SolarEdge Inc. All rights reserved. No part of this document may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means,

More information

Server based signature service. Overview

Server based signature service. Overview 1(11) Server based signature service Overview Based on federated identity Swedish e-identification infrastructure 2(11) Table of contents 1 INTRODUCTION... 3 2 FUNCTIONAL... 4 3 SIGN SUPPORT SERVICE...

More information

TL-PS310U Single USB 2.0 Port MFP and Storage Server

TL-PS310U Single USB 2.0 Port MFP and Storage Server TL-PS310U Single USB 2.0 Port MFP and Storage Server Rev: 2.0.0 1910010313 Contents Chapter 1 Introduction... 1 1.1 Product Overview...1 1.2 Network Management...1 1.3 Components and Features...1 1.4 Hardware

More information

Ethernet. Customer Provided Equipment Configuring the Ethernet port.

Ethernet. Customer Provided Equipment Configuring the Ethernet port. Installing the RDSP-3000A-NIST Master Clock. Ethernet Connect the RJ-45 connector to a TCP/IP network. Equipment The following equipment comes with the clock system: RDSP-3000A-NIST Master Clock Module.

More information

Scan to Network and Scan to Network Premium. Administrator's Guide

Scan to Network and Scan to Network Premium. Administrator's Guide Scan to Network and Scan to Network Premium Administrator's Guide March 2015 www.lexmark.com Contents 2 Contents Overview...3 Configuring the application...4 Configuring a destination...4 Configuring destination

More information

Rebasoft Auditor Quick Start Guide

Rebasoft Auditor Quick Start Guide Copyright Rebasoft Limited: 2009-2011 1 Release 2.1, Rev. 1 Copyright Notice Copyright 2009-2011 Rebasoft Ltd. All rights reserved. REBASOFT Software, the Rebasoft logo, Rebasoft Auditor are registered

More information

File Transfer Service (Batch SOAP) User Guide. A Guide to Submitting batches through emedny FTS

File Transfer Service (Batch SOAP) User Guide. A Guide to Submitting batches through emedny FTS File Transfer Service (Batch SOAP) User Guide A Guide to Submitting batches through emedny FTS June 1, 2013 TABLE OF CONTENTS TABLE OF CONTENTS 1 Introduction... 4 2 Requirements... 5 2.1 Exchange mailboxes...

More information

Failover Support. DataDirect Connect for ODBC Drivers. Introduction. Connection Failover

Failover Support. DataDirect Connect for ODBC Drivers. Introduction. Connection Failover Failover Support DataDirect Connect for ODBC Drivers Introduction Connection failover and connection retry are two useful features that are available in the following DataDirect Connect for ODBC drivers:

More information

Alliance Access Integration SOAP Host Adaptor

Alliance Access Integration SOAP Host Adaptor Alliance Access Integration SOAP Host Adaptor Technical Qualification Test 2013 This document lists the tests for application providers that integrate their back-office application or middleware with Alliance

More information

IBM. IBM Flex System Manager Service and Support Manager (Electronic Service Agent) IBM Systems. Version 1.3.2

IBM. IBM Flex System Manager Service and Support Manager (Electronic Service Agent) IBM Systems. Version 1.3.2 IBM IBM Systems IBM Flex System Manager Service and Support Manager (Electronic Service Agent) Version 1.3.2 IBM IBM Systems IBM Flex System Manager Service and Support Manager (Electronic Service Agent)

More information

Siebel CRM Desktop for Microsoft Outlook Administration Guide. Version 8.0, Rev A June 2011

Siebel CRM Desktop for Microsoft Outlook Administration Guide. Version 8.0, Rev A June 2011 Siebel CRM Desktop for Microsoft Outlook Administration Guide Version 8.0, June 2011 Copyright 2005, 2011 Oracle and/or its affiliates. All rights reserved. This software and related documentation are

More information

SMART Vantage. Installation guide

SMART Vantage. Installation guide SMART Vantage Installation guide Product registration If you register your SMART product, we ll notify you of new features and software upgrades. Register online at smarttech.com/registration. Keep the

More information

formerly Help Desk Authority 9.1.3 HDAccess Administrator Guide

formerly Help Desk Authority 9.1.3 HDAccess Administrator Guide formerly Help Desk Authority 9.1.3 HDAccess Administrator Guide 2 Contacting Quest Software Email: Mail: Web site: info@quest.com Quest Software, Inc. World Headquarters 5 Polaris Way Aliso Viejo, CA 92656

More information

Dashboard Admin Guide

Dashboard Admin Guide MadCap Software Dashboard Admin Guide Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document

More information

Startup guide for Zimonitor

Startup guide for Zimonitor Page 1 of 5 Startup guide for Zimonitor This is a short introduction to get you started using Zimonitor. Start by logging in to your version of Zimonitor using the URL and username + password sent to you.

More information

http://support.oracle.com/

http://support.oracle.com/ Contract Management System Architecture Data Sheet October 2012 Legal Notices Copyright 1997, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle

More information

Novell Identity Manager Driver for Remedy Action Request System (ARS)

Novell Identity Manager Driver for Remedy Action Request System (ARS) Novell Identity Manager Driver for Remedy Action Request System (ARS) 1.1 www.novell.com June 05, 2009 DRIVER GUIDE 1/18 Legal Notices Novell, Inc. makes no representations or warranties with respect to

More information

Integrating VMware Horizon Workspace and VMware Horizon View TECHNICAL WHITE PAPER

Integrating VMware Horizon Workspace and VMware Horizon View TECHNICAL WHITE PAPER Integrating VMware Horizon Workspace and VMware Horizon View TECHNICAL WHITE PAPER Table of Contents Introduction.... 3 Requirements.... 3 Horizon Workspace Components.... 3 SAML 2.0 Standard.... 3 Authentication

More information

xpico Wi-Fi Embedded Device Server Evaluation Board Quick Start Guide

xpico Wi-Fi Embedded Device Server Evaluation Board Quick Start Guide xpico Wi-Fi Embedded Device Server Evaluation Board Quick Start Guide Part Number 900-685 Revision B December 2014 Copyright and Trademark Contacts 2014 Lantronix, Inc.. All rights reserved. No part of

More information

Security Guide Release 7.3

Security Guide Release 7.3 [1]Oracle Communications ASAP Security Guide Release 7.3 E61084-01 July 2015 Oracle Communications ASAP Security Guide, Release 7.3 E61084-01 Copyright 2012, 2015, Oracle and/or its affiliates. All rights

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

LogLogic Cisco IPS Log Configuration Guide

LogLogic Cisco IPS Log Configuration Guide LogLogic Cisco IPS Log Configuration Guide Document Release: March 2011 Part Number: LL600072-00ELS090000 This manual supports LogLogic Cisco IPS Release 1.0 and later, and LogLogic Software Release 4.9.1

More information