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

Size: px
Start display at page:

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

Transcription

1 pproved by: How to gather debug logs for support requests Page 1 of 10

2 pproved by: HOW TO ENBLE ND COLLECT DEBUG LOGS FOR SUPPORT REQUESTS These instructions apply to NoMachine v.5. For NoMachine v. 6 please use: and for previous versions: NoMachine v. 4: NX 3.5.0: Index Click on any of the following links to reach the appropriate section: STEPS TO COLLECT ND SEND SERVER SIDE LOGS 1. On Linux 2. On Mac 3. On Windows 4. Gather logs on the remote node STEPS TO COLLECT ND SEND CLIENT SIDE LOGS 5. On Linux 6. On Mac 7. On Windows 8. How to locate the connection settings file on client side (.nxs) 9. How to gather client logs on ndroid tablets 10. How to gather client logs on ios devices OTHERS 11. How to gather a stacktrace on Linux 12. How to gather a stacktrace on Mac 13. How to gather a stacktrace on Windows 14. How to debug a process consuming CPU on Linux 15. How to gather web sessions logs (browser) 16. Troubleshooting LDP and PM issues on Linux STEPS TO COLLECT ND SEND SERVER SIDE LOGS Collecting server side logs requires to make the following operations on the NoMachine server host (in case of a multinode environment also on the remote node where the problem occurs): - 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. These operations are described in details in the next paragraphs. 1. Gather server side logs on Linux Page 2 of 10

3 pproved by: 1. Set debug log level manually 1.1. Edit the /usr/nx/etc/server.cfg file. Uncomment and set the following: 1.2. Edit the /usr/nx/etc/node.cfg file. Uncomment and set the following: and: SessionLogClean If you have a Cloud Server installed and the problem affects sessions by the web: edit /usr/nx/etc/cloud.cfg. Uncomment and set the following: IMPORTNT:It's NOT necessary to restart the server or the NoMachine services, except if this has been requested by the Support Team. 2. Reproduce the problem 2.1. Launch NoMachine client on the user's computer, click on Settings -> Privacy and select the 'Don't delete log files on exit' checkbox Connect to the NoMachine server and reproduce the problem. Once reproduced: - collect server side logs as explained at point 3. of this section. - collect client side logs by following instructions appropriate to the operating system of the user's computer: for Linux, Mac or for Windows. 3. Create the compressed archives of logs 3.1. Create a compressed archive (tar.gz) archive from command line of the /usr/nx/var/log directory. Do it from a console by executing from command line: $ sudo tar cvfz NoMachine-log.tar.gz /usr/nx/var/log 3.2. Create a compressed archive of the.nx directory in the user's home Replace <path to user's home> in the command by the full path to the home of the user who is experiencing the problem. a) $ tar -cvp --exclude 'cache*' --exclude 'images' --exclude 'temp' -f - <path to user's home>/.nx gzip -c >nxdir.tar.gz If you are not the owner of this user's home, run the command with sudo: b) $ sudo tar -cvp --exclude 'cache*' --exclude 'images' --exclude 'temp' -f - <path to user's home>/.nx gzip -c >nxdir.tar.gz NOTES: i) If UserNXDirectoryPath is set in node.cfg, the.nx directory is created under a directory named as username in the path specified by such key: <UserNXDirectoryPath>/<username>/.nx Use this path in commands a) and b) above. Page 3 of 10

4 pproved by: ii) When the users' home directories are NFS mounted and the squash_root option is set in NFS, add the "-u $user" to command b): sudo -u <user's name> tar -cvp --exclude 'cache*' --exclude 'images' --exclude 'temp' -f - <path to user's home>/.nx gzip -c >nxdir.tar.gz 4. Send the archives to NoMachine Support Team by Send the log archives as attachment. Please be sure to include ID of the inquiry to the subject of your Gather server side logs on Mac 1. Set debug log level manually Edit the /pplications/nomachine.app/contents/frameworks/etc/server.cfg file. Uncomment and set the following: 1.2. Edit the/pplications/nomachine.app/contents/frameworks/etc/node.cfg file. Uncomment and set the following: and: SessionLogClean If you have a Cloud Server installed and the problem affects sessions by the web: edit the /pplications/nomachine.app/contents/frameworks/etc/cloud.cfg file. Uncomment and set the following: 2. Reproduce the problem 2.1. Launch NoMachine client on the user's computer, click on Settings -> Privacy and select the 'Don't delete log files on exit' checkbox Connect to the NoMachine server and reproduce the problem. Once reproduced: - collect server side logs as explained at point 3. of this section. - collect client side logs by following instructions appropriate to the operating system of the user's computer: for Linux, Mac or Windows. 3. Create the compressed archives of logs 3.1. Create a compressed 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, you may create a tar.gz archive from command line. Run in a console: $ cd "/Library/pplication Support/NoMachine/var/" $ sudo tar cvfz NoMachine-log.tar.gz log 3.2. Create a compressed archive of the.nx directory in the user's home Page 4 of 10

