Dell Protected Workspace Management

Size: px
Start display at page:

Download "Dell Protected Workspace Management"

Transcription

1 Dell Protected Workspace Management Upgrade Guide Dell Protected Workspace Management v4.1 Created and Maintained by Invincea, Inc. Proprietary For Customer Use Only

2 Dell Protected Workspace Management Server Single Instance Upgrade Guide v4.1 1 Contents Purpose and Intended Audience... 2 Minimum System Requirements... 2 Upgrading from DPWMs v3.x to DPWMs v Upgrading to DPWMs v4.0 on the Current DPWMs v3.x Server...3 ims.conf Changes Upgrading to DPWMs v4.0 using a New VM Upgrading from DPWMs v4.0.x to DPWMs v Contacting Dell Support... 20

3 Purpose and Intended Audience Dell Protected Workspace Management Server Single Instance Upgrade Guide v4.1 2 This document is intended to provide instructions for upgrading the DPWMs from v3.x to v4.1. This is a 2-step upgrade as required. From DPWMS 3.1.x, the server needs to be upgraded first to DPWMS v4.0, before upgrading to v4.1. Minimum System Requirements The minimum system requirements for v4.1 are consistent with v3.1.x and should be set as follows: 4 Processors 8GB of RAM 250GB of disk space (50GB for OS, 100GB for MySQL, 100GB for the File Store)

4 Upgrading from DPWMs v3.x to DPWMs v4.0 Dell Protected Workspace Management Server Single Instance Upgrade Guide v4.1 3 Upgrading from v3.x to v4.0 can be completed in one of two ways. First, the upgrade can be run directly on the current machine using the tgz file. Second, the upgrade can be performed by creating a new VM by deploying the OVA file and migrating the database to the new server. This is the recommended upgrade method if your DPWMS version is 2.2 or 3.0. More information on the process can be found in the Upgrading to DPWMs v4.0 using a New VM section in this document. Note: Please contact Dell support to request a Cynomix api key prior to the upgrade. Upgrading to DPWMs v4.0 on the Current DPWMs v3.x Server If currently running on version 3.1.x please use the following method to upgrade the server. If running a version prior to see Upgrading to DPWMs v4.0 using a New VM. To install DPWMs v4.0 on the DPWMs 3.x Virtual Machine, follow these steps. 1. Create a backup of the current DPWMs using the snapshot feature of the VM or by some other method. 2. Download the DPWMs v4.0 tgz file from the DPW support site: 3. Move the downloaded tgz onto the current DPWMs v3.x server using a file transfer tool like WinSCP. 4. Log in to the DPWMs 3.x Virtual Machine using the root account. 5. Create the new installation path for DPWMs v4.0 by running the following command: mkdir /opt/im4 6. Move the DPWMs v4.0 tgz file that was move to the server into this newly created file path by running the following command: cp /tmp/dpwms x86_64.tgz /opt/im4 Note, the /tmp/ directory is an example and the path you had moved the file to initially may be different. 7. Change directories to the /opt/im4 folder by running the following command: cd /opt/im4 8. Extract the tgz file into the /opt/im4 install path using the following command: tar xzf dpwms x86_64.tgz

5 Dell Protected Workspace Management Server Single Instance Upgrade Guide v Copy the current ims.conf file to the new /opt/im4 install path by using the following command: cp /opt/im3/ims.conf /opt/im4/ims.conf 10. Edit the current ims.conf file with the new ims.defaults file. Both files can be found in /opt/im4. The new ims.defaults file has many new additions and changes that need to be added to the current ims.conf file. Open another session to view the new ims.defaults file when editing the current ims.conf file. To edit the current file use the following command: vi /opt/im4/ims.conf To view the default ims.defaults file use the following command: cat /opt/im4/ims.defaults Differences between v3.1.1 and v4.0.0 are noted in the ims.conf Changes. 11. Update the file_store_root location. Default location below (for fresh installs) file_store_root = /opt/sensor_file_store Make the /opt/sensor_file_store directory by running the following command: mkdir /opt/sensor_file_store Move the existing contents of the old sensor_file_store location to the new one: mv /opt/im3/sensor_file_store/ /opt/sensor_file_store/

6 Dell Protected Workspace Management Server Single Instance Upgrade Guide v4.1 5 If the /opt/im3/sensor_file_store is a mounted drive, edit the /etc/fstab file to change the mount location from /opt/im3/sensor_file_store to /opt/sensor_file_store. vi /etc/fstab Find the line with /opt/im3/sensor_file_store and edit it so the path is /opt/sensor_file_store. Save and quit from the file. Then reboot the server using the reboot command. 12. Update the Cynomix api URL and add the api key: Go to the [trp_cynomix] section, and edit the api_url to equal On the next line add the api_key and set it to the key supplied by Dell Support. If you need a key, please contact Dell Support. 13. Save and quit the ims.conf file by hitting Esc then :wq. 14. Stop the im3 service by running the following: service im3 stop 15. Stop the im3 service from auto-starting by running the following: chkconfig im3 off 16. Check that there are no other DPWMs services running by entering the command below: ps -ef grep main

7 Dell Protected Workspace Management Server Single Instance Upgrade Guide v4.1 6 Look for./main and note the pid number which is the first number in the row. ps -ef grep ims Look for./ims_... processes and note the pid number. If any of these IMs processes are running, they must be killed with the following command. kill -9 ##### 17. Create the startup script by copying the im.init file from /opt/im4/etc into /opt/im4/init.d/im4 using the following: cp /opt/im4/etc/im.init /etc/init.d/im4 18. Change the file permissions on the new file with the following: chmod a+x /etc/init.d/im4 19. Edit the new im4 file by using the following command and change the IMS_INSTANCE=im3 to im4: vi /etc/init.d/im4

