Manually Upgrading PostgreSQL 9.1 to PostgreSQL

Size: px
Start display at page:

Download "Manually Upgrading PostgreSQL 9.1 to PostgreSQL"

Transcription

1 README Manually Upgrading PstgreSQL 9.1 t PstgreSQL Databases managed by the SAS Web Infrastructure Platfrm Data Server (including SAS slutin data servers cnfigured with the SAS Deplyment Wizard) are based n PstgreSQL This dcument describes hw t manually update thse databases t PstgreSQL Nte: In this dcument, the term data server refers t the SAS Web Infrastructure Platfrm Data Server r the slutin-specific data server. Required Infrmatin Cllect the fllwing infrmatin befre beginning the upgrade. The hst name and prt number fr the SAS Web Infrastructure Platfrm Data Server, and any SAS slutin data server. Fr instance: wipds.hstname.cm, 9432 fmdb.hstname.cm, 9632 Nte: The hst name and prt can be lcated using the SAS Management Cnsle Server Manager plug-in. Lcatin f SASHme. Fr instance: UNIX - /usr/lcal/sashme Windws - C:\Prgram Files\SASHme Lcatin f the SAS Cnfiguratin Directry. Fr instance: UNIX - /usr/lcal/sascnfig/lev1 Windws - C:\SAS\SASCnfig\Lev1 Data Server Administratr ID and passwrd fr all data servers in yur cluster. Fr instance: Nte: SAS Web Infrastructure Platfrm Data Server: dbmswner/xxxxxxxx Jb Mnitr Data Server: jmdbadmin/xxxxxxxx Data Remediatin Server: rmdbadmin/xxxxxxxx Fr each data server, the Data Server Administratr ID has a lgin defined fr SAS Administratr. Use the SAS Management Cnsle User Manager plug-in t lcate the ID by displaying prperties fr the SAS Administratr and clicking the Accunts tab. Read/write access in the WebInfrastructurePlatfrmDataServer install directry (lcatin f the PstgreSQL server binaries). Fr instance: UNIX - /usr/lcal/sashme/saswebinfrastructureplatfrmdataserver/9.4 Windws - C:\Prgram Files\SASHme \SASWebInfrastructurePlatfrmDataServer\9.4 1

2 UNIX and Linux Each cmmand in the fllwing steps shuld be run as the SAS installer ID. 1. Shut dwn yur SAS servers and middle-tier servers. Clse all SAS clients, such as SAS Management Cnsle. 2. Start the data servers. Fr example, this is hw t start the default Web Infrastructure Platfrm cd < SAS Cnfiguratin Directry>/WebInfrastructurePlatfrmDataServer b. Run the Web Infrastructure Platfrm Data Server start/stp script../webinfdsvrc.sh start c. Ensure that the database has started. ps ef grep i pstgres d. Repeat steps 2a 2c fr each data server. 3. Back up the database. a. G t the directry the PstgreSQL server binaries are in. cd <SASHme>/SASWebInfrastructurePlatfrmDataServer/9.4/bin b. Fr data servers n AIX, set LIBPATH. exprt LIBPATH=<SASHme>/SASWebInfrastructurePlatfrmDataServer /9.4/lib:$LIBPATH c. Set the fllwing envirnment variable. exprt LD_LIBRARY_PATH=<SASHme>/SASWebInfrastructurePlatfrmDataServer /9.4/lib:$LD_LIBRARY_PATH d. Set the fllwing envirnment variables. exprt PGUSER=<Data Server Administratr ID> exprt PGPASSWORD=<Data Server Administratr passwrd> exprt PGHOST=<hstname> exprt PGPORT=<prt number> e. Back up the database../pg_dumpall -f "<SAS Cnfiguratin Directry> /<Data Server Cnfiguratin Directry>/db_update.dat" Fr example:./pg_dumpall -f "<SAS Cnfiguratin Directry> /WebInfrastructurePlatfrmDataServer/db_update.dat" Nte: Make sure n errrs have ccurred and the file has been created. 2

3 f. Repeat steps 3d 3e fr each data server, being sure t use the apprpriate hst name, prt, Data Server Administratr, and full path fr each data server in the cmmand in step 3d. 4. Stp the data servers. Fr example, this is hw t stp the default Web Infrastructure Platfrm cd <SAS Cnfiguratin Directry>/WebInfrastructurePlatfrmDataServer b. Run the Web Infrastructure Platfrm Data Server start/stp script../webinfdsvrc.sh stp c. Ensure that ALL the pstgres prcesses have stpped. ps ef grep i pstgres d. Repeat steps 4a 4c fr each Data server. 5. Mve the 9.1.x database. Fr example, this is hw t mve the default Web Infrastructure Platfrm Data Server database. cd <SAS Cnfiguratin Directry>/WebInfrastructurePlatfrmDataServer b. Rename the 9.1.x database. mv data data_91x c. Repeat steps 5a 5b fr each data server. 6. Put the PstgreSQL binaries int place. This step will nly be perfrmed nce. a. G t the server binaries install directry. cd <SASHme>/SASWebInfrastructurePlatfrmDataServer/9.4 b. Rename the fllwing 9.1.x directries. mv bin bin_91x mv lib lib_91x mv share share_91x mv include include_91x c. Cpy in the binary package. cp /xxx/xxx/pgsql_9.4.13_<three-byte cde fr the perating system>.tar <SASHme>/ SASWebInfrastructurePlatfrmDataServer/9.4 d. Unpackage the binary package. tar xvf pgsql_9.4.13_<three-byte cde fr the perating system>.tar Nte: This cmmand creates new bin, lib, share, and include directries 3

4 7. Initialize a new PstgreSQL database. a. G t the server binaries directry. cd <SASHme>/SASWebInfrastructurePlatfrmDataServer/9.4/bin b. Run the initialize database cmmand. Fr example, this is hw t initialize the default Web Infrastructure Platfrm./initdb -D <SAS Cnfiguratin Directry> /WebInfrastructurePlatfrmDataServer/data -U updateuser12 -A trust - E UTF8 --lcale=c c. Repeat steps 7a 7b fr each data server. 8. Update PstgreSQL cnfiguratin settings. Fr example, this is hw t d this fr the default Web Infrastructure Platfrm cd <SAS Cnfiguratin Directry> /WebInfrastructurePlatfrmDataServer/data b. Rename pstgresql.cnf. mv pstgresql.cnf pstgresql.cnf_94 c. Cpy pstgresql.cnf frm ld database t this database. cp../data_91x/pstgresql.cnf. d. Fr data servers n the HP-UX fr the Itanium Prcessr Family Architecture, edit pstgresql.cnf. vi pstgresql.cnf Then add the fllwing line t the very bttm f the file: dynamic_shared_memry_type = sysv e. Repeat steps 8a 8d fr each data server. 9. Start the data servers. Fr example, this is hw t start the default Web Infrastructure Platfrm cd <SAS Cnfiguratin Directry>/WebInfrastructurePlatfrmDataServer b. Run the Web Infrastructure Platfrm Data Server start/stp script../webinfdsvrc.sh start c. Ensure that the database has started. ps ef grep i pstgres d. Repeat steps 9a 9c fr each data server. 4

