Novatel Wireless SA-2100 Edge MicroServer Installation and Setup Guide. Version [1.0]

Size: px
Start display at page:

Download "Novatel Wireless SA-2100 Edge MicroServer Installation and Setup Guide. Version [1.0]"

Transcription

1 Novatel Wireless SA-2100 Edge MicroServer Installation and Setup Guide Version [1.0]

2 Copyright 2015 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation from PTC Inc. and its subsidiary companies (collectively PTC ) are subject to the copyright laws of the United States and other countries and are provided under a license agreement that restricts copying, disclosure, and use of such documentation. PTC hereby grants to the licensed software user the right to make copies in printed form of this documentation if provided on software media, but only for internal/personal use and in accordance with the license agreement under which the applicable software is licensed. Any copy made shall include the PTC copyright notice and any other proprietary notice provided by PTC. Training materials may not be copied without the express written consent of PTC. This documentation may not be disclosed, transferred, modified, or reduced to any form, including electronic media, or transmitted or made publicly available by any means without the prior written consent of PTC and no authorization is granted to make copies for such purposes. Information described herein is furnished for general information only, is subject to change without notice, and should not be construed as a warranty or commitment by PTC. PTC assumes no responsibility or liability for any errors or inaccuracies that may appear in this document. The software described in this document is provided under written license agreement, contains valuable trade secrets and proprietary information, and is protected by the copyright laws of the United States and other countries. It may not be copied or distributed in any form or medium, disclosed to third parties, or used in any manner not provided for in the software licenses agreement except with written prior approval from PTC. UNAUTHORIZED USE OF SOFTWARE OR ITS DOCUMENTATION CAN RESULT IN CIVIL DAMAGES AND CRIMINAL PROSECUTION. PTC regards software piracy as the crime it is, and we view offenders accordingly. We do not tolerate the piracy of PTC software products, and we pursue (both civilly and criminally) those who do so using all legal means available, including public and private surveillance resources. As part of these efforts, PTC uses data monitoring and scouring technologies to obtain and transmit data on users of illegal copies of our software. This data collection is not performed on users of legally licensed software from PTC and its authorized distributors. If you are using an illegal copy of our software and do not consent to the collection and transmission of such data (including to the United States), cease using the illegal version, and contact PTC to obtain a legally licensed copy. Important Copyright, Trademark, Patent, and Licensing Information: See the About Box, or copyright notice, of your PTC software. UNITED STATES GOVERNMENT RESTRICTED RIGHTS LEGEND This document and the software described herein are Commercial Computer Documentation and Software, pursuant to FAR (a)-(b) (OCT 95) or DFARS (a) and (a) (JUN 95), and are provided to the US Government under a limited commercial license only. For procurements predating the above clauses, use, duplication, or disclosure by the Government is subject to the restrictions set forth in subparagraph (c)(1)(ii) of the Rights in Technical Data and Computer Software Clause at DFARS (OCT 88) or Commercial Computer Software-Restricted Rights at FAR (c)(1)-(2) (JUN 87), as applicable PTC Inc., 140 Kendrick Street, Needham, MA USA

3 Introduction... 2 About the DEVICE... 2 Installation... 2 Connect and Configure the SA Deploy the EMS... 3 Connecting and Configuring... 4 Setting up a Websocket Connection... 4 Connecting to an HTTPS server... 6 Configuring the Device to Accept Input Data... 7 Troubleshooting Compatibility Document Revision History Copyright 2015 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. 1

4 Introduction The Edge MicroServer is a powerful component of the ThingWorx architecture. The Edge MicroServer allows for the rapid deployment of connections between the ThingWorx platform and an associated data reporting device, with minimal design requirements on the part of the user. The Edge MicroServer provides an always-on connection to the platform, and it opens a local web server that interacts with the REST API available on the platform. This document provides installation and usage instructions for setting up the Edge MicroServer with the DEVICE. About the DEVICE The Novatel Wireless SA-2100 is dhcp server manufactured by Novatel Corporation. It provides wifi connectivity to devices via cellular service, and runs linux. The proper EDGE microserver and associated demo files are included as a part of this Starter package and will be required to follow this guide through to completion. Installation Setup of the DEVICE with an EMS will first require connecting to the device from a computer via Ethernet cable. Please note that this guide was written for a computer running Microsoft Windows. This guide also makes use of an Arduino DUE board for injecting data to the Novatel SA-2100 for testing purposes. Refer to the Troubleshooting section of this guide for help with frequently asked questions. Connect and Configure the SA Insert a SIM card in the device, connect it to a power supply, and connect an Ethernet cable from the device to a local computer. In your browser, type into the address bar, and you should be presented with the screen at the right. Note: There are multiple methods of connecting to the device. You may use an Ethernet cable as in this guide, a USB cable, or via wifi. The default SSID and password are normally indicated on the back of the SA-2100 device. Copyright 2015 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. 2

5 2. Click the Settings link, and then click Mobile Network. You should be presented with a screen shown at the right. Note: If you are not already logged in, you will be presented with a prompt to login as an Administrator. The default Administrator password is admin. 3. In this guide, you can choose Automatic (4G LTE, CDMA) as preferred network technology. The 4G LTE APN should be set to EAAA.NP.GW2.VZWENTP. When you are finished, click Save Changes. Deploy the EMS 1. Confirm your connection to the device with PuTTy: Open a client to connect to the device securely via command line interface, with a program such as PuTTy. In PuTTy, connect to via ssh (port 22), and then click Open. 2. The login credentials for the Novatel SA are, by default: username: developer password: NvtlDev!123 Copyright 2015 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. 3