8 Dell Protected Workspace Management Server Single Instance Upgrade Guide v Set the new im4 service to auto start chkconfig im4 on 21. Edit the /etc/my.cnf file for settings related to the mysql database with the following command: vi /etc/my.cnf There are three settings to confirm. a. Make sure max_allowed_packet is equal to 500M max_allowed_packet=500m b. The innodb_log_buffer_size should be set to 128M: innodb_log_buffer_size=128m c. The innodb_buffer_pool_size should be set to 50% of the systems RAM (example, a system with 8GB of RAM would be set as follows): innodb_buffer_pool_size=4g d. Set innodb_flush_log_at_trx_commit equal to 2: innodb_flush_log_at_trx_commit=2 22. Restart the mysqld service if the my.cnf file was changed: service mysqld restart 23. Perform a database backup with the following command: This is optional if a VM snapshot has been performed. mysqldump -uroot -pinvincea database_name --max_allowed_packet=500m > /var/lib/mysql/backup/backup.sql

9 Dell Protected Workspace Management Server Single Instance Upgrade Guide v4.1 8 Note that the username, password, and database_name may be different. Please refer to the MySQL info set in your ims.conf file to obtain this information. Also, note the path to write the sql dump file must have sufficient space. The sample above is in the /var/lib/mysql path. Do not continue until the backup is complete. The backup is complete when the cursor moves to a new command line. 24. Start the im4 service to begin the upgrade by running the following command: service im4 start 25. Monitor the ims.log file to be alerted when the upgrade is complete by using the following command: tail f /opt/im4/ims.log This command will display all new log events to the screen. As the upgrade is running, the log will look like the following: When the Starting IMS and the IMS Listening lines are displayed the upgrade is complete (see arrow above). Once complete enter ctrl+c to exit out of the log. Once the upgrade is complete, login to the DPWMs UI to ensure the system is up and running.

10 Dell Protected Workspace Management Server Single Instance Upgrade Guide v If there are any backup scripts set up on the system referring to an old file path, update that to the new path. Also, check if any cron jobs are setup up referring to the old service or file paths. This may be the case if there was a cronjob that emptied out the sensor_file_store folder. To edit cron type the following: crontab -e Please add the below line if it is not currently added. This line will remove old data from the sensor_file_store folder. 0 4 * * * /bin/find /opt/sensor_file_store -maxdepth 1 -mtime +7 -type f xargs rm

11 Dell Protected Workspace Management Server Single Instance Upgrade Guide v ims.conf Changes Changes The following sections were changed in the ims.conf file. 1. The file_store_root path was changed in the [server] section file_store_root = sensor_file_store 2. [summary_proc] was removed. 3. The api_url has changed in the [trp_cynomix] section and the api_key was added. [trp_cynomix] # When true Cynomix will be used as a source of file threat reports. # NOTE: api_key is required -- but not provided -- for use of Cynomix services enabled = true api_url = api_key = Additions The following sections were added in the ims.conf file. 1. The following sections were added to the [api_archive] section. # The number of days of data to retain in table api_call_storage. If omitted, # the default value is 30. Valid values range from 1 to 90. detail_retention_days = 30 # The number of days of data to retain in table api_stat_summary. If omitted, # the default value is 365. Valid values range from 7 to 365. summary_retention_days = The [job_queue] section was added. [job_queue] # When set to true, this option causes counts of pending, in-process and # failed jobs to periodically be written to ims.log. enable_queue_stats = false # In seconds, how frequently to log job queue stats. Note that on a busy system, # the queries involved can be costly. Be reluctant to shorten this interval. stats_log_interval = The [low_pri_tasks] section was added.

12 Dell Protected Workspace Management Server Single Instance Upgrade Guide v [low_pri_tasks] # Enables processing of low priority tasks. enabled = true 4. Process_count was added to the [threat_report_proc] section. [threat_report_proc] # Enables processing of the threat_report queue enabled = true # Specifies the number of threat_report_proc instances that will be launched. process_count = 1 5. The [threat_report_storage_proc] section was added. [threat_report_storage_proc] # Enables processing of the threat_report_storage queue enabled = true # Specifies the number of threat_report_storage_proc instances that will be launched. process_count = 1 6. The [incidents_proc] section was added. [incidents_proc] # Enables processing of the incidents queue. enabled = true # Specifies the number of incidents_proc instances that will be launched. process_count = 1

13 Upgrading to DPWMs v4.0 using a New VM Dell Protected Workspace Management Server Single Instance Upgrade Guide v If currently running on version prior to please use the following method to upgrade the server. If running a DPWMS version prior to v2.2.1, please upgrade to v2.2.1 before continuing. Another option for the upgrade is to stand up a new VM using the OVA file and migrate the database from the old server. To upgrade to DPWMs v4.0 use the following steps: 1. Download the DPWMs v4.0 OVA file from the DPW support site: 2. Stand up a new VM using the OVA file following the instructions in the Dell Protected Workspace Management Server - Single Instance Installation Guide - v Stop the im3 service on the DPWMs v3.x VM. 4. Perform a database backup on the DPWMs v3.x server with the following command: mysqldump -uroot -pinvincea database_name --max_allowed_packet=500m gzip c > /var/lib/mysql/backup/backup.sql.gz Note that the username, password, and database_name may be different. Please refer to the MySQL info set in your DPWMS.conf file to obtain this information. Also, note the path to write the sql dump file must have sufficient space. The sample above is in the /var/lib/mysql path. Do not continue until the backup is complete. The backup is complete when the cursor moves to a new command line. 5. Move the sql file from the server to the local machine using a tool like WinSCP.

14 Dell Protected Workspace Management Server Single Instance Upgrade Guide v Move the sql file from the local machine to the new DPWMs v4.0 VM. 7. Stop the im4 service by running: service im4 stop 8. Edit the /opt/im4/ims.conf file. Ensure the settings from the old ims.conf are set appropriately. Also, new settings should remain as default. Go to the [trp_cynomix] section, and edit the api_url to equal On the next line add the api_key and set it to the key supplied by Dell Support. If you need a key, please contact Dell Support. 9. Log in to the MySQL database on the v4.0 VM: mysql uroot pinvincea 10. Delete the existing invincea MySQL DB by running: drop database invincea; 11. Recreate the DPW DB by running: create database invincea; 12. Exit from MySQL. 13. Import the database from the old server by running: zcat /tmp/backup.sql.gz > mysql uroot pinvincea invincea; Note, the path of the.sql.gz file may be different depending on where the file is located. Do not continue until the import is complete. The import is complete when the cursor moves to a new command line. 14. Start the im4 service by running: service im4 start

