ADSS A U T O F I L E P R O C E S S O R (AFP)

Size: px
Start display at page:

Download "ADSS A U T O F I L E P R O C E S S O R (AFP)"

Transcription

1 ADSS A U T O F I L E P R O C E S S O R (AFP) The Essential Guide to System Recovery A S C E R T I A LTD J A N U A R Y D O C U M E N T V E R S I O N Ascertia Limited. All rights reserved. This document contains commercial-in-confidence material. It must not be disclosed to any third party without the written authority of Ascertia Limited. Commercial-in-Confidence

2 Contents 1 Introduction Technical Support Conventions ADSS AFP Failure Scenarios Document Structure Host System Operating System ADSS AFP Service/Daemon Log Files ADSS AFP Source Folders Proxy Configuration Network Connectivity to ADSS Server Cloud Service Client Authentication Client TLS Authentication ADSS Server Cloud Service Cloud Service Web Browser Authentication Test Sample Test File Appendix A Host adss-us Host adss-us Ascertia Limited Commercial-in-Confidence Page 2 of 15

3 1 Introduction This is a vital guide for anyone managing one or more production ADSS Auto File Processor (AFP) instances. The document describes potential failure scenarios associated with ADSS AFP production servers and provides guidance on how these can be analysed and resolved. This document assumes that you have a production environment with one or more ADSS AFP instances that were previously operating perfectly and suddenly a system failure has occurred. This guide provides a comprehensive set of checks that can be made to identify the failure issue(s) and get ADSS AFP running once more. It is not intended to be used as configuration guide or general diagnostic help guide or checking test/development servers where configuration changes may have caused the issue, although it may be helpful in this regard. Resolving production server failures is often difficult with feature-rich applications such as ADSS AFP, especially when multiple third-party components are involved. This guide provides guidance and tips for issue identification and resolution in clear, logical steps. From experience, most sudden issues with a stable production system are caused by problems within the external systems, applications, or services that ADSS AFP relies upon. These tend to manifest themselves as a problem within ADSS AFP, but a quick examination of the relevant service logs will reveal whether an external issue is affecting ADSS AFP s ability to give an accurate and reliable answer. 1.1 Technical Support If technical support is required, Ascertia has a dedicated support team that provides debug, integration assistance and general customer support. Ascertia Support can be accessed in the following ways: Website Knowledge Base FAQs support@ascertia.com In addition to the support service described above, Ascertia provides formal support agreements with all product sales. Please contact sales@ascertia.com for more details. When sending support queries to Ascertia Support team, include all relevant ADSS AFP logs. Collect logs for last two days or from the date since the problems began. This will greatly assist the support team and help towards a speedy resolution. Logs are found in the <AFP Home>/logs directory. 1.2 Conventions The following typographical conventions are used in this guide to help locate and identify information: Bold text identifies menu names, menu options, items you can click on the screen, file names, folder names, and keyboard keys. Courier New font identifies code and text that appears on the command line. Bold Courier New identifies commands that you are required to type in. Ascertia Limited Commercial-in-Confidence Page 3 of 15

4 2 ADSS AFP Failure Scenarios A failure in ADSS AFP can result from a number of possible issues. These can be categorised to aid problem resolution, as follows: Issues with the underlying operating system and host - including CPU, memory or disk space. Infrastructure issues that prevent access to cloud services from ADSS AFP instances. These could be firewall or network related for example. ADSS AFP configuration an operator driven change to the configuration of any of the ADSS AFP profiles or generic settings. ADSS AFP relies on server side (cloud) services to operate. This is the hosted service where hashes for example, are sent for signature. Therefore, a failure in ADSS AFP may not be related to ADSS AFP at all. This document covers checks and tests to check for this type of apparent failure. 2.1 Document Structure Section 3 discusses how to check the ADSS AFP host system. Section 4 discusses the host ADSS Server Cloud Service that AFP relies on. Appendices contain copies of the sample afp.xml files used to test the cloud service referenced in Section 4. Ascertia Limited Commercial-in-Confidence Page 4 of 15

5 3 Host System As with any software application ADSS AFP relies on an operating system and the physical or virtual platform. Errors to the hardware such as physical component failure are obvious. However, for requesting client applications, a network timeout or similar failure would be observed with no obvious reason as to the cause. Physical errors of components or failure of the operating system can be caused by numerous problems. Rectifying these is outside the scope of this document. However, summary information is presented to check if the host and operating system are functioning as expected. There are certain elements to check if you suspect an underlying hardware or operating system issue. 3.1 Operating System Check the system memory, and network and CPU utilization using operating system tools. ADSS AFP requires minimal system resources. However, this does not preclude such a check when there are issues. By default, ADSS AFP requires a minimum of 128MB of RAM to function with an upper limit of 1GB, although high load or high throughput deployments require more. In such scenarios the <AFP Home>/conf/wrapper.conf is edited and the memory requirement increased. Check this file when looking at system resource usage. High CPU or RAM usage by ADSS AFP indicates the system is under stress, and more resources are required. This does not always translate to more CPU or RAM. For example, it could be an exhaustion caused by file locking by two separate ADSS AFP instances. Check that the disk space has not been consumed by an inappropriate ADSS AFP logging level. The default logging in the logs is normally set to INFO level but for high use environments this can produce too much information and for such environments the logging level ERROR should be used. DEBUG level should never be used on production systems. None of the ADSS AFP instances should be continuously consuming high levels of CPU. 3.2 ADSS AFP Service/Daemon Ensure that the ADSS AFP instance is running. On Windows this is: Ascertia-AFP For Linux systems the instance is deployed as a regular daemon and registered in /etc/init.d as: wrapper.ascertia-afp If this service is not running, then refer to the local log file. Log files are located under the directory: <AFP_HOME>/logs. There are usually multiple files in these folders, one for each day. The latest files from the current day are those which do not have a date appended to their name. Note on Windows there is only Service, but on Linux based systems there are two services created when using the daemon to control start-up and shutdown. 3.3 Log Files ADSS AFP logs to <AFP_HOME>/logs directory. The logs are rolled over every twenty-four hours by default but this can be changed using the <AFP_Home>/conf/log.properties file. In this file the standard log4j configuration is used. Refer to Apache Log4j project if there are major changes required to this configuration. For example, to use a syslog appender as opposed to the default file Ascertia Limited Commercial-in-Confidence Page 5 of 15