6 3. You may alternatively use a utility to copy EMS files to the device. Download and install a utility such as WinSCP for transferring files to the Novatel Device. WinSCP can be downloaded here: Install WinSCP, choose SCP as the File Protocol, and configure the username and password to connect to the Novatel SA- 2100, and login (see previous step) 4. Download the Edge MicroServer Linux distributions from the PTC Support Downloads site. Locate the MicroServer_443 and MicroServer_80 folders on your computer in WinSCP, and copy them to the right panel to copy them to the SA Connecting and Configuring Setting up a Websocket Connection In this example, we will connect our Novatel SA-2100 device to a ThingWorx instance running on our localhost computer. 1. Via the PuTTy SSH connection to the Novatel SA-2100, navigate to the MicroServer_80 directory: 2. Configure the websocket connection via the config.json file. Use the command at right. Alternatively, you may open the file via WinSCP and modify it with a text editor, and save it back to the device. cd MicroServer_80 vi etc/config.json Copyright 2015 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. 4

7 Note: For additional guidance and examples on setting a configuration file, please refer to _6.0_hc/ and follow the guide section entitled ThingWorx WebSocket-based Edge MicroServer (WSEMS) 3. On your Windows-based localhost computer, open Command Prompt, and type ipconfig to find out your local computer s ip address. Use this ip address as the address to connect the Novatel SA-2100 device to. You should also configure the appkey and port number in the config.json file so that they match your server s values. AppKeys may be generated on the Platform s Interface. Note that the information you need to modify for the server is under ws_servers. Leave http_server defaulted to , port In the terminal on your PuTTy connection, type./wsems. Verify that the EMS begins running. Copyright 2015 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. 5

8 5. Navigate to ThingWorx on your connected localhost computer, and click Monitor in the top right, and then click Remote Things, and finally Unbound tab. You should see the gateway device listed here. Note that the name it appears under is determined by the name set in config.json under auto_bind / name. Connecting to an HTTPS server 1. Using PuTTy, navigate to the MicroServer_443 directory. 2. Configure the config.json file as you did for the MicroServer_80 directory. cd../microserver_443 vi etc/config.json 3. We will be connecting to a remote thingworx server to test the SSL connection. In the config file, in the encryption portion of the ws_connection section, make sure it is set to ssl instead of none. Note that this connection mode requires certification. We can add self-certification by adding the certificates field to the config file. See the example below. This example connects to a server at ready.thingworx.com via SSL connection. Save the file when you are finished, and repeat the instructions for the MicroServer_80 connection by running./wsems and checking the Remote Things page under Monitoring on the remote thingworx server. Copyright 2015 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. 6

9 Configuring the Device to Accept Input Data 1. The Novatel SA-2100 has an 8-pin I/O port, which can be used to transmit binary data. Pin 1 and Pin 2 can be used for input data, while pins 6 and 7 can be used for both input AND output data. The layout is as follows (see image at right): 2. The table below lists port numbers which correspond to pin numbers: Pin number Port number Input Output 1 22 Yes No 2 51 Yes No 6 88 Yes Yes 7 93 Yes Yes Copyright 2015 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. 7

10 3. As an example, the path to the driver file for pin-1 is located on the device in the following directory: /sys/class/gpio/gpio22/value vi etc/custom/scripts/testsample.lua In the following example, we will be using pin 1 to inject data to the Novatel SA To use a different pin, modify the testsample.lua file in the scripts folder. See the command at right. 4. To continue with using a different pin and pin driver, modify the line highlighted in the picture below, and change it to represent the path to your desired driver file. Save the file, and close the vi editor. 5. This example uses an Arduino board to inject binary data into the Novatel device. You can use any data injector you like for this test. There is a pre-deployed application on the board which will create binary data manually. Steps to configure your Arduino board: Download Arduino or later from Install it. Copyright 2015 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. 8