15 Dell Protected Workspace Management Server Single Instance Upgrade Guide v Monitor the ims.log file to be alerted when the upgrade is complete by using the following command: tail f /opt/im4/ims.log This command will display all new log events to the screen. As the upgrade is running, the log will look like the following: When the Starting IMS and the IMS Listening lines are displayed the upgrade is complete (see arrow above). Once complete click ctrl+c to cancel out of the log. Once the upgrade is complete, login to the DPWMs UI to ensure the system is up and running. 16. Move the IP, hostname and any SSL certificates of the old system to the new system so that the clients begin to check in again.

16 Upgrading from DPWMs v4.0.x to DPWMs v4.1 Dell Protected Workspace Management Server Single Instance Upgrade Guide v If currently running on version 4.0.x please use the following method to upgrade the server. If running a version prior to please complete the upgrade to DPWMS v4.0.0 first, following the steps starting page 3 of this document. To install DPWMS v4.1 on the DPWMS 4.0.x Virtual Machine, follow these steps. 1. Create a backup of the current DPWMS using the snapshot feature of the VM or by some other method. 2. Download the DPWMs v4.1 tgz file from the DPW support site: 3. Move the downloaded tgz onto the current DPWMs v4.0.x server using a file transfer tool like WinSCP. 4. Log in to the DPWMS v4.0.x Virtual Machine using the root account. 5. Move the DPWMS v4.1 tgz file that was moved to the server into this newly created file path by running the following command: cp /tmp/dpwms x86_64.tgz /opt/im4 Note, the /tmp/ directory is an example and the path you had moved the file to initially may be different. 6. Change directories to the /opt/im4 folder by running the following command: cd /opt/im4 7. Extract the tgz file into the /opt/im4 install path using the following command: tar xzf dpwms x86_64.tgz 8. Stop the im4 service by running the following: service im4 stop 9. Check that there are no other DPWMS services running by entering the command below: ps -ef grep main

17 Dell Protected Workspace Management Server Single Instance Upgrade Guide v Look for./main and note the pid number which is the first number in the row. ps -ef grep ims Look for./ims_... processes and note the pid number. If any of these ims processes are running, they must be killed with the following command. kill -9 ##### 10. Update the startup script by copying the im.init file from /opt/im4/etc into /opt/im4/init.d/im4 using the following: cp /opt/im4/etc/im.init /etc/init.d/im4 11. Change the file permissions on the new file with the following: chmod a+x /etc/init.d/im4 12. Edit the new im4 file by using the following command and change the IMS_INSTANCE=im3 to im4: vi /etc/init.d/im4 13. Set the new im4 service to auto start chkconfig im4 on 14. Edit the /etc/my.cnf file for settings related to the mysql database with the following command: vi /etc/my.cnf

18 Dell Protected Workspace Management Server Single Instance Upgrade Guide v There are 4 settings to confirm, and 2 settings to add. a. In the [mysqld] section: i. Make sure max_allowed_packet is equal to 500M max_allowed_packet=500m ii. The innodb_log_buffer_size should be set to 256M: innodb_log_buffer_size=256m iii. The innodb_buffer_pool_size should be set to 50% of the systems RAM (example, a system with 8GB of RAM would be set as follows): innodb_buffer_pool_size=4g iv. Set innodb_flush_log_at_trx_commit equal to 2: innodb_flush_log_at_trx_commit=2 v. Add innodb_log_file_size and it should be set to 1G: innodb_log_file_size=1g b. Add a [mysqldump] section, and add max_allowed_packet that will be set to 500M. [mysqldump] max_allowed_packet=500m

19 Dell Protected Workspace Management Server Single Instance Upgrade Guide v The change to the innodb_log_file_size will require the database log files (ib_logfile) to be recreated before the changes to my.cnf can be applied. a. Browse to /var/lib/mysql cd /var/lib/mysql b. Rename ib_logfile0 to ib_logfile0.bak mv /var/lib/mysql/ib_logfile0 /var/lib/mysql/ib_logfile0.bak c. Rename ib_logfile1 to ib_logfile1.bak mv /var/lib/mysql/ib_logfile1 /var/lib/mysql/ib_logfile1.bak 15. Restart the mysqld service to apply the changes to the my.cnf file: service mysqld restart 16. Perform a database backup with the following command: This is optional if a VM snapshot has been performed. mysqldump -uroot -pinvincea database_name > /var/lib/mysql/backup/backup.sql Note that the username, password, and database_name may be different. Please refer to the MySQL info set in your ims.conf file to obtain this information.

20 Dell Protected Workspace Management Server Single Instance Upgrade Guide v Also, note the path to write the sql dump file must have sufficient space. The sample above is in the /var/lib/mysql path. Do not continue until the backup is complete. The backup is complete when the cursor moves to a new command line. 17. Ensure you are in the /opt/im4 directory. Begin the upgrade by running the following command:./dbsetup.sh 18. The above command will output directly to the screen. The database upgrade will be complete once DB initialized successfully is displayed and the cursor goes back to the command line. 19. Start the im4 service by running the following command: service im4 start 20. Log in to the DPWMS UI to ensure the upgrade is complete.

21 Contacting Dell Support Dell Protected Workspace Management Server Single Instance Upgrade Guide v For assistance with the Dell Protected Workspace Management System, please contact Dell Support at: DPWMs updates, DPW apps.xml, static.dat, and whitelist.xml updates and Installation Kit downloads can all be found at the Dell Protected Workspace Support Portal:

Dell Protected Workspace Management

Dell Protected Workspace Management Dell Protected Workspace Management Administrator s Guide Dell Protected Workspace Management v3.1 Created and Maintained by Invincea, Inc. Proprietary For Customer Use Only 2 Contents Purpose and Intended

More information

Fix MySQL ibdata file size - ibdata1 file growing too large, preventing ibdata1 from eating all your server disk space

Fix MySQL ibdata file size - ibdata1 file growing too large, preventing ibdata1 from eating all your server disk space Fix MySQL ibdata file size - ibdata1 file growing too large, preventing ibdata1 from eating all your server disk space Author : admin If you're a webhosting company hosting dozens of various websites that

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

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

Installation and Configuration Guide (for Linux)

