LiveNX Upgrade Guide from v5.2.0 to v5.2.1

Size: px
Start display at page:

Download "LiveNX Upgrade Guide from v5.2.0 to v5.2.1"

Transcription

1 LIVEACTION, INC. LiveNX Upgrade Guide from v5.2.0 to v5.2.1 UPGRADE LiveAction, Inc Copyright WEST BAYSHORE 2016 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the LiveAction Logo and PALO LiveAction ALTO, CA Software are trademarks of LiveAction, Inc. Information subject to change without notice.

2 Upgrading from v5.2.0 to v5.2.1 The Upgrade Guide from v5.2.0 to v5.2.1 consists of the following: 1. Export Devices (Mandatory) 2. Backup Server Configurations (Mandatory) 3. Upgrading the LiveNX Server (Mandatory) a. Windows b. Linux 4. Upgrading the LiveNX Node (If applicable) The LiveNX Node is an optional LiveAction component. It used to provide additional collection and processing capabilities in networks with large devices. It is available in LiveAction releases 4.0 and higher. a. Windows b. Linux 5. Upgrading the LiveNX Client (Mandatory) a. Windows b. Mac 6. Upgrading the LiveNX Client via the Java WebUI (Optional) 7. Upgrading the LiveNX Platform OVA (If applicable) 8. Verification (Recommended) NOTES: As of the 5.0 release, the LiveAction Software has been renamed to LiveNX Customers upgrading from v5.2.0 to v5.2.1 will NOT require a new license to support the new software 1-1 LiveNX Upgrade Guide from to 5.2.1

3 Export Devices Step 1 With the Client running, choose File > Export Devices Step 2 Figure 1: Export Devices A window will pop up with a list of all of your devices. Click Export to CSV. Enter the filename and select Export. Step 3 Shutdown the Client by selecting File > Exit. 1-2 LiveNX Upgrade Guide from to Figure 2: Name and location for the Exported Devices

4 Backup Server Configurations Step 1 Open the LiveAction Server Management Console and go to the Properties tab. Find the location of app.datadir. Note this as you will need to provide the same path for the upgrade installation. Also note the IP address of the remoting.server.hostname. Figure 1a: Properties tab of the LiveAction Server Management Console Figure 1b: Properties tab > remoting.server.hostname 1-3 LiveNX Upgrade Guide from to 5.2.1

5 Step 2 Now, let s create a backup of your configuration. Click on Manage > Export Configuration to export the current configuration. This export configuration step is for backup purposes only. If you wish to bypass this backup step or if you want to start the Server with the factory defaults, please skip to Step 5: Step 3 Figure 2: Export Configuration During the export process, the Server will be temporarily disabled. Click Yes to continue. 1-4 LiveNX Upgrade Guide from to Figure 3: Export Warning

6 Step 4 The Export Configuration window will pop up. Click Browse to specify a location for your LiveNX configuration file. If you want the configuration file to be password protected, click on Encrypt, then enter a password and then re-enter to confirm. Click Export to export the configuration file. Step 5 Enter the name for the configuration file and click Save Figure 4: Export Configuration Window Figure 5: Name and Location for Configuration File 1-5 LiveNX Upgrade Guide from to 5.2.1

7 Step 6 Shut down the Server by clicking on Manage > Shutdown Service. This may take a few minutes. Once the Server is shut down, click on OK and then exit the LiveNX application by clicking on Manage > Exit. Figure 6: Confirmation of Server Shutdown 1-6 LiveNX Upgrade Guide from to 5.2.1

8 Upgrading the LiveNX Server for Windows Step 1 Uninstall the Server by using the Start > All Programs > LiveAction Server 5.2> LiveAction Server Uninstaller or by locating the uninstall.exe located in the LiveAction Server 5.2 folder on your hard drive. Default is C:\Program Files\LiveAction Server 5.2 Figure 1: Server Uninstaller via Start Shortcut Step 2 Click on Next to confirm the uninstallation procedure. Figure 2: Server Uninstall Wizard NOTE: The LiveNX Server Data will not be removed by uninstalling the Server. 1-7 LiveNX Upgrade Guide from to 5.2.1

9 Step 3 Install the Server by double clicking on LiveActionServer_windows-x64_5_2_1_setup.exe. Click Next at the Setup Wizard screen. Step 4 Figure 3: Install the Server Choose the Server installation location. The installer defaults to the most recent major release version; use the Browse button to select another location. Click Next. Figure 4: Server Installation Directory 1-8 LiveNX Upgrade Guide from to 5.2.1

10 Step 5 If you wish to continue to use your topology and historical data stored from your previous Server installation, then point your data directory at the location you noted in Step 1: Backup Server Configuration. Figure 5: Server Data Directory Location Step 6 Provide your Server s IP Address. Figure 6: Server IP Address 1-9 LiveNX Upgrade Guide from to 5.2.1

11 Step 7 Select the desired maximum memory allocation for your Server. The selection is based on the number of devices in your network. Default is 4GB. Figure 7: Server Memory Configuration Step 8 If desired, select and name a Start Menu folder. Then, select either Automatic or Manual service start-up option. Default is Automatic. After clicking Next in the server start-up option, the installation will begin LiveNX Upgrade Guide from to Figure 8: Server Installation Complete

12 Step 9 Click on Finish to automatically start the Server or uncheck the Launch checkbox and click on Finish to start the Server at a later time. The checkbox default is enabled. Figure 9: Completing the Server Setup Wizard 1-11 LiveNX Upgrade Guide from to 5.2.1

13 Step 10 Start the Server by clicking on Manage > Start Service. Step 11 Figure 10: Start Service in Management Console When the Server status LED turns green with The server is currently running, then your Server is upgraded to Figure 11: Server Upgrade Complete 1-12 LiveNX Upgrade Guide from to 5.2.1