5 pproved by: 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 - <path to user's home>/.nx gzip -c >nxdir.tar.gz 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 - <path to user's home>/.nx gzip -c >nxdir.tar.gz 4. Send the archives to NoMachine Support Team by Send the log archives as attachment. Please be sure to include ID of the enquiry in the subject of your Gather server side logs on Windows 1. Set debug log level manually 1.1. Edit the installationdirectory/nomachine/etc/server.cfg. Copy the 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. Uncomment and set the following: Copy the modified server.cfg file to installationdirectory/nomachine/etc/server.cfg. dministrative privileges are required Edit the installationdirectory/nomachine/etc/node.cfg file. 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. Uncomment and set the following: and: SessionLogClean 0 Copy the modified node.cfg file to installationdirectory/nomachine/etc/node.cfg. dministrative privileges are required If you have a Cloud Server installed and the problem affects sessions by the web: copy the installationdirectory/nomachine/etc/cloud.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. Uncomment and set the following: Copy the modified cloud.cfg file to installationdirectory/nomachine/etc/cloud.cfg. dministrative privileges are required. Page 5 of 10

6 pproved by: 2. Reproduce the problem 2.1. Launch NoMachine client on the user's computer, click on Settings -> Privacy and select the 'Don't delete log files on exit' checkbox Connect to the NoMachine server and reproduce the problem. Once reproduced: - collect server side logs as explained at point 3. of this section. - collect client side logs by following instructions appropriate to the operating system of the user's computer: for Linux, Mac or for Windows. 3. Create the compressed archives of logs 3.1. Create a compressed archive of the NoMachine /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 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. 4. Send the archives to NoMachine Support Team by Send the log archives as attachment. Please be sure to include ID of the enquiry in the subject of your Gather logs on the remote node To collect logs for debugging an issue occurring on a remote node in a multinode environment, follow instructions above according to the operating system running on the remote node. STEPS TO COLLECT ND SEND CLIENT SIDE LOGS When the connection terminates with an error, the client shows a dialog with a short error message and asks to save logs of that problem into a directory. In this case: Page 6 of 10

7 pproved by: - 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 machine from which the connection is started: - Launch NoMachine client on the user's computer, click on Settings -> Privacy and select the 'Don't delete log files on exit' checkbox. - Connect to the server and reproduce the problem. - Compress the user's home/.nx directory containing logs. - Send the compressed logs archive to NoMachine Support Team by Gather client side logs on Linux 5.1. Create a compressed archive of the.nx directory in the user's home Run from a console: $ tar -cvp --exclude 'cache*' --exclude 'images' --exclude 'temp' -f - <path to user's home>/.nx gzip -c >nxdir.tar.gz 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 - <path to user's home>/.nx gzip -c >nxdir.tar.gz 6. Gather client side logs on Mac 6.1. Create a compressed archive of the.nx directory in the user's home 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 - <path to user's home>/.nx gzip -c >nxdir.tar.gz 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 - <path to user's home>/.nx gzip -c >nxdir.tar.gz 7. Gather client side logs on Windows 7.1. 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: Page 7 of 10

8 pproved by: %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 the nxtrace.log file (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 the Machine /var/log directory (see par for different locations depending on the Windows version). 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. 8. How to locate the connection settings file on client side Configuration of the 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'. 9. How to gather client logs on ndroid tablets Please refer to instructions here: How to gather logs on ios devices Please refer to instructions here: OTHERS 11. How to gather a stacktrace on Linux 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 support for analysis. Please refer to instructions here for debugging a core file onsite: To know which application has generated the core, you may run on Linux: file <corefile> Page 8 of 10

9 pproved by: where <corefile> is the name of the core file. 12. How to gather a stacktrace on Mac Retrieve 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. 13. How to gather a stacktrace on Windows In case of a sudden termination, NoMachine programs generate on Windows the nxtrace.log file. This file is placed in the following directory: Windows Vista, 7, 8, 8.1, 10 -> %PROGRMDT%/NoMachine/var/log Windows XP -> Documents and Settings/ll Users/NoMachine/var/log 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. 14. How to debug a process consuming CPU on Linux Please refer to instructions here: How to gather web sessions logs (browser) This applies to NoMachine Cloud Server and sessions run via browser. In order to collect front-end logs for a web session, follow steps below. 1) Point your browser to the webplayer application and run it in debug mode: For example: 2) Log-in to NoMachine and perform all steps requested to reproduce the problem. 3) Once the problem is reproduced, retrieve logs by typing in the browser's navigation bar: Page 9 of 10