Installation and Configuration Guide (for Linux) v5.2 MySQL 5.5 Installation and Configuration Guide (for Linux) Abstract This document is intended to be the installation and configuration guide for MySQL in addition to the procedures for upgrading,

More information

Offloading MySQL to Remote Server

Offloading MySQL to Remote Server Purpose This document is meant to show a step-by-step guide for offloading the MySQL services from the central server to an external, remote server. Target Audience This document is intended for use by

More information

Virtual Data Center (vdc) Manual

Virtual Data Center (vdc) Manual Virtual Data Center (vdc) Manual English Version 1.0 Page 1 of 43 Content 1 HOW TO USE CLOUD PORTAL (VMWARE VIRTUAL DATA CENTER)... 3 2 VMWARE SYSTEM DETAILS... 5 3 HOW TO MANAGE VIRTUAL MACHINE... 6 Edit

More information

Upgrade Guide Version 7.2

Upgrade Guide Version 7.2 Upgrade Guide Version 7.2 Copyright IBM Corporation 2017 1 Resiliency Orchestration Upgrade Guide DISCLAIMER IBM believes that the information in this publication is accurate as of its publication date.

More information

Upgrade Instructions. NetBrain Integrated Edition 7.0

Upgrade Instructions. NetBrain Integrated Edition 7.0 NetBrain Integrated Edition 7.0 Upgrade Instructions Version 7.0b1 Last Updated 2017-11-14 Copyright 2004-2017 NetBrain Technologies, Inc. All rights reserved. Contents 1. System Overview... 3 2. System

More information

Citrix CloudPlatform (powered by Apache CloudStack) Version Patch D Release Notes. Revised July 02, :15 pm Pacific

Citrix CloudPlatform (powered by Apache CloudStack) Version Patch D Release Notes. Revised July 02, :15 pm Pacific Citrix CloudPlatform (powered by Apache CloudStack) Version 3.0.5 Patch D Release Notes Revised July 02, 2014 10:15 pm Pacific Citrix CloudPlatform (powered by Apache CloudStack) Version 3.0.5 Patch D

More information

Basic Linux Command Line Interface Guide

Basic Linux Command Line Interface Guide This basic Linux Command-Line Interface (CLI) Guide provides a general explanation of commonly used Bash shell commands for the Barracuda NG Firewall. You can access the command-line interface by connecting

More information

MFM 4.2. Install Guide

MFM 4.2. Install Guide MFM 4.2 Install Guide Table of contents 1.System diagram... 4 2. MaxGauge For MySQL Install Information... 6 Install file information... 6 Port information... 6 Main Directory... 6 Software Start/End...

More information

Cisco Remote Expert Manager Migration Guide

Cisco Remote Expert Manager Migration Guide Cisco Remote Expert Manager 1.9.2 Migration Guide Release 1.9.2 Revised: August 21, 2014, OL-30924-03 All advertising materials mentioning features or use of this software must display the following acknowledgement:

More information

Installing and Upgrading Cisco Network Registrar Virtual Appliance

Installing and Upgrading Cisco Network Registrar Virtual Appliance CHAPTER 3 Installing and Upgrading Cisco Network Registrar Virtual Appliance The Cisco Network Registrar virtual appliance includes all the functionality available in a version of Cisco Network Registrar

More information

Computer Systems and Architecture

Computer Systems and Architecture Computer Systems and Architecture Introduction to UNIX Stephen Pauwels University of Antwerp October 2, 2015 Outline What is Unix? Getting started Streams Exercises UNIX Operating system Servers, desktops,

More information

Basic Linux Command Line Interface Guide

Basic Linux Command Line Interface Guide This basic Linux Command-Line Interface (CLI) Guide provides a general explanation of commonly used Bash shell commands for the Barracuda NG Firewall. You can access the command-line interface by connecting

More information

v7.0 HP Intelligent Management Center MySQL 5.6 Installation and Configuration Guide (for Linux)

v7.0 HP Intelligent Management Center MySQL 5.6 Installation and Configuration Guide (for Linux) v7.0 HP Intelligent Management Center MySQL 5.6 Installation and Configuration Guide (for Linux) Abstract This document is intended to be the installation and configuration guide for MySQL in addition

More information

Dell Wyse Management Suite. Version 1.3 Deployment Guide

Dell Wyse Management Suite. Version 1.3 Deployment Guide Dell Wyse Management Suite Version 1.3 Deployment Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

Installing, Migrating, and Uninstalling HCM Dashboard

Installing, Migrating, and Uninstalling HCM Dashboard CHAPTER 2 Installing, Migrating, and Uninstalling HCM Dashboard This chapter describes how to install, migrate data from HCM 1.0, and uninstall HCM Dashboard. It includes: HCM Dashboard Server Requirements,

More information

Computer Systems and Architecture

Computer Systems and Architecture Computer Systems and Architecture Stephen Pauwels Computer Systems Academic Year 2018-2019 Overview of the Semester UNIX Introductie Regular Expressions Scripting Data Representation Integers, Fixed point,

More information

Upgrade Guide. This document details the upgrade process for customers moving from the full version of OnApp Cloud v2.3.1 to v2.3.2.

Upgrade Guide. This document details the upgrade process for customers moving from the full version of OnApp Cloud v2.3.1 to v2.3.2. Upgrade Guide v2.3.2 This document details the upgrade process for customers moving from the full version of OnApp Cloud v2.3.1 to v2.3.2. It explains important changes to the backup system, network config

More information

(7) Get the total energy from the output (1 Hartree = kcal/mol) and label the structure with the energy.

(7) Get the total energy from the output (1 Hartree = kcal/mol) and label the structure with the energy. RUNNING GAUSSIAN ON THE RedHawk cluster computers: General Procedure: The general procedure is to prepare the input file on a PC using GausView, then transfer this file via WinSCP to the RedHawk cluster

More information

Creative assets management. MySQL Install Guide

Creative assets management. MySQL Install Guide Creative assets management MySQL Install Guide Contact Extensis 1800 SW First Avenue, Suite 500 Portland, OR 97201 Toll Free: (800) 796-9798 Phone: (503) 274-2020 Fax: (503) 274-0530 http://www.extensis.com

More information