6 one. If you are experiencing issues open the log.properties file and change the following line as shown: - log4j.logger.com.ascertia=info,drfile1 to log4j.logger.com.ascertia=debug,drfile1 Save the file and restart the ADSS AFP Service or daemon. The directory contains two log files. The first is ADSS AFP audit trail titled afp.log by default (again this can be changed by editing the log.properties file if required), and the second, is wrapper.<date>.log. The wrapper log file is only present if you are running ADSS AFP via a Windows Service or Linux daemon. If you start ADSS AFP using the command line and afp.bat or afp.sh script, then this will not be present. This log file contains low level information about the start-up and shutdown of the service. 3.4 ADSS AFP Source Folders ADSS AFP is a watched folder application as its name implies. Each profile in the afp.xml file contains input, output, and error folder locations. These are UNC address format locations. The input folder is where ADSS AFP reads its input data for processing from and the other two are output folders for processed documents. Output is for successful processing and error for everything else. If files are found in the error folder, then the instance is not functioning as intended. In this instance refer to the log files for further investigation. The correct permissions must be in place in order to allow the ADSS AFP service owner to access the specified file locations. If unsure, have the system administrator verify access to the specified folders. Note there could be different folders per AFP profile, and sub-folders may be in use. Here is an example: - <Profiles> <Profile status="enable" localhash="true" type="signing" name="localhashing_pades_part2_ltv"> <InputFolderPath>../data/input_folder</InputFolderPath> <OutputFolderPath>../data/output_folder</OutputFolderPath> <ErrorFolderPath>../data/error_folder</ErrorFolderPath> <ScanSubDirectories delete="false">false</scansubdirectories> <!--Set attribute delete="true" to delete sub folders--> 3.5 Proxy Configuration The proxy configuration for ADSS AFP is used when there is a requirement for external communication. For example, to a watched folder across a network. In this instance, the proxy and interconnecting infrastructure is critical to the continued success of ADSS AFP functionality. The proxy is configured under ProxySettings under Global Configuration, i.e. AFP (see below). Although no internal test function exists for the proxy settings, it does provide the connection details that can be verified by the proxy owner. Connectivity can be tested using third party tools. For example, telnet client will indicate if the proxy can at least be reached. <Settings> <OriginatorId>Test_Client_ID</OriginatorId> <ServiceAddress> <PrimaryAddress> <SecondaryAddress> Ascertia Limited Commercial-in-Confidence Page 6 of 15

7 </ServiceAddress> <ProxySettings status="disable"> <ProxyHost> </ProxyHost> <ProxyPort>8090</ProxyPort> <Credentials status="enable"> <ProxyUserName>user1</ProxyUserName> <ProxyPassword>password1</ProxyPassword> <AuthenticationScheme>BASIC</AuthenticationScheme> <!--Possible values are: BASIC, DIGEST--> </Credentials> </ProxySettings> <ClientAuthPfxSettings status="enable"> <PfxFilePath>C:/temp/client.pfx</PfxFilePath> <PfxPassword>password2</PfxPassword> </ClientAuthPfxSettings> </Settings> Note proxy credentials, configuration and associated settings are outside the control of ADSS AFP. 3.6 Network Connectivity to ADSS Server Cloud Service ADSS AFP communicates with a cloud service hosted ADSS Server service. It relies on this to operate in nearly all scenarios (SigningHub and document conversion the two anomalies). ADSS Server Cloud Service is available on port Telnet or similar network tools should be used to test connectivity to these ports from ADSS AFP host. When unable to connect with the ADSS Server Cloud Service, verify simple network tests such as ping, telnet, and trace route from the ADSS AFP host system. 3.7 Client Authentication Authentication of ADSS AFP client to ADSS Server Cloud Service is done using a PFX file in combination with an originator or client ID. These are distributed to customers by Ascertia and referenced in the afp.xml file (OriginatorId is shown directly above and the PFX here): - <ClientAuthPfxSettings status="enable"> <PfxFilePath>C:/temp/client.pfx</PfxFilePath> <PfxPassword>password2</PfxPassword> </ClientAuthPfxSettings> First, check the setting is enabled. The default is disabled. Next ensure the path location and file name are correct and that the password is also correct. To check the password, import the PFX into your Windows or similar security store. When prompted enter the password to verify it. A successful import indicates the password is correct. For the OriginatorId make sure this value has not been changed or accidentally overwritten with the default value of samples_test_client. Ascertia Limited Commercial-in-Confidence Page 7 of 15

8 3.8 Client TLS Authentication The authentication of ADSS AFP client to ADSS Server Cloud Service is via client TLS, as described directly above. In order to trust the cloud service as with any TLS connection, the TLS certificate used to secure the cloud service must be trusted by the requesting client. For Ascertia services this means trusting the Ascertia Root CA 3 certificate. In order to verify this can be done by the ADSS AFP client, run the SSL configuration utility called ssl_trust_manager.bat/sh. This is located under directory <AFP_Home>/ssl. Here is a sample output from running the utility: The Ascertia Root CA 3 and Ascertia Internal CA3 certificate are required. If for some reason these are not present, then communication with the server will fail. The certificates are included under attachments of this PDF document. They are called: - Ascertia Root CA 3.txt Ascertia Internal CA 3.txt To use these files rename the files to use.cer or.der file extension before use. Alternatively, the file that the above utility updates is included in the attachment list of this document. It is called jssecacerts and is located under <AFP_Home>/jre/lib/security. If you choose to overwrite this file, you must restart ADSS AFP service for it to take effect. Again, the attachment must be renamed before use to remove the ".txt" extension. Ascertia Limited Commercial-in-Confidence Page 8 of 15

9 4 ADSS Server Cloud Service This section describes how to test the ADSS Server Cloud Service independently of your own ADSS AFP configuration. 4.1 Cloud Service Web Browser Authentication Test To test authentication to the cloud service, import your PFX into your local security store, as described above in section 3.7. Open a web browser on the same machine and navigate to one of these URLs: If the service is accessible you will be prompted to choose the certificate from your PFX file: - And if the certificate is valid you will see the following post selection: - Note this test can be done from any machine with a web browser and where you have successfully imported the PFX file. 4.2 Sample Test File Here are sample afp.xml files for both cloud services. To test using these files follow these steps: - 1. Stop your ADSS AFP instance. 2. Copy the PFX file (included in attachments to this document) to your local C:/temp directory. If using Linux based system copy to an appropriate file location and then edit the afp.xml file to refer to the new location. Remember you must rename the attached file extension from ".txt" to ".pfx" before use. This file is referenced in the afp.xml example files. ADSS AFP must be able to read it. The password is in the file already and does not require changing. For information purposes it is A1B2C3D4. Ascertia Limited Commercial-in-Confidence Page 9 of 15

10 3. Backup your afp.xml file from <AFP_Home>/conf directory. 4. Delete the current afp.xml file. 5. Copy the appropriate file from the attachments into <AFP_Home>/conf directory. 6. Start AFP service. 7. Copy the sample PDF (included in attachments to this document) into the input directory folder, i.e.../data/input_folder. Note the above assumes the directory <AFP_Home>/data/input_folder exists as per the default package. If it does not create it and apply the appropriate permissions for ADSS AFP owner. The test will hash the PDF locally and send the hash for signature to the respective ADSS Server Cloud Service. The output is written to the../data/output_folder. Ascertia Limited Commercial-in-Confidence Page 10 of 15

