Perl for OpenVMS Alpha

Size: px
Start display at page:

Download "Perl for OpenVMS Alpha"

Transcription

1 Perl fr OpenVMS Alpha Installatin Guide and Release Ntes January 25, 2002 Perl fr OpenVMS Versin CPQ-AXPVMS-PERL-V PCSI-DCX-AXPEXE On this page yu'll find infrmatin abut: Sftware prerequisites Dcumentatin Dwnlading the kit Expanding the kit Upgrading Perl frm an Earlier Versin Installing Perl fr OpenVMS Pst-installatin tasks Remving Perl fr OpenVMS Release ntes Sftware Prerequisites The Perl fr OpenVMS kit requires the fllwing sftware: OpenVMS Alpha Versin r higher Perl runs with the Cmpaq Secure Web Server fr OpenVMS Alpha via CSWS_PERL. Yu can als use Perl in a standalne mde thrugh the cmmand line. Yu d nt need t install Cmpaq Secure Web Server fr OpenVMS nr CSWS_PERL t use Perl. Dcumentatin Fr mre infrmatin abut Perl, see The Surce fr Perl and Perl Mngers. See the CSWS_PERL fr Cmpaq Secure Web Server fr OpenVMS Alpha Installatin Guide and Release Ntes fr infrmatin abut running CSWS_PERL with Perl and Cmpaq Secure Web Server fr OpenVMS. Perl packages smetimes cntain dcumentatin infrmatin within the package. If the installed package includes dcumentatin, yu can view it by defining the fllwing freign cmmand: $ PERLDOC :== $PERL_ROOT:[000000]PERL.EXE - PERL_ROOT:[LIB.POD]PERLDOC.COM -t Dwnlading the Kit Dwnlad the Perl fr OpenVMS Alpha self-extracting file.

2 Perl V5.6.1 fr OpenVMS Alpha Perl V5.5-3A2 fr OpenVMS Alpha Make sure the file type f the saved file is.pcsi-dcx-axpexe. Imprtant: A new "ht fix" saveset is available fr Perl V5.5-3A2. If yu are dwnlading Perl V5.5-3A2 r have previusly dwnladed and are using Perl V5.5-3A2, Cmpaq recmmends that yu dwnlad and restre the backup saveset. Instructins are included in the PERL_README.TXT file. Dwnlad the Perl V5.5-3A2 "ht fix" saveset. Perl V5.5-3A2 fr OpenVMS Alpha saveset Perl V5.5-3A2 "ht fix" README file After the saveset has been dwnladed and transferred t yur OpenVMS system, set the RMS file attributes f the saveset file as fllws: $ SET FILE/ATTRIB=(lrl:32256,mrs:32256,rfm:fix)PERL_0505-3A2-1.BCK Then fllw the instructins in the PERL_README.TXT file. Expanding the Kit T expand the Perl fr OpenVMS Alpha self-extracting file, enter ne f the fllwing cmmands, depending n the file yu dwnladed: $ RUN CPQ-AXPVMS-PERL-V PCSI-DCX-AXPEXE $ RUN CPQ-AXPVMS-PERL-V0505-3A2-1.PCSI-DCX-AXPEXE The system displays infrmatin abut the file cmpressin versin, and help infrmatin abut the cmmand syntax. At the Decmpress int (file specificatin): prmpt, press return. The system expands the file and names the decmpressed file CPQ-AXPVMS-PERL-V PCSI. D nt rename this file. Upgrading Perl frm an Earlier Versin Yu can install a new Perl fr OpenVMS kit ver an existing versin f Perl. Restart the Cmpaq Secure Web Server fr the new Perl kit t take affect. Imprtant If yu install a new Perl kit t a different lcatin frm an earlier Perl kit using the /DESTINATION qualifier n the PRODUCT INSTALL cmmand line, the new Perl kit will nt wrk with the Cmpaq Secure Web Server unless yu fllw the steps belw. This ccurs because the CSWS_PERL fr Cmpaq Secure Web Server kit (als knwn as MOD_PERL) adds extensins t Perl. Thse extensins, and any user-added extensins, remain in the riginal lcatin. If yu want t install a new Perl kit t a different lcatin, fllw these steps:

3 1. Save yur CSWS_PERL cnfiguratin file (APACHE$COMMON:[CONF]MOD_PERL.CONF) 2. Make sure the PERL_ROOT lgical name is pinting t the ld Perl lcatin 3. Remve CSWS_PERL 4. Install the new Perl kit t the new lcatin 5. Pint the PERL_ROOT lgical name t the new Perl lcatin 6. Re-install CSWS_PERL 7. Re-install any user-installed Perl extensins 8. Restre yur CSWS_PERL cnfiguratin file Installing Perl fr OpenVMS T install the Perl fr OpenVMS Alpha kit, enter the fllwing cmmand where DISK$DKA0:[APACHE_KITS] is an example f a disk and directry name. $ PRODUCT INSTALL PERL/DESTINATION=DISK$DKA0:[000000] Nte: Perl is nt dependent n the Cmpaq Secure Web Server fr OpenVMS installatin and can reside anywhere n the system. Cmpaq Secure Web Server uses the PERL_ROOT lgical t lcate Perl. Fr a descriptin f the features yu can request with the PRODUCT INSTALL cmmand when starting an installatin such as running the IVP, purging files, and cnfiguring the installatin, see the POLYCENTER Sftware Installatin Utility User's Guide. As the installatin prcedure prgresses, the system displays the fllwing infrmatin. The fllwing prduct has been selected: Layered Prduct D yu want t cntinue? [YES] Cnfiguratin phase starting... Yu will be asked t chse ptins, if any, fr each selected prduct and fr any prducts that may be installed t satisfy sftware dependency requirements. Cmpaq Cmputer Crpratin. * This prduct des nt have any cnfiguratin ptins. Executin phase starting... The fllwing prduct will be installed t destinatin: DKB100:[ ] Prtin dne: 0%..10%..20%..30%..40%..50%..60%..70%..80%..90%..100% The fllwing prduct has been installed: Layered Prduct Pst-installatin tasks are required fr Perl fr OpenVMS.