5 10. Restre the data. Fr example, this is hw t restre the default Web Infrastructure Platfrm Data Server instance. a. G t the server binaries directry. cd <SASHme>/SASWebInfrastructurePlatfrmDataServer/9.4/bin b. Set the envirnment variables. exprt LD_LIBRARY_PATH=<SASHme>/SASWebInfrastructurePlatfrmDataServer /9.4/lib:$LD_LIBRARY_PATH exprt PGUSER=<Data Server Administratr ID> exprt PGPASSWORD=<Data Server Administratr passwrd> exprt PGHOST=<hstname> exprt PGPORT=<prt number> c. Fr data servers n AIX, als set LIBPATH. exprt LIBPATH=<SASHme>/SASWebInfrastructurePlatfrmDataServer/9.4 /lib:$libpath d. Run the cmmand t restre the data../pgsql -h lcalhst -d pstgres -U updateuser12 --set ON_ERROR_STOP=1 -f "<SAS Cnfiguratin Directry> /WebInfrastructurePlatfrmDataServer/db_update.dat" e. Run the cmmand t disable lgin fr the updateuser12../pgsql -h lcalhst -d pstgres -c "alter rle \"updateuser12\" NOLOGIN;" f. Repeat steps 10a 10e fr each data server. 11. Stp the data servers. Fr example, this is hw t stp the default Web Infrastructure Platfrm cd <SAS Cnfiguratin Directry>/WebInfrastructurePlatfrmDataServer b. Run the Web Infrastructure Platfrm Data Server start/stp script../webinfdsvrc.sh stp c. Ensure that ALL the pstgres prcesses have stpped. ps ef grep i pstgres d. Repeat steps 11a 11c fr each data server. 5

6 12. Update the PstgreSQL cnfiguratin settings. Fr example, this is hw t update the settings fr the default Web Infrastructure Platfrm cd <SAS Cnfiguratin Directry> /WebInfrastructurePlatfrmDataServer/data b. Cpy pg_hba.cnf frm the ld database t this database. cp../data_91x/pg_hba.cnf. c. Repeat steps 12a 12b fr each data server. 13. On the machine where PstgreSQL was upgraded, rename the <SAS Cnfiguratin Directry>/Lev1/Web/SASEnvirnmentManager/agent EE/data directry. mv <SAS Cnfiguratin Directry>/Lev1/Web/SASEnvirnmentManager /agent ee/data <SAS Cnfiguratin Directry>/Lev1/Web /SASEnvirnmentManager/agent EE/data_archive 14. Restart yur SAS servers, middle-tier servers, and clients. 15. Using the prcedures described in the middle tier Instructins.html dcument, perfrm the fllwing tasks: Validate the middle tier. Perfrm an ad hc backup with the Deplyment Backup and Recvery Tl (r Backup Manager). 16. After yu finish the upgrade, if yu see that the server versin is still 9.1.x in the SAS Envirnment Manager cnsle r that sme metrics are unavailable fr a lng time, perfrm a rediscvery with SAS Envirnment Manager. After yu have upgraded PstgreSQL, the SAS Installatin Qualificatin tl will return failures n the updated files in the /SASWebInfrastructurePlatfrmDataServer/9.4 directry. This is expected and shuld nt be a cncern. 6

7 Windws Each cmmand in the fllwing steps must be run as the SAS installer ID. 1. Shut dwn yur SAS servers and middle-tier servers. Clse all SAS clients, such as SAS Management Cnsle. 2. Start the data servers. Fr example, this is hw t start the default Web Infrastructure Platfrm a. Open the Services app by clicking the Start buttn. b. Type services in the search text bx, and click Services in the results. c. Scrll thrugh the Services windw and find the data server (fr example, "SAS [Metadata- Lev1] Web Infrastructure Platfrm Data Server"). d. Right-click the data server and select Start. e. Repeat steps2a 2d fr each data server. 3. Back up the database. a. Open a cmmand prmpt by clicking the Start buttn. b. Type cmd.exe in the search text bx, right-click cmmand prmpt r cmd.exe under Prgrams, and select Run as administratr c. G t the directry the PstgreSQL server binaries are in. cd <SASHme>\SASWebInfrastructurePlatfrmDataServer\9.4\bin d. Run the cmmand t back up the data stre. Fr example, this is the cmmand t back up the data stre fr the Web Infrastructure Platfrm pg_dumpall -h <hst name> -p <prt> -U <Data Server Administratr> -S <Data Server Administratr> -W -l pstgres f "<SAS Cnfiguratin Directry>\WebInfrastructurePlatfrmDataServer \db_update.dat" e. Enter the Data Server Administratr passwrd when prmpted. This will happen multiple times. Nte: Ensure the file is created and n errrs ccurred. f. Repeat steps 3d 3e fr each data server, being sure t use the apprpriate hst name, prt, Data Server Administratr, and full path fr each data server in the cmmand in step 3d. 4. Stp the data servers. Fr example, this is hw t stp the default Web Infrastructure Platfrm a. Open the Services app by clicking the Start buttn. b. Type services in the search text bx, and click Services in the results. c. Scrll thrugh the Services windw and find the data server (fr example, "SAS [Metadata- Lev1] Web Infrastructure Platfrm Data Server"). 7

8 d. Right-click the data server and select Stp. e. Repeat steps 4a 4d fr each data server. Nte: Ensure that all pstgres prcesses have stpped by checking the task manager. 5. Mve the 9.1.x database. Fr example, this is hw t mve the default Web Infrastructure Platfrm Data Server database. cd <SAS Cnfiguratin Directry>\WebInfrastructurePlatfrmDataServer b. Rename the 9.1.x database. rename data data_91x c. Repeat steps 5a 5b fr each data server. 6. Upgrade t the PstgreSQL binaries. This step will nly be perfrmed nce. a. G t the server binaries install directry. cd <SASHme>\SASWebInfrastructurePlatfrmDataServer\9.4 b. Rename the 9.1.x directries. rename bin bin_91x rename lib lib_91x rename share share_91x rename include include_91x c. Cpy in the binary package. d. Unpackage the binary package by unzipping pgsql_9.4.13_<three-byte cde fr the perating system>.zip in the <SASHme>\SASWebInfrastructurePlatfrmDataServer\9.4 directry. Depending n the settings f yur system, yu may see a Destinatin Flder Access Denied message asking yu t prvide administratr permissin. 7. Initialize a new PstgreSQL database. a. G t the server binaries directry. cd <SASHme>\SASWebInfrastructurePlatfrmDataServer\9.4\bin b. Run the initialize database cmmand. Fr example, this is hw t initialize the database in the default Web Infrastructure Platfrm initdb -D "<SAS Cnfiguratin Directry> \WebInfrastructurePlatfrmDataServer\data" -U updateuser12 -A trust -E UTF8 --lcale=c c. Repeat steps 7a 7b fr each data server. 8