10 pproved by: E.g. This will disconnect the session and display the logs page. 4) Click on the 'Download' button in the upper right corner of the page to download and save the log file. 5) Send the log file to NoMachine Support Team by . Note: to clear logs point the browser's navigation bar to: E.g Troubleshooting LDP and PM issues on Linux Please refer to instructions here: Page 10 of 10

How to gather debug logs for support requests

How to gather debug logs for support requests How to gather debug logs for support requests Page 1 of 12 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Novell Vibe Desktop for Mac

Novell Vibe Desktop for Mac Novell Vibe Desktop for Mac July 25, 2012 Novell You can synchronize your Novell Vibe files with your computer, then modify the files without accessing the Vibe site directly. Additions and modifications

More information

Which Folders Shouldn t Be Backed Up?

Which Folders Shouldn t Be Backed Up? nexo Backup is a very simple and powerful online backup solution. You choose which folders you want to backup, and nexo Backup will upload your files and protect the contents of those folders - it keeps

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

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

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

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

Novell Filr Desktop Application for Mac Quick Start

Novell Filr Desktop Application for Mac Quick Start Novell Filr 1.0.2 Desktop Application for Mac Quick Start April 2014 Novell Quick Start Novell Filr allows you to easily access all your files and folders from your desktop, browser, or a mobile device.

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

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

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

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

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

NoMachine (free version) Installation Guide

NoMachine (free version) Installation Guide pproved by: NoMachine (free version) Installation Guide Page 1 of 10 pproved by: Table of Contents 1. NoMachine Installation Guide 3 1.1. Resources on the Web 3 1.2. Prerequisites 3 1.3. Compatibility

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

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

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

Workstation Configuration

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

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

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

Workstation Configuration

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

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

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

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

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

How to connect to the University of Exeter VPN service

How to connect to the University of Exeter VPN service How to connect to the University of Exeter VPN service *****Important Part of the process of using the VPN service involves the automatic download and installation of Juniper Network Connect software,

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

Backup App V7. Quick Start Guide for Windows

Backup App V7. Quick Start Guide for Windows Backup App V7 Quick Start Guide for Windows Revision History Date Descriptions Type of modification 30 Jun 2016 First Draft New 25 Nov 2016 Added Restore Options to Ch 8 Restoring Data; Combined Technical

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

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

LCS Guide September 2018

LCS Guide September 2018 LCS Guide September 2018 Kite LCS Guide ATS Service Desk: 785.864.3537 Contents Chapter 1: Welcome to LCS... 1.1 Introduction to Local Caching Servers... 1.2 Semi-Offline Mode... 1.3 Structure of LCS Manual...

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

Bitnami JRuby for Huawei Enterprise Cloud

Bitnami JRuby for Huawei Enterprise Cloud Bitnami JRuby for Huawei Enterprise Cloud Description JRuby is a 100% Java implementation of the Ruby programming language. It is Ruby for the JVM. JRuby provides a complete set of core built-in classes

More information

WorksPad. User Guide

WorksPad. User Guide Version 3.0.6 January 2017 MobilityLab, LLC. 2011-2017 MobilityLab, LLC. All rights reserved. MobilityLab,, the logo are trademarks or registered trademarks of MobilityLab, LLC. in the U.S., Russia and

More information

Workstation Configuration

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

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

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

Using Blackboard Drive to upload/manage content in Blackboard Learn

Using Blackboard Drive to upload/manage content in Blackboard Learn Using Blackboard Drive to upload/manage content in Blackboard Learn Downloading and Installing Blackboard Drive 1. Login to Blackboard Learn, and click on the Utilities Tab. 2. Locate the Blackboard Drive

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 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

COP 3014: Spring 2018 A Guide to Using CLion

COP 3014: Spring 2018 A Guide to Using CLion COP 3014: Spring 2018 A Guide to Using CLion January 16, 2018 1 CLion CLion is a comprehensive C++ Integrated Development Environment developed and maintained by JetBrains. It is very intuitive and easy

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

PassGuide.9L0-422_82,QA

PassGuide.9L0-422_82,QA PassGuide.9L0-422_82,QA Number: 9L0-422 Passing Score: 800 Time Limit: 120 min File Version: 13.05 http://www.gratisexam.com/ This VCE covers all syllabus. After preparing it anyone pass the exam in high

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

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

Bitnami ez Publish for Huawei Enterprise Cloud

Bitnami ez Publish for Huawei Enterprise Cloud Bitnami ez Publish for Huawei Enterprise Cloud Description ez Publish is an Enterprise Content Management platform with an easy to use Web Content Management System. It includes role-based multi-user access,

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

NetExtender for SSL-VPN

NetExtender for SSL-VPN NetExtender for SSL-VPN Document Scope This document describes how to plan, design, implement, and manage the NetExtender feature in a SonicWALL SSL-VPN Environment. This document contains the following