4 The release ntes give detailed directins. This infrmatin is a brief checklist. Perl fr OpenVMS can run standalne, hwever, this kit is a special build that supprts the Cmpaq Secure Web Server. T enable this kit fr use by the web server, the fllwing lgicals must be visible. PERL_ROOT - A rted lgical pinting t the tp level directry f this Perl installatin. PERLSHR - Pinting t the Perl shared image fr this installatin. T run perl scripts in a standalne fashin, define a freign cmmand t run the main Perl executable. PERL := $PERL_ROOT:[000000]PERL.EXE Als, help can be btained frm sme f the Perl mdules (if the authr prvided it). Help can be extracted by defining anther freign cmmand. PERLDOC := $PERL_ROOT:[000000]PERL.EXE - PERL_ROOT:[LIB.POD]PERLDOC.COM -t Pst-Installatin Tasks 1. Define the PERL_ROOT lgical In rder fr the Cmpaq Secure Web Server fr OpenVMS sftware t use Perl (via CSWS_PERL), Perl must be made available t the server prcesses. Tw lgicals are required t lcate this kit fr the Cmpaq Secure Web Server. If n ther versins f Perl are being used n this system, it is recmmended that these lgicals be defined systemwide. Otherwise, the lgicals must be defined as either /GROUP r /JOB by the main server prcess. The PERL_ROOT lgical lcates the tp level directry f the Perl installatin. It is rted and must be a cncealed lgical. Fr example: $ DEFINE/SYSTEM/EXEC/TRANSLATION=CONCEALED - _$ PERL_ROOT DKB100:[.PERL5_006_01.] 2. Define the PERLSHR lgical Once the tp level directry is defined, Cmpaq Secure Web Server fr OpenVMS needs access t the shareable image in this kit (PERLSHR.EXE). By default, OpenVMS lks in SYS$SHARE, but since this kit can be installed anywhere, this lgical is necessary. Fr example: $ DEFINE/SYSTEM/EXEC PERLSHR - _$ PERL_ROOT:[000000]PERLSHR.EXE

5 Cmpaq Secure Web Server fr OpenVMS is nw able t lcate this installatin f Perl. 3. Define the freign cmmand Perl can als be used in a standalne mde withut Cmpaq Secure Web Server fr OpenVMS. T use Perl in this manner, define a freign cmmand t the Perl main image. Fr example: $ PERL :== $PERL_ROOT:[000000]PERL.EXE Perl scripts can then be executed frm the cmmand line by using this verb and the Perl script name as the parameter. Use the cmmand "Perl -h" t see ther ptins. Remving Perl fr OpenVMS Yu can remve the Perl fr OpenVMS kit by using the POLYCENTER Sftware Installatin utility. Enter the fllwing cmmand: $ PRODUCT REMOVE PERL This cmmand remves all files and directries created by this installatin. Nte that if yu install Perl packages t extend the capabilities f Perl r create additinal files in the installatin area, PCSI will nt have knwledge f these files and will nt delete them. This will cause the directry structure t remain because the directries will nt be cmpletely empty. Sme manual interventin may be needed t cmpletely remve the kit. Release Ntes This sectin cntains ntes n the current release f Perl fr OpenVMS. Prblem crrected: Envirnment variables exceeding 255 characters CSWS_PERL uses lgical names t cntain envirnment variables used by Perl scripts. Previusly, if the equivalence string fr any lgical name exceeded 255 characters, CSWS_PERL terminated with the fllwing errr in APACHE$ROOT:[LOGS]ERROR_LOG: Fatal VMS errr (status=340) at ROOT$:[PERL5_006_01]VMS.C;2 This errr was mst likely t ccur if yur brwser transmits an HTTP_ACCEPT string that exceeds 255 characters. This errr has been crrected in Perl V5.5-3A2 and higher fr OpenVMS. Envirnment variables can nw cntain up t 32,385 characters. If yu have a versin f Perl earlier than V5.5-3A2 installed, install the latest versin, then reinstall CSWS_PERL t crrect this prblem. Tracking versins f Perl and CSWS_PERL

6 The Perl and CSWS_PERL kits are tightly cnnected. Future versins f Perl r CSWS_PERL may nt interact crrectly acrss versin numbers. This release f Perl wrks with CSWS_PERL V1.1. Multiple versins f Perl Yu can run this kit f Perl n the same system with ther versins f Perl that yu have dwnladed frm the pen surce Perl distributin site. If yu chse t d this, be careful that the Cmpaq Secure Web Server sftware "sees" this versin f Perl. Otherwise, yur web based scripts will nt perate crrectly. The way Cmpaq Secure Web Server "sees" Perl is thrugh lgical names. See Pst-Installatin Tasks fr infrmatin abut hw t set these lgical names. Perl example syntax Sme examples fund in Perl manuals d nt shw the same syntax as that required by this versin f Perl. Cmpaq recmmends that yu use the PERLDOC feature t display the help text (if available) t find the crrect syntax. Perl-status lcatin Thrugh Cmpaq Secure Web Server, the "perl-status" lcatin gives useful infrmatin abut Perl and CSWS_PERL. Part f that wealth f infrmatin requires the Devel::Symdump Perl package t be installed. This kit des nt cntain that package. It can be btained frm CPAN via the web at:

Readme File. Purpose. Introduction to Data Integration Management. Oracle s Hyperion Data Integration Management Release 9.2.

Readme File. Purpose. Introduction to Data Integration Management. Oracle s Hyperion Data Integration Management Release 9.2. Oracle s Hyperin Data Integratin Management Release 9.2.1 Readme Readme File This file cntains the fllwing sectins: Purpse... 1 Intrductin t Data Integratin Management... 1 Data Integratin Management Adapters...

More information

How To Install Fcus Service Management Software On A Pc Or Macbook

How To Install Fcus Service Management Software On A Pc Or Macbook FOCUS Service Management Sftware Versin 8.4 fr Passprt Business Slutins Installatin Instructins Thank yu fr purchasing Fcus Service Management Sftware frm RTM Cmputer Slutins. This bklet f installatin

More information

Preparing to Deploy Reflection : A Guide for System Administrators. Version 14.1