9 8. Update the PstgreSQL cnfiguratin settings. Fr example, this is hw t d this fr the default Web Infrastructure Platfrm cd <SAS Cnfiguratin Directry>\WebInfrastructurePlatfrmDataServer\data b. Rename pstgresql.cnf. rename pstgresql.cnf pstgresql.cnf_94 c. Cpy in pstgresql.cnf frm ld database t this database. cpy..\data_91x\pstgresql.cnf. d. Repeat steps 8a 8c fr each data server. 9. Start the data servers. Fr example, this is hw t start the default Web Infrastructure Platfrm a. Open the Services app by clicking the Start buttn. b. Type services in the search text bx, and click Services in the results. c. Scrll thrugh the Services windw and find the data server (fr example, "SAS [Metadata- Lev1] Web Infrastructure Platfrm Data Server"). d. Right-click the data server and select Start. e. Repeat steps 9a 9d fr each data server. 10. Restre the data. Fr example, this is hw t restre the default Web Infrastructure Platfrm Data Server instance. a. G t the server binaries directry. cd <SASHme>\SASWebInfrastructurePlatfrmDataServer\9.4\bin b. (Optinal) Set the cmmand prmpt cnsle cde page. Fr example, English (United States) the cnsle is usually 437 and windws is Yu can run the fllwing cmmand t set the cmmand cnsle t chcp 1252 c. Run the cmmand t restre the data. pgsql -p <prt> -d pstgres -U updateuser12 --set ON_ERROR_STOP=1 -f "<SAS Cnfiguratin Directry>\WebInfrastructurePlatfrmDataServer \db_update.dat" d. Run the cmmand t disable lgin fr the updateuser12. pgsql -p <prt> -d pstgres -U <Data Server Administratr> -W -c "alter rle \"updateuser12\" NOLOGIN;" e. Enter the Data Server Administratr passwrd when prmpted. f. Repeat steps 10a 10e fr each data server. 9

10 11. Stp the data servers. Fr example, this is hw t stp the default Web Infrastructure Platfrm a. Open the Services app by clicking the Start buttn. b. Type services in the search text bx, and click Services in the results. a. Scrll thrugh the Services windw and find the data server (fr example, "SAS [Metadata- Lev1] Web Infrastructure Platfrm Data Server"). b. Right-click the data server and select Stp. c. Repeat steps 11a 11d fr each data server. Nte: Check the task manager t ensure that all pstgres prcesses have stpped. 12. Update the PstgreSQL cnfiguratin settings. Fr example, this is hw t d this fr the default Web Infrastructure Platfrm cd <SAS Cnfiguratin Directry>\WebInfrastructurePlatfrmDataServer\data b. Cpy in pg_hba.cnf frm ld database t this database. cpy..\data_91x\pg_hba.cnf. c. Repeat steps 12a 12b fr each data server. 13. On the machine where PstgreSQL was upgraded, rename the <SAS Cnfiguratin Directry>/Lev1/Web/SASEnvirnmentManager/agent EE/data directry t <SAS Cnfiguratin Directry>/Lev1/Web/SASEnvirnmentManager/agent EE/data_archive 14. Restart yur SAS servers, middle-tier servers, and clients. 15. Using the prcedures described in the middle tier Instructins.html dcument, perfrm the fllwing tasks: Validate the middle tier. Perfrm an ad hc backup with the Deplyment Backup and Recvery Tl (r Backup Manager). 16. After yu finish the upgrade, if yu see that the server versin is still 9.1.x in the SAS Envirnment Manager cnsle r that sme metrics are unavailable fr a lng time, perfrm a rediscvery with SAS Envirnment Manager. After yu have upgraded PstgreSQL, the SAS Installatin Qualificatin tl will return failures n the updated files in the /SASWebInfrastructurePlatfrmDataServer/9.4 directry. This is expected and shuld nt be a cncern. 10

11 Migratin If yu need t migrate an upgraded data server (including Web Infrastructure Platfrm Data Server) t a new lcatin, yu must ensure that all data servers still using PstgreSQL 9.1 n each machine have been upgraded. This shuld t be dne prir t running the SAS Migratin Utility t create the migratin package. Nte that the PstgreSQL 9.1 installatin files, lcated in <SASHme>/SASWebInfrastructurePlatfrmDataServer/9.4 when present, must be upgraded even if there is n Web Infrastructure Platfrm Data Server running n the machine. Here are the specific steps: 1. On the migratin surce machines, use steps 1-16 f the perating system-specific instructins in the previus sectins t upgrade all data server instances in the cnfiguratin directries t be migrated. 2. If a migratin surce machine has a <SASHme>/SASWebInfrastructurePlatfrmDataServer/9.4 (fr UNIX; <SASHme>\SASWebInfrastructurePlatfrmDataServer\9.4 fr Windws) installatin directry but n cnfigured Web Infrastructure Platfrm Data Server, the files still must be upgraded frm PstgreSQL 9.1 t PstgreSQL T accmplish this upgrade, perfrm step 6 frm the apprpriate perating system-specific sectin. Step 6 upgrades the PstgreSQL installatin files nly. 3. Perfrm the fllwing steps n each target machine: a. Run the SAS Deplyment Wizard and select Install SAS Sftware n the Select Deplyment Type page. Ensure that Cnfigure SAS Sftware is nt selected. b. After the SAS Deplyment Wizard has cmpleted, perfrm step 6 frm the apprpriate perating system-specific sectin. Step 6 upgrades the PstgreSQL installatin files nly. c. Rerun the SAS Deplyment Wizard and select Cnfigure SAS Sftware n the Select Deplyment Type page. Ensure that Install SAS Sftware is nt selected. The SAS Deplyment Wizard will initialize the databases at the PstgreSQL 9.4 versin, s n additinal manual steps are needed. SAS and all ther SAS Institute Inc. prduct r service names are registered trademarks r trademarks f SAS Institute Inc. in the USA and ther cuntries. indicates USA registratin. Other brand and prduct names are trademarks f their respective cmpanies. Cpyright 2017 SAS Institute Inc. Cary, NC, USA. All rights reserved Nvember 2017

Technical Paper. Installing and Configuring SAS Environment Manager in a SAS Grid Environment

Technical Paper. Installing and Configuring SAS Environment Manager in a SAS Grid Environment Technical Paper Installing and Cnfiguring SAS Envirnment Manager in a SAS Grid Envirnment Last Mdified: Octber 2016 Release Infrmatin Cntent Versin: Octber 2016. Trademarks and Patents SAS Institute Inc.,

More information

Technical Paper. Installing and Configuring SAS Environment Manager in a SAS Grid Environment with a Shared Configuration Directory

Technical Paper. Installing and Configuring SAS Environment Manager in a SAS Grid Environment with a Shared Configuration Directory Technical Paper Installing and Cnfiguring Envirnment Manager in a Grid Envirnment with a Shared Cnfiguratin Directry Last Mdified: January 2018 Release Infrmatin Cntent Versin: January 2018. Trademarks

More information

HP Universal CMDB. Software Version: Backup and Recovery Guide

HP Universal CMDB. Software Version: Backup and Recovery Guide HP Universal CMDB Sftware Versin: 10.21 Backup and Recvery Guide Dcument Release Date: July 2015 Sftware Release Date: July 2015 Backup and Recvery Guide Legal Ntices Warranty The nly warranties fr HP

More information

Release Notes. Dell SonicWALL Security firmware is supported on the following appliances: Dell SonicWALL Security 200

Release Notes. Dell SonicWALL  Security firmware is supported on the following appliances: Dell SonicWALL  Security 200 Release Ntes Email Security Dell SnicWALL Email Security 8.0.1 SnicOS Cntents System Cmpatibility... 1 Enhancements in Email Security 8.0.1... 2 Reslved Issues... 3 Upgrading t Email Security 8.0.1...

More information