11 5 Appendix A Here are sample afp.xml files in full that are referenced in section 4 above. These are used to test the ADSS Server Cloud Service instances at and respectfully. Printed in full here in case the embedded files are not accessible. They are basically the same except for the order of the primary and secondary addresses of the ADSS Server Cloud Service. 5.1 Host adss-us1 <AFP> <Settings> <OriginatorId>Ascertia_Corporate_Test</OriginatorId> <ServiceAddress> <PrimaryAddress> <SecondaryAddress> </ServiceAddress> <ProxySettings status="disable"> <ProxyHost> </ProxyHost> <ProxyPort>8090</ProxyPort> <Credentials status="disable"> <ProxyUserName>user1</ProxyUserName> <ProxyPassword>password1</ProxyPassword> <AuthenticationScheme>BASIC</AuthenticationScheme> <!--Possible values are: BASIC, DIGEST--> </Credentials> </ProxySettings> <ClientAuthPfxSettings status="enable"> <PfxFilePath>C:/temp/Ascertia_Corporate_Test.pfx</PfxFilePath> <PfxPassword>A1B2C3D4</PfxPassword> </ClientAuthPfxSettings> </Settings> <Profiles> <Profile status="enable" localhash="true" type="signing" name="localhashing_pades_part2_ltv"> <InputFolderPath>../data/input_folder</InputFolderPath> <OutputFolderPath>../data/output_folder</OutputFolderPath> <ErrorFolderPath>../data/error_folder</ErrorFolderPath> <ScanSubDirectories delete="false">false</scansubdirectories> <!--Set attribute delete="true" to delete sub folders--> <SigningProfile>adss:signing:profile:003</SigningProfile> <HashAlgorithm>SHA256</HashAlgorithm> <!--Possible values are: SHA1,SHA256,SHA384,SHA512--> <HashMode>DETACHED</HashMode> <!--Possible values are: ENVELOPING, DETACHED--> <SigDictionarySize>80</SigDictionarySize> <!--Numeric value in KB e.g. 40--> Ascertia Limited Commercial-in-Confidence Page 11 of 15

12 <ConcurrentRequests>10</ConcurrentRequests> <BatchCount>30</BatchCount> must lock before processing starts--> <!--BatchCount defines the number of files that AFP <LockTimeout>120</LockTimeout> <!--The files locked by BatchCount are released after this number of seconds if not processed--> <IdleSleepTime>30</IdleSleepTime> <!--AFP sleeps for this number of seconds when there are no files left to process--> <ConnectionTimeout>30</ConnectionTimeout> <!--The ADSS Server connection is closed if communication fails for this number of seconds--> <FailureRetries>3</FailureRetries> <!--AFP tries this many times to re-establish the connection--> <FilePostfix>-processed</FilePostfix> <PdfSignatureSettings> <!--Remove PdfSignatureSettings to create invisible signatures--> -> <!--SigningPosition and SigningArea must not be used simultaneously in a profile- <SigningPosition>X1=80,Y1=78,X2=290,Y2=190</SigningPosition> <!--<SigningArea>TOP_LEFT</SigningArea>--> <!--Possible values are: TOP_LEFT, TOP_RIGHT, CENTER, BOTTOM_LEFT, BOTTOM_RIGHT--> <SignatureField>Signature-1</SignatureField> <!--Mandatory if SigningPosition is provided--> <SignatureAppearance>../data/resources/default_sig_appearance.xml</SignatureAppearance> <!--Mandatory if creating visible PDF signatures --> <SigningPage>1</SigningPage> <SigningReason>I am author of this document</signingreason> <SigningLocation>London</SigningLocation> <ContactInfo>support@ascertia.com</ContactInfo> <CompanyLogo>../data/resources/company_logo.png</CompanyLogo> <HandSignature>../data/resources/hand_signature.jpg</HandSignature> <CertifyPermission>CERTIFIED_FORM_FILLING_AND_ANNOTATIONS</CertifyPermission> <FontRepository>../data/resources/fonts</FontRepository> <SignedBy>Andy Amos</SignedBy> <SignerCertificate>../data/resources/samples_test_signing_certificate.cer</SignerCertificat e> </ PdfSignatureSettings> <!--<PdfProtection>--> <!--Optionally specify PDF data protection settings in the case of local hashing only. Note when sending the complete document to ADSS Server these permissions can be applied via signature profile settings on the server.--> <!--<PermissionsPassphrase>password</PermissionsPassphrase> <AllowPrinting> --> <Resolution>LOW</Resolution>--> <!-- Possible values are: HIGH, LOW <!--</AllowPrinting> <AllowModification>TRUE</AllowModification> <AllowCopyingAndExtraction>TRUE</AllowCopyingAndExtraction> <AllowDocumentAssembly>TRUE</AllowDocumentAssembly> <AllowTextAccess>TRUE</AllowTextAccess> <AllowFormFilling>TRUE</AllowFormFilling> Ascertia Limited Commercial-in-Confidence Page 12 of 15

13 <AllowCommenting>TRUE</AllowCommenting> </PdfProtection>--> <InputFileFilter> <FileExtension>pdf</FileExtension> <!--<FileNameContains>UK</FileNameContains>--> are required--> </InputFileFilter> <!--Use this element if filters </Profile> </Profiles> </AFP> 5.2 Host adss-us2 <AFP> <Settings> <OriginatorId>Ascertia_Corporate_Test</OriginatorId> <ServiceAddress> <PrimaryAddress> <SecondaryAddress> </ServiceAddress> <ProxySettings status="disable"> <ProxyHost> </ProxyHost> <ProxyPort>8090</ProxyPort> <Credentials status="disable"> <ProxyUserName>user1</ProxyUserName> <ProxyPassword>password1</ProxyPassword> <AuthenticationScheme>BASIC</AuthenticationScheme> <!--Possible values are: BASIC, DIGEST--> </Credentials> </ProxySettings> <ClientAuthPfxSettings status="enable"> <PfxFilePath>C:/temp/Ascertia_Corporate_Test.pfx</PfxFilePath> <PfxPassword>A1B2C3D4</PfxPassword> </ClientAuthPfxSettings> </Settings> <Profiles> <Profile status="enable" localhash="true" type="signing" name="localhashing_pades_part2_ltv"> <InputFolderPath>../data/input_folder</InputFolderPath> <OutputFolderPath>../data/output_folder</OutputFolderPath> <ErrorFolderPath>../data/error_folder</ErrorFolderPath> <ScanSubDirectories delete="false">false</scansubdirectories> <!--Set attribute delete="true" to delete sub folders--> <SigningProfile>adss:signing:profile:003</SigningProfile> Ascertia Limited Commercial-in-Confidence Page 13 of 15