Preparing to Deploy Reflection : A Guide for System Administrators. Version 14.1 Preparing t Deply Reflectin : A Guide fr System Administratrs Versin 14.1 Table f Cntents Table f Cntents... 2 Preparing t Deply Reflectin 14.1:... 3 A Guide fr System Administratrs... 3 Overview f the

More information

Software Distribution

Software Distribution Sftware Distributin Quantrax has autmated many f the prcesses invlved in distributing new cde t clients. This will greatly reduce the time taken t get fixes laded nt clients systems. The new prcedures

More information

INUVIKA OPEN VIRTUAL DESKTOP ENTERPRISE

INUVIKA OPEN VIRTUAL DESKTOP ENTERPRISE INUVIKA OPEN VIRTUAL DESKTOP ENTERPRISE MIGRATION GUIDE Mathieu Schires Versin 1.0 Published 06/03/2015 This dcument describes the preparatin and steps t fllw t upgrade an OVD farm frm Inuvika OVD 0.9.x

More information

FOCUS Service Management Software Version 8.5 for Passport Business Solutions Installation Instructions

FOCUS Service Management Software Version 8.5 for Passport Business Solutions Installation Instructions FOCUS Service Management Sftware fr Passprt Business Slutins Installatin Instructins Thank yu fr purchasing Fcus Service Management Sftware frm RTM Cmputer Slutins. This bklet f installatin instructins

More information

Firewall/Proxy Server Settings to Access Hosted Environment. For Access Control Method (also known as access lists and usually used on routers)

Firewall/Proxy Server Settings to Access Hosted Environment. For Access Control Method (also known as access lists and usually used on routers) Firewall/Prxy Server Settings t Access Hsted Envirnment Client firewall settings in mst cases depend n whether the firewall slutin uses a Stateful Inspectin prcess r ne that is cmmnly referred t as an

More information

FOCUS Service Management Software Version 8.5 for CounterPoint Installation Instructions

FOCUS Service Management Software Version 8.5 for CounterPoint Installation Instructions FOCUS Service Management Sftware Versin 8.5 fr CunterPint Installatin Instructins Thank yu fr purchasing Fcus Service Management Sftware frm RTM Cmputer Slutins. This bklet f installatin instructins will

More information

Microsoft has released Windows 8.1, a free upgrade to Windows 8. Follow the steps below to upgrade to Windows 8.1.

Microsoft has released Windows 8.1, a free upgrade to Windows 8. Follow the steps below to upgrade to Windows 8.1. Fr VAIO PC users running Windws 8 Micrsft has released Windws 8.1, a free upgrade t Windws 8. Fllw the steps belw t upgrade t Windws 8.1. Prepare t Upgrade Befre yu upgrade: Windws 8 users If yu re already

More information

ATL: Atlas Transformation Language. ATL Installation Guide

ATL: Atlas Transformation Language. ATL Installation Guide ATL: Atlas Transfrmatin Language ATL Installatin Guide - versin 0.1 - Nvember 2005 by ATLAS grup LINA & INRIA Nantes Cntent 1 Intrductin... 3 2 Installing ADT frm binaries... 3 2.1 Installing Eclipse and

More information

Ten Steps for an Easy Install of the eg Enterprise Suite

Ten Steps for an Easy Install of the eg Enterprise Suite Ten Steps fr an Easy Install f the eg Enterprise Suite (Acquire, Evaluate, and be mre Efficient!) Step 1: Dwnlad the eg Sftware; verify hardware and perating system pre-requisites Step 2: Obtain a valid

More information

SBClient and Microsoft Windows Terminal Server (Including Citrix Server)

SBClient and Microsoft Windows Terminal Server (Including Citrix Server) SBClient and Micrsft Windws Terminal Server (Including Citrix Server) Cntents 1. Intrductin 2. SBClient Cmpatibility Infrmatin 3. SBClient Terminal Server Installatin Instructins 4. Reslving Perfrmance

More information

Implementing ifolder Server in the DMZ with ifolder Data inside the Firewall

Implementing ifolder Server in the DMZ with ifolder Data inside the Firewall Implementing iflder Server in the DMZ with iflder Data inside the Firewall Nvell Cl Slutins AppNte www.nvell.cm/clslutins JULY 2004 OBJECTIVES The bjectives f this dcumentatin are as fllws: T cnfigure

More information

Readme File. Purpose. What is Translation Manager 9.3.1? Hyperion Translation Manager Release 9.3.1 Readme

Readme File. Purpose. What is Translation Manager 9.3.1? Hyperion Translation Manager Release 9.3.1 Readme Hyperin Translatin Manager Release 9.3.1 Readme Readme File This file cntains the fllwing sectins: Purpse... 1 What is Translatin Manager 9.3.1?... 1 Cmpatible Sftware... 2 Supprted Internatinal Operating

More information

Citrix XenServer from HP Getting Started Guide

Citrix XenServer from HP Getting Started Guide Citrix XenServer frm HP Getting Started Guide Overview This guide utlines the basic setup, installatin, and cnfiguratin steps required t begin using yur Citrix XenServer frm HP. A first time wizard-based

More information

Archiving IVTVision Video (Linux)

Archiving IVTVision Video (Linux) Archiving IVTVisin Vide (Linux) 1 Intrductin Because IVTVisin Server recrds vide using a straightfrward perating system file structure, archiving vide shuld be simple fr any IT prfessinal. This dcument

More information

Helpdesk Support Tickets & Knowledgebase

Helpdesk Support Tickets & Knowledgebase Helpdesk Supprt Tickets & Knwledgebase User Guide Versin 1.0 Website: http://www.mag-extensin.cm Supprt: http://www.mag-extensin.cm/supprt Please read this user guide carefully, it will help yu eliminate

More information

Getting started with Android

Getting started with Android Getting started with Andrid Befre we begin, there is a prerequisite, which is t plug the Andrid device int yur cmputer, and lad the drivers fr the OS. In writing this article, I was using Windws XP, 7

More information

CenterPoint Accounting for Agriculture Network (Domain) Installation Instructions

CenterPoint Accounting for Agriculture Network (Domain) Installation Instructions CenterPint Accunting fr Agriculture Netwrk (Dmain) Installatin Instructins Dcument # Prduct Mdule Categry 2257 CenterPint CenterPint Installatin This dcument describes the dmain netwrk installatin prcess