Demand Forecasting. For. Microsoft Dynamics 365 for Operations. Technical Guide. Release 7.1. December 2017

Demand Forecasting. For. Microsoft Dynamics 365 for Operations. Technical Guide. Release 7.1. December 2017 Demand Frecasting Fr Micrsft Dynamics 365 fr Operatins Technical Guide Release 7.1 December 2017 2017 Farsight Slutins Limited All Rights Reserved. Prtins cpyright Business Frecast Systems, Inc. This dcument

More information

Click Studios. Passwordstate. RSA SecurID Configuration

Click Studios. Passwordstate. RSA SecurID Configuration Passwrdstate RSA SecurID Cnfiguratin This dcument and the infrmatin cntrlled therein is the prperty f Click Studis. It must nt be reprduced in whle/part, r therwise disclsed, withut prir cnsent in writing

More information

Moving your MedicalDirector Clinical / PracSoft Data to a New Server

Moving your MedicalDirector Clinical / PracSoft Data to a New Server Mving yur MedicalDirectr Clinical / PracSft Data t a New Server This dcument will guide yu thrugh mving yur MedicalDirectr Clinical and/r PracSft data t a new Server cmputer. It has been divided int 3

More information

Universal CMDB. Software Version: Backup and Recovery Guide

Universal CMDB. Software Version: Backup and Recovery Guide Universal CMDB Sftware Versin: 10.32 Backup and Recvery Guide Dcument Release Date: April 2017 Sftware Release Date: April 2017 Backup and Recvery Guide Legal Ntices Warranty The nly warranties fr Hewlett

More information

UPGRADING TO DISCOVERY 2005

UPGRADING TO DISCOVERY 2005 Centennial Discvery 2005 Why Shuld I Upgrade? Discvery 2005 is the culminatin f ver 18 mnths wrth f research and develpment and represents a substantial leap frward in audit and decisin-supprt technlgy.

More information

INTEGRATING OBSERVEIT WITH HP ARCSIGHT CEF

INTEGRATING OBSERVEIT WITH HP ARCSIGHT CEF INTEGRATING OBSERVEIT WITH HP ARCSIGHT CEF Cntents 1 Abut This Dcument... 2 2 Overview... 2 3 Cnfiguring ObserveIT SIEM Integratin... 4 3.1 Cnfiguring Advanced Lg Settings... 5 4 Integrating the ObserveIT

More information

The screenshots/advice are based on upgrading Controller 10.1 RTM to 10.1 IF6 on Win2003

The screenshots/advice are based on upgrading Controller 10.1 RTM to 10.1 IF6 on Win2003 Overview The screenshts/advice are based n upgrading Cntrller 10.1 RTM t 10.1 IF6 n Win2003 Other Interim Fix (IF) upgrades are likely t be similar, but the authr cannt guarantee that the dcumentatin is

More information

NiceLabel LMS. Installation Guide for Single Server Deployment. Rev-1702 NiceLabel

NiceLabel LMS. Installation Guide for Single Server Deployment. Rev-1702 NiceLabel NiceLabel LMS Installatin Guide fr Single Server Deplyment Rev-1702 NiceLabel 2017. www.nicelabel.cm 1 Cntents 1 Cntents 2 2 Architecture 3 2.1 Server Cmpnents and Rles 3 2.2 Client Cmpnents 3 3 Prerequisites

More information

Deploy Your First Cloud Foundry App to Any Cloud Foundry Service Provider

Deploy Your First Cloud Foundry App to Any Cloud Foundry Service Provider Deply Yur First Clud Fundry App t Any Clud Fundry Service Prvider cludwrkshp.rg/cludfundry Presenter: Dave Nielsen Clud Cmputing Evangelist @davenielsen May 2015 Dave Nielsen dnielsen@gmail.cm twitter.cm/davenielsen

More information

Refreshing Axiom TEST with a Current Copy of Production Axiom EPM June 20, 2014

Refreshing Axiom TEST with a Current Copy of Production Axiom EPM June 20, 2014 Refreshing Axim TEST with a Current Cpy f Prductin Axim EPM June 20, 2014 Refreshing Axim TEST If yu maintain an Axim TEST envirnment yu will want t refresh it with a current cpy f yur PROD database when

More information

Proficy* SmartSignal 6.1 Installation Guide

Proficy* SmartSignal 6.1 Installation Guide Prficy* SmartSignal 6.1 IG_P-SS_6.1 R0 Prficy* SmartSignal 6.1 Disclaimer f Warranties and Liability The infrmatin cntained in this manual is believed t be accurate and reliable. Hwever, GE Intelligent

More information

STIDistrict AL Rollover Procedures

STIDistrict AL Rollover Procedures 2009-2010 STIDistrict AL Rllver Prcedures General Infrmatin abut STIDistrict Rllver IMPORTANT NOTE! Rllver shuld be perfrmed between June 25 and July 25 2010. During this perid, the STIState applicatin

More information

HPE AppPulse Mobile. Software Version: 2.1. IT Operations Management Integration Guide

HPE AppPulse Mobile. Software Version: 2.1. IT Operations Management Integration Guide HPE AppPulse Mbile Sftware Versin: 2.1 IT Operatins Management Integratin Guide Dcument Release Date: Nvember 2015 Cntents Overview: The IT Operatins Management Integratin 3 System Requirements 3 Hw t

More information

Launching Xacta 360 Marketplace AMI Guide June 2017

Launching Xacta 360 Marketplace AMI Guide June 2017 Launching Xacta 360 Marketplace AMI Guide June 2017 Tels Crpratin 2017. All rights reserved. U.S. patents Ns. 6,901,346; 6,980,927; 6,983,221; 6,993,448; and 7,380,270. Xacta is a registered trademark

More information

WorldShip PRE-INSTALLATION INSTRUCTIONS: INSTALLATION INSTRUCTIONS: Window (if available) Install on a Single or Workgroup Workstation

WorldShip PRE-INSTALLATION INSTRUCTIONS: INSTALLATION INSTRUCTIONS: Window (if available) Install on a Single or Workgroup Workstation PRE-INSTALLATION INSTRUCTIONS: This dcument discusses using the WrldShip DVD t install WrldShip. Yu can als install WrldShip frm the Web. G t the fllwing Web page and click the apprpriate dwnlad link:

More information

Oracle Universal Records Management Oracle Universal Records Manager Adapter for Documentum Installation Guide

Oracle Universal Records Management Oracle Universal Records Manager Adapter for Documentum Installation Guide Oracle Universal Recrds Management Oracle Universal Recrds Manager Adapter fr Dcumentum Installatin Guide December 2009 Universal Recrds Manager Adapter fr Dcumentum Installatin Guide, Cpyright 2009, Oracle.

More information

Shavlik Protect. Migration Tool User s Guide

Shavlik Protect. Migration Tool User s Guide Shavlik Prtect Migratin Tl User s Guide Cpyright and Trademarks Cpyright Cpyright 2014-2015 LANDESK Sftware, Inc. All rights reserved. This prduct is prtected by cpyright and intellectual prperty laws

More information

Manual for installation and usage of the module Secure-Connect

Manual for installation and usage of the module Secure-Connect Mdule Secure-Cnnect Manual fr installatin and usage f the mdule Secure-Cnnect Page 1 / 1 5 Table f Cntents 1)Cntents f the package...3 2)Features f the mdule...4 3)Installatin f the mdule...5 Step 1: Installatin