Bitnami Re:dash for Huawei Enterprise Cloud

Bitnami Re:dash for Huawei Enterprise Cloud Bitnami Re:dash for Huawei Enterprise Cloud Description Re:dash is an open source data visualization and collaboration tool. It was designed to allow fast and easy access to billions of records in all

More information

Stop all processes and then reboot - same as above startx. Log in as superuser from current login exit

Stop all processes and then reboot - same as above startx. Log in as superuser from current login exit Starting & Stopping shutdown -h now Shutdown the system now and do not reboot shutdown -r 5 Shutdown the system in 5 minutes and reboot shutdown -r now Shutdown the system now and reboot reboot Stop all

More information

Introduction to the UNIX command line

Introduction to the UNIX command line Introduction to the UNIX command line Steven Abreu Introduction to Computer Science (ICS) Tutorial Jacobs University s.abreu@jacobs-university.de September 19, 2017 Overview What is UNIX? UNIX Shell Commands

More information

MARWATCH INSTALLATION AND UPGRADE GUIDE

MARWATCH INSTALLATION AND UPGRADE GUIDE MARWATCH INSTALLATION AND UPGRADE GUIDE For Service Providers RELEASE 5.0 Introduction Notice The information contained in this document is believed to be accurate in all respects but is not warranted

More information

HPE Intelligent Management Center

HPE Intelligent Management Center HPE Intelligent Management Center MySQL 5.5 Installation and Configuration Guide (for Linux) Abstract This document provides installation and configuration information for MySQL. It includes the procedures

More information

CS CS Tutorial 2 2 Winter 2018

CS CS Tutorial 2 2 Winter 2018 CS CS 230 - Tutorial 2 2 Winter 2018 Sections 1. Unix Basics and connecting to CS environment 2. MIPS Introduction & CS230 Interface 3. Connecting Remotely If you haven t set up a CS environment password,

More information

CSE 391 Lecture 3. bash shell continued: processes; multi-user systems; remote login; editors

CSE 391 Lecture 3. bash shell continued: processes; multi-user systems; remote login; editors CSE 391 Lecture 3 bash shell continued: processes; multi-user systems; remote login; editors slides created by Marty Stepp, modified by Jessica Miller and Ruth Anderson http://www.cs.washington.edu/391/

More information

Aware IM Version 8.1 Installation Guide

Aware IM Version 8.1 Installation Guide Aware IM Version 8.1 Copyright 2002-2018 Awaresoft Pty Ltd CONTENTS 1 INSTALLATION UNDER WINDOWS OPERATING SYSTEM... 3 1.1 HARDWARE AND SOFTWARE REQUIREMENTS... 3 1.2 USING THE INSTALLATION PROGRAM...

More information

Using vrealize Operations Tenant App as a Service Provider

Using vrealize Operations Tenant App as a Service Provider Using vrealize Operations Tenant App as a Service Provider Using vrealize Operations Tenant App as a Service Provider You can find the most up-to-date technical documentation on the VMware Web site at:

More information

High Availability. Prepared by Vaibhav Daud

High Availability. Prepared by Vaibhav Daud High Availability Prepared by Vaibhav Daud Table of Contents Purpose Prerequisite Base Plan Base Architecture Overview Configuration Steps Purpose High Availability This is to ensure that the application

More information

Parallel Programming Pre-Assignment. Setting up the Software Environment

Parallel Programming Pre-Assignment. Setting up the Software Environment Parallel Programming Pre-Assignment Setting up the Software Environment Authors: B. Wilkinson and C. Ferner. Modification date: Aug 21, 2014 (Minor correction Aug 27, 2014.) Software The purpose of this

More information

Linux Command Line Primer. By: Scott Marshall

Linux Command Line Primer. By: Scott Marshall Linux Command Line Primer By: Scott Marshall Draft: 10/21/2007 Table of Contents Topic Page(s) Preface 1 General Filesystem Background Information 2 General Filesystem Commands 2 Working with Files and

More information

M.C.A. (Sem.-lll) (CBCS) Examination November CCA-3003 Operating System and LinuxlUnix programming

M.C.A. (Sem.-lll) (CBCS) Examination November CCA-3003 Operating System and LinuxlUnix programming IIMII 003-007303 M.C.A. (Sem.-lll) (CBCS) Examination November-20 13 CCA-3003 Operating System and LinuxlUnix programming Faculty Code: 003 Subject Code: 007303 Time: 2'/' Hoursl ITotal Marks: 70 I. Attempt

More information

Housekeeping for SAP HANA Platform

Housekeeping for SAP HANA Platform RollOut Guide SAP Business One, version for SAP HANA Document Version: 1.0 2018-11-07 Typographic Conventions Type Style Example Example EXAMPLE Example Example Description Words or characters

More information

METALIB VERSION 4 How to Remove MetaLib Version 3

METALIB VERSION 4 How to Remove MetaLib Version 3 METALIB VERSION 4 How to Remove MetaLib Version 3 Last Update: July 29, 2007 Document Version 1.0 Code:M-ver3.0-HTRM CONFIDENTIAL INFORMATION The information herein is the property of Ex Libris Ltd. or

More information

Zephyr 4.6 Installation on RedHat Enterprise 5/6 Linux 64-Bit

Zephyr 4.6 Installation on RedHat Enterprise 5/6 Linux 64-Bit Sep 14 Zephyr 4.6 Installation on RedHat Enterprise 5/6 Linux 64-Bit Z e p h y r, 7 7 0 7 G a t e w a y B l v d, S u i t e 1 0 0, N e w a r k, C A 9 4 5 6 0, U S A Zephyr 4.6 Installation on RedHat Enterprise

More information

Linux Operating System Environment Computadors Grau en Ciència i Enginyeria de Dades Q2

Linux Operating System Environment Computadors Grau en Ciència i Enginyeria de Dades Q2 Linux Operating System Environment Computadors Grau en Ciència i Enginyeria de Dades 2017-2018 Q2 Facultat d Informàtica de Barcelona This first lab session is focused on getting experience in working

More information

Perceptive TransForm E-Forms Manager

Perceptive TransForm E-Forms Manager Perceptive TransForm E-Forms Manager Installation and Setup Guide Version: 8.x Date: February 2017 2016-2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International Inc., registered