More information

STIOffice Integration Installation, FAQ and Troubleshooting

STIOffice Integration Installation, FAQ and Troubleshooting STIOffice Integratin Installatin, FAQ and Trubleshting Installatin Steps G t the wrkstatin/server n which yu have the STIDistrict Net applicatin installed. On the STI Supprt page at http://supprt.sti-k12.cm/,

More information

Copyrights and Trademarks

Copyrights and Trademarks Cpyrights and Trademarks Sage One Accunting Cnversin Manual 1 Cpyrights and Trademarks Cpyrights and Trademarks Cpyrights and Trademarks Cpyright 2002-2014 by Us. We hereby acknwledge the cpyrights and

More information

MaaS360 Cloud Extender

MaaS360 Cloud Extender MaaS360 Clud Extender Installatin Guide Cpyright 2012 Fiberlink Cmmunicatins Crpratin. All rights reserved. Infrmatin in this dcument is subject t change withut ntice. The sftware described in this dcument

More information

Optimal Payments Extension. Supporting Documentation for the Extension Package. 20140225 v1.1

Optimal Payments Extension. Supporting Documentation for the Extension Package. 20140225 v1.1 Optimal Payments Extensin Supprting Dcumentatin fr the Extensin Package 20140225 v1.1 Revisin Histry v1.1 Updated Demac Media branding v1.0 Initial Dcument fr Distributin supprt@ptimalpayments.cm Page

More information

Access to the Ashworth College Online Library service is free and provided upon enrollment. To access ProQuest:

Access to the Ashworth College Online Library service is free and provided upon enrollment. To access ProQuest: PrQuest Accessing PrQuest Access t the Ashwrth Cllege Online Library service is free and prvided upn enrllment. T access PrQuest: 1. G t http://www.ashwrthcllege.edu/student/resurces/enterlibrary.html

More information

This guide is intended for administrators, who want to install, configure, and manage SAP Lumira, server for BI Platform

This guide is intended for administrators, who want to install, configure, and manage SAP Lumira, server for BI Platform Hw T install SAP Lumira, server n SAP BusinessObjects BI platfrm Distributed Install Applies t: SAP Lumira, server versin fr the SAP BusinessObjects BI platfrm Summary This guide is intended fr administratrs,

More information

Deployment Overview (Installation):

Deployment Overview (Installation): Cntents Deplyment Overview (Installatin):... 2 Installing Minr Updates:... 2 Dwnlading the installatin and latest update files:... 2 Installing the sftware:... 3 Uninstalling the sftware:... 3 Lgging int

More information

User Guide. Excel Data Management Pack (EDM-Pack) OnCommand Workflow Automation (WFA) Abstract PROFESSIONAL SERVICES. Date: December 2015

User Guide. Excel Data Management Pack (EDM-Pack) OnCommand Workflow Automation (WFA) Abstract PROFESSIONAL SERVICES. Date: December 2015 PROFESSIONAL SERVICES User Guide OnCmmand Wrkflw Autmatin (WFA) Excel Data Management Pack (EDM-Pack) Date: December 2015 Dcument Versin: 1.0.0 Abstract The EDM-Pack includes a general-purpse Data Surce

More information

A Beginner s Guide to Building Virtual Web Servers

A Beginner s Guide to Building Virtual Web Servers A Beginner s Guide t Building Virtual Web Servers Cntents Intrductin... 1 Why set up a web server?... 2 Installing Ubuntu 13.04... 2 Netwrk Set Up... 3 Installing Guest Additins... 4 Updating and Upgrading

More information

Telelink 6. Installation Manual

Telelink 6. Installation Manual Telelink 6 Installatin Manual Table f cntents 1. SYSTEM REQUIREMENTS... 3 1.1. Hardware Requirements... 3 1.2. Sftware Requirements... 3 1.2.1. Platfrm... 3 1.2.1.1. Supprted Operating Systems... 3 1.2.1.2.

More information

Blue Link Solutions Terminal Server Configuration How to Install Blue Link Solutions in a Terminal Server Environment

Blue Link Solutions Terminal Server Configuration How to Install Blue Link Solutions in a Terminal Server Environment Blue Link Slutins Terminal Server Cnfiguratin Hw t Install Blue Link Slutins in a Terminal Server Envirnment Prepared by: Darren Myher April 9, 2002 Table f Cntents Backgrund... 2 Applicatin Server mde

More information

Service Desk Self Service Overview

Service Desk Self Service Overview Tday s Date: 08/28/2008 Effective Date: 09/01/2008 Systems Invlved: Audience: Tpics in this Jb Aid: Backgrund: Service Desk Service Desk Self Service Overview All Service Desk Self Service Overview Service

More information

Outlook Plug-In. Send Conference Invites from Outlook. Downloading Outlook Plug-In CONFERENCING & COLLABORATION RESERVATIONLESS-PLUS

Outlook Plug-In. Send Conference Invites from Outlook. Downloading Outlook Plug-In CONFERENCING & COLLABORATION RESERVATIONLESS-PLUS USER GUIDE Outlk Plug-In Send Cnference Invites frm Outlk Scheduling cnference calls and always typing in the same dial-in number and cnference cde can be a bit tedius, especially when yu re in a hurry.

More information

Exchanging Files Securely with Gerstco Using gpg4win Public Key Encryption

Exchanging Files Securely with Gerstco Using gpg4win Public Key Encryption Exchanging Files Securely with Gerstc Using gpg4win Public Key Encryptin Overview Visit the fllwing page n Gerstc s website t watch a vide verview f Public Key Encryptin: www.gerstc.cm/???? Initial Setup

More information

ViPNet VPN in Cisco Environment. Supplement to ViPNet Documentation

ViPNet VPN in Cisco Environment. Supplement to ViPNet Documentation ViPNet VPN in Cisc Envirnment Supplement t ViPNet Dcumentatin 1991 2015 Inftecs Americas. All rights reserved. Versin: 00121-04 90 02 ENU This dcument is included in the sftware distributin kit and is

More information

Best Practice - Pentaho BA for High Availability