More information

Xerox WorkCentre 7120/7125 Series User Instructions

Xerox WorkCentre 7120/7125 Series User Instructions Xerx WrkCentre 7120/7125 Series User Instructins Hw t Make a Cpy Using the Duplex Autmatic Dcument Feeder (DADF) NOTE: Use the DADF fr multiple r single pages. Use the Dcument Glass fr single cpies r paper

More information

SAS Hot Fix Analysis, Download and Deployment Tool

SAS Hot Fix Analysis, Download and Deployment Tool SAS Ht Fix Analysis, Dwnlad and Deplyment Tl SASHFADD Versin 2.2.1 Usage Guide What's New in SASHFADD 2.2.1? Table f Cntents Intrductin... 1 System Requirements... 2 Imprtant infrmatin regarding tl usage...

More information

Firmware Upgrade Wizard v A Technical Guide

Firmware Upgrade Wizard v A Technical Guide Firmware Upgrade Wizard v4.1.1 A Technical Guide Nvember 2015 Intrductin The Firmware Upgrade Wizard prvides the fllwing features: It supprts upgrading the firmware n designated devices, see Supprted devices.

More information

istartsmart 3.5 Upgrade - Installation Instructions

istartsmart 3.5 Upgrade - Installation Instructions istartsmart 3.5 Upgrade - Installatin Instructins Minimum System Requirements: Hatch All-In-One istartsmart Cmputer Learning Center v1.0 r v1.1 Internet access - either hard-wired r wireless cnnectin is

More information

Quick Installation Guide

Quick Installation Guide Oracle Strategic Operatinal Planning Release 3.5.1 Quick Installatin Guide Quick Installatin Guide This file cntains the fllwing sectins: Purpse... 1 System Requirements... 1 Server Cnfiguratin... 1 Client

More information

SecureTransport Version January Upgrade Guide

SecureTransport Version January Upgrade Guide SecureTransprt Versin 5.3.6 25 January 2018 Upgrade Guide Cpyright 2017 Axway All rights reserved. This dcumentatin describes the fllwing Axway sftware: Axway SecureTransprt 5.3.6 N part f this publicatin

More information

TDR and Trend Micro. Integration Guide

TDR and Trend Micro. Integration Guide TDR and Trend Micr Integratin Guide i WatchGuard Technlgies, Inc. TDR and Trend Micr Deplyment Overview Threat Detectin and Respnse (TDR) is a cllectin f advanced malware defense tls that crrelate threat

More information

Backup Operator Mode User Manual

Backup Operator Mode User Manual Backup Operatr Mde User Manual Fr Server Editin Fr Micrsft Windws Intrductin Frm V7.0.3, the Attix5 Pr Server Editin (SE) Backup Client supprts Backup Operatr (BO) mde. This mde enables the backup and

More information

Installation Instructions for SAS 9.4 Installation Kit for Planning DVD Installations on z /OS

Installation Instructions for SAS 9.4 Installation Kit for Planning DVD Installations on z /OS Installatin Instructins fr SAS 9.4 Installatin Kit fr Planning DVD Installatins n z /OS The crrect bibligraphic citatin fr this manual is as fllws: SAS Institute Inc. 2013. Installatin Instructins fr SAS

More information

SAS Viya 3.2 Administration: Mobile Devices

SAS Viya 3.2 Administration: Mobile Devices SAS Viya 3.2 Administratin: Mbile Devices Mbile Devices: Overview As an administratr, yu can manage a device s access t SAS Mbile BI, either by exclusin r inclusin. If yu manage by exclusin, all devices

More information

Enterprise Installation

Enterprise Installation Enterprise Installatin Mnnit Crpratin Versin 3.6.0.0 Cntents Prerequisites... 3 Web Server... 3 SQL Server... 3 Installatin... 4 Activatin Key... 4 Dwnlad... 4 Cnfiguratin Wizard... 4 Activatin... 4 Create

More information

Planning, installing, and configuring IBM CMIS for Content Manager OnDemand

Planning, installing, and configuring IBM CMIS for Content Manager OnDemand Planning, installing, and cnfiguring IBM CMIS fr Cntent Manager OnDemand Cntents IBM CMIS fr Cntent Manager OnDemand verview... 4 Planning fr IBM CMIS fr Cntent Manager OnDemand... 5 Prerequisites fr installing

More information

Installing AX Server with PostgreSQL

Installing AX Server with PostgreSQL Installing AX Server with PstgreSQL Versin: 6.5 Published: Friday, September 1, 2017 ACL Services Ltd. 2017 Table f cntents Table f cntents Table f cntents 3 Intrductin 7 Intended audience 7 Pre-installatin

More information

Release Notes. Dell SonicWALL Security BETA

Release Notes. Dell SonicWALL  Security BETA Release Ntes Email Security Dell SnicWALL Email Security 7.4.1 BETA SnicOS Cntents System Cmpatibility... 1 Enhancements in Email Security 7.4.1... 2 Upgrading t Email Security 7.4.1... 3 Related Technical

More information

Troubleshooting Citrix- Published Resources Configuration in VMware Identity Manager

Troubleshooting Citrix- Published Resources Configuration in VMware Identity Manager Trubleshting Citrix- Published Resurces Cnfiguratin in VMware Identity Manager VMware Identity Manager A U G U S T 2 0 1 7 V1 Table f Cntents Overview... 1 Supprted Versins f Cmpnents... 1 Prerequisites...

More information

INSTALLING CCRQINVOICE

INSTALLING CCRQINVOICE INSTALLING CCRQINVOICE Thank yu fr selecting CCRQInvice. This dcument prvides a quick review f hw t install CCRQInvice. Detailed instructins can be fund in the prgram manual. While this may seem like a

More information

Exosoft Backup Manager

Exosoft Backup Manager Exsft Backup Manager 2018 Exsft Backup Manager Ensuring databases are backed up regularly is a critical part f any cmpany data recvery prcess. Mst mnth end as well as end f financial year prcesses shuld

More information

OO Shell for Authoring (OOSHA) User Guide

OO Shell for Authoring (OOSHA) User Guide Operatins Orchestratin Sftware Versin: 10.70 Windws and Linux Operating Systems OO Shell fr Authring (OOSHA) User Guide Dcument Release Date: Nvember 2016 Sftware Release Date: Nvember 2016 Legal Ntices

More information

1 Getting and Extracting the Upgrader

1 Getting and Extracting the Upgrader Hughes BGAN-X 9202 Upgrader User Guide (Mac) Rev 1.0 (23-Feb-12) This dcument explains hw t use the Hughes BGAN Upgrader prgram fr the 9202 User Terminal using a Mac Nte: Mac OS X Versin 10.4 r newer is

More information

TDR and Panda Fusion. Integration Guide

TDR and Panda Fusion. Integration Guide TDR and Panda Fusin Integratin Guide i WatchGuard Technlgies, Inc. TDR and Panda Deplyment Overview Threat Detectin and Respnse (TDR) is a cllectin f advanced malware defense tls that crrelate threat indicatrs

More information

Admin Report Kit for Exchange Server

Admin Report Kit for Exchange Server Admin Reprt Kit fr Exchange Server Reprting tl fr Micrsft Exchange Server Prduct Overview Admin Reprt Kit fr Exchange Server (ARKES) is an Exchange Server Management and Reprting slutin that addresses