More information

Automated Installation Guide for CentOS (PHP 7.x)

Automated Installation Guide for CentOS (PHP 7.x) Automated Installation Guide for CentOS (PHP 7.x) *Note: This script will not work on shared hosting, only works on CentOS dedicated server only. Prerequisites: Hardware: RAM: minimum 2 GB Processor: Core2duo

More information

These instructions cover how to install and use pre-compiled binaries to monitor AIX 5.3 using NRPE.

These instructions cover how to install and use pre-compiled binaries to monitor AIX 5.3 using NRPE. Purpose This document describes how to monitor AIX servers using or Nagios Core. The instructions were contributed by Joshua Whitaker, who successfully configured to monitor AIX 5.3 servers, thanks Joshua!

More information

GMU Specifications And Installation Procedures Page 1 04/04/08. JBM Gateway Management Utility Server Specifications And Installation Procedures

GMU Specifications And Installation Procedures Page 1 04/04/08. JBM Gateway Management Utility Server Specifications And Installation Procedures And Installation Procedures Page 1 04/04/08 JBM Gateway Management Utility Server Specifications And Installation Procedures And Installation Procedures Page 2 04/04/08 GMU Specifications... 3 Recommended

More information

Installing Cisco CMX in a VMware Virtual Machine

Installing Cisco CMX in a VMware Virtual Machine Installing Cisco CMX in a VMware Virtual Machine This chapter describes how to install and deploy a Cisco Mobility Services Engine (CMX) virtual appliance. Cisco CMX is a prebuilt software solution that

More information

IBM AIX Basic Operations V5.

IBM AIX Basic Operations V5. IBM 000-190 AIX Basic Operations V5 http://killexams.com/exam-detail/000-190 QUESTION: 122 Which of the following options describes the rm -i command? A. It removes and reports the file names it removes.

More information

Offloading NDO2DB To Remote Server

Offloading NDO2DB To Remote Server Purpose This document is meant to show a step-by-step guide for offloading the NDO2DB daemon from the central server to an external, remote server. NDO2DB is an acronym of "Nagios Data Output To Database"

More information

UNIX Quick Reference

UNIX Quick Reference UNIX Quick Reference This card represents a brief summary of some of the more frequently used UNIX commands that all users should be at least somewhat familiar with. Some commands listed have much more

More information

Dell Wyse Management Suite. Version 1.1 Deployment Guide

Dell Wyse Management Suite. Version 1.1 Deployment Guide Dell Wyse Management Suite Version 1.1 Deployment Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

new world ERP Server Migration Checklist New World ERP TMS

new world ERP Server Migration Checklist New World ERP TMS new world ERP Server Migration Checklist Revised 2/20/17 Table of Contents Overview... 3 Document and Build Environments... 4 Test the New Servers... 7 Cut Over to New Servers... 8 Appendix A: Server Documentation

More information

APAR PO06620 Installation Instructions

APAR PO06620 Installation Instructions IBM Corporation APAR PO06620 Installation Instructions IBM Counter Fraud Management 1.5.0.5 IBM Counter Fraud Development 3-31-2017 Table of Contents 1 Fix readme... 1 2 Abstract... 1 3 Contents... 1 4

More information

Chapter-3. Introduction to Unix: Fundamental Commands

Chapter-3. Introduction to Unix: Fundamental Commands Chapter-3 Introduction to Unix: Fundamental Commands What You Will Learn The fundamental commands of the Unix operating system. Everything told for Unix here is applicable to the Linux operating system

More information

BMC FootPrints 12 Integration with Remote Support

BMC FootPrints 12 Integration with Remote Support BMC FootPrints 12 Integration with Remote Support 2003-2019 BeyondTrust Corporation. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust Corporation. Other trademarks are

More information

1Z Oracle. MySQL 5 Database Administrator Certified Professional Part I

1Z Oracle. MySQL 5 Database Administrator Certified Professional Part I Oracle 1Z0-873 MySQL 5 Database Administrator Certified Professional Part I Download Full Version : http://killexams.com/pass4sure/exam-detail/1z0-873 A. Use the --log-queries-indexes option. B. Use the

More information

Setting up the Seagate D4 NAS with Hard Disk Sentinel Pro. By Gary Ryan. Adapted from:

Setting up the Seagate D4 NAS with Hard Disk Sentinel Pro. By Gary Ryan. Adapted from: Setting up the Seagate D4 NAS with Hard Disk Sentinel Pro By Gary Ryan Adapted from: https://www.hdsentinel.com/how_to_monitor_network_attached_storage_nas_status.php How to: monitor Network Attached Storage

More information

Configuring and Running CD Tools

Configuring and Running CD Tools Presented to: Advanced IDC Training Course Configuring and Running CD Tools Preparatory Commission for the Comprehensive Nuclear-Test-Ban Treaty Organization Provisional Technical Secretariat Vienna International

More information

Installing Cisco MSE in a VMware Virtual Machine

Installing Cisco MSE in a VMware Virtual Machine Installing Cisco MSE in a VMware Virtual Machine This chapter describes how to install and deploy a Cisco Mobility Services Engine (MSE) virtual appliance. Cisco MSE is a prebuilt software solution that

More information

Storage Manager 2018 R1. Installation Guide

Storage Manager 2018 R1. Installation Guide Storage Manager 2018 R1 Installation Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates either

More information

Avaya IQ 5.2 Service Pack 2 (SP2) Release Notes Issue 1.3 Dec

Avaya IQ 5.2 Service Pack 2 (SP2) Release Notes Issue 1.3 Dec Avaya IQ 5.2 Service Pack 2 (SP2) Issue 1.3 Dec 15 2011 TABLE OF CONTENTS 1. PURPOSE... 3 2. AVAYA IQ 5.2.2 UPDATE PREREQUISITES AND CONSIDERATIONS... 3 2.1 AVAYA IQ HOST PREREQUISITES... 3 2.1.1 Ensure

More information

Cisco Prime Service Catalog Virtual Appliance Quick Start Guide 2