More information

Instructions for Configuring Your Browser Settings and Online Security FAQ s

Instructions for Configuring Your Browser Settings and Online Security FAQ s Instructions for Configuring Your Browser Settings and Online Security FAQ s General Settings The following browser settings and plug-ins are required to properly access Digital Insight s webbased solutions.

More information

LiveNX Upgrade Guide from v5.2.0 to v5.2.1

LiveNX Upgrade Guide from v5.2.0 to v5.2.1 LIVEACTION, INC. LiveNX Upgrade Guide from v5.2.0 to v5.2.1 UPGRADE LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2016 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the LiveAction

More information

Client Configuration Guide

Client Configuration Guide Email Client Configuration Guide Contents Prerequisites... 1 Microsoft Outlook 2007... 2 Microsoft Outlook 2002/XP and 2003... 7 Microsoft Windows Mail (available with Vista only)... 11 Microsoft Outlook

More information

Bitnami Piwik for Huawei Enterprise Cloud

Bitnami Piwik for Huawei Enterprise Cloud Bitnami Piwik for Huawei Enterprise Cloud Description Piwik is a real time web analytics software program. It provides detailed reports on website visitors: the search engines and keywords they used, the

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

Aventail Connect Client with Smart Tunneling

Aventail Connect Client with Smart Tunneling Aventail Connect Client with Smart Tunneling User s Guide Windows v8.9.0 1996-2007 Aventail Corporation. All rights reserved. Aventail, Aventail Cache Control, Aventail Connect, Aventail Connect Mobile,

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

Zinstall FullBack User Guide. Thank you for purchasing Zinstall FullBack. If you have any questions, issues or problems, please contact us:

Zinstall FullBack User Guide. Thank you for purchasing Zinstall FullBack. If you have any questions, issues or problems, please contact us: Thank you for purchasing Zinstall FullBack. If you have any questions, issues or problems, please contact us: Support email: Sales email: Visit our website: support@zinstall.com sales@zinstall.com www.zinstall.com

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

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

Installation and Upgrade Guide Zend Studio 7.0

Installation and Upgrade Guide Zend Studio 7.0 Installation and Upgrade Guide Zend Studio 7.0 By Zend Technologies, Inc. www.zend.com Table of Contents System Requirements... 3 Installing Zend Studio... 4 Migrating to Zend Studio 7.x from Zend Studio

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

eftp Application User Guide

eftp Application User Guide Team A eftp User Guide 1/30 eftp Application User Guide Table of Contents Page 1. Acknowledgement 2 2. Introduction a. Welcome eftp Audience 3 b. What s in this manual 3 c. Manual Conventions 3 d. Getting

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

Using X-Particles with Team Render

Using X-Particles with Team Render Using X-Particles with Team Render Some users have experienced difficulty in using X-Particles with Team Render, so we have prepared this guide to using them together. Caching Using Team Render to Picture

More information

Downloading & Installing Audacity

Downloading & Installing Audacity Downloading Audacity 1. Open your web browser. 2. Navigate to the following URL: http://audacity.sourceforge.net/download/ 3. The system displays the Download page for Audacity. 4. Select your operating

More information

Vodafone K3765 / K4505 Troubleshooting Guide

Vodafone K3765 / K4505 Troubleshooting Guide Vodafone K3765 / K4505 Troubleshooting Guide Introduction This guide provides troubleshooting steps to solve several issues which can occur while using the Vodafone K3765 or the K4505: RAS Error 608 VMC

More information

Installation and Upgrade Guide Zend Studio for Eclipse V6.1

Installation and Upgrade Guide Zend Studio for Eclipse V6.1 Installation and Upgrade Guide Zend Studio for Eclipse V6.1 By Zend Technologies, Inc. Disclaimer The information in this help is subject to change without notice and does not represent a commitment on

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

Remote Process Explorer

Remote Process Explorer Remote Process Explorer Getting Started LizardSystems 2 Table of Contents Introduction 5 Installing Remote Process Explorer 5 Before starting the application 5 Starting the application 6 Main window 7

More information

Table of Contents HOL-SDC-1422

Table of Contents HOL-SDC-1422 Table of Contents - VMware Development Tools and SDKs... 2 Lab Overview... 3 Module 1 - Developer Center, Workbench IS, and the vsphere Management SDK (30 min)... 4 Introduction... 5 Using Workbench IS

More information

Instructions For Configuring Your Browser Settings and Online Banking FAQ's

Instructions For Configuring Your Browser Settings and Online Banking FAQ's Instructions For Configuring Your Browser Settings and Online Banking FAQ's Instructions By Browser Type Google Chrome Firefox Internet Explorer 8 Internet Explorer 9 Safari Online Banking FAQ's Google

More information