How to gather debug logs for support requests

Size: px
Start display at page:

Download "How to gather debug logs for support requests"

Transcription

1 How to gather debug logs for support requests Page 1 of 12

2 Table of Contents COLLECT ND SEND SERVER SIDE LOGS 1. How to Collect Server Side Logs 1.1. Server on Linux 1.2. NoMachine Terminal Server Node (Linux) 1.3. Server on Mac 1.4. Server on Windows COLLECT ND SEND CLIENT SIDE LOGS 2. How to Collect Client Logs from Users' Devices 2.1. Client on Linux 2.2. Client on Mac 2.3. Client on Windows 2.4. Client on ndroid Tablets/Smartphones 2.5. Client on ios Devices 2.6. Browser (Web Sessions) 3. How to Locate the Connection Settings File (.nxs) OTHERS 4. How to Gather a Stacktrace 4.1. On Linux 4.2. On Mac 4.3. On Windows 5. How to Debug a CPU Consuming Process on Linux 6. How to Debug the NoMachine Monitor on Linux 7. Troubleshooting Page 2 of 12

3 COLLECT ND SEND SERVER SIDE LOGS 1. How to Collect Server Side Logs Server side logs have to be collected on the NoMachine server host where the problem occurs: I Standalone NoMachine Servers Follow instructions for the appropriate Operating System and execute them on the NoMachine Server host. II Multi-server environments Depending on the problem, it may affect the main Cloud Server or any of the federated servers. Follow instructions for the appropriate Operating System and execute them on the affected host(s). III Multi-node environments (ETS + TSN) Depending on the problem, it may affect the Enterprise Terminal Server or any of the Terminal Server Nodes Follow instructions for the appropriate Operating System and execute them on the affected host(s). These are the general steps to collect and send logs: - Set debug log level manually. - Reproduce the problem. - Create the compressed archives of logs. - Send the archives to NoMachine Support Team by or ask Support to provide a space for uploading logs if size is too big for an attachment. TIP For v. 6.5 or later When the problem is easily reproducible or if the Support Team requested that, you may clean the logs before starting the procedure above to collect them. Execute: nxserver --logrotate Rotated files are saved in the NoMachine var/log/logrotate directory: /usr/nx/log/logrotate on Linux %PROGRMDT%\NoMachine\var\log on Windows /Library/pplication Support/NoMachine/var/log on Mac. 2. Detailed Instructions Page 3 of 12

4 1.1. Server on Linux Step 1 - Set debug level in server.cfg Edit /usr/nx/etc/server.cfg, uncomment and set the following: If the problem affects web sessions, set also: Web Step 2 - Set debug level in node.cfg Edit /usr/nx/etc/node.cfg, uncomment and set the following: and: SessionLogClean 0 TIP It's NOT necessary to restart the server or the NoMachine services, except if this has been requested by the Support Team. Step 3 - Reproduce the problem If also client side logs are requested, ensure that the client on the user's computer has the 'Don't delete log files on exit' option checked in the GUI Settings ('Privacy' panel), or that the web session is launched in debug mode (see detailed instructions in paragraphs dedicated to collect client side logs). Connect to the NoMachine server and reproduce the problem. Once reproduced: - collect server side logs. - collect client side logs if requested. Step 4 - Create the compressed server side logs archive Create a compressed tar.gz archive of the /usr/nx/var/log directory: $ sudo tar cvfz NoMachine-log.tar.gz /usr/nx/var/log Step 5 - Send the server logs archive to the Support Team Send the logs archive as attachment. Please be sure to include ID of the inquiry to the subject of your or request for a temporary upload space if the size of the archive is too large NoMachine Terminal Server Node (Linux) Page 4 of 12

5 Step 1 - Set debug level in server.cfg Edit /usr/nx/etc/server.cfg, uncomment and set the following: Step 2 - Set debug level in node.cfg Edit /usr/nx/etc/node.cfg, uncomment and set the following: and: SessionLogClean 0 Step 3 - Reproduce the problem If also client side logs are requested, ensure that the client on the user's computer has the 'Don't delete log files on exit' option checked in the GUI Settings ('Privacy' panel), or that the web session is launched in debug mode (see detailed instructions in paragraphs dedicated to collect client side logs). Connect to the NoMachine server and reproduce the problem. Once reproduced: - collect logs on the Terminal Server Node host. - collect client side logs if requested. Step 4 - Create the compressed server side logs archive Create a compressed tar.gz archive of the /usr/nx/var/log directory: $ sudo tar cvfz NoMachine-TSN-log.tar.gz /usr/nx/var/log Step 5 - Send the Terminal Server Node logs archive to the Support Team Send the logs archive as attachment. Please be sure to include ID of the inquiry to the subject of your or request for a temporary upload space if the size of the archive is too large Server on Mac Step 1 - Set debug level in server.cfg Edit /pplications/nomachine.app/contents/frameworks/etc/server.cfg, uncomment and set the following: If the problem affects web sessions, set also: Web Step 2 - Set debug level in node.cfg Edit /pplications/nomachine.app/contents/frameworks/etc/node.cfg, uncomment and set the following: and: SessionLogClean 0 Page 5 of 12