Best Practice - Pentaho BA for High Availability Best Practice - Pentah BA fr High Availability This page intentinally left blank. Cntents Overview... 1 Pentah Server High Availability Intrductin... 2 Prerequisites... 3 Pint Each Server t Same Database

More information

Diagnosis and Troubleshooting

Diagnosis and Troubleshooting Diagnsis and Trubleshting DataDirect Cnnect Series ODBC Drivers Intrductin This paper discusses the diagnstic tls that are available t cnfigure and trublesht yur ODBC envirnment and prvides a trubleshting

More information

Exercise 5 Server Configuration, Web and FTP Instructions and preparatory questions Administration of Computer Systems, Fall 2008

Exercise 5 Server Configuration, Web and FTP Instructions and preparatory questions Administration of Computer Systems, Fall 2008 Exercise 5 Server Cnfiguratin, Web and FTP Instructins and preparatry questins Administratin f Cmputer Systems, Fall 2008 This dcument is available nline at: http://www.hh.se/te2003 Exercise 5 Server Cnfiguratin,

More information

1) Update the AccuBuild Program to the latest version Version 9.3.0.3 or later.

1) Update the AccuBuild Program to the latest version Version 9.3.0.3 or later. Certified Payrll XML Exprt As f June 4 th, 2015, The Califrnia Department f Industrial Relatins (DIR) is requiring that all certified payrll reprts be submitted nline using the ecpr system. The ecpr System

More information

Software Update Notification

Software Update Notification Sftware Update Ntificatin PSS0223-02 Mastersizer 3000 v1.01 sftware Abstract This dcument details the release f sftware PSS0223-02 v1.01 f the sftware fr the Mastersizer 3000 laser diffractin system. It

More information

Fermilab Time & Labor Desktop Computer Requirements

Fermilab Time & Labor Desktop Computer Requirements Fermilab Time & Labr Desktp Cmputer Requirements Fermilab s new electrnic time and labr reprting (FTL) system utilizes the Wrkfrce Central prduct frm Krns. This system is accessed using a web brwser utilizing

More information

FOR MAGENTO COMMERCE INFO@MORNINGTIME.COM SKYPE: JMKOENRAADT WWW.MORNINGTIME.COM

FOR MAGENTO COMMERCE INFO@MORNINGTIME.COM SKYPE: JMKOENRAADT WWW.MORNINGTIME.COM INTERNETKASSA (RABO, ABN AMRO) FOR MAGENTO COMMERCE INFO@MORNINGTIME.COM SKYPE: JMKOENRAADT WWW.MORNINGTIME.COM STEP 0 - DISABLE THE COMPILER, DISABLE CACHE Befre yu uplad new files, g t System > Tls >

More information

ZoomText Network License Installation Guide

ZoomText Network License Installation Guide ZmText Netwrk License Installatin Guide Requirements: Server: Yu will need access t a physical r virtual server (Windws XP r newer) that is nt currently running ZmText, but is n the same netwrk as the

More information

Connecting to Email: Live@edu

Connecting to Email: Live@edu Cnnecting t Email: Live@edu Minimum Requirements fr Yur Cmputer We strngly recmmend yu upgrade t Office 2010 (Service Pack 1) befre the upgrade. This versin is knwn t prvide a better service and t eliminate

More information

BRILL s Editorial Manager (EM) Manual for Authors Table of Contents

BRILL s Editorial Manager (EM) Manual for Authors Table of Contents BRILL s Editrial Manager (EM) Manual fr Authrs Table f Cntents Intrductin... 2 1. Getting Started: Creating an Accunt... 2 2. Lgging int EM... 3 3. Changing Yur Access Cdes and Cntact Infrmatin... 3 3.1

More information

NETWRIX CHANGE NOTIFIER

NETWRIX CHANGE NOTIFIER NETWRIX CHANGE NOTIFIER FOR ACTIVE DIRECTORY, EXCHANGE AND GROUP POLICY QUICK-START GUIDE Prduct versin: 7.5.873 February 2014 February 2014. Legal Ntice The infrmatin in this publicatin is furnished fr

More information

Adobe Sign. Enabling Single Sign-On with SAML Reference Guide

Adobe Sign. Enabling Single Sign-On with SAML Reference Guide Enabling Single Sign-On with SAML Reference Guide 2016 Adbe Systems Incrprated. All Rights Reserved. Prducts mentined in this dcument, such as the services f identity prviders Micrsft Active Directry Federatin,

More information

Copyright 2013, SafeNet, Inc. All rights reserved. http://www.safenet-inc.com/ We have attempted to make these documents complete, accurate, and

Copyright 2013, SafeNet, Inc. All rights reserved. http://www.safenet-inc.com/ We have attempted to make these documents complete, accurate, and ii Cpyright 2013, SafeNet, Inc. All rights reserved. http://www.safenet-inc.cm/ We have attempted t make these dcuments cmplete, accurate, and useful, but we cannt guarantee them t be perfect. When we

More information

990 e-postcard FAQ. Is there a charge to file form 990-N (e-postcard)? No, the e-postcard system is completely free.

990 e-postcard FAQ. Is there a charge to file form 990-N (e-postcard)? No, the e-postcard system is completely free. 990 e-pstcard FAQ Fr frequently asked questins abut filing the e-pstcard that are nt listed belw, brwse the FAQ at http://epstcard.frm990.rg/frmtsfaq.asp# (cpy and paste this link t yur brwser). General

More information

Release Notes for SMS Inventory Tool for HP ProLiant and Integrity Update (version: 1.2)

Release Notes for SMS Inventory Tool for HP ProLiant and Integrity Update (version: 1.2) Release Ntes fr SMS Inventry Tl fr HP PrLiant and Integrity Update (versin: 1.2) Additinal Online Resurces fr SMS SMS n the Web Micrsft Online Supprt Using the SMS Inventry Tl fr HP PrLiant and Integrity

More information

Configuring an Email Client for your Hosting Support POP/IMAP mailbox

Configuring an Email Client for your Hosting Support POP/IMAP mailbox Cnfiguring an Email Client fr yur Hsting Supprt POP/IMAP mailbx This article lists the email settings and prt numbers fr pp and imap cnfiguratins, as well as fr SSL. It cntains instructins fr setting up

More information