More information

Wave IP 4.5. CRMLink Desktop User Guide

Wave IP 4.5. CRMLink Desktop User Guide Wave IP 4.5 CRMLink Desktp User Guide 2015 by Vertical Cmmunicatins, Inc. All rights reserved. Vertical Cmmunicatins and the Vertical Cmmunicatins lg and cmbinatins theref and Vertical ViewPint, Wave Cntact

More information

Avigilon Control Center Server User Guide. Version 6.4

Avigilon Control Center Server User Guide. Version 6.4 Avigiln Cntrl Center Server User Guide Versin 6.4 2006-2017, Avigiln Crpratin. All rights reserved. AVIGILON, the AVIGILON lg, AVIGILON CONTROL CENTER, ACC, and TRUSTED SECURITY SOLUTIONS.AVIGILON, the

More information

Medtech Evolution. Installation Guide

Medtech Evolution. Installation Guide Medtech Evlutin Installatin Guide Versin 10.4.2. Build 5850 August 2018 Cpyright Medtech Healthcare Pty Ltd Page 1 f 11 Table f Cntents Intrductin... 3 Installatin Pre-requisites... 4 Medtech Evlutin Server

More information

Tips For Customising Configuration Wizards

Tips For Customising Configuration Wizards Tips Fr Custmising Cnfiguratin Wizards ver 2010-06-22 Cntents Overview... 2 Requirements... 2 Applicatins... 2 WinSCP and Putty... 2 Adding A Service T An Existing Wizard... 3 Gal... 3 Backup Original

More information

IMC QoS Manager 7.3 (E0502) Copyright 2015, 2016 Hewlett Packard Enterprise Development LP

IMC QoS Manager 7.3 (E0502) Copyright 2015, 2016 Hewlett Packard Enterprise Development LP QS Manager 7.3 (E0502) Cpyright 2015, 2016 Hewlett Packard Enterprise Develpment LP Table f Cntents 1. What's New in this Release 2. Prblems Fixed in this Release 3. QSM Sftware Distributin Cntents 4.

More information

How to Guide. DocAve Extender for MOSS 2007 and SPS Installing DocAve Extender and Configuring a Basic SharePoint to Cloud Extension

How to Guide. DocAve Extender for MOSS 2007 and SPS Installing DocAve Extender and Configuring a Basic SharePoint to Cloud Extension Hw t Guide DcAve Extender fr MOSS 2007 and SPS 2010 Installing DcAve Extender and Cnfiguring a Basic SharePint t Clud Extensin This dcument is intended fr anyne wishing t familiarize themselves with the

More information

I. Introduction: About Firmware Files, Naming, Versions, and Formats

I. Introduction: About Firmware Files, Naming, Versions, and Formats I. Intrductin: Abut Firmware Files, Naming, Versins, and Frmats The UT-4500-A Series Upcnverters and DT-4500-A Series Dwncnverters stre their firmware in flash memry, which allws the system t uplad firmware

More information

Cloud Storage Migration Suite 1.1.0

Cloud Storage Migration Suite 1.1.0 Clud Strage Migratin Suite 1.1.0 User Guide Issued June 2018 Clud Strage Migratin Suite User Guide 1 Table f Cntents Abut Clud Strage Migratin Suite... 4 Overview f Basic Operatins in Clud Strage Migratin

More information

Dear Milestone Customer,

Dear Milestone Customer, Dear Milestne Custmer, With the purchase f Milestne Xprtect Transact yu have chsen a very flexible ptin t yur Milestne Xprtect Business slutin. Milestne Xprtect Transact enables yu t stre a serial data

More information

Verifone MX850 All-In-One Device: Before connecting the MX850 to your PC, the MX850 Driver CD will need to be installed.

Verifone MX850 All-In-One Device: Before connecting the MX850 to your PC, the MX850 Driver CD will need to be installed. Befre the installatin and cnfiguratin f the required prcessing hardware, McAllister Payment Slutins (MPS), and AVImark, the McAllister Payment Slutins PA-DSS Implementatin Guide must be reviewed in its

More information

I. Introduction: About Firmware Files, Naming, Versions, and Formats

I. Introduction: About Firmware Files, Naming, Versions, and Formats Updating Yur CTOG 250 Cmtech Traffic Optimizatin Gateway Firmware I. Intrductin: Abut Firmware Files, Naming, Versins, and Frmats The CTOG 250 Cmtech Traffic Optimizatin Gateway and its CDM 800 Gateway

More information

These tasks can now be performed by a special program called FTP clients.

These tasks can now be performed by a special program called FTP clients. FTP Cmmander FAQ: Intrductin FTP (File Transfer Prtcl) was first used in Unix systems a lng time ag t cpy and mve shared files. With the develpment f the Internet, FTP became widely used t uplad and dwnlad

More information

TDR and Avast Business Antivirus. Integration Guide

TDR and Avast Business Antivirus. Integration Guide TDR and Avast Business Antivirus Integratin Guide i WatchGuard Technlgies, Inc. TDR and Avast Deplyment Overview Threat Detectin and Respnse (TDR) is a cllectin f advanced malware defense tls that crrelate

More information

1on1 Sales Manager Tool. User Guide

1on1 Sales Manager Tool. User Guide 1n1 Sales Manager Tl User Guide Table f Cntents Install r Upgrade 1n1 Page 2 Setting up Security fr Dynamic Reprting Page 3 Installing ERA-IGNITE Page 4 Cnverting (Imprting) Queries int Dynamic Reprting

More information

1 Getting and Extracting the Upgrader

1 Getting and Extracting the Upgrader Hughes BGAN-X 9202 Upgrader User Guide (PC) Rev 1.0 (23-Feb-12) This dcument explains hw t use the Hughes BGAN-X Upgrader prgram fr the 9202 User Terminal using a PC. 1 Getting and Extracting the Upgrader

More information

Managing Your Access To The Open Banking Directory How To Guide

Managing Your Access To The Open Banking Directory How To Guide Managing Yur Access T The Open Banking Directry Hw T Guide Date: June 2018 Versin: v2.0 Classificatin: PUBLIC OPEN BANKING LIMITED 2018 Page 1 f 32 Cntents 1. Intrductin 3 2. Signing Up 4 3. Lgging In

More information

1 Getting and Extracting the Upgrader

1 Getting and Extracting the Upgrader Hughes BGAN-X 9211 Upgrader User Guide (Mac) Rev 1.2 (6-Jul-17) This dcument explains hw t use the Hughes BGAN Upgrader prgram fr the 9211 User Terminal using a Mac Nte: Mac OS X Versin 10.4 r newer is

More information

Date: October User guide. Integration through ONVIF driver. Partner Self-test. Prepared By: Devices & Integrations Team, Milestone Systems

Date: October User guide. Integration through ONVIF driver. Partner Self-test. Prepared By: Devices & Integrations Team, Milestone Systems Date: Octber 2018 User guide Integratin thrugh ONVIF driver. Prepared By: Devices & Integratins Team, Milestne Systems 2 Welcme t the User Guide fr Online Test Tl The aim f this dcument is t prvide guidance

More information

Getting Started with the SDAccel Environment on Nimbix Cloud