Cisco Prime Service Catalog Virtual Appliance Quick Start Guide 2 Cisco Prime Service Catalog 11.1.1 Virtual Appliance Quick Start Guide Cisco Prime Service Catalog 11.1.1 Virtual Appliance Quick Start Guide 2 Introduction 2 Before You Begin 2 Preparing the Virtual Appliance

More information

IBM Hyper-Scale Manager as an Application Version 1.7. User Guide GC

IBM Hyper-Scale Manager as an Application Version 1.7. User Guide GC IBM Hyper-Scale Manager as an Application Version 1.7 User Guide GC27-5984-03 Note Before using this information and the product it supports, read the information in Notices on page 35. Management Tools

More information

Web Self Service Administrator Guide. Version 1.1.2

Web Self Service Administrator Guide. Version 1.1.2 Version 1.1.2 Web Self Service Administrator Guide Version 1.1.2 Copyright and Trademark Notice Use of the product documented in this guide is subject to your prior acceptance of the End User License Agreement.

More information

Contents. Note: pay attention to where you are. Note: Plaintext version. Note: pay attention to where you are... 1 Note: Plaintext version...

Contents. Note: pay attention to where you are. Note: Plaintext version. Note: pay attention to where you are... 1 Note: Plaintext version... Contents Note: pay attention to where you are........................................... 1 Note: Plaintext version................................................... 1 Hello World of the Bash shell 2 Accessing

More information

Some useful UNIX Commands written down by Razor for newbies to get a start in UNIX

Some useful UNIX Commands written down by Razor for newbies to get a start in UNIX Some useful UNIX Commands written down by Razor for newbies to get a start in UNIX 15th Jan. 2000 / 3:55 am Part 1: Working with files and rights ------------------------------------- cp

More information

Performing Administrative Tasks

Performing Administrative Tasks This chapter describes how to perform administrative tasks using Cisco CMX. Users who are assigned administration privileges can perform administrative tasks. Cisco CMX User Accounts, page 1 Backing Up

More information

IBM Hyper-Scale Manager as an Application Version 1.8. User Guide IBM GC

IBM Hyper-Scale Manager as an Application Version 1.8. User Guide IBM GC IBM Hyper-Scale Manager as an Application Version 1.8 User Guide IBM GC27-5984-04 Note Before using this information and the product it supports, read the information in Notices on page 37. Management

More information

Washington WASHINGTON UNIVERSITY IN ST LOUIS

Washington WASHINGTON UNIVERSITY IN ST LOUIS NetBSD Installation Procedure NetBSD Installation for the Washington University Gigabit Switch Kits Program Presented by: jdd@arl.wustl.edu http://www.arl.wustl.edu/~jdd http://www.arl.wustl.edu/arl Applied

More information

QMetry 7 Installation Guide - Linux Platform

QMetry 7 Installation Guide - Linux Platform QMetry 7 Installation Guide - Linux Platform 1 Introduction 2 Pre-requisites 2.1 Hardware Requirements 2.2 Software Requirements 2.2.1 Set JAVA_HOME and PATH on Linux 2.2.2 Set Java Cryptography Extension

More information

MTU Computer Structure

MTU Computer Structure 1 MTU Computer Structure Home directory: h drive Same for Suns & PC s Location to store files Organize files by creating appropriate directories (folders) Subdirectory - any directory within in another

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

Linux Reference Card - Command Summary

Linux Reference Card - Command Summary Linux Reference Card - Command Summary adduser adduser dsoneil This command will automatically add a new user to the system The Bash script can be found in /usr/sbin if it needs to be changes alias alias

More information

VMware AirWatch Content Gateway for Linux. VMware Workspace ONE UEM 1811 Unified Access Gateway

VMware AirWatch Content Gateway for Linux. VMware Workspace ONE UEM 1811 Unified Access Gateway VMware AirWatch Content Gateway for Linux VMware Workspace ONE UEM 1811 Unified Access Gateway You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Cisco HyperFlex Upgrade Guide for Microsoft Hyper-V, Release 3.5

Cisco HyperFlex Upgrade Guide for Microsoft Hyper-V, Release 3.5 First Published: 2018-10-16 Last Modified: 2018-11-19 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

Unified CVP Migration

Unified CVP Migration If there is a change in platform of a later release of Unified CVP, migration from the existing release to the later release is required. For example, moving from Unified CVP 8.5(1) to Unified CVP 10.0(1)

More information

IBM Aspera Orchestrator Administrator Guide Version 2.3