11 Connect your Arduino board to your PC via USB cable. Open the Arduino application. Select Tools, Port. Choose the correct port you will use to connect to your Arduino board. Paste the following code into the sketch window in the Arduino Sketch program, where void setup() and void loop() are located: byte byteread; int data = 0; void setup() { // Turn the Serial Protocol ON Serial.begin(9600); pinmode(a0, OUTPUT); } void loop() { /* check if data has been sent from the computer: */ if (Serial.available()) { /* read the most recent byte */ byteread = Serial.read(); if(byteread=='0')digitalwrite(a0, 0); if(byteread=='1')digitalwrite(a0, 1); /*ECHO the value that was read, back to the serial port. */ Serial.println(byteRead); } } Connect the Analog-In port A0 on the Arduino board to pin-1 on Novatel SA Remove the Ethernet cable connecting the computer to the Arduino board, and instead connect to it using a USB cable. You can re-open PuTTy and try the same connection (SSH) but use a USB cable Copyright 2015 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. 9

12 to avoid problems while using the data injector. Note also that you may need to remove the power supply to the Novatel device in order to connect to its pin-1 position. This is ok, as the Novatel SA device has a battery for power. Verify and upload the code to your Arduino device, using the buttons at the top of the Arduino Sketch application. Note: Make sure you have selected the correct COM port and the correct Arduino device from the Tools menu. Your completed write should resemble this: Click the Serial Monitor button at the top right. Type 1 and click Send. You should see a response in the window. 6. Open a browser, and navigate to your thingworx instance of choice. 7. Create a new Thing based on the RemoteThing thing template. 8. Via PuTTy, run the./wsems command on the terminal window under the proper directory on the Novatel device. 9. Open a second instance of PuTTy, and run the executable luascriptresource in the same directory as the wsems executable. Copyright 2015 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. 10

13 10. Navigate to the Thing you created in ThingWorx, and check the Properties window, create a new property named testvalue, and make sure it is a String type. 11. Click the Manage Bindings section, and click on Remote, and then select the testscriptdemo property which should be listed there. Drag it to the testvalue property so that it is bound to the property. Save the thing, and look at the properties page. 12. Back at the Arduino Serial Monitor window, enter a 0, and click Send. Make sure you send it with the Newline option selected at the bottom. 13. Wait a few seconds, and check the value of the testvalue property on ThingWorx. It should change to 1. You can repeat this process by entering 1 in the Serial Monitor, and checking the value of the testvalue property in ThingWorx again. It should then change to 0. This confirms the connected and proper operation of the Novatel device. Copyright 2015 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. 11

14 Troubleshooting Problem Solution(s) 1. Can t login to the Novatel Device. 1. Try the default login credentials provided in this guide. 2. Contact Novatel for help in resetting your Novatel device or logging in. 2. Can t connect to using PuTTy. 1. Make sure you have connected the Novatel SA-2100 one of three ways: Via Ethernet cable, USB port, or Wifi. Open the Network and Sharing Center in Windows, and click Change Adapter Settings. Verify that you are obtaining an IP address automatically. 3. I cannot open a websocket / cannot connect to the Thingworx Platform. 1. Verify that the server under ws_servers, the application key, and the port are all correct in your config.json file. 2. Check the settings and disable any firewalls and open the proper ports, especially if you are connecting to a remote server. 3. Try connecting to a localhost computer before attempting a remote session. 4. I have connected to the ThingWorx Platform, but I cannot find the Thing s properties. 1. Try naming the Thing in ThingWorx exactly the same as it is named in the config.json file on the Novatel device. 2. Try using an identifier from the config file. The default identifier is testit. You can then specify that your Thing utilizes an identifier in the ThingWorx General Information section for the Thing. 5. You experience an error while trying to write to the Arduino device. 1. Verify that you have the correct software driver for your particular Arduino Board. Go to Tools > Boards > Board Manager and download the latest software. 2. Verify that you are using the correct COM port for your device. 3. Verify that the USB cable is connected to the PROGRAMMING port on the Arduino device, and not the Native USB port. 6. Can t get data to show up in ThingWorx while using the Arduino data injector method. 1. Verify that you have the correct input port connected on your Arduino board. 2. Verify that the name of your remote thing in ThingWorx is bound to your luascriptresource name, which by default is testthing. 3. Verify that the remote property appears under the properties page for this testthing thing, and that testthing implements the RemoteThing Template. 4. Try connecting via localhost for troubleshooting purposes before advancing to SSL or remote server locations. Use an Ethernet cable. 5. Verify that the Novatel device has signal if you are connecting remotely. 7. Binary data read from the device on ThingWorx doesn t change or update. 1. Confirm that the data injector is working fine in the Serial Monitor. 2. Try using USB mode to log into the Novatel device instead of Ethernet. 3. Confirm your remote property names in ThingWorx. Copyright 2015 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. 12

15 Compatibility This guide has been tested for compatibility with the DEVICE and the following ThingWorx platform and operating system: ThingWorx Platform Version ThingWorx OS Windows 7, Service Pack 1 Document Revision History Revision Date Version Description of Change August 18, Initial Release Copyright 2015 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. 13

16 Copyright 2015 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. 14

ThingWorx Lantronix PremierWaveXN Edge MicroServer Installation and Setup Guide

ThingWorx Lantronix PremierWaveXN Edge MicroServer Installation and Setup Guide ThingWorx Lantronix PremierWaveXN Edge MicroServer Installation and Setup Guide July 2015 Copyright 2015 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related

More information

Vantron VT-M2M-TC-VM ThingWorx Setup Guide

Vantron VT-M2M-TC-VM ThingWorx Setup Guide Vantron VT-M2M-TC-VM ThingWorx Setup Guide October 2015 Copyright 2015 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation from PTC Inc. and

More information

Mail Extension User Guide

Mail Extension User Guide Version 1.1 July 2017 Copyright 2017 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation from PTC Inc. and its subsidiary companies (collectively

More information

SSH Extension and Terminal Widget User Guide. Version 1.0

SSH Extension and Terminal Widget User Guide. Version 1.0 SSH Extension and Terminal Widget User Guide Version 1.0 0 Copyright 2016 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation from PTC Inc.

More information

Copyright 2016 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved.

Copyright 2016 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. ThingWorx Foundation Docker Installation Guide 1.2 ThingWorx Foundation Docker Installer September 2017 Copyright 2016 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training

More information

User and training guides and related documentation from Parametric Technology Corporation and its subsidiary companies (collectively "PTC") are

User and training guides and related documentation from Parametric Technology Corporation and its subsidiary companies (collectively PTC) are Arbortext IsoView Installation Guide Arbortext IsoView 7.3 May 2012 Copyright 2012 Parametric Technology Corporation and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related

More information

PTC Navigate for Manufacturing Installation and Configuration Guide 1.0

PTC Navigate for Manufacturing Installation and Configuration Guide 1.0 PTC Navigate for Manufacturing Installation and Configuration Guide 1.0 Copyright 2016 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation

More information

ThingWorx Core 7.2 System Requirements. Version 1.1

ThingWorx Core 7.2 System Requirements. Version 1.1 ThingWorx Core 7.2 System Requirements Version 1.1 Copyright 2016 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation from PTC Inc. and its

More information

Windows Installation Guide 8.2

Windows Installation Guide 8.2 Windows Installation Guide 8.2 Copyright 2018 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation from PTC Inc. and its subsidiary companies

More information

Getting Started Install and Configuration Version 8.2.3

Getting Started Install and Configuration Version 8.2.3 Getting Started Install and Configuration Version 8.2.3 Copyright 2018 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation from PTC Inc. and

More information

PTC Navigate Manage Traces Installation and Configuration Guide PTC Navigate Manage Traces 1.0 with Integrity Lifecycle Manager and Windchill

PTC Navigate Manage Traces Installation and Configuration Guide PTC Navigate Manage Traces 1.0 with Integrity Lifecycle Manager and Windchill PTC Navigate Manage Traces Installation and Configuration Guide PTC Navigate Manage Traces 1.0 with Integrity Lifecycle Manager and Windchill Copyright 2016 PTC Inc. and/or Its Subsidiary Companies. All

More information

Getting Started Install and Configuration ThingWorx Studio Trial Version 8.2.1

Getting Started Install and Configuration ThingWorx Studio Trial Version 8.2.1 Getting Started Install and Configuration ThingWorx Studio Trial Version 8.2.1 Copyright 2018 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation

More information

Installing and Configuring the Standalone PTC License Server Creo 4.0 F000

Installing and Configuring the Standalone PTC License Server Creo 4.0 F000 Installing and Configuring the Standalone PTC License Server Creo 4.0 F000 Copyright 2016 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation

More information

PTC Windchill Quality Solutions Extension for ThingWorx Guide

PTC Windchill Quality Solutions Extension for ThingWorx Guide PTC Windchill Quality Solutions Extension for ThingWorx Guide Copyright 2016 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation from PTC Inc.

More information

Getting Started Install and Configuration Version 8.3.0

Getting Started Install and Configuration Version 8.3.0 Getting Started Install and Configuration Version 8.3.0 Copyright 2018 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation from PTC Inc. and

More information

Creo Elements/Direct Drafting Installation and Configuration Creo Elements/Direct Drafting 18.1

Creo Elements/Direct Drafting Installation and Configuration Creo Elements/Direct Drafting 18.1 Creo Elements/Direct Drafting Installation and Configuration Creo Elements/Direct Drafting 18.1 Copyright Copyright 2012 Parametric Technology Corporation and/or Its Subsidiary Companies. All Rights Reserved.

More information

ThingWorx Manufacturing Apps Customization Guide 8.0.1

ThingWorx Manufacturing Apps Customization Guide 8.0.1 ThingWorx Manufacturing Apps Customization Guide 8.0.1 Copyright 2017 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation from PTC Inc. and

More information

Kinex for Manufacturing Installation and Configuration Guide 1.1

Kinex for Manufacturing Installation and Configuration Guide 1.1 Kinex for Manufacturing Installation and Configuration Guide 1.1 Copyright 2017 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation from PTC

More information

Copyright 2018 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved.

Copyright 2018 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. ThingWorx Foundation Docker Installation Guide 1.4 ThingWorx Foundation Docker Installer February 2018 Copyright 2018 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides

More information

Upgrading to ThingWorx 7.3. Version 1.0

Upgrading to ThingWorx 7.3. Version 1.0 Version 1.0 Copyright 2016 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation from PTC Inc. and its subsidiary companies (collectively PTC

More information

Upgrading to ThingWorx 7.2. Version 1.0

Upgrading to ThingWorx 7.2. Version 1.0 Version 1.0 Copyright 2016 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation from PTC Inc. and its subsidiary companies (collectively PTC

More information

Installation Guide 8.0 ThingWorx Utilities

Installation Guide 8.0 ThingWorx Utilities Installation Guide 8.0 ThingWorx Utilities Copyright 2017 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation from PTC Inc. and its subsidiary

More information

PTC Mathcad Prime 3.1 Keyboard Shortcuts

PTC Mathcad Prime 3.1 Keyboard Shortcuts PTC Mathcad Prime 3.1 Keyboard Shortcuts Copyright 2015 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation from PTC Inc. and its subsidiary

More information

PTC Mathcad Prime 3.0 Keyboard Shortcuts

PTC Mathcad Prime 3.0 Keyboard Shortcuts PTC Mathcad Prime 3.0 Keyboard Shortcuts Copyright 2013 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation from PTC Inc. and its subsidiary

More information

Line Chart Widget Extension. Version 1.0

Line Chart Widget Extension. Version 1.0 Version 1.0 Copyright 2016 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation from PTC Inc. and its subsidiary companies (collectively PTC

More information

PTC Windchill Basic Administration Guide PTC Windchill 11.0 F000

PTC Windchill Basic Administration Guide PTC Windchill 11.0 F000 PTC Windchill Basic Administration Guide PTC Windchill 11.0 F000 Copyright 2015 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation from PTC

More information

Dell IoT Gateway 5500 Edge MicroServer Setup Guide

Dell IoT Gateway 5500 Edge MicroServer Setup Guide Dell IoT Gateway 5500 Edge MicroServer Setup Guide Version [1.0] Software Change Log... 2 Introduction... 2 About the Dell IoT Gateway 5500... 2 Installation... 3 Initial Setup... 3 Download Prerequisite

More information

ThingWorx Service Apps Setup and Configuration Guide 8.2

ThingWorx Service Apps Setup and Configuration Guide 8.2 ThingWorx Service Apps Setup and Configuration Guide 8.2 Copyright 2018 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation from PTC Inc. and

More information

NXP i.mx 6 UltraLite Evaluation Kit Edge MicroServer Installation and Setup Guide. Version 1.0

NXP i.mx 6 UltraLite Evaluation Kit Edge MicroServer Installation and Setup Guide. Version 1.0 NXP i.mx 6 UltraLite Evaluation Kit Edge MicroServer Installation and Setup Guide Version 1.0 Software Change Log... 2 Introduction... 2 About the NXP i.mx 6 UltraLite Evaluation Kit... 2 Initial Setup...

More information

Copyright 2017 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved.

Copyright 2017 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. Connector Guide 8.0 Copyright 2017 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation from PTC Inc. and its subsidiary companies (collectively

More information

User and training guides and related documentation from Parametric Technology Corporation and its subsidiary companies (collectively "PTC") are

User and training guides and related documentation from Parametric Technology Corporation and its subsidiary companies (collectively PTC) are Arbortext IsoView User s Reference Arbortext IsoView 7.2 April 2011 Copyright 2011 Parametric Technology Corporation and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related

More information

notice, of your PTC software.

notice, of your PTC software. PTC Integrity Integration Builders Guide PTC Integrity 10.7 Copyright 2015 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation from PTC Inc.

More information

DRAFT ONLY NOT FOR PRODUCTION USE

DRAFT ONLY NOT FOR PRODUCTION USE Windchill ProductPoint Installation, Administrator s, and Upgrade Guide Windchill ProductPoint 2.0 January 2011 Copyright 2010 Parametric Technology Corporation and/or Its Subsidiary Companies. All Rights

More information

PTC Integrity 10.7 Gateway User Guide

PTC Integrity 10.7 Gateway User Guide PTC Integrity 10.7 Gateway User Guide PTC Integrity 10.7 Gateway User Guide Copyright 2015 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation

More information

Broadcom BCM943364WCD1 C-SDK Setup Guide. Version 1.0

Broadcom BCM943364WCD1 C-SDK Setup Guide. Version 1.0 Broadcom BCM943364WCD1 C-SDK Setup Guide Version 1.0 Software Change Log... 2 Introduction... 2 About the Broadcom BCM943364WCD1... 2 Installation... 3 Downloads and Prerequisites... 3 Configuration and

More information

ThingWorx Manufacturing Apps Setup and Configuration Guide 8.1.0

ThingWorx Manufacturing Apps Setup and Configuration Guide 8.1.0 ThingWorx Manufacturing Apps Setup and Configuration Guide 8.1.0 Copyright 2017 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation from PTC

More information

Connecting Rod Shape Optimization Tutorial (AutoDesign)

Connecting Rod Shape Optimization Tutorial (AutoDesign) Connecting Rod Shape Optimization Tutorial (AutoDesign) Copyright 2018 FunctionBay, Inc. All rights reserved. User and training documentation from FunctionBay, Inc. is subjected to the copyright laws of

More information

ThingWorx Manufacturing Apps Setup and Configuration Guide for Freemium 8.2

ThingWorx Manufacturing Apps Setup and Configuration Guide for Freemium 8.2 ThingWorx Manufacturing Apps Setup and Configuration Guide for Freemium 8.2 Copyright 2018 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation

More information

ThingWorx Manufacturing and Service Apps Customization Guide 8.2

ThingWorx Manufacturing and Service Apps Customization Guide 8.2 ThingWorx Manufacturing and Service Apps Customization Guide 8.2 Copyright 2018 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation from PTC

More information

Xirgo OBD II Protocol Adapter SDK Setup Guide. Version 1.0

Xirgo OBD II Protocol Adapter SDK Setup Guide. Version 1.0 Xirgo OBD II Protocol Adapter SDK Setup Guide Version 1.0 Introduction... 2 About the Protocol Adapter SDK... 2 About Xirgo... 3 Installation... 3 Configuration and Setup... 3 Configuring the Xirgo device...

More information

Getting Started with Creo Parametric Import DataDoctor 1.0 A Tutorial-based Guide to Workflow

Getting Started with Creo Parametric Import DataDoctor 1.0 A Tutorial-based Guide to Workflow Getting Started with Creo Parametric Import DataDoctor 1.0 A Tutorial-based Guide to Workflow Copyright 2011 Parametric Technology Corporation and/or Its Subsidiary Companies. All Rights Reserved. User

More information

B&B Spectre LTE Edge MicroServer Setup Guide

B&B Spectre LTE Edge MicroServer Setup Guide B&B Spectre LTE Edge MicroServer Setup Guide July 2015 Table of Contents 1. Introduction... 1-1 About the Spectre LTE... 1-1 2. Installation... 2-1 Set up the Spectre LTE... 2-1 Set up the ThingWorx Application...

More information

Copyright 2016 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved.

Copyright 2016 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. ThingWorx Extension Development Guide Version 4.1 September 2016 Copyright 2016 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation from PTC

More information

SAS Contextual Analysis 14.3: Administrator s Guide

SAS Contextual Analysis 14.3: Administrator s Guide SAS Contextual Analysis 14.3: Administrator s Guide SAS Documentation August 25, 2017 The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2017. SAS Contextual Analysis

More information

Nimsoft Service Desk. Single Sign-On Configuration Guide. [assign the version number for your book]

Nimsoft Service Desk. Single Sign-On Configuration Guide. [assign the version number for your book] Nimsoft Service Desk Single Sign-On Configuration Guide [assign the version number for your book] Legal Notices Copyright 2012, CA. All rights reserved. Warranty The material contained in this document

More information

BEA WebLogic. Server. MedRec Clustering Tutorial

BEA WebLogic. Server. MedRec Clustering Tutorial BEA WebLogic Server MedRec Clustering Tutorial Release 8.1 Document Date: February 2003 Revised: July 18, 2003 Copyright Copyright 2003 BEA Systems, Inc. All Rights Reserved. Restricted Rights Legend This

More information

Vantron VT-M2M-TC-VM ThingWorx Setup Guide

Vantron VT-M2M-TC-VM ThingWorx Setup Guide Vantron VT-M2M-TC-VM ThingWorx Setup Guide October 2015 Contents Introduction... 2 About the Vantron VT-M2M_TC_VM... 2 Installation... 2 Compile the Vantron lvdemo Executable... 2 Prerequisites... 2 Connect

More information

Certificate-based Authentication and Authorization with the VerdeTTo IoT Access Valve. Version 1.0. User Guide

Certificate-based Authentication and Authorization with the VerdeTTo IoT Access Valve. Version 1.0. User Guide Certificate-based Authentication and Authorization with the VerdeTTo IoT Access Valve Version 1.0 User Guide Copyright 2017 Certified Security Solutions, Inc. All Rights Reserved. User guides and related

More information

Quick Install Guide. ibypass TM I2BP-4x Rev A 11/14

Quick Install Guide. ibypass TM I2BP-4x Rev A 11/14 - Quick Install Guide ibypass TM 40-10 I2BP-4x10 913-2106-01 Rev A 11/14 PLEASE READ THESE LEGAL NOTICES CAREFULLY. Trademarks and Copyrights Net Optics, and ibypass TM are registered trademarks of Net

More information

PTC Integrity 10.7 Web Services Reference

PTC Integrity 10.7 Web Services Reference PTC Integrity 10.7 Web Services Reference PTC Integrity 10.7 Web Services Reference Copyright 2015 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation

More information

OpenPlant PowerPID. How to Add Service Key-in that Drives Component Template at Placement and Post Placement. Version 2.0

OpenPlant PowerPID. How to Add Service Key-in that Drives Component Template at Placement and Post Placement. Version 2.0 OpenPlant PowerPID How to Add Service Key-in that Drives Component Template at November 21, 2012 Trademarks Bentley, the B Bentley logo, MicroStation, ProjectWise and AutoPLANT are registered trademarks

More information

PTC Integrity Modeler. SysML Tutorial Version 8.2

PTC Integrity Modeler. SysML Tutorial Version 8.2 PTC Integrity Modeler SysML Tutorial Version 8.2 Copyright 2015 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation from PTC Inc. and its subsidiary

More information

Creo UI Editor C++ User s Guide

Creo UI Editor C++ User s Guide Creo UI Editor C++ User s Guide 5.0.0.0 Copyright 2018 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation from PTC Inc. and its subsidiary

More information

Web Client Manual. for Macintosh and Windows. Group Logic Inc Fax: Internet:

Web Client Manual. for Macintosh and Windows. Group Logic Inc Fax: Internet: Web Client Manual for Macintosh and Windows Group Logic Inc. 703-528-1555 Fax: 703-527-2567 Email: info@grouplogic.com Internet: www.grouplogic.com Copyright (C) 1995-2007 Group Logic Incorporated. All

More information

Client Certificate Authentication Guide. June 28, 2018 Version 9.4

Client Certificate Authentication Guide. June 28, 2018 Version 9.4 Client Certificate Authentication Guide June 28, 2018 Version 9.4 For the most recent version of this document, visit our documentation website. Table of Contents 1 Client certificate authentication 4

More information

FieldView. Management Suite

FieldView. Management Suite FieldView The FieldView Management Suite (FMS) system allows administrators to view the status of remote FieldView System endpoints, create and apply system configurations, and manage and apply remote

More information

Intel Unite Solution Version 4.0

Intel Unite Solution Version 4.0 Intel Unite Solution Version 4.0 Guest Access Application Guide Revision 1.0 October 2018 Document ID: XXXX Legal Disclaimers and Copyrights This document contains information on products, services and/or

More information

SAS Contextual Analysis 13.2: Administrator s Guide

SAS Contextual Analysis 13.2: Administrator s Guide SAS Contextual Analysis 13.2: Administrator s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2014. SAS Contextual Analysis 13.2: Administrator's

More information

Copyright 2017 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved.

Copyright 2017 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. Extension Development Guide Version 4.4 November 2017 Copyright 2017 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation from PTC Inc. and

More information

Avaya Converged Platform 130 Series. idrac9 Best Practices

Avaya Converged Platform 130 Series. idrac9 Best Practices Avaya Converged Platform 130 Series idrac9 Best Practices Release 4.0 December 2018 2018 Avaya Inc. All Rights Reserved Notice While reasonable efforts were made to ensure that the information in this

More information

How to Connect with SSL Network Extender using a Certificate

How to Connect with SSL Network Extender using a Certificate How to Connect with SSL Network Extender using a Certificate 29 August 2011 2011 Check Point Software Technologies Ltd. All rights reserved. This product and related documentation are protected by copyright

More information

BEAWebLogic. Adapter for HIPAA. Installation and Configuration Guide

BEAWebLogic. Adapter for HIPAA. Installation and Configuration Guide BEAWebLogic Adapter for HIPAA Installation and Configuration Guide Version 8.1.2 Document Revised: January 2004 Copyright Copyright 2004 BEA Systems, Inc. All Rights Reserved. Portions Copyright 2004 iway

More information

Client Certificate Authentication Guide

Client Certificate Authentication Guide Client Certificate Authentication Guide April 4, 2018 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

IronKey EMS Quick Start Guide. version 7.2 DataLocker Inc. June, 2018

IronKey EMS Quick Start Guide. version 7.2 DataLocker Inc. June, 2018 IronKey EMS Quick Start Guide version 7.2 DataLocker Inc. June, 2018 1 System Requirements Requirement Description Database Microsoft SQL Server 2005, Microsoft SQL Server 2008, Microsoft SQL Server 2012,

More information

Novell Identity Manager

Novell Identity Manager Role Mapping Administrator User Guide AUTHORIZED DOCUMENTATION Novell Identity Manager 1.0 August 28, 2009 www.novell.com Novell Identity Manager Role Mapping Administrator 1.0 User GuideNovell Identity

More information

SAS Simulation Studio 14.1: User s Guide. Introduction to SAS Simulation Studio

SAS Simulation Studio 14.1: User s Guide. Introduction to SAS Simulation Studio SAS Simulation Studio 14.1: User s Guide Introduction to SAS Simulation Studio This document is an individual chapter from SAS Simulation Studio 14.1: User s Guide. The correct bibliographic citation for

More information

INSTALLATION INSTRUCTIONS Data Management Software Suite in the Evaluation Mode

INSTALLATION INSTRUCTIONS Data Management Software Suite in the Evaluation Mode INSTALLATION INSTRUCTIONS Data Management Software Suite in the Evaluation Mode Overview Here are instructions for installing and configuring the Data Management Software Suite, which includes DataFinder

More information

SteelCentral AppResponse 11 Virtual Edition Installation Guide

SteelCentral AppResponse 11 Virtual Edition Installation Guide SteelCentral AppResponse 11 Virtual Edition Installation Guide Virtual Edition for VMware ESXi 5.5 and ESXi 6.0 Version 11.0 November 2016 2016 Riverbed Technology. All rights reserved. Riverbed, SteelApp,

More information

IBM Intelligent Video Analytics Version 2 Release 0. IBM IVA Integration Plug-in for Genetec Security Center 5.5sr5 Installation and enablement IBM

IBM Intelligent Video Analytics Version 2 Release 0. IBM IVA Integration Plug-in for Genetec Security Center 5.5sr5 Installation and enablement IBM IBM Intelligent Video Analytics Version 2 Release 0 IBM IVA Integration Plug-in for Genetec Security Center 5.5sr5 Installation and enablement IBM IBM Intelligent Video Analytics Version 2 Release 0 IBM

More information

Configuring SMS Gateways on GateManager

Configuring SMS Gateways on GateManager Configuring SMS Gateways on GateManager This guide explains different type of external SMS gateways that can be configured for a GateManager. Version: 3.0, Oct 2016 Table of Contents Document version History

More information

Link Gateway Initial Configuration Manual

Link Gateway Initial Configuration Manual Link Gateway Initial Configuration Manual Copyright 2016 NetLinkz. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system, or translated

More information

Infor LN HTML5 Workbench Administration Guide

Infor LN HTML5 Workbench Administration Guide Infor LN HTML5 Workbench Administration Guide Copyright 2016 Infor Important Notices The material contained in this publication (including any supplementary information) constitutes and contains confidential

More information

Oracle Cloud. Using Oracle Eloqua Adapter Release E

Oracle Cloud. Using Oracle Eloqua Adapter Release E Oracle Cloud Using Oracle Eloqua Adapter Release 12.1.3 E65434-01 August 2015 Oracle Cloud Using Oracle Eloqua Adapter, Release 12.1.3 E65434-01 Copyright 2015, Oracle and/or its affiliates. All rights

More information

Nimsoft Monitor Server

Nimsoft Monitor Server Nimsoft Monitor Server Configuration Guide v6.00 Document Revision History Version Date Changes 1.0 10/20/2011 Initial version of Nimsoft Server Configuration Guide, containing configuration and usage

More information

Infor LN HTML5 Workbench Administration Guide

Infor LN HTML5 Workbench Administration Guide Infor LN HTML5 Workbench Administration Guide Copyright 2016 Infor Important Notices The material contained in this publication (including any supplementary information) constitutes and contains confidential

More information

SafeNet Authentication Manager

SafeNet Authentication Manager SafeNet Authentication Manager Integration Guide All information herein is either public information or is the property of and owned solely by Gemalto NV. and/or its subsidiaries who shall have and keep

More information

Getting Started with Creo Parametric TOOLKIT 3.0 Datecode M110

Getting Started with Creo Parametric TOOLKIT 3.0 Datecode M110 Getting Started with Creo Parametric TOOLKIT 3.0 Datecode M110 Copyright 2016 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation from PTC

More information

Telset Administration

Telset Administration BCM Rls 6.0 Telset Administration Task Based Guide Copyright 2010 Avaya Inc. All Rights Reserved. Notices While reasonable efforts have been made to ensure that the information in this document is complete

More information

Oracle FLEXCUBE Investor Servicing DDL Tool Reference Guide. Release Part No. E

Oracle FLEXCUBE Investor Servicing DDL Tool Reference Guide. Release Part No. E Oracle FLEXCUBE Investor Servicing DDL Tool Reference Guide Release 12.0.4.0.0 Part No. E57474-01 September 2014 Contents 1 Preface... 3 1.1 Audience... 3 1.2 Related documents... 3 1.3 Conventions...

More information

Bitnami Apache Solr for Huawei Enterprise Cloud

Bitnami Apache Solr for Huawei Enterprise Cloud Bitnami Apache Solr for Huawei Enterprise Cloud Description Apache Solr is an open source enterprise search platform from the Apache Lucene project. It includes powerful full-text search, highlighting,

More information

HYCU SCOM Management Pack for F5 BIG-IP

HYCU SCOM Management Pack for F5 BIG-IP USER GUIDE HYCU SCOM Management Pack for F5 BIG-IP Product version: 5.5 Product release date: August 2018 Document edition: First Legal notices Copyright notice 2015-2018 HYCU. All rights reserved. This

More information

Cisco UCS C-Series IMC Emulator Quick Start Guide. Cisco IMC Emulator 2 Overview 2 Setting up Cisco IMC Emulator 3 Using Cisco IMC Emulator 9

Cisco UCS C-Series IMC Emulator Quick Start Guide. Cisco IMC Emulator 2 Overview 2 Setting up Cisco IMC Emulator 3 Using Cisco IMC Emulator 9 Cisco UCS C-Series IMC Emulator Quick Start Guide Cisco IMC Emulator 2 Overview 2 Setting up Cisco IMC Emulator 3 Using Cisco IMC Emulator 9 Revised: October 6, 2017, Cisco IMC Emulator Overview About

More information

Intel Small Business Extended Access. Deployment Guide

Intel Small Business Extended Access. Deployment Guide Intel Small Business Extended Access Deployment Legal Notices and Disclaimers Disclaimers INTEL CORPORATION MAKES NO WARRANTY OF ANY KIND WITH REGARD TO THIS MATERIAL, INCLUDING, BUT NOT LIMITED TO, THE

More information

SafeNet Authentication Service

SafeNet Authentication Service SafeNet Authentication Service Push OTP Integration Guide All information herein is either public information or is the property of and owned solely by Gemalto NV. and/or its subsidiaries who shall have

More information

INSTALLATION GUIDE Spring 2017

INSTALLATION GUIDE Spring 2017 INSTALLATION GUIDE Spring 2017 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation Agreement and

More information

USING VMWARE HORIZON USER S GUIDE FOR WINDOWS

USING VMWARE HORIZON USER S GUIDE FOR WINDOWS U N I V E R S I T Y O F S O U T H E R N C A L I F O R N I A USING VMWARE HORIZON USER S GUIDE FOR WINDOWS NOVEMBER 2015 U N I V E R S I T Y O F S O U T H E R N C A L I F O R N I A 2015 UNIVERSITY OF SOUTHERN

More information

IronKey EMS On-Prem 7.1 Quick Start Guide

IronKey EMS On-Prem 7.1 Quick Start Guide IronKey EMS On-Prem 7.1 Quick Start Guide Last Updated June 2017 System Requirements Requirement Description Database Microsoft SQL Server 2005, Microsoft SQL Server 2008, or Microsoft SQL Server 2012,

More information

Partner Information. Integration Overview Authentication Methods Supported

Partner Information. Integration Overview Authentication Methods Supported Partner Information Partner Name Product Name Integration Overview Authentication Methods Supported Client Integration F5 Networks FirePass VPN User Name - Security Code User Name - Password - Security

More information

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need. Creating vservers 12c Release 1 ( )

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need. Creating vservers 12c Release 1 ( ) Oracle Enterprise Manager Ops Center Creating vservers 12c Release 1 (12.1.4.0.0) E27357-02 June 2013 This guide provides an end-to-end example for how to use Oracle Enterprise Manager Ops Center. Introduction

More information

Aimetis Symphony Mobile Bridge. 2.7 Installation Guide

Aimetis Symphony Mobile Bridge. 2.7 Installation Guide Aimetis Symphony Mobile Bridge 2.7 Installation Guide Contents Contents Introduction...3 Installation... 4 Install the Mobile Bridge... 4 Upgrade the Mobile Bridge...4 Network configuration... 4 Configuration...

More information

Intellisync Mobile Suite Client Guide. S60 3rd Edition Platform

Intellisync Mobile Suite Client Guide. S60 3rd Edition Platform Intellisync Mobile Suite Client Guide S60 3rd Edition Platform Published July 2007 COPYRIGHT 2007 Nokia. All rights reserved. Rights reserved under the copyright laws of the United States. RESTRICTED RIGHTS

More information

QNC Best Practices. System Affected. Description. QNC Configuration Procedure. Technical Bulletin CS-18-04

QNC Best Practices. System Affected. Description. QNC Configuration Procedure. Technical Bulletin CS-18-04 This technical bulletin explains the best approach to using the QNC tool when deploying handsets and provides tips and tricks on QNC behaviors to help smooth your deployment process. System Affected QNC

More information

SAS Workflow Manager 2.2: Administrator s Guide

SAS Workflow Manager 2.2: Administrator s Guide SAS Workflow Manager 2.2: Administrator s Guide SAS Documentation July 19, 2018 The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2018. SAS Workflow Manager 2.2: Administrator

More information

USING VMWARE HORIZON USER S GUIDE FOR MACINTOSH

USING VMWARE HORIZON USER S GUIDE FOR MACINTOSH U N I V E R S I T Y O F S O U T H E R N C A L I F O R N I A USING VMWARE HORIZON USER S GUIDE FOR MACINTOSH NOVEMBER 2015 U N I V E R S I T Y O F S O U T H E R N C A L I F O R N I A 2015 UNIVERSITY OF

More information

Learn more at solidthinking.com solidthinking, Inc. All Rights Reserved. All other trademarks are properties of their respective owners.

Learn more at solidthinking.com solidthinking, Inc. All Rights Reserved. All other trademarks are properties of their respective owners. Learn more at solidthinking.com 2016 solidthinking, Inc. All Rights Reserved. All other trademarks are properties of their respective owners. Table of Contents Chapter 1: Introduction...1 Installing...3

More information

ThingWorx Manufacturing Apps Setup and Configuration Guide 8.0.1

ThingWorx Manufacturing Apps Setup and Configuration Guide 8.0.1 ThingWorx Manufacturing Apps Setup and Configuration Guide 8.0.1 Copyright 2017 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation from PTC

More information

Integrating the Hardware Management Console s Broadband Remote Support Facility into your Enterprise

Integrating the Hardware Management Console s Broadband Remote Support Facility into your Enterprise System z Integrating the Hardware Management Console s Broadband Remote Support Facility into your Enterprise SC28-6880-00 System z Integrating the Hardware Management Console s Broadband Remote Support

More information

Oracle Hospitality Simphony Venue Management Installation Guide Release 3.10 E March 2018

Oracle Hospitality Simphony Venue Management Installation Guide Release 3.10 E March 2018 Oracle Hospitality Simphony Venue Management Installation Guide Release 3.10 E89837-02 March 2018 Copyright 2002, 2018, Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

Setting up the DR Series System on Acronis Backup & Recovery v11.5. Technical White Paper

Setting up the DR Series System on Acronis Backup & Recovery v11.5. Technical White Paper Setting up the DR Series System on Acronis Backup & Recovery v11.5 Technical White Paper Quest Engineering November 2017 2017 Quest Software Inc. ALL RIGHTS RESERVED. THIS WHITE PAPER IS FOR INFORMATIONAL

More information

One Identity Starling Two-Factor Desktop Login 1.0. Administration Guide

One Identity Starling Two-Factor Desktop Login 1.0. Administration Guide One Identity Starling Two-Factor Desktop Login 1.0 Administration Guide Copyright 2018 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software

More information