Getting Started with the SDAccel Environment on Nimbix Cloud Getting Started with the SDAccel Envirnment n Nimbix Clud Revisin Histry The fllwing table shws the revisin histry fr this dcument. Date Versin Changes 09/17/2018 201809 Updated figures thrughut Updated

More information

Apache Solr for FSI SERVER. User Manual. Version 4.5

Apache Solr for FSI SERVER. User Manual. Version 4.5 Apache Slr fr FSI SERVER User Manual Versin 4.5 Apache Slr fr FSI Server NeptuneLabs GmbH Lagesche Str. 32 D-32657 Lemg Germany 2009-2015 NeptuneLabs. All rights reserved. Last updated: Nvember 2013 FSI

More information

Kaltura MediaSpace Installation and Upgrade Guide. Version: 5.0

Kaltura MediaSpace Installation and Upgrade Guide. Version: 5.0 Kaltura MediaSpace Installatin and Upgrade Guide Versin: 5.0 Kaltura Business Headquarters 5 Unin Square West, Suite 602, New Yrk, NY, 10003, USA Tel.: +1 800 871 5224 Cpyright 2013 Kaltura Inc. All Rights

More information

FollowMe. FollowMe. Q-Server Quick Integration Guide. Revision: 5.4 Date: 11 th June Page 1 of 26

FollowMe. FollowMe. Q-Server Quick Integration Guide. Revision: 5.4 Date: 11 th June Page 1 of 26 Q-Server Quick Integratin Guide Revisin: 5.4 Date: 11 th June 2009 Page 1 f 26 Cpyright, Disclaimer and Trademarks Cpyright Cpyright 1997-2009 Ringdale UK Ltd. All rights reserved. N part f this publicatin

More information

BANNER BASICS. What is Banner? Banner Environment. My Banner. Pages. What is it? What form do you use? Steps to create a personal menu

BANNER BASICS. What is Banner? Banner Environment. My Banner. Pages. What is it? What form do you use? Steps to create a personal menu BANNER BASICS What is Banner? Definitin Prduct Mdules Self-Service-Fish R Net Lg int Banner Banner Envirnment The Main Windw My Banner Pages What is it? What frm d yu use? Steps t create a persnal menu

More information

Xerox Security Bulletin XRX12-007

Xerox Security Bulletin XRX12-007 Disable sftware upgrades by default Backgrund The Xerx prducts listed belw were shipped with sftware upgrades enabled by default. The firmware released belw changes the default state f sftware upgrade

More information

Element Creator for Enterprise Architect

Element Creator for Enterprise Architect Element Creatr User Guide Element Creatr fr Enterprise Architect Element Creatr fr Enterprise Architect... 1 Disclaimer... 2 Dependencies... 2 Overview... 2 Limitatins... 3 Installatin... 4 Verifying the

More information

SMART Room System for Microsoft Lync. Software configuration guide

SMART Room System for Microsoft Lync. Software configuration guide SMART Rm System fr Micrsft Lync Sftware cnfiguratin guide Fr mdels SRS-LYNC-S, SRS-LYNC-M and SRS-LYNC-L In this guide: Fr yur recrds 1 Preparing fr yur rm system 2 Befre cnfiguring yur rm system s sftware

More information

TDR and Malwarebytes. Integration Guide

TDR and Malwarebytes. Integration Guide TDR and Malwarebytes Integratin Guide i WatchGuard Technlgies, Inc. TDR and Malwarebytes Deplyment Overview Threat Detectin and Respnse (TDR) is a cllectin f advanced malware defense tls that crrelate

More information

Troubleshooting Citrix- Published Resources Configuration in VMware Identity Manager

Troubleshooting Citrix- Published Resources Configuration in VMware Identity Manager Trubleshting Citrix- Published Resurces Cnfiguratin in VMware Identity Manager VMware Identity Manager SEP 2 0 1 8 V 4 Table f Cntents Overview... 1 Supprted Versins f Cmpnents... 1 Prerequisites... 1

More information

ROCK-POND REPORTING 2.1

ROCK-POND REPORTING 2.1 ROCK-POND REPORTING 2.1 AUTO-SCHEDULER USER GUIDE Revised n 08/19/2014 OVERVIEW The purpse f this dcument is t describe the prcess in which t fllw t setup the Rck-Pnd Reprting prduct s that users can schedule

More information

File Share Navigator Online

File Share Navigator Online File Share Navigatr Online User Guide Service Pack 7 Issued September 2017 Table f Cntents What s New in this Guide... 4 Abut File Share Navigatr Online... 5 Cmpnents f File Share Navigatr Online... 5

More information

Element Creator for Enterprise Architect

Element Creator for Enterprise Architect Element Creatr User Guide Element Creatr fr Enterprise Architect Element Creatr fr Enterprise Architect... 1 Disclaimer... 2 Dependencies... 2 Overview... 2 Limitatins... 3 Installatin... 4 Verifying the

More information

Able2Extract Server 3.0. User Guide

Able2Extract Server 3.0. User Guide 3.0 User Guide TABLE OF CONTENTS: 1 INTRODUCTION... 5 1.1 System Requirements... 5 2 BEFORE INSTALLING ABLE2EXTRACT SERVER... 6 2.1 Required Sftware Updates... 6 2.2 Additinal Requirements fr Windws Vista...

More information

Single File Upload Guide

Single File Upload Guide Single File Uplad Guide August 15, 2018 Versin 9.6.134.78 Single File Uplad Guide 1 Fr the mst recent versin f this dcument, visit ur dcumentatin website. Single File Uplad Guide 2 Table f Cntents 1 Single

More information

Exercise 1: Deploying Windows Server 2012

Exercise 1: Deploying Windows Server 2012 Highlight Nte Lab Answer Key: Mdule 1: Deplying and Managing Windws Server 2012 Lab: Deplying and Managing Windws Server 201 2 Exercise 1: Deplying Windws Server 2012 10. In the Windws Setup Wizard, n

More information

Repstor custodian. On Premise Pre-Requisites. Document Version 1.1 January 2017

Repstor custodian. On Premise Pre-Requisites. Document Version 1.1 January 2017 Repstr custdian On Premise Pre-Requisites Dcument Versin 1.1 January 2017 Intrductin This dcument utlines the pre-requisites fr installatin f the Repstr custdian server cmpnents. There are tw main parts;

More information

TDR & Bitdefender. Integration Guide

TDR & Bitdefender. Integration Guide TDR & Bitdefender Integratin Guide TDR and Bitdefender Deplyment Overview Threat Detectin and Respnse (TDR) is a cllectin f advanced malware defense tls that crrelate threat indicatrs frm Firebxes and

More information

HPE LoadRunner Best Practices Series. LoadRunner Upgrade Best Practices

HPE LoadRunner Best Practices Series. LoadRunner Upgrade Best Practices HPE LadRunner Best Practices Series LadRunner 12.50 Upgrade Best Practices Dcument publicatin date: Nvember 2015 Cntents 1. Intrductin... 3 Overview... 3 Audience... 3 2. Preparatin... 3 Backup assets...

More information

Managing User Accounts

Managing User Accounts A variety f user types are available in Lighthuse Transactin Manager (LTM) with cnfigurable permissins that allw the Accunt Administratr and administratr-type users fr the accunt t manage the abilities

More information