Manual. Adapter OBD v2. Software version: NEVO-4.0.4.0. DiegoG3-3.0.8.0. Full compatibility with OBD Adapter v2 2.0B

Manual. Adapter OBD v2. Software version: NEVO-4.0.4.0. DiegoG3-3.0.8.0. Full compatibility with OBD Adapter v2 2.0B Manual Adapter OBD v2 Sftware versin: NEVO-4.0.4.0 DiegG3-3.0.8.0 Full cmpatibility with OBD Adapter v2 2.0B Page 2 / 7 1 Descriptin The OBD Adapter v2 enables cmmunicatin between NEVO r Dieg gas injectin

More information

FINRA Regulation Filing Application Batch Submissions

FINRA Regulation Filing Application Batch Submissions FINRA Regulatin Filing Applicatin Batch Submissins Cntents Descriptin... 2 Steps fr firms new t batch submissin... 2 Acquiring necessary FINRA accunts... 2 FTP Access t FINRA... 2 FTP Accunt n FINRA s

More information

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

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

More information

Steps to fix the product is not properly fixed issue for international clients.

Steps to fix the product is not properly fixed issue for international clients. Axxya Systems supprt cntact details 1-800-709-2977 ext 9 within US 1-425-999-4350 ext 9 utside f US Email supprt@axxya.cm Technical FAQ -- www.nutritinistpr.cm/help-center/ Steps t fix the prduct is nt

More information

Network Intrusion Detection