6 TIP It's NOT necessary to restart the server or the NoMachine services, except if this has been requested by the Support Team. Step 3 - Reproduce the problem If also client side logs are requested, ensure that the client on the user's computer has the 'Don't delete log files on exit' option checked in the GUI Settings ('Privacy' panel), or that the web session is launched in debug mode (see detailed instructions in paragraphs dedicated to collect client side logs). Connect to the NoMachine server and reproduce the problem. Once reproduced: - collect server side logs. - collect client side logs if requested. Step 4 - Create the compressed server side logs archive Create a compressed tar.gz archive of the /Library/pplication Support/NoMachine/var/log directory: Navigate with the Finder till the /Library/pplication Support/NoMachine/var/log directory. Compress this folder: control-click or right-click the folder and then choose 'Create rchive' from the pop-up menu. s an alternative, create the archive from command line: $ cd "/Library/pplication Support/NoMachine/var/" $ sudo tar cvfz NoMachine-log.tar.gz log Step 5 - Send the server logs archive to the Support Team Send the logs archive as attachment. Please be sure to include ID of the inquiry to the subject of your or request for a temporary upload space if the size of the archive is too large Server on Windows Step 1 - Set debug level in server.cfg Copy the InstallationDirectory/NoMachine/etc/server.cfg file in a temporary folder and open the file with an editor like WordPad. This is necessary for being able to edit the file. Edit the copy of the server.cfg file, uncomment and set the following: If the problem affects web sessions, set also: Web Copy the modified server.cfg file to InstallationDirectory/NoMachine/etc/server.cfg. dministrative privileges are required. Step 2 - Set debug level in node.cfg Page 6 of 12

7 Copy the InstallationDirectory/NoMachine/etc/node.cfg file in a temporary folder and open the file with an editor like WordPad. This is necessary for being able to edit the file. Edit the copy of the node.cfg file, uncomment and set the following: and: SessionLogClean 0 Copy the modified node.cfg file to InstallationDirectory/NoMachine/etc/node.cfg. dministrative privileges are required. TIP It's NOT necessary to restart the server or the NoMachine services, except if this has been requested by the Support Team. Step 3 - Reproduce the problem If also client side logs are requested, ensure that the client on the user's computer has the 'Don't delete log files on exit' option checked in the GUI Settings ('Privacy' panel), or that the web session is launched in debug mode (see detailed instructions in paragraphs dedicated to collect client side logs). Connect to the NoMachine server and reproduce the problem. Once reproduced: - collect server side logs. - collect client side logs if requested. Step 4 - Create the compressed server side logs archive Create a compressed archive of the NoMachine's /var/log directory. The NoMachine /var/log directory is: %PROGRMDT%/NoMachine/var/log on Windows Vista, 7, 8, 8.1 and 10. Documents and Settings/ll Users/NoMachine/var/log on Windows XP. To compress it, right-click the file or folder, point to Send To, and then click Compressed (zipped) Folder. Step 5 - Send the server logs archive to the Support Team Send the logs archive as attachment. Please be sure to include ID of the inquiry to the subject of your or request for a temporary upload space if the size of the archive is too large. COLLECT ND SEND CLIENT SIDE LOGS 2. How to Collect Client Logs from Users' Devices Page 7 of 12

8 TIP When the connection terminates with an error, the client shows a dialog with a short error message and allows to save logs of that problem into a directory. In this case: - Save client logs when prompted to do it. - Compress the directory containing logs. - Send the archive to NoMachine Support Team by . When the connection doesn't terminate with an error but shows an unexpected behavior to be investigated (e.g. black or frozen screen, wrong keyboard mapping etc...) the client cannot issue the dialog to save error logs. In this case, or if requested by the NoMachine Support Team, you have to retrieve logs manually as explained in the next paragraphs. Collecting client side logs manually requires to make the following operations on the user's computer from which the connection is started: - launch the NoMachine User Interface on the user's computer from Programs or Menu - click on Settings to open Player preferences and click on the Privacy tab - select the Don't delete log files on exit checkbox - Connect to the server and reproduce the problem. - ompress the user's home/.nx directory containing logs. - Send the compressed logs archive to NoMachine Support Team by . If the user instead runs sessions via web, launch the web session in debug mode as explained in the dedicated paragraph Client on Linux Create a compressed tar.gz archive of the.nx directory in the user's home on his/her computer: $ tar -cvp --exclude 'cache*' --exclude 'images' --exclude 'temp' -f $HOME/.nx gzip -c >nxdir.tar.gz or, if you are not the owner of this user's home, run the command with sudo: $ sudo tar -cvp --exclude 'cache*' --exclude 'images' --exclude 'temp' -f $HOME/.nx gzip -c >nxdir.tar.gz 2.2. Client on Mac Create a compressed archive of the.nx directory in the user's home. Page 8 of 12

9 Navigate with the Finder till the.nx directory. To reduce the size of the archive, remove cache, images and recording sub-directories under.nx before creating the compressed folder. Compress this folder: control-click or right-click the folder and then choose 'Create rchive' from the pop-up menu. s an alternative, you may create a tar.gz archive from command line. Run in a console: $ tar -cvp --exclude 'cache*' --exclude 'images' --exclude 'temp' -f $HOME/.nx gzip -c >nxdir.tar.gz or, if you are not the owner of this user's home, run the command with sudo: $ sudo tar -cvp --exclude 'cache*' --exclude 'images' --exclude 'temp' -f $HOME/.nx gzip -c >nxdir.tar.gz 2.3. Client on Windows Create a compressed archive of the.nx directory in the user's home. The.nx folder is hidden. To find it, write the following in the address bar or the file browser: %USERPROFILE%\.nx s an alternative, you may navigate through the computer folder till the user's home and digit.nx in the navigation toolbar to reach this hidden folder. Path can be similar to: C:/Users/nomachine/.nx To reduce the size of the archive, remove cache, images and recording sub-directories under.nx before creating the compressed folder. Then compress the.nx directory: right-click the file or folder, point to Send To, and then click Compressed (zipped) Folder. Provide also the nxtrace.log if present. The nxtrace.log file is generated only in case of a sudden termination of any of the NoMachine programs. It's stored in: %PROGRMDT%/NoMachine/var/log on Windows Vista, 7, 8, 8.1, 10 or Documents and Settings/ll Users/NoMachine/var/log on Windows XP. You may also search it on your computer by using the Windows tool: use the Search box on the Start menu to find programs, type there nxtrace.log to locate this file Client on ndroid Tablets/Smartphones Please refer to instructions here: Page 9 of 12