14 <HashAlgorithm>SHA256</HashAlgorithm> <!--Possible values are: SHA1,SHA256,SHA384,SHA512--> <HashMode>DETACHED</HashMode> <!--Possible values are: ENVELOPING, DETACHED--> <SigDictionarySize>80</SigDictionarySize> <!--Numeric value in KB e.g. 40--> <ConcurrentRequests>10</ConcurrentRequests> <BatchCount>30</BatchCount> must lock before processing starts--> <!--BatchCount defines the number of files that AFP <LockTimeout>120</LockTimeout> <!--The files locked by BatchCount are released after this number of seconds if not processed--> <IdleSleepTime>30</IdleSleepTime> <!--AFP sleeps for this number of seconds when there are no files left to process--> <ConnectionTimeout>30</ConnectionTimeout> <!--The ADSS Server connection is closed if communication fails for this number of seconds--> <FailureRetries>3</FailureRetries> <!--AFP tries this many times to re-establish the connection--> <FilePostfix>-processed</FilePostfix> <PdfSignatureSettings> <!--Remove PdfSignatureSettings to create invisible signatures--> -> <!--SigningPosition and SigningArea must not be used simultaneously in a profile- <SigningPosition>X1=80,Y1=78,X2=290,Y2=190</SigningPosition> <!--<SigningArea>TOP_LEFT</SigningArea>--> <!--Possible values are: TOP_LEFT, TOP_RIGHT, CENTER, BOTTOM_LEFT, BOTTOM_RIGHT--> <SignatureField>Signature-1</SignatureField> <!--Mandatory if SigningPosition is provided--> <SignatureAppearance>../data/resources/default_sig_appearance.xml</SignatureAppearance> <!--Mandatory if creating visible PDF signatures --> <SigningPage>1</SigningPage> <SigningReason>I am author of this document</signingreason> <SigningLocation>London</SigningLocation> <ContactInfo>support@ascertia.com</ContactInfo> <CompanyLogo>../data/resources/company_logo.png</CompanyLogo> <HandSignature>../data/resources/hand_signature.jpg</HandSignature> <CertifyPermission>CERTIFIED_FORM_FILLING_AND_ANNOTATIONS</CertifyPermission> <FontRepository>../data/resources/fonts</FontRepository> <SignedBy>Andy Amos</SignedBy> <SignerCertificate>../data/resources/samples_test_signing_certificate.cer</SignerCertificate > </ PdfSignatureSettings> <!--<PdfProtection>--> <!--Optionally specify PDF data protection settings in the case of local hashing only. Note when sending the complete document to ADSS Server these permissions can be applied via signature profile settings on the server.--> <!--<PermissionsPassphrase>password</PermissionsPassphrase> <AllowPrinting> --> <Resolution>LOW</Resolution>--> <!-- Possible values are: HIGH, LOW <!--</AllowPrinting> <AllowModification>TRUE</AllowModification> Ascertia Limited Commercial-in-Confidence Page 14 of 15

15 <AllowCopyingAndExtraction>TRUE</AllowCopyingAndExtraction> <AllowDocumentAssembly>TRUE</AllowDocumentAssembly> <AllowTextAccess>TRUE</AllowTextAccess> <AllowFormFilling>TRUE</AllowFormFilling> <AllowCommenting>TRUE</AllowCommenting> </PdfProtection>--> <InputFileFilter> <FileExtension>pdf</FileExtension> <!--<FileNameContains>UK</FileNameContains>--> are required--> </InputFileFilter> <!--Use this element if filters </Profile> </Profiles> </AFP> *** End of Document *** Ascertia Limited Commercial-in-Confidence Page 15 of 15

A D S S G o > S i g n D e s k t o p. I n s t a l l a t i o n G u i d e. D o c u m e n t V e r s i o n

A D S S G o > S i g n D e s k t o p. I n s t a l l a t i o n G u i d e. D o c u m e n t V e r s i o n A D S S G o > S i g n D e s k t o p I n s t a l l a t i o n G u i d e A S C E R T I A LTD A p r i l 2 0 1 8 D o c u m e n t V e r s i o n - 5.7. 0. 1 Ascertia Limited. All rights reserved. This document

More information

ADSS OCSP S e r v e r

ADSS OCSP S e r v e r ADSS OCSP S e r v e r The Essential Guide to System Recovery A S C E R T I A LTD O C T O B E R 2 0 1 8 D O C U M E N T V E R S I O N - 1. 4 Ascertia Limited. All rights reserved. This document contains

More information

The Essential Guide to System Recovery D O C U M E N T V E R S I O N

The Essential Guide to System Recovery D O C U M E N T V E R S I O N A D S S S e r v e r The Essential Guide to System Recovery A S C E R T I A LTD A P R I L 2018 D O C U M E N T V E R S I O N - 1. 3 Ascertia Limited. All rights reserved. This document contains commercial-in-confidence

More information

M i c r o s o f t S Q L S e r v e r I n s t a l l a t i o n G u i d e for A D S S S e r v e r

M i c r o s o f t S Q L S e r v e r I n s t a l l a t i o n G u i d e for A D S S S e r v e r M i c r o s o f t S Q L S e r v e r I n s t a l l a t i o n G u i d e for A D S S S e r v e r A S C E R T I A LTD S E P T E M B E R 2 0 1 8 D o c u m e n t V e r s i o n - 5.9. 0. 1 Ascertia Limited. All

More information

OCSP Client Tool V2.2 User Guide

OCSP Client Tool V2.2 User Guide Ascertia Limited 40 Occam Road Surrey Research Park Guildford Surrey GU2 7YG Tel: +44 1483 685500 Fax: +44 1483 573704 www.ascertia.com OCSP Client Tool V2.2 User Guide Document Version: 2.2.0.2 Document

More information

Ascertia Ltd. S i g n i n g H u b E n t e r p r i s e. I n s t a l l a t i o n G u i d e. D o c u m e n t V e r s i o n

Ascertia Ltd. S i g n i n g H u b E n t e r p r i s e. I n s t a l l a t i o n G u i d e. D o c u m e n t V e r s i o n S i g n i n g H u b E n t e r p r i s e I n s t a l l a t i o n G u i d e Ascertia Ltd S e p t e m b e r 2 0 1 6 D o c u m e n t V e r s i o n - 7. 0. 0.1 Ascertia Limited. All rights reserved. This document

More information

A S C E R T I A LTD D O C U M E N T V E R S I O N - 1.2

A S C E R T I A LTD D O C U M E N T V E R S I O N - 1.2 Q u i c k G u i d e E n t r u s t I D G S m a r t C r e d e n t i a l E n r o l m e n t A S C E R T I A LTD J A N U A R Y 2 0 1 5 D O C U M E N T V E R S I O N - 1.2 Ascertia Ltd, 2015 This document contains

More information