14 Upgrading the LiveNX Server for Linux The Linux version of the LiveNX Server is packaged as an RPM and is distributed as a self-contained shell script (.sh) file with the RPM package embedded in it. Currently, installation must be handled by the root user or a non-root user that has used the su or sudo command to gain root privileges. The file needs to be copied onto the Linux computer. Step 1 The management console must also be run using root. A warning message will be displayed if the management console is run by a non-root user. The following script will launch the management console: /opt/liveactionserver/5.2/lamanagementconsole Figure 1: Script to launch the Server Management Console Step 2 Open the LiveAction Server Management Console and go to the Properties tab. Find the location of app.datadir. Note this as you will need to provide the same path for the upgrade installation. Figure 2a: Properties tab of the Server Management Console 1-13 LiveNX Upgrade Guide from to 5.2.1

15 Also note the IP address of the remoting.server.hostname for use in Step 5. Figure 2b: Properties tab > remoting.server.hostname Make sure to stop the service before uninstalling. Click on Manage > Shutdown Service, then go to Manage > Exit Figure 2c: Stop Service on the Server Management Console 1-14 LiveNX Upgrade Guide from to 5.2.1

16 Step 3 Uninstall the previous Server installation by opening a Terminal and logging in as root. To uninstall, type rpm -qa grep LiveAction to return the package name. Then type rpm -e LiveAction_package_name. In this example, rpm e LiveActionServer i386 Figure 3: Server Uninstaller via Terminal NOTE: The LiveAction Server Data will not be removed by uninstalling the Server. Step 4 Install the LiveNX Server software LiveNXServer x86_64.sh. It is packaged as an RPM and is distributed as a self-contained shell script (.sh) file with the RPM package embedded in it. Currently, installation must be handled by the root user or a non-root user that has used the su or sudo command to gain root privileges. This example assumes that the.sh package is loaded on the desktop. To install, open a Terminal and type chmod +x LiveNXServer x86_64.sh. Figure 4a: Change the Server s permission to execute Then type sudo./ LiveNXServer x86_64.sh Figure 4b: Install the Server 1-15 LiveNX Upgrade Guide from to 5.2.1

17 Step 5 Enter your Server s IP Address: Figure 5: Server IP Address Step 6 Enter your Server data directory. This could be found in Step 2: Upgrading the LiveNX Server. Figure 6a: Server Data Directory on the Console This is the directory containing your most recent Server configuration and data. This example assumes that your Server Data Directory is in 5.2. Ensure that you provide the complete path of the directory. The default path is /var/liveaction/data/5.2. Figure 6b: Server Data Directory LiveNX Upgrade Guide from to 5.2.1

18 Step 7 Type /opt/liveactionnode/5.2.1/lamanagementconsole to start the Server Management Console: Figure 7: Server Management Console Startup Step 8 Start the Server by clicking on Manage > Start Service. Figure 8: Start Service in Management Console 1-17 LiveNX Upgrade Guide from to 5.2.1

19 Step 9 When the server status LED turns green with The server is currently running, then your Server is upgraded to Figure 9: Server Upgrade Complete 1-18 LiveNX Upgrade Guide from to 5.2.1

20 Upgrading the LiveNX Node for Windows Skip this section if you do not have any LiveNX nodes in your configuration. Nodes are used by LiveAction to provide additional collection and processing capabilities in networks with a large number of devices. The nodes run on Linux or Windows O/S and communicate to the central LiveNX Server. Installation of the Windows based Node software is very similar to the Windows based LiveNX Server software installation. Step 1 Open the LiveAction Node Console and go to the Properties tab. Find the location of app.datadir, you will need to provide the same path below for the upgrade installation. Figure 1: Properties tab on Node Console 1-19 LiveNX Upgrade Guide from to 5.2.1

21 Step 2 Open the Node and stop the service by clicking on Manage > Stop Service. Click on Yes when asked if you want to shut down the Node service. Step 3 Figure 2: Stop Service on the Node Uninstall the Node by using the Start > All Programs > LiveAction Node 5.2 > LiveAction Node Uninstaller or by locating the uninstall.exe located in the LiveAction Node 5.2 folder on your hard drive. Default is C:\Program Files\LiveAction Node 5.2. Figure 3: Uninstall Node Package 1-20 LiveNX Upgrade Guide from to 5.2.1

22 Step 4 Install the Node by double clicking on LiveNXNode_windows-x64_5_2_1_setup.exe. Click Next at the Setup Wizard screen. Step 5 Figure 4: Node Package Installation Choose the Node installation location. The installer defaults to the most recent major release version; use the Browse button to select another location. Click Next. Figure 5: Node Installation Directory 1-21 LiveNX Upgrade Guide from to 5.2.1

23 Step 6 Enter your Node data directory. This could be found in Step 1: Upgrading the LiveNX Node. This is the directory containing your most recent LiveNX Node configuration, data and connection file. This example assumes that your Node data directory is in 5.2. Ensure that you provide the complete path of the directory. The default path is C:\LiveAction Node Data\5.2 Since your Node connection file is stored in this directory, you do not need to re-add the Node connection file to the system. Step 7 Enter your Node and Server IP address. Figure 6a: Node Data Directory 1-22 LiveNX Upgrade Guide from to Figure 7: Node and Server IP addresses

24 Step 8 Select the desired maximum memory allocation for your Node. The selection is based on the number of devices in your network. Default is 4GB. Figure 8: Node Memory Allocation 1-23 LiveNX Upgrade Guide from to 5.2.1

25 Step 9 If desired, select and name the Start Menu folder. Then, select either Automatic or Manual service start-up option. Default is Automatic. After clicking Next in the server start-up option, the installation will begin. Figure 9a: Creating a Start Menu Folder for the Node Figure 9b: Completing the Node Setup 1-24 LiveNX Upgrade Guide from to 5.2.1

26 Step 10 On the Node Console, go to the Manage > Start Service. When complete, a green LED appears in the bottom of the Node Console with Node is currently running. Verify that the Node Name and the Node ID on the LiveNX Node Console matches the Node Name and Node ID in the Nodes tab of the LiveNX Server Management Console. Figure 10a: Start Service in the Node Console Figure 10b: Node status after Start Service 1-25 LiveNX Upgrade Guide from to 5.2.1

27 Step 11 Verify that the Node status in the Server Management Console is connected. The Node upgrade is complete. Figure 11: Server Management Console - Nodes Tab 1-26 LiveNX Upgrade Guide from to 5.2.1