10 2.5. Client on ios Devices Please refer to instructions here: Browser (Web Sessions) Logs are stored in the browser's local storage, so the user's browser needs to have Local Storage support. If yes: Step 1 - Point your browser to the webplayer application and run it in debug mode: For example: Step 2- Log-in to NoMachine and perform all steps requested to reproduce the problem. Once the problem is reproduced, retrieve logs by typing in the browser's navigation bar: For example: This will disconnect the session and display the logs page. Step 4 -Click on the 'Download' button in the upper right corner of the page to download and save the log file. Step 5 - Send the log file to NoMachine Support Team by . Please be sure to include ID of the enquiry in the subject of your . For turning off the debug mode, type in the browser's navigation bar the action to stop the debug mode, for example: 3. How to Locate the Connection Settings File (.nxs) Configuration of the client's session (namely the connection file.nxs) is stored by default in /Documents/NoMachine. To verify where the session files are effectively saved, run the NoMachine client and click on Settings ->Folder. Check path set for 'Connections and recordings'. Page 10 of 12

11 OTHERS 4. How to Gather a Stacktrace In many cases a core file debugged outside of the original environment doesn't provide all the necessary information. That's why it's important to gather the stacktrace onsite and send it to the Support Team for analysis On Linux Please refer to instructions here for debugging a core file onsite: To know which application has generated the core, run from a console: file PTH_TO_CORE_FILE 4.2. On Mac On Mac you need to reetrieve stacks automatically generated by the system. Diagnostic reports are stored in: a) ~/Library/Logs/DiagnosticReports and: b) /Library/Logs/DiagnosticReports Note that path a) and b) are different. Stacks for NoMachine programs are prefixed with 'nx', retrieve them from directories a) and b) if any and send the diagnostic reports as attachment On Windows Page 11 of 12

12 In case of a sudden termination, NoMachine programs generate on Windows the nxtrace.log file. This file is placed in the following directory: %PROGRMDT%/NoMachine/var/log on Windows Vista, 7, 8, 8.1, 10 Documents and Settings/ll Users/NoMachine/var/log on Windows XP. Otherwise you may search for nxtrace.log on your computer by using the Windows tool: use the Search box on the Start menu to find programs, type there nxtrace.log to locate this file. 5. How to Debug a CPU Consuming Process on Linux Please refer to instructions here: 6. How to Debug the NoMachine Monitor on Linux Please refer to instructions here: 7. Troubleshooting Troubleshooting issues caused by system resources exceeded on Linux Troubleshooting LDP and PM issues on Linux for connections by NX protocol Troubleshooting NoMachine in a ctive Directory Domain Page 12 of 12

How to gather debug logs for support requests (v.5)

How to gather debug logs for support requests (v.5) pproved by: How to gather debug logs for support requests Page 1 of 10 pproved by: HOW TO ENBLE ND COLLECT DEBUG LOGS FOR SUPPORT REQUESTS These instructions apply to NoMachine v.5. For NoMachine v. 6

More information

WA2592 Applied Data Science and Big Data Analytics. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc.

WA2592 Applied Data Science and Big Data Analytics. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. WA2592 Applied Data Science and Big Data Analytics Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Class Setup...3 Part 2 - Minimum Software Requirements

More information

NX Server Manager Installation and Configuration Guide

NX Server Manager Installation and Configuration Guide NX Server Manager Installation and Configuration Page 1 of 18 Welcome to the Installation and Configuration for NX Server Manager version 3.x or higher. This document is intended to be an overview on how

More information

FireAMP Connector for Mac Diagnostic Data Collection

FireAMP Connector for Mac Diagnostic Data Collection FireAMP Connector for Mac Diagnostic Data Collection Document ID: 118365 Contributed by Nazmul Rajib, Justin Roberts, and Nikhil Vaidya, Cisco TAC Engineers. Mar 11, 2015 Contents Introduction Prerequisites

More information

Instructions for upgrading a production environment v. 5 to NoMachine v. 6

Instructions for upgrading a production environment v. 5 to NoMachine v. 6 nstructions for upgrading a production environment v. 5 to NoMachine v. 6 Page 1 of 11 Table of Contents The new Product Lines in v.6 1. ntroducing NoMachine Products v.6 1.1. Compatibility with Previous

More information

Browser Cookie Settings

Browser Cookie Settings Browser Cookie Settings Error Messages: Browser's cookie functionality turned off Steps to Try 1. Try enabling cookies, close all browser windows and restart browser after enabling cookies 2. Try clearing

More information

Cisco Unified Serviceability

Cisco Unified Serviceability Cisco Unified Serviceability Introduction, page 1 Installation, page 5 Introduction This document uses the following abbreviations to identify administration differences for these Cisco products: Unified

More information

WA2393 Data Science for Solution Architects. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1

WA2393 Data Science for Solution Architects. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 WA2393 Data Science for Solution Architects Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Class Setup...3 Part 2 - Minimum Software Requirements

More information

Quick Guide to the NoMachine GUI

Quick Guide to the NoMachine GUI Quick Guide to the NoMachine GUI Page 1 of 17 Table of Contents 1. What is the NoMachine GUI? The Player preferences GUI 2. How to access the NoMachine 'Player preferences' 2.1. Input preferences 2.2.

More information

Online Backup Client User Manual

Online Backup Client User Manual Online Backup Client User Manual Software version 3.21 For Linux distributions October 2010 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have