WHITE PAPER January 2019 RASPBERRY PI 3B+ AND VMWARE PULSE 1.1. Version 0.1

WHITE PAPER January 2019 RASPBERRY PI 3B+ AND VMWARE PULSE 1.1. Version 0.1 WHITE PAPER January 2019 RASPBERRY PI 3B+ AND VMWARE PULSE 1.1 Versin 0.1 Table f Cntents Executive Summary... 1 Business Case... 1 Slutin Overview... 1 Intrductin... 2 Purpse... 2 Audience... 2 Slutin

More information

Graduate Application Review Process Documentation

Graduate Application Review Process Documentation Graduate Applicatin Review Prcess Cntents System Cnfiguratin... 1 Cgns... 1 Banner Dcument Management (ApplicatinXtender)... 2 Banner Wrkflw... 4 Navigatin... 5 Cgns... 5 IBM Cgns Sftware Welcme Page...

More information

User Guide. Document Version: 1.0. Solution Version:

User Guide. Document Version: 1.0. Solution Version: User Guide Dcument Versin: 1.0 Slutin Versin: 365.082017.3.1 Table f Cntents Prduct Overview... 3 Hw t Install and Activate Custmer Satisfactin Survey Slutin?... 4 Security Rles in Custmer Satisfactin

More information

AvePoint Discovery Tool 3.5. User Guide

AvePoint Discovery Tool 3.5. User Guide AvePint Discvery Tl 3.5 User Guide Issued January 2018 Table f Cntents What s New in this Release... 3 Abut AvePint Discvery Tl... 4 Submitting Dcumentatin Feedback t AvePint... 5 Befre Yu Begin... 6 System

More information

Aras Innovator 8.1 Document #: Last Modified: 4/4/2007. Copyright 2007 Aras Corporation All Rights Reserved.

Aras Innovator 8.1 Document #: Last Modified: 4/4/2007. Copyright 2007 Aras Corporation All Rights Reserved. Aras Innvatr Service Usage Instructins Aras Innvatr 8.1 Dcument #: 8.1.09202006 Last Mdified: 4/4/2007 Aras Crpratin ARAS CORPORATION Cpyright 2007 All rights reserved Aras Crpratin Heritage Place 439

More information

Cisco Tetration Analytics, Release , Release Notes

Cisco Tetration Analytics, Release , Release Notes Cisc Tetratin Analytics, Release 1.102.21, Release Ntes This dcument describes the features, caveats, and limitatins fr the Cisc Tetratin Analytics sftware. Additinal prduct Release ntes are smetimes updated

More information

Virtual Server Protection (VSP)

Virtual Server Protection (VSP) Virtual Server Prtectin (VSP) Versin 11 Service Pack 8 Thursday, June 15, 2017 Virtual Server Prtectin (VSP) - Versin 11 Service Pack 8 Cntents Intrductin t Virtual Server Prtectin (VSP)... 7 Buying VSP

More information

Remove AD DS using the Remove Roles Wizard in Server Manager

Remove AD DS using the Remove Roles Wizard in Server Manager Remve AD DS using the Remve Rles Wizard in Server Manager The fllwing prcedure shws the steps t remve AD DS using the Remve Rles Wizard in Server Manager. Administrative credentials T remve a dmain cntrller,

More information

TDR and Sophos Software. Integration Guide

TDR and Sophos Software. Integration Guide TDR and Sphs Sftware Integratin Guide i WatchGuard Technlgies, Inc. TDR and Sphs Deplyment Overview Threat Detectin and Respnse is a cllectin f advanced malware defense tls that crrelate threat indicatrs

More information

Xilinx Answer Xilinx PCI Express DMA Drivers and Software Guide

Xilinx Answer Xilinx PCI Express DMA Drivers and Software Guide Xilinx Answer 65444 Xilinx PCI Express DMA Drivers and Sftware Guide Imprtant Nte: This dwnladable PDF f an Answer Recrd is prvided t enhance its usability and readability. It is imprtant t nte that Answer

More information

ClassFlow Administrator User Guide

ClassFlow Administrator User Guide ClassFlw Administratr User Guide ClassFlw User Engagement Team April 2017 www.classflw.cm 1 Cntents Overview... 3 User Management... 3 Manual Entry via the User Management Page... 4 Creating Individual

More information

Introduction to Mindjet on-premise

Introduction to Mindjet on-premise Intrductin t Mindjet n-premise Mindjet Crpratin Tll Free: 877-Mindjet 1160 Battery Street East San Francisc CA 94111 USA Phne: 415-229-4200 Fax: 415-229-4201 www.mindjet.cm 2012 Mindjet. All Rights Reserved

More information

Sonic PDF Server 3.0. User Guide

Sonic PDF Server 3.0. User Guide Snic PDF Server 3.0 User Guide Snic PDF Server 3.0 TABLE OF CONTENTS: 1 INTRODUCTION... 5 1.1 System Requirements... 5 2 BEFORE INSTALLING SONIC PDF SERVER... 6 2.1 Required Sftware Updates... 6 2.2 Additinal

More information

Avigilon Control Center Server User Guide. Version 6.8

Avigilon Control Center Server User Guide. Version 6.8 Avigiln Cntrl Center Server User Guide Versin 6.8 2006-2018, Avigiln Crpratin. All rights reserved. AVIGILON, the AVIGILON lg, AVIGILON CONTROL CENTER, ACC, and TRUSTED SECURITY SOLUTIONS.AVIGILON, the

More information

AvePoint Pipeline Pro 2.0 for Microsoft Dynamics CRM

AvePoint Pipeline Pro 2.0 for Microsoft Dynamics CRM AvePint Pipeline Pr 2.0 fr Micrsft Dynamics CRM Installatin and Cnfiguratin Guide Revisin E Issued April 2014 1 Table f Cntents Abut AvePint Pipeline Pr... 3 Required Permissins... 4 Overview f Installatin

More information

Access SelectPay. Installation Instructions

Access SelectPay. Installation Instructions This Dcument is the prperty f Access UK Cpyright 2017 Access UK Ltd All rights reserved Classificatin Public Dcument versin 1.0 Access SelectPay Installatin Instructins SelectPay Installatin Instructins

More information

Investor Services Online Quick Reference Guide FTP Delivery

Investor Services Online Quick Reference Guide FTP Delivery The File Transfer Prtcl (FTP) feature f Investr Services Online enables yu t autmatically transmit any reprt frm Investr Services Online n t yur cmpany s FTP servers thrugh a secure methd f cmmunicatin

More information

Upgrade Guide. Medtech Evolution General Practice. Version 1.9 Build (March 2018)

Upgrade Guide. Medtech Evolution General Practice. Version 1.9 Build (March 2018) Upgrade Guide Medtech Evlutin General Practice Versin 1.9 Build 1.9.0.312 (March 2018) These instructins cntain imprtant infrmatin fr all Medtech Evlutin users and IT Supprt persnnel. We suggest that these

More information

RISKMAN REFERENCE GUIDE TO USER MANAGEMENT (Non-Network Logins)

RISKMAN REFERENCE GUIDE TO USER MANAGEMENT (Non-Network Logins) Intrductin This reference guide is aimed at managers wh will be respnsible fr managing users within RiskMan where RiskMan is nt cnfigured t use netwrk lgins. This guide is used in cnjunctin with the respective

More information