28 Upgrading the LiveNX Node for Linux Skip this section if you do not have any LiveNX Nodes in your configuration. Nodes are used by LiveAction to provide additional collection and processing capabilities in networks with a large number of devices. The nodes run on Linux or Windows O/S and communicate to the central LiveNX server. Step 1 Open the LiveAction Node Console and go to the Properties tab. Find the location of app.datadir, you will need to provide the same path below for the upgrade installation. Step 2 Figure 1: Properties tab on Node Console Open the Node Console and stop the service by clicking on Manage > Stop Service. Click on Yes when asked if you want to shut down the Node service. Figure 2: Stop Service on the Node 1-27 LiveNX Upgrade Guide from to 5.2.1

29 Step 3 Uninstall the previous Node installation by logging in as root user and opening a Terminal. To uninstall, type rpm qa grep LiveAction to return the package name. Then type rpm e LiveAction_package_name. In this example, rpm e LiveActionNode i386. Figure 3: Uninstall Node Package Step 4 Install the LiveNX Node software LiveNXNode x86_64.sh. It is packaged as an RPM and is distributed as a self-contained shell script (.sh) file with the RPM package embedded in it. Currently, installation must be handled by the root user or a non-root user that has used the su or sudo command to gain root privileges. This example assumes that the.sh package is loaded on the desktop. To install, type chmod +x LiveNXNode x86_64.sh. Then type./ LiveNXNode x86_64.sh Figure 4: LiveAction Node Package Installation 1-28 LiveNX Upgrade Guide from to 5.2.1

30 Step 5 Enter your Node and Server IP address. Figure 5: Node and Server IP Address Specification Step 6 Enter your Node data directory. This could be found in Step 1: Upgrading the LiveNX Node. Figure 6a: Node Console Data Directory This is the directory containing your most recent LiveNX Node configuration, data and node connection file. This example assumes that your Node data directory is in 5.2. Ensure that you provide the complete path of the directory. The default path is /var/liveaction/data/5.2. Since your Node connection file is stored in this directory, you do not need to re-add this Node to the system LiveNX Upgrade Guide from to Figure 6b: Node Package Installation Complete

31 Step 7 Type /opt/liveactionnode/5.2.1/lanodemanagementconsole to start the LiveNX Node Console. Figure 7: Node Management Console Startup Step 8 On the Node Console, go to the Manage > Start Service. When complete, a green LED appears in the bottom of the Node Console with Node is currently running. Verify that the Node Name and the Node ID on the Node Console matches the Node Name and Node ID in the Nodes tab of the Server Management Console. Figure 8: Node Upgrade Complete 1-30 LiveNX Upgrade Guide from to 5.2.1

32 Step 9 Verify that the Node status in the Server Management Console is connected. The Node upgrade is complete. Figure 9: Server Management Console - Nodes Tab 1-31 LiveNX Upgrade Guide from to 5.2.1

33 Upgrading the LiveNX Client for Windows The Client can be installed by following a similar process as installing the Server or by using a web based installer. Details on the installation procedure using the Client installer can be found in the LiveNX User Guide Chapter 2: Installation. Step 1 Uninstall the Client. Click on Next to confirm the uninstallation procedure. Step 2 Figure 1: Client Uninstaller via Start shortcut Run the executable file LiveActionClient_windows-x64_5_2_1_setup.exe. The first page of the Wizard is shown below. Select the Next button. Figure 2: Windows Client Install Welcome Page 1-32 LiveNX Upgrade Guide from to 5.2.1

34 Step 3 Proceed to the Destination Directory Page. We recommend that you accept the default file location, unless you will be running the Client from a different directory. Then select Next. Figure 3: Windows Client Installation Destination Directory Step 4 Setup the Start Menu folder. We recommend you accept the default name for this folder in order to reduce any confusion with previous or subsequent versions of the Client. Step 4: Windows Client Installation Start Menu Folder 1-33 LiveNX Upgrade Guide from to 5.2.1

35 Step 5 Click Next on the Client setup, Select Additional Tasks window to accept the creation of a desktop icon. Figure 5: Select Additional Tasks on the Client Step 6 The Client setup will begin its load procedure. When it is complete, you will see this: Figure 6: Windows Client Installation Completion 1-34 LiveNX Upgrade Guide from to 5.2.1

36 Upgrading the LiveNX Client for Mac Step 1 Uninstall the Client by going into Finder. Navigate to the Applications directory (this is the default directory), bring up the menu option by right-clicking on the LiveNX Client, and Move to Trash. Figure 1: Uninstalling the Client Step 2 Install the LiveNX Client by opening the LiveNXClient_macos_5_2_1_setup.dmg file. Run the Client installer and follow the installation wizard: Figure 2: Installation wizard 1-35 LiveNX Upgrade Guide from to 5.2.1

37 Step 3 Proceed to the Destination Directory Page. We recommend that you accept the default file location unless you will be running the Client from a different directory. Then select Next. Figure 3: Mac Client destination directory Step 4 Click Next on the Client setup, Select Additional Tasks page to accept the creation of a desktop icon. Figure 4: Select Additional Tasks Create a desktop icon 1-36 LiveNX Upgrade Guide from to 5.2.1

38 Step 5 The Client setup will begin its load procedure. Click on Finish. Figure 5: Completing the install wizard Step 6 When the installer completes, run the Client and login using the same credentials. Figure 6: Client login 1-37 LiveNX Upgrade Guide from to 5.2.1

39 Upgrading the Client via the Java WebUI (Optional) NOTE: The Client application installation requires admin rights. Step 1 Type IP Address>:<httpserver.port> in your browser. In this example, the Client is being installed on the same machine as the LiveNX Server, so localhost can be used in place of the Server IP address. The httpserver.port is using the default value, To enable secure web login, click on the httpserver.secure entry in the Properties tab of the Server Management Console, and select True. Type Server IP Address:<httpserver.port>. Additional details for the httpserver.port and the httpserver.secure configurations are shown in Chapter 2 of the LiveNX User Guide. Click on the Launch Client in the header bar at the top of the web page or click on Launch LiveAction Client text in the body of the web page. Figure 1: Client Web Install 1-38 LiveNX Upgrade Guide from to 5.2.1