More information

CircuitPython with Jupyter Notebooks

CircuitPython with Jupyter Notebooks CircuitPython with Jupyter Notebooks Created by Brent Rubell Last updated on 2018-08-22 04:08:47 PM UTC Guide Contents Guide Contents Overview What's a Jupyter Notebook? The Jupyter Notebook is an open-source

More information

R.E.A.C.H Patient Manager. User Manual

R.E.A.C.H Patient Manager. User Manual R.E.A.C.H Patient Manager User Manual Table of Contents Part 1: Introduction! 1 What is R.E.A.C.H. PM?! 1 Features! 1 Part 2: System Requirements & Installation! 2 System Requirements! 2 Installation!

More information

Installation and Upgrade Guide Zend Studio 9.x

Installation and Upgrade Guide Zend Studio 9.x Installation and Upgrade Guide Zend Studio 9.x By Zend Technologies, Inc. www.zend.com Disclaimer The information in this document is subject to change without notice and does not represent a commitment

More information

NoMachine (free version) - Installation and Configuration Guide

NoMachine (free version) - Installation and Configuration Guide pproved by: NoMachine (free version) - Installation and Configuration Guide Page 1 of 19 pproved by: Table of Contents Introduction 1. NoMachine (free version) - Installation and 1.1. bout This Guide How

More information

Sabre Customer Virtual Private Network Launcher (SCVPNLauncher)

Sabre Customer Virtual Private Network Launcher (SCVPNLauncher) Sabre Customer Virtual Private Network Launcher (SCVPNLauncher) User s Guide Sabre Travel Network This document provides detailed information for the install/uninstall, operation, configuration and troubleshooting

More information

Cox Business Online Backup Administrator Guide. Version 2.0

Cox Business Online Backup Administrator Guide. Version 2.0 Cox Business Online Backup Administrator Guide Version 2.0 2012 by Cox Communications. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic,

More information

Installation and Upgrade Guide Zend Studio 9.x

Installation and Upgrade Guide Zend Studio 9.x Installation and Upgrade Guide Zend Studio 9.x By Zend Technologies, Inc. www.zend.com Disclaimer The information in this document is subject to change without notice and does not represent a commitment

More information

GRS Enterprise Synchronization Tool

GRS Enterprise Synchronization Tool GRS Enterprise Synchronization Tool Last Revised: Thursday, April 05, 2018 Page i TABLE OF CONTENTS Anchor End User Guide... Error! Bookmark not defined. Last Revised: Monday, March 12, 2018... 1 Table

More information

KNOXPLANS for New Users

KNOXPLANS for New Users KNOXPLANS for New Users Version 9.1, October 2018 Contents KNOXPLANS for New Users... 1 Welcome to KnoxPlans, Version 9.1... 2 Recommended Client Hardware and O/S Specifications... 2 Browser Requirements...

More information

Copyright

Copyright 1 Overview: Mobile APPS Categories Types Distribution/Installation/Logs Mobile Test Industry Standards Remote Device Access (RDA) Emulators Simulators Troubleshooting Guide App Risk Analysis 2 Mobile APPS:

More information

Workstation Configuration

Workstation Configuration Workstation Configuration December 15, 2017 - Version 9.3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

Workstation Configuration

Workstation Configuration Workstation Configuration December 12, 2017 - Version 9.4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

Mend for Eclipse quick start guide local analysis

Mend for Eclipse quick start guide local analysis The Semmle Mend for Eclipse plugin allows users to view Semmle results in Eclipse. This document describes how to install and use the plugin for local analysis. You can install the plugin using a Semmle

More information

Configuring the WebDAV Folder for Adding Multiple Files to the Content Collection and Editing Them

Configuring the WebDAV Folder for Adding Multiple Files to the Content Collection and Editing Them Configuring the WebDAV Folder for Adding Multiple Files to the Content Collection and Editing Them The Content Collection should be the repository for all of the files used in Blackboard. The Content Collection

More information

Aspera Connect Windows XP, 2003, Vista, 2008, 7. Document Version: 1

Aspera Connect Windows XP, 2003, Vista, 2008, 7. Document Version: 1 Aspera Connect 2.6.3 Windows XP, 2003, Vista, 2008, 7 Document Version: 1 2 Contents Contents Introduction... 3 Setting Up... 4 Upgrading from a Previous Version...4 Installation... 4 Set Up Network Environment...

More information

Sync User Guide. Powered by Axient Anchor

Sync User Guide. Powered by Axient Anchor Sync Powered by Axient Anchor TABLE OF CONTENTS End... Error! Bookmark not defined. Last Revised: Wednesday, October 10, 2018... Error! Bookmark not defined. Table of Contents... 2 Getting Started... 7

More information

Workstation Configuration Guide

Workstation Configuration Guide Workstation Configuration Guide August 13, 2018 Version 9.6.134.78 For the most recent version of this document, visit our documentation website. Table of Contents 1 Workstation configuration 4 1.1 Considerations

More information

Workstation Configuration

Workstation Configuration Workstation Configuration Version 8.2 May 2, 2014 For the most recent version of this document, visit our documentation website. Table of Contents 1 Workstation configuration 3 1.1 Custom level Internet

More information

Workstation Configuration

Workstation Configuration Workstation Configuration September 22, 2015 - Version 9 & 9.1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

GIGABYTE Remote Management Console User s Guide. Version: 1.0

GIGABYTE Remote Management Console User s Guide. Version: 1.0 GIGABYTE Remote Management Console User s Guide Version: 1.0 Table of Contents Using Your GIGABYTE Remote Management Console...2 Software Install...3 Prerequisites on remote management PC...3 Install Java

More information