IBM Aspera Orchestrator Administrator Guide Version 2.3 IBM Aspera Orchestrator Administrator Guide Version 2.3 [Aspera Software Services Team] ABSTRACT [This document describes the install, upgrade and configuration procedures for Aspera Orchestrator version

More information

Websoft9 Weblate is a pre-configured, ready to run image for running Weblate on Alibaba Cloud.

Websoft9 Weblate is a pre-configured, ready to run image for running Weblate on Alibaba Cloud. Weblate Image Guide Version 2.16 Websoft9 Weblate is a pre-configured, ready to run image for running Weblate on Alibaba Cloud. Weblate is a free web-based translation tool with tight version control integration.

More information

Cockpit ITSM - Administration - Linux. Technical specification

Cockpit ITSM - Administration - Linux. Technical specification Technical specification Table of contents Introduction... 4 Architecture... 5 Configuration... 7 I. Installed software... 7 II. File location... 7 A. Database... 7 B. Cockpit IT Service Manager...7 III.

More information

Booting a Galaxy Instance

Booting a Galaxy Instance Booting a Galaxy Instance Create Security Groups First time Only Create Security Group for Galaxy Name the group galaxy Click Manage Rules for galaxy Click Add Rule Choose HTTPS and Click Add Repeat Security

More information

Netwrix Auditor. Virtual Appliance and Cloud Deployment Guide. Version: /25/2017

Netwrix Auditor. Virtual Appliance and Cloud Deployment Guide. Version: /25/2017 Netwrix Auditor Virtual Appliance and Cloud Deployment Guide Version: 9.5 10/25/2017 Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment

More information

CHE3935. Lecture 1. Introduction to Linux

CHE3935. Lecture 1. Introduction to Linux CHE3935 Lecture 1 Introduction to Linux 1 Logging In PuTTY is a free telnet/ssh client that can be run without installing it within Windows. It will only give you a terminal interface, but used with a

More information

Aspera Orchestrator Admin Guide 3.0.3

Aspera Orchestrator Admin Guide 3.0.3 Aspera Orchestrator Admin Guide 3.0.3 Linux Revision: 768 Generated: 10/09/2018 13:49 Contents ii Contents Introduction... 4 Single Node Installation... 4 Requirements...4 Installing Orchestrator... 5

More information

Lab 3a Using the vi editor

Lab 3a Using the vi editor Lab 3a Using the vi editor Objectives: Become familiar with the vi Editor Review the three vi Modes Review keystrokes to move between vi modes Create a new file with vi Editor Invoke vi with show mode

More information

Introduction to Unix: Fundamental Commands

Introduction to Unix: Fundamental Commands Introduction to Unix: Fundamental Commands Ricky Patterson UVA Library Based on slides from Turgut Yilmaz Istanbul Teknik University 1 What We Will Learn The fundamental commands of the Unix operating

More information

Installing Prime Optical

Installing Prime Optical 5 CHAPTER This section describes how to install Cisco Prime Optical 9.8 with an Oracle 11g database. To ensure a successful installation, use the checklist provided in the Installation Scenarios and Checklists,

More information

Dell Storage Manager 2016 R3 Installation Guide

Dell Storage Manager 2016 R3 Installation Guide Dell Storage Manager 2016 R3 Installation Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates either

More information

Quick Installation Guide for RHV/Ovirt

Quick Installation Guide for RHV/Ovirt Quick Installation Guide for RHV/Ovirt 2017 Chengdu Vinchin Technology Co. Ltd. All rights reserved. CONTENTS 1. Create New Virtual Machine...2 2. Install Backup Server ( as master)...5 3. Install Backup

More information

CSE Linux VM. For Microsoft Windows. Based on opensuse Leap 42.2

CSE Linux VM. For Microsoft Windows. Based on opensuse Leap 42.2 CSE Linux VM For Microsoft Windows Based on opensuse Leap 42.2 Dr. K. M. Flurchick February 2, 2017 Contents 1 Introduction 1 2 Requirements 1 3 Procedure 1 4 Usage 3 4.1 Start/Stop.................................................

More information

Installing Cisco Broadband Access Center on Linux

Installing Cisco Broadband Access Center on Linux CHAPTER 4 Installing Cisco Broadband Access Center on Linux This chapter explains the procedure and sequence of event for a successful installation of Cisco Broadband Access Center (Cisco BAC) on Linux

More information

ELE409 SPRING2018 LAB0

ELE409 SPRING2018 LAB0 ELE409 SPRING2018 LAB0 Getting familiar with the LXDE system Objectives: Pre-Lab: 1. Burn the linux system onto a micro-sd card 2. Get familiar with basic linux commands 3. Be able to communicate with

More information

The WebGUI Runtime Environment. Roy Johnson Plain Black Corporation

The WebGUI Runtime Environment. Roy Johnson Plain Black Corporation The WebGUI Runtime Environment Roy Johnson Plain Black Corporation What is the WRE? All the supporting software required to host WebGUI Apache 2 / Mod_Perl 2 MySQL 5 Supporting Perl Modules AWStats Utilities

More information

VMware AirWatch Database Migration Guide A sample procedure for migrating your AirWatch database

VMware AirWatch Database Migration Guide A sample procedure for migrating your AirWatch database VMware AirWatch Database Migration Guide A sample procedure for migrating your AirWatch database For multiple versions Have documentation feedback? Submit a Documentation Feedback support ticket using

More information

Bitnami OroCRM for Huawei Enterprise Cloud

Bitnami OroCRM for Huawei Enterprise Cloud Bitnami OroCRM for Huawei Enterprise Cloud Description OroCRM is a flexible open-source CRM application. OroCRM supports your business no matter the vertical. If you are a traditional B2B company, franchise,

More information

Getting Started With UNIX Lab Exercises

Getting Started With UNIX Lab Exercises Getting Started With UNIX Lab Exercises This is the lab exercise handout for the Getting Started with UNIX tutorial. The exercises provide hands-on experience with the topics discussed in the tutorial.

More information

Plexxi HCN Plexxi Connect Installation, Upgrade and Administration Guide Release 3.0.0

Plexxi HCN Plexxi Connect Installation, Upgrade and Administration Guide Release 3.0.0 Plexxi HCN Plexxi Connect Installation, Upgrade and Administration Guide Release 3.0.0 May 3, 2018 100 Innovative Way - Suite 3322 Nashua, NH 03062 Tel. +1.888.630.PLEX (7539) www.plexxi.com Legal Notices

More information

Welcome to getting started with Ubuntu Server. This System Administrator Manual. guide to be simple to follow, with step by step instructions

Welcome to getting started with Ubuntu Server. This System Administrator Manual. guide to be simple to follow, with step by step instructions Welcome to getting started with Ubuntu 12.04 Server. This System Administrator Manual guide to be simple to follow, with step by step instructions with screenshots INDEX 1.Installation of Ubuntu 12.04

More information

CTEC1863/2018F Bonus Lab Page 1 of 5

CTEC1863/2018F Bonus Lab Page 1 of 5 CTEC1863/2018F Bonus Lab Page 1 of 5 Bonus Lab: OpenSUSE Linux Rescue In this lab, we will install an OpenSUSE virtual machine. However, both the non-root user and the root passwords are unknown. To fix

More information

Evaluation Quick Start Guide Version 10.0 FR1

Evaluation Quick Start Guide Version 10.0 FR1 Evaluation Quick Start Guide Version 10.0 FR1 Copyright Notice This document contains the confidential information and/or proprietary property of Ivanti, Inc. and its affiliates (referred to collectively

More information

Installation Guide - Mac

Installation Guide - Mac Kony Fabric Installation Guide - Mac On-Premises Release V8 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated

More information

Installation Oreka TR on Linux CentOS 7-1

Installation Oreka TR on Linux CentOS 7-1 Installation Oreka TR on Linux CentOS 7 Contents What is Oreka TR? 1 Architecture 1 Prerequisites (provided by customer): 2 Prerequisites (provided by Orecx): 2 OrkAudio Installation 3 Upgrading OrkAudio

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