Network Intrusion Detection Netwrk Intrusin Detectin Best f Breed Prtectin with SNORT Implementing Snrt Snrt can be readily implemented with the help f a special Linux distributin named Sentinix (http://www.sentinix.rg). Wait a minute,

More information

CallRex 4.2 Installation Guide

CallRex 4.2 Installation Guide CallRex 4.2 Installatin Guide This dcument describes hw t install CallRex 4.2. It cvers the fllwing: CallRex 4.2 Cmpnents. Server Prerequisites. Perfrming the Installatin. Changing the Accunt Used by CallRex

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

Samsung Omnia II Software Upgrade for Microsoft Windows XP Instructions

Samsung Omnia II Software Upgrade for Microsoft Windows XP Instructions Samsung Omnia II Sftware Upgrade fr Overview Samsung has released a sftware upgrade fr the Samsung Omnia II, which is recmmended t be installed. This upgrade includes numerus sftware imprvements and enhancements.

More information

MITEL MC FOR ANDROID FEATURE OVERVIEW PREPARATION INSTALLATION DOWNLOAD CONFIGURATION (REDIRECT) QUICK REFERENCE GUIDE

MITEL MC FOR ANDROID FEATURE OVERVIEW PREPARATION INSTALLATION DOWNLOAD CONFIGURATION (REDIRECT) QUICK REFERENCE GUIDE QUICK REFERENCE GUIDE MITEL MC FOR ANDROID IN FEATURE OVERVIEW Yur Mitel Mbile Client ( client in the fllwing) makes a variety f cmmunicatin services available that are nrmally ffered by several phnes

More information

ISAM TO SQL MIGRATION IN SYSPRO

ISAM TO SQL MIGRATION IN SYSPRO 118 ISAM TO SQL MIGRATION IN SYSPRO This dcument is aimed at assisting yu in the migratin frm an ISAM data structure t an SQL database. This is nt a detailed technical dcument and assumes the reader has

More information

Exercise 5 Server Configuration, Web and FTP Instructions and preparatory questions Administration of Computer Systems, Fall 2008

Exercise 5 Server Configuration, Web and FTP Instructions and preparatory questions Administration of Computer Systems, Fall 2008 Exercise 5 Server Cnfiguratin, Web and FTP Instructins and preparatry questins Administratin f Cmputer Systems, Fall 2008 This dcument is available nline at: http://www.hh.se/te2003 Exercise 5 Server Cnfiguratin,

More information

Traffic monitoring on ProCurve switches with sflow and InMon Traffic Sentinel

Traffic monitoring on ProCurve switches with sflow and InMon Traffic Sentinel An HP PrCurve Netwrking Applicatin Nte Traffic mnitring n PrCurve switches with sflw and InMn Traffic Sentinel Cntents 1. Intrductin... 3 2. Prerequisites... 3 3. Netwrk diagram... 3 4. sflw cnfiguratin

More information

HP Connected Backup Online Help. Version 8.7.1 04 October 2012

HP Connected Backup Online Help. Version 8.7.1 04 October 2012 HP Cnnected Backup Online Help Versin 8.7.1 04 Octber 2012 Legal Ntices Warranty The nly warranties fr Hewlett-Packard prducts and services are set frth in the express statements accmpanying such prducts

More information

CSC IT practix Recommendations

CSC IT practix Recommendations CSC IT practix Recmmendatins CSC Healthcare 28th January 2014 Versin 3 www.csc.cm/glbalhealthcare Cntents 1 Imprtant infrmatin 3 2 IT Specificatins 4 2.1 Wrkstatins... 4 2.2 Minimum Server with 1-5 wrkstatins

More information

edoc Lite Recruitment Guidelines

edoc Lite Recruitment Guidelines edc Lite Recruitment Guidelines Intrductin OneStart & the Academic Psitin Search Channel edc Lite Ruting and Wrkgrups Ruting Actin List Ruting Cntrls Wrkgrups Dcument Search edc Lite Dcuments Vacancy Ntice

More information

Installation Guide Marshal Reporting Console

Installation Guide Marshal Reporting Console INSTALLATION GUIDE Marshal Reprting Cnsle Installatin Guide Marshal Reprting Cnsle March, 2009 Cntents Intrductin 2 Supprted Installatin Types 2 Hardware Prerequisites 3 Sftware Prerequisites 3 Installatin

More information

Durango Merchant Services QuickBooks SyncPay

Durango Merchant Services QuickBooks SyncPay Durang Merchant Services QuickBks SyncPay Gateway Plug-In Dcumentatin April 2011 Durang-Direct.cm 866-415-2636-1 - QuickBks Gateway Plug-In Dcumentatin... - 3 - Installatin... - 3 - Initial Setup... -

More information

CORE 8 to 9 Data Migration Guide

CORE 8 to 9 Data Migration Guide CORE 8 t 9 Data Migratin Guide i CORE 8 t 9 Data Migratin Guide Cpyright 2009-2015 Vitech Crpratin. All rights reserved. N part f this dcument may be reprduced in any frm, including, but nt limited t,

More information

o 1.1 - How AD Query Works o 1.2 - Installation Requirements o 2.1 - Inserting your License Key o 2.2 - Selecting and Changing your Search Domain

o 1.1 - How AD Query Works o 1.2 - Installation Requirements o 2.1 - Inserting your License Key o 2.2 - Selecting and Changing your Search Domain SysOp Tls Active Directry Management sftware Active Directry Query v1.x Sftware Installatin and User Guide Updated September 29, 2008 In This Dcument: 1.0 Intrductin 1.1 - Hw AD Query Wrks 1.2 - Installatin

More information

Serv-U Distributed Architecture Guide

Serv-U Distributed Architecture Guide Serv-U Distributed Architecture Guide Hrizntal Scaling and Applicatin Tiering fr High Availability, Security, and Perfrmance Serv-U Distributed Architecture Guide v14.0.1.0 Page 1 f 16 Intrductin Serv-U

More information

Installation Guide Marshal Reporting Console

Installation Guide Marshal Reporting Console Installatin Guide Installatin Guide Marshal Reprting Cnsle Cntents Intrductin 2 Supprted Installatin Types 2 Hardware Prerequisites 2 Sftware Prerequisites 3 Installatin Prcedures 3 Appendix: Enabling

More information

HP ExpertOne. HP2-T21: Administering HP Server Solutions. Table of Contents

HP ExpertOne. HP2-T21: Administering HP Server Solutions. Table of Contents HP ExpertOne HP2-T21: Administering HP Server Slutins Industry Standard Servers Exam preparatin guide Table f Cntents Overview 2 Why take the exam? 2 HP ATP Server Administratr V8 certificatin 2 Wh shuld

More information

Introduction LIVE MAPS UNITY PORTAL / INSTALLATION GUIDE. 2015 Savision B.V. savision.com All rights reserved.

Introduction LIVE MAPS UNITY PORTAL / INSTALLATION GUIDE. 2015 Savision B.V. savision.com All rights reserved. Rev 7.5.0 Intrductin 2 LIVE MAPS UNITY PORTAL / INSTALLATION GUIDE 2015 Savisin B.V. savisin.cm All rights reserved. This manual, as well as the sftware described in it, is furnished under license and

More information

Getting Started Guide

Getting Started Guide fr SQL Server www.lgbinder.cm Getting Started Guide Dcument versin 1 Cntents Installing LOGbinder fr SQL Server... 3 Step 1 Select Server and Check Requirements... 3 Select Server... 3 Sftware Requirements...

More information

Instructions for Configuring a SAFARI Montage Managed Home Access Expansion Server

Instructions for Configuring a SAFARI Montage Managed Home Access Expansion Server Instructins fr Cnfiguring a SAFARI Mntage Managed Hme Access Expansin Server ~ Please read these instructins in their entirety befre yu begin. ~ These instructins explain hw t add a SAFARI Mntage Managed

More information

Software License Manager (SLM) Installation and Reference Guide

Software License Manager (SLM) Installation and Reference Guide Sftware License Manager (SLM) Installatin and Reference Guide Versin Number: V8.6 May 2014 Cpyright (c) 2008 2014 by Aspen Technlgy, Inc. All rights reserved. Aspen HYSYS Dynamics, Aspen HYSYS Upstream,

More information

NASDAQ BookViewer 2.0 User Guide

NASDAQ BookViewer 2.0 User Guide NASDAQ BkViewer 2.0 User Guide NASDAQ BkViewer 2.0 ffers a real-time view f the rder depth using the NASDAQ Ttalview prduct fr NASDAQ and ther exchange-listed securities including: The tp buy and sell

More information

AVG AntiVirus Business Edition

AVG AntiVirus Business Edition AVG AntiVirus Business Editin User Manual Dcument revisin AVG.02 (30.9.2015) C pyright AVG Technlgies C Z, s.r.. All rights reserved. All ther trademarks are the prperty f their respective wners. Cntents

More information

Training Script: Documenting Provider

Training Script: Documenting Provider Training Script: Dcumenting Prvider Training Script: Dcumenting Prvider Agenda Item Intrductin Lg int Cmputer EMR Mdule Desktp Mdule Review Desktp and EMR in Meditech Test CPOE Sessin 1 Discussin Intrduce

More information

CSE 231 Fall 2015 Computer Project #4

CSE 231 Fall 2015 Computer Project #4 CSE 231 Fall 2015 Cmputer Prject #4 Assignment Overview This assignment fcuses n the design, implementatin and testing f a Pythn prgram that uses character strings fr data decmpressin. It is wrth 45 pints

More information

Uninstalling and Reinstalling on a Server Computer. Medical Director / PracSoft

Uninstalling and Reinstalling on a Server Computer. Medical Director / PracSoft Uninstalling and Reinstalling n a Server Cmputer Medical Directr / PracSft This guide describes the prcess fr uninstalling and then reinstalling Medical Directr, PracSft, and/r SQL Instances n a cmputer

More information

AppStore: Search for Mitel MC in the Apple AppStore and install it. The Mitel MC software is free of charge.

AppStore: Search for Mitel MC in the Apple AppStore and install it. The Mitel MC software is free of charge. QUICK REFERENCE GUIDE MITEL MC FOR IPHONE IN FEATURE OVERVIEW Yur Mitel Mbile Client ( client in the fllwing) makes a variety f cmmunicatin services available that are nrmally ffered by several phnes (mbile

More information

Using PayPal Website Payments Pro UK with ProductCart

Using PayPal Website Payments Pro UK with ProductCart Using PayPal Website Payments Pr UK with PrductCart Overview... 2 Abut PayPal Website Payments Pr & Express Checkut... 2 What is Website Payments Pr?... 2 Website Payments Pr and Website Payments Standard...

More information

Table of Contents. Welcome to Employee Self Service... 3 Who Do I Call For Help?... 3

Table of Contents. Welcome to Employee Self Service... 3 Who Do I Call For Help?... 3 ALABAMA STATE UNIVERSITY HUMAN RESOURCES EMPLOYEE SELF SERVICE USER GUIDE 2 Table f Cntents Welcme t Emplyee Self Service... 3 Wh D I Call Fr Help?... 3 Hw d I access Emplyee Self Service?... 4 Persnal

More information

TaskCentre v4.5 File Transfer (FTP) Tool White Paper

TaskCentre v4.5 File Transfer (FTP) Tool White Paper TaskCentre v4.5 File Transfer (FTP) Tl White Paper Dcument Number: PD500-03-22-1_0-WP Orbis Sftware Limited 2010 Table f Cntents COPYRIGHT 1 TRADEMARKS 1 INTRODUCTION 2 Overview 2 FEATURES 2 GLOBAL CONFIGURATION

More information

HTTPD - Apache2 Web Server

HTTPD - Apache2 Web Server HTTPD - Apache2 Web Server Apache is the mst cmmnly used Web Server n Linux systems. Web Servers are used t serve Web Pages requested by client cmputers. Clients typically request and view Web Pages using

More information

Setting up your New Staff Voicemail. EVA: Exchange Voicemail Access. IT Services

Setting up your New Staff Voicemail. EVA: Exchange Voicemail Access. IT Services Setting up yur New Staff Vicemail EVA: Exchange Vicemail Access IT Services 1. Welcme t the Exchange 2010 Unified Messaging Instructins fr campus Staff vicemail Cventry University is rlling ut a new email

More information

TRAINING GUIDE. Crystal Reports for Work

TRAINING GUIDE. Crystal Reports for Work TRAINING GUIDE Crystal Reprts fr Wrk Crystal Reprts fr Wrk Orders This guide ges ver particular steps and challenges in created reprts fr wrk rders. Mst f the fllwing items can be issues fund in creating

More information

Creating automated reports using VBS AN 44

Creating automated reports using VBS AN 44 Creating autmated reprts using VBS AN 44 Applicatin Nte t the KLIPPEL R&D and QC SYSTEM Publishing measured results is imprtant t custmers and clients. While the KLIPPEL database cntains all infrmatin

More information

Junos Pulse Instructions for Windows and Mac OS X

Junos Pulse Instructions for Windows and Mac OS X Juns Pulse Instructins fr Windws and Mac OS X When yu pen the Juns client fr the first time yu get the fllwing screen. This screen shws yu have n cnnectins. Create a new cnnectin by clicking n the + icn.

More information

Introduction to Mindjet MindManager Server

Introduction to Mindjet MindManager Server Intrductin t Mindjet MindManager Server Mindjet Crpratin Tll Free: 877-Mindjet 1160 Battery Street East San Francisc CA 94111 USA Phne: 415-229-4200 Fax: 415-229-4201 mindjet.cm 2013 Mindjet. All Rights

More information

E-Biz Web Hosting Control Panel

E-Biz Web Hosting Control Panel 1 f 38 E-Biz Web Hsting Cntrl Panel This dcument has been created t give yu a useful insight in t the Hsting Cntrl Panel available with E-Biz hsting services. Please nte: Optins available are dependent

More information

HOWTO: How to configure SSL VPN tunnel gateway (office) to gateway

HOWTO: How to configure SSL VPN tunnel gateway (office) to gateway HOWTO: Hw t cnfigure SSL VPN tunnel gateway (ffice) t gateway Hw-t guides fr cnfiguring VPNs with GateDefender Integra Panda Security wants t ensure yu get the mst ut f GateDefender Integra. Fr this reasn,

More information

User Manual Brainloop Outlook Add-In. Version 3.4

User Manual Brainloop Outlook Add-In. Version 3.4 User Manual Brainlp Outlk Add-In Versin 3.4 Cntent 1. Summary... 3 2. Release Ntes... 3 2.1 Prerequisites... 3 2.2 Knwn Restrictins... 4 3. Installatin and Cnfiguratin... 4 3.1 The installatin prgram...

More information

Macintosh Operating System Online Proctoring Guide

Macintosh Operating System Online Proctoring Guide Macintsh Operating System Online Prctring Guide ONLINE PROCTORING GUIDE 0 Macintsh Operating System Online Prctring Guide Cntents CONTENTS... 1 ABOUT ONLINE PROCTORING... 2 PREPARING FOR YOUR ONLINE PROCTORED

More information

e-qip Online Checklist

e-qip Online Checklist U.S. Custms and Versin 3.03 Brder Prtectin e-qip Online Checklist Please cmplete each step in the rder listed belw befre submitting yur e-qip frms. If yu fail t cmplete these steps in rder, yu will delay

More information

Webalo Pro Appliance Setup

Webalo Pro Appliance Setup Webal Pr Appliance Setup 1. Dwnlad the Webal virtual appliance apprpriate fr yur virtualizatin infrastructure, using the link yu were emailed. The virtual appliance is delivered as a.zip file that is n

More information

KronoDesk Migration and Integration Guide Inflectra Corporation

KronoDesk Migration and Integration Guide Inflectra Corporation / KrnDesk Migratin and Integratin Guide Inflectra Crpratin Date: September 24th, 2015 0B Intrductin... 1 1B1. Imprting frm Micrsft Excel... 2 6B1.1. Installing the Micrsft Excel Add-In... 2 7B1.1. Cnnecting

More information

Safe PST Backup Enterprise Edition Administrator Guide

Safe PST Backup Enterprise Edition Administrator Guide Safe PST Backup Enterprise Editin Administratr Guide Versin 2.50 Cntents Intrductin... 3 Installatin... 3 Prduct Activatin... 4 Safe PST Backup Client Activatin... 4 Activatin Thrugh 4Team Online Activatin

More information

A COMPLETE GUIDE TO ORACLE BI DISCOVERER END USER LAYER (EUL)

A COMPLETE GUIDE TO ORACLE BI DISCOVERER END USER LAYER (EUL) A COMPLETE GUIDE TO ORACLE BI DISCOVERER END USER LAYER (EUL) Authr: Jayashree Satapathy Krishna Mhan A Cmplete Guide t Oracle BI Discverer End User Layer (EUL) 1 INTRODUCTION END USER LAYER (EUL) The

More information