Panda Remote Control. Adaptive Defense 360 Endpoint Protection Plus. Administrator's Guide. Administrator s

Panda Remote Control. Adaptive Defense 360 Endpoint Protection Plus. Administrator's Guide. Administrator s Panda Remote Control Adaptive Defense 360 Endpoint Protection Plus Administrator s Administrator's Guide Contents 1. INTRODUCTION... 4 1.1. REQUIREMENTS... 5 1.2. INSTALLATION... 6 1.2.1 INSTALLATION CHECK...

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

Step-by-step guide for the libradtran virtual machine. A) Installation

Step-by-step guide for the libradtran virtual machine. A) Installation Step-by-step guide for the libradtran virtual machine July 2014 A) Installation You need approximately 7GB of free disk space on your computer to install the virtual machine. Step 1) Extract the archive

More information

New Cash Register System Quick Setup Guide. Version: XP1.0

New Cash Register System Quick Setup Guide. Version: XP1.0 New Cash Register System Quick Setup Guide Version: XP1.0 Contents Quick Step 1 - Upload New Cash Register System End User License... 1 Quick Step 2 Retrieve MAC IDs... 1 Quick Step 3 - Add License Key

More information

MassTransit 6.0 Installation Guide for Enterprise and Professional Servers on Macintosh

MassTransit 6.0 Installation Guide for Enterprise and Professional Servers on Macintosh MassTransit 6.0 Installation Guide for Enterprise and Professional Servers on Macintosh March 11, 2009 Group Logic, Inc. 1100 North Glebe Road, Suite 800 Arlington, VA 22201 Phone: 703-528-1555 Fax: 703-528-3296

More information

8.0 Help for Community Managers About Jive for Google Docs...4. System Requirements & Best Practices... 5

8.0 Help for Community Managers About Jive for Google Docs...4. System Requirements & Best Practices... 5 for Google Docs Contents 2 Contents 8.0 Help for Community Managers... 3 About Jive for Google Docs...4 System Requirements & Best Practices... 5 Administering Jive for Google Docs... 6 Understanding Permissions...6

More information

KNOXPLANS for New Users