Ascertia Ltd. S i g n i n g H u b E n t e r p r i s e. I n s t a l l a t i o n G u i d e. M a y D o c u m e n t V e r s i o n

Ascertia Ltd. S i g n i n g H u b E n t e r p r i s e. I n s t a l l a t i o n G u i d e. M a y D o c u m e n t V e r s i o n S i g n i n g H u b E n t e r p r i s e I n s t a l l a t i o n G u i d e Ascertia Ltd M a y 2018 D o c u m e n t V e r s i o n - 7. 5. 1. 0 Ascertia Limited. All rights reserved. This document contains

More information

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3. Installing and Configuring VMware Identity Manager Connector 2018.8.1.0 (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.3 You can find the most up-to-date technical documentation on

More information

Source Control: Subversion

Source Control: Subversion USER GUIDE MADCAP FLARE 2018 Source Control: Subversion Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in

More information

Click Studios. Passwordstate. Remote Session Launcher. Installation Instructions

Click Studios. Passwordstate. Remote Session Launcher. Installation Instructions Passwordstate Remote Session Launcher Installation Instructions This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise

More information

High Availability Enabling SSL Database Migration Auto Backup and Auto Update Mail Server and Proxy Settings Support...

High Availability Enabling SSL Database Migration Auto Backup and Auto Update Mail Server and Proxy Settings Support... Quick Start Guide Table of Contents Overview... 4 Deployment... 4 System Requirements... 4 Installation... 6 Working with AD360... 8 Starting AD360... 8 Launching AD360 client... 9 Stopping AD360... 9

More information

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

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

More information

Load Balancing Censornet USS Gateway. Deployment Guide v Copyright Loadbalancer.org

Load Balancing Censornet USS Gateway. Deployment Guide v Copyright Loadbalancer.org Load Balancing Censornet USS Gateway Deployment Guide v1.0.0 Copyright Loadbalancer.org Table of Contents 1. About this Guide...3 2. Loadbalancer.org Appliances Supported...3 3. Loadbalancer.org Software

More information

Polarion Enterprise Setup 17.2

Polarion Enterprise Setup 17.2 SIEMENS Polarion Enterprise Setup 17.2 POL005 17.2 Contents Terminology......................................................... 1-1 Overview...........................................................

More information

icms Version 2.5 icms Installation Guide

icms Version 2.5 icms Installation Guide icms Version 2.5 icms Installation Guide IGiCMS/R15, Mar 2014 All rights reserved Copyright 2014, Speakerbus Technology Printed in the UK 2014. Speakerbus Technology Limited reserves the right to make

More information

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

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

More information

NETWRIX INACTIVE USER TRACKER

NETWRIX INACTIVE USER TRACKER NETWRIX INACTIVE USER TRACKER QUICK-START GUIDE Product Version: 3.0.106 March 2014. Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment

More information

WORKSHARE HYBRID STORAGE INSTALLATION GUIDE

WORKSHARE HYBRID STORAGE INSTALLATION GUIDE WORKSHARE HYBRID STORAGE INSTALLATION GUIDE June 2017 COMPANY INFORMATION Workshare Hybrid Storage Installation Guide Workshare Ltd. (UK) 20 Fashion Street London E1 6PX UK Workshare Inc. (USA) 625 Market

More information

Forescout. eyeextend for IBM BigFix. Configuration Guide. Version 1.2

Forescout. eyeextend for IBM BigFix. Configuration Guide. Version 1.2 Forescout Version 1.2 Contact Information Forescout Technologies, Inc. 190 West Tasman Drive San Jose, CA 95134 USA https://www.forescout.com/support/ Toll-Free (US): 1.866.377.8771 Tel (Intl): 1.408.213.3191

More information

Xton Access Manager GETTING STARTED GUIDE

Xton Access Manager GETTING STARTED GUIDE Xton Access Manager GETTING STARTED GUIDE XTON TECHNOLOGIES, LLC PHILADELPHIA Copyright 2017. Xton Technologies LLC. Contents Introduction... 2 Technical Support... 2 What is Xton Access Manager?... 3

More information

Frequently Asked Questions About Performance Monitor

Frequently Asked Questions About Performance Monitor APPENDIXA Frequently Asked Questions About Performance Monitor The following topics answer common questions about Performance monitor and contain troubleshooting tips: Installation, page A-1 Importing,

More information

Privileged Identity App Launcher and Session Recording

Privileged Identity App Launcher and Session Recording Privileged Identity App Launcher and Session Recording 2018 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are

More information

maxecurity Product Suite

maxecurity Product Suite maxecurity Product Suite Domain Administrator s Manual Firmware v2.2 ii Table of Contents BASICS... 1 Understanding how maxecurity products work in your company... 1 Getting started as a Domain Administrator...

More information

Xerox VersaLink B7025/B7030/B7035 Multifunction Printer Security Function Supplementary Guide

Xerox VersaLink B7025/B7030/B7035 Multifunction Printer Security Function Supplementary Guide Xerox VersaLink B7025/B7030/B7035 Multifunction Printer Document Version 1.0: March 2018 Contents Xerox VersaLink B7025/B7030/B7035 Multifunction Printer Before Using the Security Features... 5 Preface...

More information

A s c e r t i a S u p p o r t S e r v i c e s G u i d e

A s c e r t i a S u p p o r t S e r v i c e s G u i d e A s c e r t i a S u p p o r t S e r v i c e s G u i d e A S C E R T I A LTD J A N U A R Y 2 0 1 7 D O C U M E N T V E R S I O N - 5.1 Copyright Ascertia Ltd, 2017 Commercial-in-Confidence 1 Ascertia Support

More information

SafeConsole On-Prem Install Guide. version DataLocker Inc. July, SafeConsole. Reference for SafeConsole OnPrem

SafeConsole On-Prem Install Guide. version DataLocker Inc. July, SafeConsole. Reference for SafeConsole OnPrem version 5.2.2 DataLocker Inc. July, 2017 SafeConsole Reference for SafeConsole OnPrem 1 Contents Introduction................................................ 2 How do the devices become managed by SafeConsole?....................

More information

VMware Workspace ONE UEM VMware AirWatch Cloud Connector

VMware Workspace ONE UEM VMware AirWatch Cloud Connector VMware AirWatch Cloud Connector VMware Workspace ONE UEM 1811 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this

More information

VMware AirWatch Content Gateway Guide for Windows

VMware AirWatch Content Gateway Guide for Windows VMware AirWatch Content Gateway Guide for Windows AirWatch v9.1 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. This product

More information

Source Control: Subversion

Source Control: Subversion USER GUIDE MADCAP LINGO 10.1 Source Control: Subversion Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in

More information

Runecast Analyzer User Guide

Runecast Analyzer User Guide Runecast Analyzer User Guide V1.0 Copyright 2014-2017 Runecast Solutions Ltd. All rights reserved. 2 P a g e Contents 1 Installation and Setup... 5 1.1 System requirements... 5 1.2 Deployment... 6 1.3

More information

S e c u r e E m a i l S e r v e r ( S E S ) A d m i n G u i d e. D o c u m e n t V e r s i o n

S e c u r e E m a i l S e r v e r ( S E S ) A d m i n G u i d e. D o c u m e n t V e r s i o n S e c u r e E m a i l S e r v e r ( S E S ) A d m i n G u i d e A S C E R T I A LTD S E P T E M B E R 2 0 1 8 D o c u m e n t V e r s i o n - 5. 9. 0. 1 Ascertia Limited. All rights reserved. This document

More information

NGFW Security Management Center

NGFW Security Management Center NGFW Security Management Center Release Notes 6.3.4 Revision A Contents About this release on page 2 System requirements on page 2 Build version on page 3 Compatibility on page 5 New features on page 5

More information

Read the following information carefully, before you begin an upgrade.

Read the following information carefully, before you begin an upgrade. Read the following information carefully, before you begin an upgrade. Review Supported Upgrade Paths, page 1 Review Time Taken for Upgrade, page 1 Review Available Cisco APIC-EM Ports, page 2 Securing

More information

VMware Horizon FLEX Client User Guide

VMware Horizon FLEX Client User Guide Horizon FLEX 1.10 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this

More information

User Manual. Admin Report Kit for IIS 7 (ARKIIS)

User Manual. Admin Report Kit for IIS 7 (ARKIIS) User Manual Admin Report Kit for IIS 7 (ARKIIS) Table of Contents 1 Admin Report Kit for IIS 7... 1 1.1 About ARKIIS... 1 1.2 Who can Use ARKIIS?... 1 1.3 System requirements... 2 1.4 Technical Support...

More information

Avalanche Remote Control User Guide. Version 4.1

Avalanche Remote Control User Guide. Version 4.1 Avalanche Remote Control User Guide Version 4.1 ii Copyright 2012 by Wavelink Corporation. All rights reserved. Wavelink Corporation 10808 South River Front Parkway, Suite 200 South Jordan, Utah 84095

More information

Workspace ONE UEM Notification Service 2. VMware Workspace ONE UEM 1811

Workspace ONE UEM  Notification Service 2. VMware Workspace ONE UEM 1811 Workspace ONE UEM Email Notification Service 2 VMware Workspace ONE UEM 1811 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

VMware AirWatch Content Gateway Guide for Linux For Linux

VMware AirWatch Content Gateway Guide for Linux For Linux VMware AirWatch Content Gateway Guide for Linux For Linux Workspace ONE UEM v9.7 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

Deployment Guide. 3.1 For Windows For Linux Docker image Windows Installation Installation...

Deployment Guide. 3.1 For Windows For Linux Docker image Windows Installation Installation... TABLE OF CONTENTS 1 About Guide...1 2 System Requirements...2 3 Package...3 3.1 For Windows... 3 3.2 For Linux... 3 3.3 Docker image... 4 4 Windows Installation...5 4.1 Installation... 5 4.1.1 Install

More information

A D S S S e r v e r I n s t a l l a t i o n G u i d e

A D S S S e r v e r I n s t a l l a t i o n G u i d e A D S S S e r v e r I n s t a l l a t i o n G u i d e A S C E R T I A LTD A u g u s t 2 0 1 7 D o c u m e n t V e r s i o n - 5.5. 0. 3 Ascertia Limited. All rights reserved. This document contains commercial-in-confidence

More information

A D S S S e r v e r. I n s t a l l a t i o n G u i d e. D o c u m e n t V e r s i o n

A D S S S e r v e r. I n s t a l l a t i o n G u i d e. D o c u m e n t V e r s i o n A D S S S e r v e r I n s t a l l a t i o n G u i d e A S C E R T I A LTD M AY 2 0 1 8 D o c u m e n t V e r s i o n - 5.8. 0. 1 Ascertia Limited. All rights reserved. This document contains commercial-in-confidence

More information

VMware AirWatch Content Gateway Guide for Windows

VMware AirWatch Content Gateway Guide for Windows VMware AirWatch Content Gateway Guide for Windows AirWatch v9.2 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. This product

More information

Tasktop Sync - Cheat Sheet

Tasktop Sync - Cheat Sheet Tasktop Sync - Cheat Sheet 1 Table of Contents Tasktop Sync Server Application Maintenance... 4 Basic Installation... 4 Upgrading Sync... 4 Upgrading an Endpoint... 5 Moving a Workspace... 5 Same Machine...

More information

integreat4tfs Installation Guide

integreat4tfs Installation Guide TABLE OF CONTENTS Introduction... 2 System Requirements... 2 Software Requirements... 2 Hardware Requirements... 2 Hardware requirements for Redis... 2 Installation Process... 2 Installation Guidelines...

More information

CA Agile Central Administrator Guide. CA Agile Central On-Premises

CA Agile Central Administrator Guide. CA Agile Central On-Premises CA Agile Central Administrator Guide CA Agile Central On-Premises 2018.1 Table of Contents Overview... 3 Server Requirements...3 Browser Requirements...3 Access Help and WSAPI...4 Time Zone...5 Architectural

More information

VMware AirWatch Content Gateway Guide for Windows

VMware AirWatch Content Gateway Guide for Windows VMware AirWatch Content Gateway Guide for Windows AirWatch v9.3 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. This product

More information

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

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

More information

LIBF e-test. Installation Guide. July 2016 Version 2.3

LIBF e-test. Installation Guide. July 2016 Version 2.3 LIBF e-test Installation Guide July 2016 Version 2.3 Table of Contents Page 1 Introduction 3 1.1 Contact details 3 2 Installing the Server application 4 3 Installing the Administration application 9 4

More information

VMware Identity Manager Connector Installation and Configuration (Legacy Mode)

VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager This document supports the version of each product listed and supports all subsequent versions until

More information

Sage Installation and System Administrator s Guide. March 2019

Sage Installation and System Administrator s Guide. March 2019 Sage 100 2019 Installation and System Administrator s Guide March 2019 2019 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and service names mentioned herein

More information

CA Agile Central Installation Guide On-Premises release

CA Agile Central Installation Guide On-Premises release CA Agile Central Installation Guide On-Premises release 2016.2 Agile Central to Go 2017.1 rallysupport@rallydev.com www.rallydev.com 2017 CA Technologies (c) 2017 CA Technologies Version 2016.2 (c) Table

More information

Polarion 18 Enterprise Setup

Polarion 18 Enterprise Setup SIEMENS Polarion 18 Enterprise Setup POL005 18 Contents Terminology......................................................... 1-1 Overview........................................................... 2-1

More information

EMC Ionix Network Configuration Manager Version 4.1.1

EMC Ionix Network Configuration Manager Version 4.1.1 EMC Ionix Network Configuration Manager Version 4.1.1 RSA Token Service Installation Guide 300-013-088 REVA01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com

More information

EMC SourceOne for File Systems

EMC SourceOne for File Systems EMC SourceOne for File Systems Version 7.2 Administration Guide 302-000-958 REV 02 Copyright 2005-2015 EMC Corporation. All rights reserved. Published in the USA. Published December 9, 2015 EMC believes

More information

CITRIX 1Y0-200 EXAM QUESTIONS & ANSWERS

CITRIX 1Y0-200 EXAM QUESTIONS & ANSWERS CITRIX 1Y0-200 EXAM QUESTIONS & ANSWERS Number: 1Y0-200 Passing Score: 800 Time Limit: 120 min File Version: 38.7 http://www.gratisexam.com/ CITRIX 1Y0-200 EXAM QUESTIONS & ANSWERS Exam Name: Managing

More information

Installing AX Server with PostgreSQL (multi-server)

Installing AX Server with PostgreSQL (multi-server) Installing AX Server with PostgreSQL (multi-server) Version: 13 Published: Wednesday, November 29, 2017 ACL Services Ltd. 2017 Table of contents Table of contents Table of contents 3 Introduction 7 Intended

More information

Server Installation Guide

Server Installation Guide Server Installation Guide Server Installation Guide Legal notice Copyright 2018 LAVASTORM ANALYTICS, INC. ALL RIGHTS RESERVED. THIS DOCUMENT OR PARTS HEREOF MAY NOT BE REPRODUCED OR DISTRIBUTED IN ANY

More information

SafeConsole On-Prem Install Guide

SafeConsole On-Prem Install Guide SafeConsole On-Prem Install Guide This guide applies to SafeConsole 5.0.5 Introduction This guide describes how to install a new SafeConsole server on Windows using the SafeConsole installer. As an option,

More information

VMWARE HORIZON CLOUD WITH VMWARE IDENTITY MANAGER QUICK START GUIDE WHITE PAPER MARCH 2018

VMWARE HORIZON CLOUD WITH VMWARE IDENTITY MANAGER QUICK START GUIDE WHITE PAPER MARCH 2018 VMWARE HORIZON CLOUD WITH VMWARE IDENTITY MANAGER QUICK START GUIDE WHITE PAPER MARCH 2018 Table of Contents Introduction to Horizon Cloud with Manager.... 3 Benefits of Integration.... 3 Single Sign-On....3

More information

Xerox Device Data Collector 1.1 Security and Evaluation Guide

Xerox Device Data Collector 1.1 Security and Evaluation Guide Xerox Device Data Collector 1.1 Security and Evaluation Guide 2009 Xerox Corporation. All rights reserved. Xerox, WorkCentre, Phaser and the sphere of connectivity design are trademarks of Xerox Corporation

More information

Polycom RealPresence Access Director System, Virtual Edition

Polycom RealPresence Access Director System, Virtual Edition Getting Started Guide Version 4.0 July 2014 3725-78702-002D Polycom RealPresence Access Director System, Virtual Edition Copyright 2014, Polycom, Inc. All rights reserved. No part of this document may

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the product described herein without notice. Before installing and using the product, review the readme files, release

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

VMware AirWatch Cloud Connector Guide ACC Installation and Integration

VMware AirWatch Cloud Connector Guide ACC Installation and Integration VMware AirWatch Cloud Connector Guide ACC Installation and Integration Workspace ONE UEM v1810 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

VMware AirWatch Content Gateway Guide For Linux

VMware AirWatch Content Gateway Guide For Linux VMware AirWatch Content Gateway Guide For Linux AirWatch v9.2 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. This product

More information

Secure Web Appliance. Basic Usage Guide

Secure Web Appliance. Basic Usage Guide Secure Web Appliance Basic Usage Guide Table of Contents 1. Introduction... 1 1.1. About CYAN Secure Web Appliance... 1 1.2. About this Manual... 1 1.2.1. Document Conventions... 1 2. Description of the

More information

Installation on Windows Server 2008

Installation on Windows Server 2008 USER GUIDE MADCAP PULSE 4 Installation on Windows Server 2008 Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described

More information

Sage Installation and System Administrator s Guide. October 2016

Sage Installation and System Administrator s Guide. October 2016 Sage 100 2017 Installation and System Administrator s Guide October 2016 2016 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and service names mentioned herein

More information

CPM. Quick Start Guide V2.4.0

CPM. Quick Start Guide V2.4.0 CPM Quick Start Guide V2.4.0 1 Content 1 Introduction... 3 Launching the instance... 3 CloudFormation... 3 CPM Server Instance Connectivity... 3 2 CPM Server Instance Configuration... 4 CPM Server Configuration...

More information

Modern Requirements4TFS 2018 Update 1 Release Notes

Modern Requirements4TFS 2018 Update 1 Release Notes Modern Requirements4TFS 2018 Update 1 Release Notes Modern Requirements 6/22/2018 Table of Contents 1. INTRODUCTION... 3 2. SYSTEM REQUIREMENTS... 3 3. APPLICATION SETUP... 3 GENERAL... 4 1. FEATURES...

More information

Best Practices for Configuring the Dell Compellent SMI-S Provider for Microsoft SCVMM 2012

Best Practices for Configuring the Dell Compellent SMI-S Provider for Microsoft SCVMM 2012 Dell Compellent Storage Center Best Practices for Configuring the Dell Compellent SMI-S Provider for Microsoft SCVMM 2012 Document Revisions Date Revision Comments 04/11/2012 A First Revision THIS BEST

More information

VMware AirWatch Content Gateway Guide for Windows

VMware AirWatch Content Gateway Guide for Windows VMware AirWatch Content Gateway Guide for Windows Workspace ONE UEM v1810 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

SafeConsole On-Prem Install Guide

SafeConsole On-Prem Install Guide version 5.4 DataLocker Inc. December, 2018 Reference for SafeConsole OnPrem 1 Contents Introduction................................................ 3 How do the devices become managed by SafeConsole?....................

More information

Version Installation Guide. 1 Bocada Installation Guide

Version Installation Guide. 1 Bocada Installation Guide Version 19.4 Installation Guide 1 Bocada Installation Guide Copyright 2019 Bocada LLC. All Rights Reserved. Bocada and BackupReport are registered trademarks of Bocada LLC. Vision, Prism, vpconnect, and

More information

Protection! User Guide. A d m i n i s t r a t o r G u i d e. v L i c e n s i n g S e r v e r. Protect your investments with Protection!

Protection! User Guide. A d m i n i s t r a t o r G u i d e. v L i c e n s i n g S e r v e r. Protect your investments with Protection! jproductivity LLC Protect your investments with Protection! User Guide Protection! L i c e n s i n g S e r v e r v 4. 9 A d m i n i s t r a t o r G u i d e tm http://www.jproductivity.com Notice of Copyright

More information

Configuring the Cisco APIC-EM Settings

Configuring the Cisco APIC-EM Settings Logging into the Cisco APIC-EM, page 1 Quick Tour of the APIC-EM Graphical User Interface (GUI), page 2 Configuring the Prime Infrastructure Settings, page 3 Discovery Credentials, page 4 Security, page

More information

EMC SourceOne Management Pack for Microsoft System Center Operations Manager

EMC SourceOne Management Pack for Microsoft System Center Operations Manager EMC SourceOne Management Pack for Microsoft System Center Operations Manager Version 7.2 Installation and User Guide 302-000-955 REV 01 Copyright 2005-2015. All rights reserved. Published in USA. Published

More information

Course : Planning and Administering SharePoint 2016

Course : Planning and Administering SharePoint 2016 Course Outline Course 20339-1: Planning and Administering SharePoint 2016 Duration: 5 days About this course This five-day course will provide you with the knowledge and skills to plan and administer a

More information

Load Balancing Bloxx Web Filter. Deployment Guide v Copyright Loadbalancer.org

Load Balancing Bloxx Web Filter. Deployment Guide v Copyright Loadbalancer.org Load Balancing Bloxx Web Filter Deployment Guide v1.3.5 Copyright Loadbalancer.org Table of Contents 1. About this Guide...4 2. Loadbalancer.org Appliances Supported...4 3. Loadbalancer.org Software Versions

More information

Deploying VMware Identity Manager in the DMZ. JULY 2018 VMware Identity Manager 3.2

Deploying VMware Identity Manager in the DMZ. JULY 2018 VMware Identity Manager 3.2 Deploying VMware Identity Manager in the DMZ JULY 2018 VMware Identity Manager 3.2 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

More information

Technical Brief SUPPORTPOINT TECHNICAL BRIEF MARCH

Technical Brief SUPPORTPOINT TECHNICAL BRIEF MARCH Technical Brief 1 SupportPoint Cloud is a SaaS solution that makes it easy for people to get the information and guidance they need to navigate through complex business processes. SupportPoint Cloud Client

More information

EMC SourceOne for Microsoft SharePoint Version 7.1

EMC SourceOne for Microsoft SharePoint Version 7.1 EMC SourceOne for Microsoft SharePoint Version 7.1 Installation Guide 302-000-151 REV 01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2009-2013

More information

PKI is Alive and Well: The Symantec Managed PKI Service

PKI is Alive and Well: The Symantec Managed PKI Service PKI is Alive and Well: The Symantec Managed PKI Service Marty Jost Product Marketing, User Authentication Lance Handorf Technical Enablement, PKI Solutions 1 Agenda 1 2 3 PKI Background: Problems and Solutions

More information

IBM Single Sign On for Bluemix Version December Identity Bridge Configuration topics

IBM Single Sign On for Bluemix Version December Identity Bridge Configuration topics IBM Single Sign On for Bluemix Version 2.0 28 December 2014 Identity Bridge Configuration topics IBM Single Sign On for Bluemix Version 2.0 28 December 2014 Identity Bridge Configuration topics ii IBM

More information

IMC VAN Fabric Manager v7.0 (E0201) Copyright (c) Hewlett-Packard Development Company, L.P. and its licensors.

IMC VAN Fabric Manager v7.0 (E0201) Copyright (c) Hewlett-Packard Development Company, L.P. and its licensors. IMC VAN Fabric Manager v7.0 (E0201) Copyright (c) 2013-2014 Hewlett-Packard Development Company, L.P. and its licensors. Table of Contents 1. What's New in this Release 2. Problems Fixed in this Release

More information

ForeScout Extended Module for IBM BigFix

ForeScout Extended Module for IBM BigFix Version 1.1 Table of Contents About BigFix Integration... 4 Use Cases... 4 Additional BigFix Documentation... 4 About this Module... 4 About Support for Dual Stack Environments... 5 Concepts, Components,

More information

Source Control: Perforce

Source Control: Perforce USER GUIDE MADCAP FLARE 2018 Source Control: Perforce Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this

More information

Sage 100 ERP 2015 Installation and System Administrator s Guide

Sage 100 ERP 2015 Installation and System Administrator s Guide Sage 100 ERP 2015 Installation and System Administrator s Guide This is a publication of Sage Software, Inc. Version 2015 Copyright 2015 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and

More information

Polarion 18.2 Enterprise Setup

Polarion 18.2 Enterprise Setup SIEMENS Polarion 18.2 Enterprise Setup POL005 18.2 Contents Overview........................................................... 1-1 Terminology..........................................................

More information

Microsoft Core Solutions of Microsoft SharePoint Server 2013

Microsoft Core Solutions of Microsoft SharePoint Server 2013 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20331 - Core Solutions of Microsoft SharePoint Server 2013 Length 5 days Price $4290.00 (inc GST) Version B Overview This course will provide you with the

More information

T E KLYNX CENTRAL I N S T A L L A T I O N G U I D E

T E KLYNX CENTRAL I N S T A L L A T I O N G U I D E TEKLYNX CENTRAL I N S T A L L A T I O N G U I D E Note TEKLYNX CENTRAL Installation Guide The information in this manual is not binding and may be modified without prior notice. Supply of the software

More information

AVG Business Edition Remote Administration

AVG Business Edition Remote Administration AVG Business Edition Remote Administration User Manual Document revision AVG.02 (1/7/2018) Copyright AVG Technologies CZ, s.r.o. All rights reserved. All other trademarks are the property of their respective

More information

CLIQ Remote - System description and requirements

CLIQ Remote - System description and requirements CLIQ Remote - System description and requirements 1. Introduction CLIQ Remote - Access at a distance CLIQ Remote is an electromechanical lock system with an additional level of security and flexibility,

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

SCCM Plug-in User Guide. Version 3.0

SCCM Plug-in User Guide. Version 3.0 SCCM Plug-in User Guide Version 3.0 JAMF Software, LLC 2012 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF Software 301 4th Ave

More information

View Administration. VMware Horizon 6 6.0

View Administration. VMware Horizon 6 6.0 VMware Horizon 6 6.0 You can find the most up-to-date technical documentation on the VMware Web site at: https://docs.vmware.com/ The VMware Web site also provides the latest product updates. If you have

More information

Bomgar Vault Server Installation Guide

Bomgar Vault Server Installation Guide Bomgar Vault 17.2.1 Server Installation Guide 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property

More information

Xerox ConnectKey for DocuShare Installation and Setup Guide

Xerox ConnectKey for DocuShare Installation and Setup Guide Xerox ConnectKey for DocuShare Installation and Setup Guide 2013 Xerox Corporation. All rights reserved. Xerox, Xerox and Design, ConnectKey, DocuShare, and Xerox Extensible Interface Platform are trademarks

More information