40 Step 2 Click Run in the Do you want to run this application? dialog box. Step 3 Figure 2: Client Security Warning After upgrading, the Client may fail to start for users who have an older version of Client cached on their computer. To resolve this issue, remove the older client from Java s download cache. On Windows, this can be done as follows. 1. Click on Start, then All Programs. 2. Click on Java, then Configure Java to open the Java Control Panel. 3. On the General tab, under the Temporary Internet Files heading, click the View button. The Java Cache Viewer should appear. 4. In the Show dropdown at the top of the window, select Applications. 5. In the application list, highlight all instances of LiveAction Client and click on the X button to remove these applications from the cache. 6. Dismiss the cache viewer and control panel, and go back to Step 1: to launch the Client again. Figure 3: Java Cache Viewer 1-39 LiveNX Upgrade Guide from to 5.2.1

41 Step 4 Enter your credentials to log in to the Client. The Client will use your log in credentials to load your most recent saved Client configuration or choose Username: admin and Password: admin if this is a first time user. Click on OK to start the Client. Your Client upgrade is now complete. Step 5 Figure 4: Client Login (Optional) If you wish to use an existing exported configuration or if the upgrade did not save your previous configuration, go to the Server Management Console and import your saved configuration by clicking on Manage > Import Configurations. Use the Browse button to locate your previously exported configuration file and click on Import. The Server will need to be restarted. Figure 5: Importing Saved Configurations 1-40 LiveNX Upgrade Guide from to 5.2.1

42 Upgrading the Platform OVA from v5.2.0 to v5.2.1 This guide provides instructions to upgrade the Platform OVA to the latest version via the Web UI. Step 1 Browse to the IP Address of the Platform OVA. The IP Address may be found by opening the Console view of the Platform OVA in ESXi. Figure 1: Platform OVA console Step 2 Then login and select the gear icon in the upper right corner: Figure 2: LiveNX Dashboard 1-41 LiveNX Upgrade Guide from to 5.2.1

43 Step 3 On the About page, click Update Virtual Appliance: Figure 3: About page on the Platform OVA Step 4 Delete the auto-populated URL and replace the existing URL with the following: Figure 4: Update Virtual Appliance replacing the existing URL 1-42 LiveNX Upgrade Guide from to 5.2.1

44 Step 5 The Platform OVA will pull down the update and provide a status bar. When the update has completed, please refresh the page and login once more. Then, go back to the About page to verify that the version has updated to Figure 5: Status of the Platform OVA, after applying the update *The progress bar may appear to hang at 95%. If this behavior is encountered, the page will refresh on its own and return to the login prompt within a few minutes LiveNX Upgrade Guide from to 5.2.1

45 Verification (Recommended) Once the Client, the Server and the Node are upgraded, login to the Client and verify that all of your devices are loaded into the Client. If any devices are greyed out, perform a REFRESH for that specific device or select HOME and Refresh all devices. After this effort completes, all of the devices should be green. If any issues arise during the upgrade process, contact LiveAction Technical Support at the phone number or address shown on our website. Copyright 2016 LiveAction, Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the LiveAction Logo and LiveAction Software are trademarks of LiveAction, Inc. Information subject to change without notice.

LiveNX Upgrade Guide from v5.1.2 to v Windows

LiveNX Upgrade Guide from v5.1.2 to v Windows LIVEACTION, INC. LiveNX Upgrade Guide from v5.1.2 to v5.1.3 - Windows UPGRADE LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2016 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the

More information

Upgrade Tool Guide. July

Upgrade Tool Guide. July Upgrade Tool Guide July 2015 http://www.liveaction.com 4.X to 5.0 The Upgrade Guide from 4.X to 5.0 consists of three parts: Upgrading the LiveAction Server Upgrading the LiveAction Node Upgrading the

More information

LiveNX Upgrade Guide 8.0.x to 8.1.x

LiveNX Upgrade Guide 8.0.x to 8.1.x LIVEACTION, INC. LiveNX Upgrade Guide 8.0.x to 8.1.x UPGRADE LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2016 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the LiveAction Logo

More information

LIVENX UPGRADE GUIDE 7.3.0(AIO)

LIVENX UPGRADE GUIDE 7.3.0(AIO) LIVEACTION, INC. LIVENX UPGRADE GUIDE 7.3.0(AIO) UPGRADE LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2017 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the LiveAction Logo and

More information

LIVENX UPGRADE GUIDE 7.2.0

LIVENX UPGRADE GUIDE 7.2.0 LIVEACTION, INC. LIVENX UPGRADE GUIDE 7.2.0 UPGRADE LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2017 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the LiveAction Logo and PALO

More information

LIVENX UPGRADE GUIDE (AIO)

LIVENX UPGRADE GUIDE (AIO) LIVEACTION, INC. LIVENX UPGRADE GUIDE 7.0.1 (AIO) UPGRADE LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2017 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the LiveAction Logo and

More information

LiveNX vs Installer COMPARISON GUIDE. LiveAction, Inc. LIVEACTION, INC.

LiveNX vs Installer COMPARISON GUIDE. LiveAction, Inc. LIVEACTION, INC. LIVEACTION, INC. LiveNX vs Installer COMPARISON GUIDE LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2008-2016 ROAD LiveAction, Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the LiveAction Logo

More information

LiveNX 8.0 QUICK START GUIDE (QSG) LiveAction, Inc WEST BAYSHORE ROAD PALO ALTO, CA LIVEACTION, INC.

LiveNX 8.0 QUICK START GUIDE (QSG) LiveAction, Inc WEST BAYSHORE ROAD PALO ALTO, CA LIVEACTION, INC. LIVEACTION, INC. LiveNX 8.0 QUICK START GUIDE (QSG) LiveAction, Inc. 3500 WEST BAYSHORE ROAD PALO ALTO, CA 94303 1-1 LiveNX 8.0 Quick Start Guide (QSG) Introduction This LiveNX 8.0 Quick Start Guide will

More information

LiveNX BACKUP GUIDE. LiveAction, Inc. LIVEACTION, INC.