KNOXPLANS for New Users KNOXPLANS for New Users Welcome to KnoxPlans The City of Knoxville recommends that KnoxPlans (aka ProjectDox ) run on PC operating systems up to and including Windows 7 32-bit (Windows XP, Windows Vista,

More information

Copyright

Copyright 1 Mobile APPS: Distribution/Installation: Android.APK What is TEST FAIRY? TestFairy offers some great features for app developers. One of the stand out features is client side Video recording and not just

More information

Vendio Stores WebDAV Setup & Access

Vendio Stores WebDAV Setup & Access Vendio Stores WebDAV Setup & Access Version 1.1, 09/07/2009 1 Contents Introduction:...3 Setting Up Your WebDAV Account in Windows XP...3 Setting Up Your WebDAV Account in Dreamweaver...12 Setting Up Your

More information

Prerequisites for federating Enterprise Servers and their nodes under one Cloud Server (v. 4)

Prerequisites for federating Enterprise Servers and their nodes under one Cloud Server (v. 4) Prerequisites for federating Enterprise Servers and their nodes under one Cloud Server (v. 4) Page 1 of 5 This document is intended to provide general guidelines for understanding which NoMachine products

More information

FileWay User s Guide. Version 3

FileWay User s Guide. Version 3 FileWay User s Guide Version 3 Copyright (c) 2003-2008 Everywhere Networks Corporation, All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without limiting

More information

Setting up highly available remote access to virtual desktops load-balanced among multiple Linux hosts

Setting up highly available remote access to virtual desktops load-balanced among multiple Linux hosts pproved by: Setting up highly available remote access to virtual desktops load-balanced among multiple Page 1 of 6 pproved by: This document is intended to provide general guidelines for understanding

More information

WA2342 NoSQL Systems Comparison. Lab Server VM Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1

WA2342 NoSQL Systems Comparison. Lab Server VM Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 WA2342 NoSQL Systems Comparison Lab Server VM Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware Requirements...3 Part 2 - Minimum Software

More information

SCCM Plug-in User Guide. Version 3.0

SCCM Plug-in User Guide. Version 3.0 SCCM Plug-in User Guide Version 3.0 JAMF Software, LLC 2012 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF Software 301 4th Ave

More information

Georgia Department of Education

Georgia Department of Education Browser Setting Specifications for Statewide Longitudinal Data System (SLDS) Version 5.0 Table of Contents 1. Introduction 4 1.1 Purpose 4 2. Silverlight 4 2.1 Installing Silverlight 4 2.2 Silverlight

More information

Product Guide. McAfee GetSusp

Product Guide. McAfee GetSusp Product Guide McAfee GetSusp 3.0.0.461 COPYRIGHT LICENSE INFORMATION Copyright 2013-2017 McAfee, LLC. YOUR RIGHTS TO COPY AND RUN THIS TOOL ARE DEFINED BY THE MCAFEE SOFTWARE ROYALTY-FREE LICENSE FOUND

More information

Skytap Remote Access/Connectivity Checker Troubleshooting Guide

Skytap Remote Access/Connectivity Checker Troubleshooting Guide The Skytap Remote Access Client (SRA) supports multiple Operating Systems, Browsers, and Java versions. To ensure the most seamless experience when accessing a Skytap Cloud environment using the SRA, please

More information

Upgrade Instructions. NetBrain Integrated Edition 7.1. Two-Server Deployment

Upgrade Instructions. NetBrain Integrated Edition 7.1. Two-Server Deployment NetBrain Integrated Edition 7.1 Upgrade Instructions Two-Server Deployment Version 7.1a Last Updated 2018-09-04 Copyright 2004-2018 NetBrain Technologies, Inc. All rights reserved. Contents 1. Upgrading

More information

Remote Support 19.1 Web Rep Console

Remote Support 19.1 Web Rep Console Remote Support 19.1 Web Rep Console 2003-2019 BeyondTrust Corporation. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust Corporation. Other trademarks are the property

More information

9.0 Help for Community Managers About Jive for Google Docs...4. System Requirements & Best Practices... 5

9.0 Help for Community Managers About Jive for Google Docs...4. System Requirements & Best Practices... 5 for Google Docs Contents 2 Contents 9.0 Help for Community Managers... 3 About Jive for Google Docs...4 System Requirements & Best Practices... 5 Administering Jive for Google Docs... 6 Quick Start...6

More information

Zmanda Cloud Backup FAQ

Zmanda Cloud Backup FAQ Zmanda Cloud Backup 2.0.1 FAQ The first sections of this document cover general questions regarding features, cloud, and support; the last section lists error messages and what to do about them. Terminology

More information

Oracle General Navigation Overview

Oracle General Navigation Overview Oracle 11.5.9 General Navigation Overview 1 Logging On to Oracle Applications You may access Oracle, by logging onto the ATC Applications Login System Status page located at www.atc.caltech.edu/support/index.php

More information

VI-CENTER EXTENDED ENTERPRISE EDITION GETTING STARTED GUIDE. Version: 4.5

VI-CENTER EXTENDED ENTERPRISE EDITION GETTING STARTED GUIDE. Version: 4.5 VI-CENTER EXTENDED ENTERPRISE EDITION GETTING STARTED GUIDE This manual provides a quick introduction to Virtual Iron software, and explains how to use Virtual Iron VI-Center to configure and manage virtual

More information

Upgrading the Cisco APIC-EM Deployment

Upgrading the Cisco APIC-EM Deployment Review the following sections in this chapter for information about upgrading to the latest Cisco APIC-EM version and verification. Using the GUI to Upgrade Cisco APIC-EM, page 1 Using the CLI to Upgrade

More information

Integration Guide: innovi XProtect

Integration Guide: innovi XProtect Integration Guide: innovi XProtect Version 1.4, October 2018 Table of Contents 1 Overview... 3 1.1. About this Guide... 3 1.2. Enabling Procedure... 3 1.3. Mapping Cameras... 5 1.3.1. Professional+...

More information

Upgrading the Cisco APIC-EM Deployment

Upgrading the Cisco APIC-EM Deployment Review the following sections in this chapter for information about upgrading to the latest Cisco APIC-EM version and verification. Using the GUI to Upgrade Cisco APIC-EM, page 1 Using the CLI to Upgrade

More information

Online Backup Client User Manual

Online Backup Client User Manual Software version 3.21 For Mac OS X September 2010 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or

More information

Media Archive Server for Small Teams

Media Archive Server for Small Teams Media Archive Server for Small Teams Installation Guide Daminion Server 0.9.X beta This 5-minute guide will help you set up and configure your Daminion Server Software correctly. Please take the time to

More information

Sophos Enterprise Console

Sophos Enterprise Console secure network quick startup guide Product Version: 5.5 Contents About this guide... 1 Limitations on the secure network...2 What do I install?...3 What are the key steps?... 4 Download the installers...5

More information

Roadmap to UPK 3.1 Session #1 UPK 3.1 Practice Exercises. A Solbourne White Paper April 2008

Roadmap to UPK 3.1 Session #1 UPK 3.1 Practice Exercises. A Solbourne White Paper April 2008 Roadmap to UPK 3.1 Session #1 UPK 3.1 Practice Exercises A Solbourne White Paper April 2008 COPYRIGHT & TRADEMARKS Copyright 2008, Solbourne. The information contained in this document is subject to change

More information

Remote Support Web Rep Console

Remote Support Web Rep Console Remote Support Web Rep Console 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property of their

More information

PhotoPDF User Guide. PhotoPDF. Photo to PDF Converter

PhotoPDF User Guide. PhotoPDF. Photo to PDF Converter PhotoPDF Photo to PDF Converter PhotoPDF is a batch-processing tool to convert photos into PDF file. PhotoPDF provides three modes of conversion: Batch Convert, Photos Merge and Thumbnail Page. PhotoPDF

More information

Chapter 12: Advanced Operating Systems

Chapter 12: Advanced Operating Systems : Advanced Operating Systems IT Essentials: PC Hardware and Software v4.0 1 Purpose of this Presentation To provide to instructors an overview of : List of chapter objectives Overview of the chapter contents,

More information

Bitnami MEAN for Huawei Enterprise Cloud

Bitnami MEAN for Huawei Enterprise Cloud Bitnami MEAN for Huawei Enterprise Cloud Description Bitnami MEAN Stack provides a complete development environment for mongodb and Node.js that can be deployed in one click. It includes the latest stable

More information

QuestionPoint chat The Guide to IE browser setup Last updated: 2013 Nov 12

QuestionPoint chat The Guide to IE browser setup Last updated: 2013 Nov 12 QuestionPoint chat The Guide to IE browser setup Last updated: 2013 Nov 12 This guide provides a procedure for initially configuring your Internet Explorer (IE) browser to use Flash Chat. Please note that

More information

CSE 101 Introduction to Computers Development / Tutorial / Lab Environment Setup

CSE 101 Introduction to Computers Development / Tutorial / Lab Environment Setup CSE 101 Introduction to Computers Development / Tutorial / Lab Environment Setup Purpose: The purpose of this lab is to setup software that you will be using throughout the term for learning about Python

More information

Welcome to InSite: A GUIDE TO PROOFING ONLINE. Getting Started Viewing Job Information Uploading Files Viewing Pages Requesting Corrections

Welcome to InSite: A GUIDE TO PROOFING ONLINE. Getting Started Viewing Job Information Uploading Files Viewing Pages Requesting Corrections Welcome to InSite: A GUIDE TO PROOFING ONLINE Getting Started Viewing Job Information Uploading Files Viewing Pages Requesting Corrections PROOF.REGISTERGRAPHICS.COM *NOTE: There is no www in this address.

More information

Sophos Enterprise Console

Sophos Enterprise Console quick startup guide Product Version: 5.5 Contents About this guide... 1 What do I install?...2 What are the key steps?... 3 Download the Enterprise Console installer...4 If you have a Sophos license...

More information

Linux Essentials. Smith, Roderick W. Table of Contents ISBN-13: Introduction xvii. Chapter 1 Selecting an Operating System 1

Linux Essentials. Smith, Roderick W. Table of Contents ISBN-13: Introduction xvii. Chapter 1 Selecting an Operating System 1 Linux Essentials Smith, Roderick W. ISBN-13: 9781118106792 Table of Contents Introduction xvii Chapter 1 Selecting an Operating System 1 What Is an OS? 1 What Is a Kernel? 1 What Else Identifies an OS?

More information

Bitnami Dolibarr for Huawei Enterprise Cloud

Bitnami Dolibarr for Huawei Enterprise Cloud Bitnami Dolibarr for Huawei Enterprise Cloud Description Dolibarr is an open source, free software package for small and medium companies, foundations or freelancers. It includes different features for

More information

SeaSonde on macos Sierra

SeaSonde on macos Sierra SeaSonde on macos 10.12 Sierra 139.01.IG Aug 8, 2017 Installation Guide for SeaSonde on macos 10.12 (Sierra) This document outlines the proper method for configuring a Macintosh computer with macos version

More information

Introduction. Uploading and Syncing Files. Google Drive and Docs Uploading and Syncing Files. Uploading Files to Google Drive.

Introduction. Uploading and Syncing Files. Google Drive and Docs Uploading and Syncing Files. Uploading Files to Google Drive. Google Drive and Docs Uploading and Syncing Files Introduction Page 1 Google Drive makes it easy to store and access your files online in the cloud, allowing you to access them from any computer with an

More information

Bitnami MariaDB for Huawei Enterprise Cloud

Bitnami MariaDB for Huawei Enterprise Cloud Bitnami MariaDB for Huawei Enterprise Cloud First steps with the Bitnami MariaDB Stack Welcome to your new Bitnami application running on Huawei Enterprise Cloud! Here are a few questions (and answers!)

More information

Clear Cache Guide Click here for Windows guide Click here for Mac OS guide

Clear Cache Guide Click here for Windows guide Click here for Mac OS guide Velocity@ocbc Clear Cache Guide Click here for Windows guide Click here for Mac OS guide Version 1.0 1 of 18 Step 1: Check your browser version 1. Type www.whatismybrowser.com at the address bar and press

More information

Anchor User Guide. Presented by: Last Revised: August 07, 2017

Anchor User Guide. Presented by: Last Revised: August 07, 2017 Anchor User Guide Presented by: Last Revised: August 07, 2017 TABLE OF CONTENTS GETTING STARTED... 1 How to Log In to the Web Portal... 1 How to Manage Account Settings... 2 How to Configure Two-Step Authentication...

More information

A D S S G o > S i g n D e s k t o p. I n s t a l l a t i o n G u i d e. D o c u m e n t V e r s i o n

A D S S G o > S i g n D e s k t o p. I n s t a l l a t i o n G u i d e. D o c u m e n t V e r s i o n A D S S G o > S i g n D e s k t o p I n s t a l l a t i o n G u i d e A S C E R T I A LTD A p r i l 2 0 1 8 D o c u m e n t V e r s i o n - 5.7. 0. 1 Ascertia Limited. All rights reserved. This document

More information

Agent and Agent Browser. Updated Friday, January 26, Autotask Corporation

Agent and Agent Browser. Updated Friday, January 26, Autotask Corporation Agent and Agent Browser Updated Friday, January 26, 2018 2018 Autotask Corporation Table of Contents Table of Contents 2 The AEM Agent and Agent Browser 3 AEM Agent 5 Privacy Mode 9 Agent Browser 11 Agent

More information

Automation Services 9.5 ReadMe

Automation Services 9.5 ReadMe Automation Services 9.5 ReadMe CONTENTS Contents Automation Services 9.5 ReadMe...4 Additional documentation...5 System requirements...6 Server requirements...6 Client requirements...7 Installing...8 Installing

More information

Personality Migration Reference

Personality Migration Reference www.novell.com/documentation Personality Migration Reference ZENworks 11 Support Pack 3 July 2014 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use

More information

NX software components

NX software components NX software components Page 1 of 6 Introduction to This document offers a brief introduction to tools and libraries that make up the NX Server and NX Client. This document is destined for system administrators

More information

Browser Configuration Reference

Browser Configuration Reference Sitecore CMS 7.0 or later Browser Configuration Reference Rev: 2013-09-30 Sitecore CMS 7.0 or later Browser Configuration Reference Optimizing Internet Explorer and other web browsers to work with Sitecore

More information

Recommended Browser Settings

Recommended Browser Settings Recommended Browser Settings Internet Explorer Settings (PC) Mozilla Firefox Settings (PC) Mozilla Firefox Settings (Mac) Safari Settings (Mac) Chrome Settings (PC) Infinite Campus recommends modifying

More information

Manage Files. Accessing Manage Files

Manage Files. Accessing Manage Files 1 Manage Files The Manage Files tool is a file management system for your course. You can use this tool to organize and upload files associated with your course offering. We recommend that you organize

More information

Bitnami MySQL for Huawei Enterprise Cloud

Bitnami MySQL for Huawei Enterprise Cloud Bitnami MySQL for Huawei Enterprise Cloud Description MySQL is a fast, reliable, scalable, and easy to use open-source relational database system. MySQL Server is intended for mission-critical, heavy-load

More information

ECE QNX Real-time Lab

ECE QNX Real-time Lab Department of Electrical & Computer Engineering Concordia University ECE QNX Real-time Lab User Guide Dan Li 9/12/2011 User Guide of ECE Real-time QNX Lab Contents 1. About Real-time QNX Lab... 2 Contacts...

More information

Not For Sale. Offline Scratch Development. Appendix B. Scratch 1.4

Not For Sale. Offline Scratch Development. Appendix B. Scratch 1.4 Appendix B Offline Scratch Development If you only have occasional access to the Internet or your Internet access is extremely slow (aka 56k dial-up access), you are going to have a difficult time trying

More information

User Guide Windows 7 New Account Created. Automatically >>>CLICK HERE<<<

User Guide Windows 7 New Account Created. Automatically >>>CLICK HERE<<< User Guide Windows 7 New Account Created Automatically Most programs are not automatically set up to open, when the computer is first started. This article View the Microsoft article on How to Run Programs

More information

These instructions were adapted from Arduino: Installing Standard Firmata which is licensed under Attribution- NonCommercial-ShareAlike 2.

These instructions were adapted from Arduino: Installing Standard Firmata which is licensed under Attribution- NonCommercial-ShareAlike 2. These instructions were adapted from Arduino: Installing Standard Firmata which is licensed under Attribution- NonCommercial-ShareAlike 2.5 Generic Step 1: Download and Install Arduino Application Your

More information

Installing and Setting Up the Snap-on EPC. Rev.1.10 (10 Oct 2013) PN EN

Installing and Setting Up the Snap-on EPC. Rev.1.10 (10 Oct 2013) PN EN Installing and Setting Up the Snap-on EPC Rev.1.10 (10 Oct 2013) PN 275-0800-EN Table of Contents 1. Introduction... 3 2. Minimum Requirements... 4 3. Installing the Snap-on EPC... 6 4. Licensing the Snap-on

More information

Linux Essentials Objectives Topics:

Linux Essentials Objectives Topics: Linux Essentials Linux Essentials is a professional development certificate program that covers basic knowledge for those working and studying Open Source and various distributions of Linux. Exam Objectives

More information

Avalanche Remote Control User Guide. Version 4.1

Avalanche Remote Control User Guide. Version 4.1 Avalanche Remote Control User Guide Version 4.1 ii Copyright 2012 by Wavelink Corporation. All rights reserved. Wavelink Corporation 10808 South River Front Parkway, Suite 200 South Jordan, Utah 84095

More information

Bitnami JFrog Artifactory for Huawei Enterprise Cloud

Bitnami JFrog Artifactory for Huawei Enterprise Cloud Bitnami JFrog Artifactory for Huawei Enterprise Cloud Description JFrog Artifactory is a Binary Repository Manager for Maven, Ivy, Gradle modules, etc. Integrates with CI servers for fully traceable builds.

More information

Safe Access User manual

Safe Access User manual 1 Table of contents 1. A new way to access e-banking services... 3 2. Prerequisites for installation... 3 3. Installation... 4 4. Running... 8 5. Folder shared with the PC... 9 6. Displaying documents...

More information

About the Presentations

About the Presentations About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning of each presentation. You may customize the presentations

More information

VIRTUAL GPU LICENSE SERVER VERSION AND 5.1.0

VIRTUAL GPU LICENSE SERVER VERSION AND 5.1.0 VIRTUAL GPU LICENSE SERVER VERSION 2018.06 AND 5.1.0 DU-07754-001 _v6.0 through 6.2 July 2018 User Guide TABLE OF CONTENTS Chapter 1. Introduction to the NVIDIA vgpu Software License Server... 1 1.1. Overview

More information

Server Edition USER MANUAL. For Microsoft Windows

Server Edition USER MANUAL. For Microsoft Windows Server Edition USER MANUAL For Microsoft Windows Copyright Notice & Proprietary Information Redstor Limited, 2016. All rights reserved. Trademarks - Microsoft, Windows, Microsoft Windows, Microsoft Windows

More information

ncrypted Cloud works on desktops and laptop computers, mobile devices, and the web.

ncrypted Cloud works on desktops and laptop computers, mobile devices, and the web. OS X User Manual Welcome to ncrypted Cloud! ncrypted Cloud is a Security Collaboration application that uses Industry Standard Encryption Technology (AES-256 bit encryption) to secure files stored in the

More information

Distributed Processing

Distributed Processing What is Distributed Processing? An FTK examiner machine can be configured to utilize three additional machines to assist case creation / data processing as remote "workers". These additional processing

More information

Copyright 2017 Softerra, Ltd. All rights reserved

Copyright 2017 Softerra, Ltd. All rights reserved Copyright 2017 Softerra, Ltd. All rights reserved Contents Introduction Security Considerations Installation Configuration Uninstallation Automated Bulk Enrollment Troubleshooting Introduction Adaxes Self-Service

More information

GUIDE FOR STUDENTS AND PARENTS. An orange ring means you have an assignment.

GUIDE FOR STUDENTS AND PARENTS. An orange ring means you have an assignment. Odyssey Quick Start Launch Pad and Assignments below Portfolio and Reports on page 2 FAQs on page 5 For Parents on page 8 GUIDE FOR STUDENTS AND PARENTS Launch Pad and Assignments This icon opens your

More information