LiveNX BACKUP GUIDE. LiveAction, Inc. LIVEACTION, INC. LIVEACTION, INC. LiveNX BACKUP GUIDE LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2008-2016 ROAD LiveAction, Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the LiveAction Logo and PALO LiveAction

More information

LiveNX 7.4 QUICK START GUIDE (QSG) LiveAction, Inc WEST BAYSHORE ROAD PALO ALTO, CA LIVEACTION, INC.

LiveNX 7.4 QUICK START GUIDE (QSG) LiveAction, Inc WEST BAYSHORE ROAD PALO ALTO, CA LIVEACTION, INC. LIVEACTION, INC. LiveNX 7.4 QUICK START GUIDE (QSG) LiveAction, Inc. 3500 WEST BAYSHORE ROAD PALO ALTO, CA 94303 1-1 LiveNX 7.4 Quick Start Guide (QSG) Introduction This LiveNX 7.4 Quick Start Guide will

More information

Redundancy of LiveNX. LiveAction, Inc. LIVEACTION, INC.

Redundancy of LiveNX. LiveAction, Inc. LIVEACTION, INC. LIVEACTION, INC. Redundancy of LiveNX LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2016 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the LiveAction Logo and PALO LiveAction ALTO,

More information

LiveNX QUICK START GUIDE (QSG) LiveAction, Inc WEST BAYSHORE ROAD PALO ALTO, CA LIVEACTION, INC.

LiveNX QUICK START GUIDE (QSG) LiveAction, Inc WEST BAYSHORE ROAD PALO ALTO, CA LIVEACTION, INC. LIVEACTION, INC. LiveNX 6.0.2 QUICK START GUIDE (QSG) LiveAction, Inc. 3500 WEST BAYSHORE ROAD PALO ALTO, CA 94303 1-1 LiveNX 6.0.2 Quick Start Guide (QSG) Introduction This LiveNX 6.0.2 Quick Start Guide

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

Silk Performance Manager Installation and Setup Help

Silk Performance Manager Installation and Setup Help Silk Performance Manager 18.5 Installation and Setup Help Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright 2004-2017 Micro Focus. All rights reserved.

More information

DSS User Guide. End User Guide. - i -

DSS User Guide. End User Guide. - i - DSS User Guide End User Guide - i - DSS User Guide Table of Contents End User Guide... 1 Table of Contents... 2 Part 1: Getting Started... 1 How to Log in to the Web Portal... 1 How to Manage Account Settings...

More information

Web Console Setup & User Guide. Version 7.1

Web Console Setup & User Guide. Version 7.1 Web Console Setup & User Guide Version 7.1 1 Contents Page Number Chapter 1 - Installation and Access 3 Server Setup Client Setup Windows Client Setup Mac Client Setup Linux Client Setup Interoperation

More information

Online Backup Manager v7 Quick Start Guide for Synology NAS

Online Backup Manager v7 Quick Start Guide for Synology NAS Online Backup Manager v7 Quick Start Guide for Synology NAS Copyright Notice The use and copying of this product is subject to a license agreement. Any other use is prohibited. No part of this publication

More information

BACKUP APP V7 QUICK START GUIDE FOR SYNOLOGY NAS

BACKUP APP V7 QUICK START GUIDE FOR SYNOLOGY NAS BACKUP APP V7 QUICK START GUIDE FOR SYNOLOGY NAS Revision History Date Descriptions Type of modification 29 Jun 2016 First Draft New 25 Nov 2016 Modified Ch 3 Download Backup App, Ch 3 Install Backup App

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

All - In - One for Hyper- V

All - In - One for Hyper- V All - In - One for Hyper- V INSTALL GUIDE LiveNX All- In- One Server Types and Requirements Here are specifications to LiveNX All- In- One Server types and its OVA requirements. Storage can be expanded

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

End User Manual. December 2014 V1.0

End User Manual. December 2014 V1.0 End User Manual December 2014 V1.0 Contents Getting Started... 4 How to Log into the Web Portal... 5 How to Manage Account Settings... 6 The Web Portal... 8 How to Upload Files in the Web Portal... 9 How

More information

Table of Contents. Introduction... 3 System Requirements... 3 Tutorial Videos... 3 Installing Racknet... 4 Support... 10

Table of Contents. Introduction... 3 System Requirements... 3 Tutorial Videos... 3 Installing Racknet... 4 Support... 10 Installation Guide Table of Contents Introduction... 3 System Requirements... 3 Tutorial Videos... 3 Installing Racknet... 4 Support... 10 www.geistglobal.com 2 877.449.4150 Introduction This installation

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

MassTransit Server Installation Guide for Windows

MassTransit Server Installation Guide for Windows MassTransit 6.1.1 Server Installation Guide for Windows November 24, 2009 Group Logic, Inc. 1100 North Glebe Road, Suite 800 Arlington, VA 22201 Phone: 703-528-1555 Fax: 703-528-3296 E-mail: info@grouplogic.com

More information

Interlink Express Desktop Printing Service Installation Guide

Interlink Express Desktop Printing Service Installation Guide Interlink Express Desktop Printing Service Installation Guide Page 1 of 10 Introduction This guide is intended to provide guidance on how to install and configure the new Interlink Express Desktop Printing

More information

Reset the Admin Password with the ExtraHop Rescue CD

Reset the Admin Password with the ExtraHop Rescue CD Reset the Admin Password with the ExtraHop Rescue CD Published: 2018-01-19 This guide explains how to reset the administration password on physical and virtual ExtraHop appliances with the ExtraHop Rescue

More information

SecureGuard VMS. SecureGuard All-In-One Quick Install Guide V. 2.5

SecureGuard VMS. SecureGuard All-In-One Quick Install Guide V. 2.5 SecureGuard VMS Quick Install Guide V. 2.5 9/30/2018 2 Table of Contents Purpose... 3 Installation... 3 Setup... 4 Startup & Live View... 26 3 Purpose This is a step-by-step guide to installing the current

More information

Dell Repository Manager Business Client Version 2.1 User s Guide

Dell Repository Manager Business Client Version 2.1 User s Guide Dell Repository Manager Business Client Version 2.1 User s Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION

More information

BLUEPRINT TEAM REPOSITORY. For Requirements Center & Requirements Center Test Definition

BLUEPRINT TEAM REPOSITORY. For Requirements Center & Requirements Center Test Definition BLUEPRINT TEAM REPOSITORY Installation Guide for Windows For Requirements Center & Requirements Center Test Definition Table Of Contents Contents Table of Contents Getting Started... 3 About the Blueprint

More information

Installation Guide. Research Computing Team V2.0 RESTRICTED

Installation Guide. Research Computing Team V2.0 RESTRICTED Installation Guide Research Computing Team V2.0 RESTRICTED Document History This document relates to the BEAR DataShare service which is based on the product Power Folder, version 10.3.232 ( some screenshots

More information

Nextiva Drive The Setup Process Mobility & Storage Option

Nextiva Drive The Setup Process Mobility & Storage Option Nextiva Drive The Setup Process The Setup Process Adding Users 1. Login to your account and click on the Account icon at the top of the page (this is only visible to the administrator). 2. Click Create

More information

Secure Browser Installation Manual For Technology Coordinators

Secure Browser Installation Manual For Technology Coordinators Secure Browser Installation Manual For Technology Coordinators 2016-2017 Published September 26, 2016 Prepared by the American Institutes for Research Descriptions of the operation of the Test Information

More information

LDAP Configuration Guide

LDAP Configuration Guide LIVEACTION, INC. LDAP Configuration Guide CONFIGURATION LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2016 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the LiveAction Logo and

More information

License Manager Client

License Manager Client License Manager Client Operations Guide NEC NEC Corporation of America November 2010 NDA-30899, Revision 6 Liability Disclaimer NEC Corporation of America reserves the right to change the specifications,

More information

Log & Event Manager UPGRADE GUIDE. Version Last Updated: Thursday, May 25, 2017

Log & Event Manager UPGRADE GUIDE. Version Last Updated: Thursday, May 25, 2017 UPGRADE GUIDE Log & Event Manager Version 6.3.1 Last Updated: Thursday, May 25, 2017 Retrieve the latest version from: https://support.solarwinds.com/success_center/log_event_manager_(lem)/lem_documentation

More information

SMEC ASSET MANAGEMENT SYSTEM PMS Version 5.5. System Administrator s Guide

SMEC ASSET MANAGEMENT SYSTEM PMS Version 5.5. System Administrator s Guide SMEC ASSET MANAGEMENT SYSTEM PMS Version 5.5 System Administrator s Guide January 2015 PREPARATION, REVIEW AND AUTHORISATION Revision # Date Prepared by Reviewed by Approved for Issue by 1 21-Jan-2015

More information

Connectware Manager Getting Started Guide

Connectware Manager Getting Started Guide Connectware Manager Getting Started Guide 90000699_B 2004, 2005 Digi International Inc. Digi, Digi International, the Digi logo, the Digi Connectware log, the Making Device Networking Easy logo, Digi

More information

Zimbra Desktop Installation and Setup Guide 7.2.8

Zimbra Desktop Installation and Setup Guide 7.2.8 Zimbra Desktop Installation and Setup Guide 7.2.8 July 2016 Legal Notices Copyright 2005-2016 Synacor, Inc. All rights reserved. This product is protected by U.S. and international copyright and intellectual

More information

IT Essentials v6.0 Windows 10 Software Labs

IT Essentials v6.0 Windows 10 Software Labs IT Essentials v6.0 Windows 10 Software Labs 5.2.1.7 Install Windows 10... 1 5.2.1.10 Check for Updates in Windows 10... 10 5.2.4.7 Create a Partition in Windows 10... 16 6.1.1.5 Task Manager in Windows

More information

VMware Skyline Collector Installation and Configuration Guide. VMware Skyline 1.4

VMware Skyline Collector Installation and Configuration Guide. VMware Skyline 1.4 VMware Skyline Collector Installation and Configuration Guide VMware Skyline 1.4 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

More information

Cisco NAC Appliance Agents

Cisco NAC Appliance Agents 10 CHAPTER This chapter presents overviews, login flow, and session termination dialogs for the following Cisco NAC Appliance access portals: Cisco NAC Agent, page 10-1 Cisco NAC Web Agent, page 10-28

More information

Release Date March 10, Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60610, USA Phone: (312)

Release Date March 10, Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60610, USA Phone: (312) Adeptia Server 4.9 Installation Guide Version 1.2 Release Date March 10, 2009 Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60610, USA Phone: (312) 229-1727 Copyright Copyright 2000-2008 Adeptia,

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

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

Ion Client User Manual

Ion Client User Manual Ion Client User Manual Table of Contents About Ion Protocol...3 System Requirements... 4 Hardware (Client)... 4 Hardware (Server Connecting to)... 4 Software (Ion Client)... 4 Software (Server Connecting

More information

Installation of Actiheart Data Analysis Suite:

Installation of Actiheart Data Analysis Suite: Installation of Actiheart Data Analysis Suite: Currently software is only compatible with XP platform and version 6 of Java. Installation requires: - Windows XP platform - MySQL installation - Folders:

More information

Installation Guide - Windows

Installation Guide - Windows Kony Visualizer Enterprise Installation Guide - Windows Release V8 SP3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version

More information

Developing and Deploying vsphere Solutions, vservices, and ESX Agents

Developing and Deploying vsphere Solutions, vservices, and ESX Agents Developing and Deploying vsphere Solutions, vservices, and ESX Agents vsphere 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

PropertyBoss Upgrade

PropertyBoss Upgrade Installation Guide EMC128-2013 1998-2013 PropertyBoss Solutions. Introduction This document covers 2 upgrade scenarios. Please determine which is required before beginning. Note: The Release version or

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

DIGIOP ELEMENTS V8.7 NVR Software-only Installation Guide

DIGIOP ELEMENTS V8.7 NVR Software-only Installation Guide DIGIOP ELEMENTS V8.7 NVR Software-only Installation Guide About this installation guide Use this document as a guide to install your DIGIOP ELEMENTS NVR software system. It includes procedures to install

More information

Clearspan Communicator Desktop R20.2.2

Clearspan Communicator Desktop R20.2.2 Clearspan Communicator Desktop R20.2.2 UPGRADE INSTRUCTIONS APRIL 2015 Table of Contents Overview... 3 Upgrading (Windows 7 or above, Mac OS 10.6 or above)... 3 Recording Your Settings (Windows and Mac

More information

SUREedge MIGRATOR INSTALLATION GUIDE FOR HYPERV

SUREedge MIGRATOR INSTALLATION GUIDE FOR HYPERV SUREedge MIGRATOR INSTALLATION GUIDE 5.0.1 FOR HYPERV 2025 Gateway Place, Suite #480, San Jose, CA, 95110 Important Notice This document is provided "as is" without any representations or warranties, express

More information

1 Setting Up Your Auto Login Link in Windows

1 Setting Up Your Auto Login Link in Windows This User Guide is relevant for Admins, Teachers and s Admin Teacher Student Auto Login - An Overview Auto Login allows you to create a shortcut that logs you directly into your EducationCity school account.

More information

EMS MASTER CALENDAR Installation Guide

EMS MASTER CALENDAR Installation Guide EMS MASTER CALENDAR Installation Guide V44.1 Last Updated: May 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER 1: Introduction

More information

SUREedge MIGRATOR INSTALLATION GUIDE FOR NUTANIX ACROPOLIS

SUREedge MIGRATOR INSTALLATION GUIDE FOR NUTANIX ACROPOLIS SUREedge MIGRATOR INSTALLATION GUIDE 5.0.1 FOR NUTANIX ACROPOLIS 2025 Gateway Place, Suite #480, San Jose, CA, 95110 Important Notice This document is provided "as is" without any representations or warranties,

More information

Palo Alto Networks Integration with LiveNX

Palo Alto Networks Integration with LiveNX LIVEACTION, INC. Palo Alto Networks Integration with LiveNX LiveAction, Inc. Copyright 2008-2016 LiveAction, Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the 3500 LiveAction WEST BAYSHORE Logo

More information

OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client, Version 2.3.1

OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client, Version 2.3.1 OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client, Version 2.3.1 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use

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

Release Date September 30, Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA

Release Date September 30, Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA Adeptia Suite 5.0 Installation Guide Release Date September 30, 2009 Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA Copyright Copyright 2000-2009 Adeptia, Inc. All rights reserved.

More information

Zend Server Cluster Manager 5.x Installation Guide

Zend Server Cluster Manager 5.x Installation Guide Zend Server Cluster Manager 5.x Installation Guide By Zend Technologies www.zend.com This is the Installation Guide for Server Cluster Manager, Version 5.0. The information in this document is subject

More information

Getting Started with Outlook Web App (OWA)

Getting Started with Outlook Web App (OWA) Getting Started with Outlook Web App (OWA) Office 365 User Guide When first accessing your new Office 365 account, or if you are having any issues with your regular email client, use the below directions

More information

VMware Skyline Collector Installation and Configuration Guide. VMware Skyline Collector 2.0

VMware Skyline Collector Installation and Configuration Guide. VMware Skyline Collector 2.0 VMware Skyline Collector Installation and Configuration Guide VMware Skyline Collector 2.0 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If

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 Restore Data; Combined Technical

More information

IP Device Search and Configuration Tool Operation Manual

IP Device Search and Configuration Tool Operation Manual IP Device Search and Configuration Tool Operation Manual Note Copyright Statement This manual may not be reproduced in any form or by any means used to create any derivative such as translation, transformation,

More information

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3 Enterprise Vault.cloud CloudLink Google Account Synchronization Guide CloudLink 4.0.1 to 4.0.3 Enterprise Vault.cloud: CloudLink Google Account Synchronization Guide Last updated: 2018-06-08. Legal Notice

More information

Dell Repository Manager Business Client Version 2.0 User s Guide

Dell Repository Manager Business Client Version 2.0 User s Guide Dell Repository Manager Business Client Version 2.0 User s Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION

More information

8x8 Virtual Office Salesforce Call Center Interface User Guide

8x8 Virtual Office Salesforce Call Center Interface User Guide 8x8 Virtual Office User Guide August 2012 The Champion For Business Communications Table of Contents 8x8 Virtual Office Salesforce Call Center App... 3 System Requirements...3 Installation... 4 Uninstalling

More information

ControlPoint. Advanced Installation Guide. September 07,

ControlPoint. Advanced Installation Guide. September 07, ControlPoint Advanced Installation Guide September 07, 2017 www.metalogix.com info@metalogix.com 202.609.9100 Copyright International GmbH., 2008-2017 All rights reserved. No part or section of the contents

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

Data Store and Admin Tool User Guide

Data Store and Admin Tool User Guide Data Store and Admin Tool User Guide Contents Contents What is a Data Store?... 8 Getting Started... 8 System Requirements... 8 Supported Operating Systems... 8 Support SQL Servers... 8 Tools Required

More information

Dell Repository Manager Business Client Version 2.2 User s Guide

Dell Repository Manager Business Client Version 2.2 User s Guide Dell Repository Manager Business Client Version 2.2 User s Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION

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

Installation Manual. Fleet Maintenance Software. Version 6.4

Installation Manual. Fleet Maintenance Software. Version 6.4 Fleet Maintenance Software Installation Manual Version 6.4 6 Terri Lane, Suite 700 Burlington, NJ 08016 (609) 747-8800 Fax (609) 747-8801 Dossier@dossiersystemsinc.com www.dossiersystemsinc.com Copyright

More information

HiveManager Virtual Appliance QuickStart

HiveManager Virtual Appliance QuickStart This QuickStart describes the installation of a HiveManager Virtual Appliance. Introduction to HiveManager Virtual Appliance Before you can install the HiveManager Virtual Appliance, you must first install

More information

LepideAuditor for File Server. Installation and Configuration Guide

LepideAuditor for File Server. Installation and Configuration Guide LepideAuditor for File Server Installation and Configuration Guide Table of Contents 1. Introduction... 4 2. Requirements and Prerequisites... 4 2.1 Basic System Requirements... 4 2.2 Supported Servers

More information

Proactive-CCTV Server Installation Guide v1.0

Proactive-CCTV Server Installation Guide v1.0 v1.0 For Support Email: michael@proactive-cctv.com www.proactive-cctv.com 1. Getting Started Welcome to the Proactive-CCTV. Please Read Before Starting Installation Initial Setup & Requirements Operating

More information

Recommended Browser Settings

Recommended Browser Settings Recommended Browser Settings August 2015 This document is intended for restricted use only. Infinite Campus asserts that this document contains proprietary information that would give our competitors undue

More information

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide Copyright and Trademark Statements 2014 ViewSonic Computer Corp. All rights reserved. This document contains proprietary information that

More information

Cloudera Manager Quick Start Guide

Cloudera Manager Quick Start Guide Cloudera Manager Guide Important Notice (c) 2010-2015 Cloudera, Inc. All rights reserved. Cloudera, the Cloudera logo, Cloudera Impala, and any other product or service names or slogans contained in this

More information

SUREedge MIGRATOR INSTALLATION GUIDE FOR VMWARE

SUREedge MIGRATOR INSTALLATION GUIDE FOR VMWARE SUREedge MIGRATOR INSTALLATION GUIDE 5.0.1 FOR VMWARE 2025 Gateway Place, Suite #480, San Jose, CA, 95110 Important Notice This document is provided "as is" without any representations or warranties, express

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

NBC-IG Installation Guide. Version 7.2

NBC-IG Installation Guide. Version 7.2 Installation Guide Version 7.2 2017 Nuance Business Connect 7.2 Installation Guide Document Revision History Revision Date August 8, 2017 Revision List Updated supported SQL Server versions June 14, 2017

More information

Multi-Sponsor Environment. SAS Clinical Trial Data Transparency User Guide

Multi-Sponsor Environment. SAS Clinical Trial Data Transparency User Guide Multi-Sponsor Environment SAS Clinical Trial Data Transparency User Guide Version 6.0 01 December 2017 Contents Contents 1 Overview...1 2 Setting up Your Account...3 2.1 Completing the Initial Email and

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

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

ControlPoint. Installation Guide for SharePoint August 23,

ControlPoint. Installation Guide for SharePoint August 23, ControlPoint Installation Guide for SharePoint 2007 August 23, 2017 www.metalogix.com info@metalogix.com 202.609.9100 Copyright International GmbH., 2008-2017 All rights reserved. No part or section of

More information

Scholastic Reading Inventory Installation Guide

Scholastic Reading Inventory Installation Guide Scholastic Reading Inventory Installation Guide For use with Scholastic Reading Inventory version 2.1 or later and Scholastic Achievement Manager version 2.1 or later Copyright 2012 by Scholastic Inc.

More information

Release Date April 9, Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA

Release Date April 9, Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA Adeptia Suite 5.0 SP2 Installation Guide Release Date April 9, 2010 Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA Copyright Copyright 2000-2009 Adeptia, Inc. All rights reserved. Trademarks

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

Ahsay Online Backup Manager v7 Quick Start Guide for Synology NAS

Ahsay Online Backup Manager v7 Quick Start Guide for Synology NAS Ahsay Online Backup Manager v7 Quick Start Guide for Synology NAS Ahsay Systems Corporation Limited 26 October 2017 www.ahsay.com Copyright Notice 2017 Ahsay Systems Corporation Limited. All rights reserved.

More information

Zend Server Cluster Manager 5.6 Installation Guide

Zend Server Cluster Manager 5.6 Installation Guide Zend Server Cluster Manager 5.6 Installation Guide By Zend Technologies www.zend.com Abstract This is the Installation Guide for Zend Server Cluster Manager Version 5.6. The information in this document

More information

Abila MIP DrillPoint Reports. Installation Guide

Abila MIP DrillPoint Reports. Installation Guide Abila MIP DrillPoint Reports This is a publication of Abila, Inc. Version 16.1 2015 Abila, Inc. and its affiliated entities. All rights reserved. Abila, the Abila logos, and the Abila product and service

More information

Oracle SOA Suite VirtualBox Appliance. Introduction and Readme

Oracle SOA Suite VirtualBox Appliance. Introduction and Readme Oracle SOA Suite 12.2.1.3.0 VirtualBox Introduction and Readme December 2017 Table of Contents 1 VirtualBox... 3 1.1 Installed Software... 3 1.2 Settings... 4 1.3 User IDs... 4 1.4 Domain Configurations...

More information

User s Manual. Installation Guide. PowerPanel Business Edition. UPS without Remote Management Card. For. Rev /09/03 Rev.

User s Manual. Installation Guide. PowerPanel Business Edition. UPS without Remote Management Card. For. Rev /09/03 Rev. PowerPanel Business Edition User s Manual Installation Guide For PowerPanel Business Edition UPS without Remote Management Card Rev. 1.5.11 2009/09/03 Rev. 17 2015/12/2 Table of Contents Introduction...

More information

1 Installing the integration server

1 Installing the integration server 1 Installing the integration server This document contains information about how to install the Rational DOORS for HP Quality Center Interface integration server. Installing the integration server also

More information

Using the TUI Upgrade Utility to Update an Existing Release 2.4 Server

Using the TUI Upgrade Utility to Update an Existing Release 2.4 Server Using the TUI Upgrade Utility to Update an Existing Release 2.4 Server First Published: November 4, 2011 Revised: June 12, 2012 Do not use the information in this module to perform an upgrade from Cisco

More information

FASTT Math Next Generation Installation Guide

FASTT Math Next Generation Installation Guide FASTT Math Next Generation Installation Guide For use with FASTT Math Next Generation version 2.1 or later and Scholastic Achievement Manager version 2.1 or later Copyright 2012 by Scholastic Inc. All

More information

Zend Server Cluster Manager 5.5 Beta. Installation Guide. By Zend Technologies.

Zend Server Cluster Manager 5.5 Beta. Installation Guide. By Zend Technologies. Zend Server Cluster Manager 5.5 Beta Installation Guide By Zend Technologies www.zend.com Abstract This is the Installation Guide for Zend Server Cluster Manager Version 5.5 Beta. The information in this

More information