Technical Paper. Configuring the SAS Web Infrastructure Platform Data Server for High Availability
|
|
|
- Dwight Osborne
- 10 years ago
- Views:
Transcription
1 Technical Paper Configuring the SAS Web Infrastructure Platform Data Server for High Availability
2 ii Configuring the SAS Web Infrastructure Platform for High Availability PAPER TITLE Content provided by Jesse Sookne, Mason Morris, Douglas Liming and Ken Young of SAS Institute Inc. Copyright 2015, SAS Institute Inc., Cary, NC, USA For questions and support, contact Salman Maher, SAS Institute Inc. Last updated March 2015.
3 iii Configuring the SAS Web Infrastructure Platform for High Availability Configuring the SAS Web Infrastructure Platform for High Availability iii Table of Contents Table of Contents... iii Introduction... 1 Overview... 1 Background... 2 Install and Configure the Primary and Standby WIP Data Servers... 3 Initialize and Configure the Primary Data Server... 4 On UNIX... 6 On Windows... 6 Initialize and Configure the Standby Data Server... 7 Prepare for and Execute the SAS Deployment Wizard... 8 Configure the SAS Middle Tier for WIP Data Server Failover Configuration Verification Configure SAS Environment Manager to Manage WIP Data Server Create the PostgreSQL Password File Configure the SAS Environment Manager Plug-In for Web Infrastructure High Availability Prepare to Configure the Plug-In (Windows Only) Verify That the Correct Plug-In Is Installed Configure the Monitoring Process Check the Availability of Primary and Standby Servers Configure Failover Alert Post-Setup Notes Repairing Streaming Replication after a Failover Recovering a Failed Standby Server... 25
4 iv Configuring the SAS Web Infrastructure Platform for High Availability PAPER TITLE
5 Introduction Overview This document describes how to configure the SAS Middle Tier for high availability of the SharedServices database, which is one of the databases installed on and managed by the SAS Web Infrastructure Platform Data Server. This document describes the configuration steps for an out-of-the-box or new level configuration only. You cannot update an existing WIP data server configuration. Configuring for high availability involves configuring two WIP data servers in a master/slave relationship, both based on PostgreSQL One is the primary data server, and one is a standby data server that contains a replica of the data in the SharedServices database on the primary data server. The configuration enables the primary data server to replicate data to the standby data server that is configured to take over as primary server if a failure occurs. High availability is provided for the WIP data server s SharedServices database. However, others in the middle tier (such as vdbadm and transportsvcs_db) can be configured for high availability in a similar fashion. The EVManager and Administration databases are hosted on a third stand-alone WIP data server, which is configured by the SDW and is separate from the WIP high availability servers. WIP Data Server WIP Data Server 1 WIP Data Server 2 WIP Data Server 3 Configuration Set up for replication as primary. Set up for replication as standby (receives all data from primary; essentially, this is a mirror of the primary server). Stand-alone (not connected to the primary and standby WIP data servers). Hosted Databases SharedServices (primary read/write copy). SharedServices (a read-only copy that s replicated from server #1 in real time). EVManager, Administration (possibly others). The databases on the independent data server (#3) are described in the SAS 9.4 Intelligence Platform: Middle- Tier Administration Guide. The configuration process involves these three high-level steps: 1 Configure the SAS Web Infrastructure Platform data servers for high availability, with a primary server replicating data to a standby server. 2 Configure the SAS High-Availability JDBC shim to allow the middle tier to switch Web Infrastructure Platform data servers during failover. 3 Configure SAS Environment Manager to monitor the primary data server and promote the standby server when the primary fails. To maximize high availability, a three-machine setup is recommended with one WIP data server per machine. All of the steps in this document are written for a three-machine setup. However, if your resources are constrained, you can set up the three servers on fewer machines. If you do so, you must change the port numbers to be distinct on each machine. For example, if WIP data servers 1 and 3 are located on the same machine, then port numbers must be different for each server, for example, 9432 and 9433.
6 2 Configuring the SAS Web Infrastructure Platform for High Availability PAPER TITLE Caution: There is a potential for data loss or corruption if the failover components are configured improperly. Never configure more than one primary WIP data server for use simultaneously. Doing so can result in data loss or corruption that can be very difficult to recover from without full backups of the SharedServices database. Make regular backups of the SharedServices database as a best practice. The high-availability configuration is not a substitute for making regular backups. Background The SAS Web Infrastructure Platform (or WIP) is a collection of middle-tier services and applications. This collection provides basic integration services and infrastructure that support SAS applications and solutions. The collection is delivered as part of the SAS Integration Technologies package. As such, all business intelligence applications, data integration applications, and SAS solutions have access to the SAS Web Infrastructure Platform as part of their standard product bundling. The SAS Web Infrastructure Platform Data Server is a SAS version of the PostgreSQL DBMS that is customized to be used with SAS. This paper focuses on how to reconfigure the SAS Web Infrastructure Platform Data Server, which includes the SharedServices database. This default WIP Data Server configuration is outlined in blue in Figure 1. The resulting configuration shown in Figure 2 includes a primary data server and a second, standby data server. The WIP data server that hosts the SAS Environment Manager database and other WIP databases is not shown. The reconfigured middle tier provides high availability for the SharedServices database by using the native PostgreSQL JDBC driver and the SAS High-Availability JDBC shim, also shown. Figure 1
7 3 Configuring the SAS Web Infrastructure Platform for High Availability Configuring the SAS Web Infrastructure Platform for High Availability 3 Figure 2 Install and Configure the Primary and Standby WIP Data Servers Configuring the primary and standby data servers enables the SharedServices database that is used by the SAS Web Infrastructure Platform to be installed on these WIP data server instances. As part of this process, you also deploy a separate, standalone WIP data server to host and manage the SAS Environment Manager database (EVManager database). This deployment enables you to automate failover from the primary to standby WIP data servers via SAS Environment Manager. This EVManager database must be hosted on a completely separate SAS Web Infrastructure Platform Data Server instance. CAUTION: In order for automated failover to work, you must not install the EVManager database on the primary or standby Web Infrastructure Platform data servers that you configure for replication. The EVManager database should reside on a separate data server that is stand-alone and not connected to the primary or standby servers. These instructions assume that you have not yet deployed SAS and that you are preparing WIP data servers that you will use to configure your main SAS deployment using the SAS Deployment Wizard. Using these instructions, you will use the SAS Deployment Wizard to install the WIP Data Server, and then you will manually configure WIP data servers needed for failover. You'll need access to the SAS Software Depot in order to run the installation. There is a set of scripts available from SAS Technical Support that automate the configuration of the primary and standby servers for failover. These scripts can be run after steps 1 3 of the Initialize and Configure the Primary Data Server section are complete. There is one set of scripts for Windows and one set of scripts for UNIX.
8 4 Configuring the SAS Web Infrastructure Platform for High Availability PAPER TITLE Initialize and Configure the Primary Data Server To initialize and configure the primary data server, follow the steps below as the user that you will use to run the SAS deployment later in this process. In these instructions, the primary data server host is wipds1.sas.com (IP address ), and the standby data server host is wipds2.sas.com (IP address ). Below are the example values used in the instructions. Substitute your site s values for these values. Host value Hostnames IP Address Example values used in these instructions wipds1.sas.com (primary), wipds2.sas.com (standby) (primary), (standby) WIP data server port 9432 SASHome WIP data server data and log locations /install/sas/sashome (UNIX) or C:\Program Files\SASHome (Windows) /install/sas/wipds (UNIX) or C:\SAS\WIPDS (Windows) 1. Start by identifying two machines to use one for the primary WIP data server instance and one for the standby data server instance. 2. Connect (via SSH, Remote Desktop, or whatever is appropriate for your environment) to the machine that will host the primary WIP data server. In these instructions, this machine is named wipds1.sas.com. 3. Run the SAS Deployment Wizard. a. Choose your language. b. Choose Install SAS Software. Use the default path for SASHome. Or, choose another path, and click Next. c. Choose Install Additional Software. d. Scroll down in the products list and select SAS Web Infrastructure Platform Data Server. e. Click Next several times. f. Click Start to kick off the installation. Wait for the installation to finish. 4. Open a command prompt or shell. 5. Add the path to the WIP data server binaries to your PATH environment variable for this command prompt or shell process. a. Windows: Set as follows, substituting your actual location for the example SASHOME location: set PATH=C:\Program Files\SASHome\SASWebInfrastructurePlatformDataServer\9.4\bin; %PATH% b. UNIX: Set as follows, substituting the example SASHOME location for your actual location: export PATH=/install/SAS/SASHome/SASWebInfrastructurePlatformDataServer/9.4/bin: $PATH 6. Create a parent directory to store the WIP data server data and log directories. This should be outside of SASHome. a. Windows: For example, create C:\SAS\WIPDS b. UNIX: For example, create /install/sas/wipds You can use the df -hl command to find the list of local storage devices and the free space on each.
9 5 Configuring the SAS Web Infrastructure Platform for High Availability Configuring the SAS Web Infrastructure Platform for High Availability 5 7. Change the directory (CD) into the directory you just created. 8. Create a log subdirectory within the parent directory you just created: mkdir log 9. Run the initialize database command, initdb: initdb -D data -U dbmsowner -W -A md5 -E UTF8 The initdb command creates a data directory where files containing the data within WIP data server databases are stored. The initdb command also creates a DBMS administrative user. This name, which is dbmsowner by default, corresponds to the WIP database administrative user that you set up during the SDW configuration. Specify the password (also set in the SDW for the administrative user) when prompted. Record the administrative user s user ID and password for future use. 10. Change the directory (CD) to the data directory. 11. Edit the remote access permissions configuration file pg_hba.conf to add the following lines. Specify the IP address in standard dotted decimal notation with a Classless Inter-Domain Routing (CIDR) mask length. Refer to your PostgreSQL documentation for information about setting the CIDR mask length. IPv4: host replication all /32 trust host all all all md5 IPv6: host replication all fe80::90a7:5556:b102:3fc3%11/128 trust host all all all md5 Note: and fe80::90a7:5556:b102:3fc3%11 are the example IP addresses. Substitute your actual IP values. This allows a process from any remote host to connect with MD5 authentication, and it allows the standby WIP data server (that is installed later) to connect to this server to replicate its data. 12. Make a backup copy of the postgresql.conf configuration file: a. Windows: copy postgresql.conf postgresql.orig b. UNIX: cp postgresql.conf postgresql.orig Edit the postgresql.conf configuration file to set the configuration values as shown below. Some settings contain recommended values for general WIP database use. These values can be increased for deployments that include multiple web servers. Update the log_directory value to match the log subdirectory that you created in step 8, as follows: listen_addresses = '*' max_connections = 256 # Recommended setting for a single web server. shared_buffers = 256MB # Recommended setting for a single web server. max_prepared_transactions = 256 # Recommended setting for a single web server. work_mem = 2MB # Recommended setting for a single web server. wal_level = hot_standby wal_buffers = 16MB # Recommended setting for a single web server. checkpoint_segments=30 checkpoint_completion_target = 0.9 # Recommended setting for a single web server. max_wal_senders=10 wal_keep_segments=200 hot_standby=on effective_cache_size = 2GB # Recommended setting for a single web server. log_destination = 'stderr' logging_collector = on log_directory = '<path_to_log_dir>' # For example: # /sas/wipds/log (Unix) # C:\\SAS\\WIPDS\\log (Windows)
10 6 Configuring the SAS Web Infrastructure Platform for High Availability PAPER TITLE log_truncate_on_rotation = off log_rotation_age = 1d log_min_messages = info Note: On Windows, replace single backslashes in paths within the postgresql.conf file with two backslashes. Use double backslashes in the log_directory path as shown in the example above. On UNIX 1. Start the primary WIP data server. The example, $LD_LIBRARY_PATH, is taken from Linux. Use the appropriate environment variable for your system (for example, $LIBPATH or $SHLIB_PATH): $ export LD_LIBRARY_PATH=/install/SAS/SASHome/ SASWebInfrastructurePlatformDataServer/9.4/lib:$LD_LIBRARY_PATH $ pg_ctl -D /install/sas/wipds/data -o "-p 9432" start You can check the status of WIP data server with this command: $ pg_ctl status -D /install/sas/wipds/data 2. Check the log file in the log directory to make sure that the server is running without problems. The contents of the file should be similar to this: LOG: database system is ready to accept connections LOG: autovacuum launcher started On Windows 1. Register the new WIP data server instance as a Windows service using the pg_ctl command: C:\> pg_ctl register -N "SAS HA WIP Data Server" -D "<path_to_data_dir>" -w -S a -o "-p <port>" For example: C:\> pg_ctl register -N "SAS HA WIP Data Server" -D "C:\SAS\WIPDS\data" -w -S a -o "-p 9432" 2. Start the new Windows service you just created: C:\> net start "SAS HA WIP Data Server" 3. Check the log file in the log directory to ensure that the server is running without problems. The contents of the file should be similar to this: LOG: database system is ready to accept connections LOG: autovacuum launcher started
11 7 Configuring the SAS Web Infrastructure Platform for High Availability Configuring the SAS Web Infrastructure Platform for High Availability 7 Initialize and Configure the Standby Data Server To initialize the Standby Data Server, follow these steps: 1. Connect to the machine that will run the standby WIP data server, for example, via SSH or Remote Desktop. Follow the same set of steps to install and configure a WIP data server on the standby machine as performed on the primary machine. Once the standby WIP data server is set up the same way as the primary via the instructions above, continue to the next step. 2. Stop the WIP data server on the standby machine. a. Windows: net stop "SAS HA WIP Data Server" b. UNIX: pg_ctl -D /install/sas/wipds/data stop 3. Copy the data directory from the primary server to the standby server. a. On the primary machine (with hostname wipds1 in this example), specify the administrative user and put the primary WIP data server into base backup mode: $psql -c "SELECT pg_start_backup('stage backup', true)" -p U dbmsowner -d postgres b. Copy the primary server's data directory to the standby machine, hostname wipds2. On Windows, you can use Windows Explorer to copy the data directory from the primary to the standby machine. For example, follow these steps on the machine that hosts the standby server: i. Using Windows Explorer, open \\wipds1\c$\sas\wipds. ii. Right-click the data directory and click Copy. iii. Navigate to the corresponding directory on the standby server, C:\SAS\WIPDS. iv. Right-click within the main Explorer pane and click Paste. On UNIX, you can use the command rsync or the command scp to copy the data directory from the primary to the standby machine. For example, on the standby machine, run: $ rsync -a wipds1.sas.com:/install/sas/wipds/data /install/sas/wipds/data --exclude postmaster.pid c. Take the primary WIP data server out of base backup mode. On the primary machine, specify the administrative user and run: $ psql -c "SELECT pg_stop_backup()" -p U dbmsowner -d postgres 4. Edit the pg_hba.conf file in the data directory. Change the line that allows replication to use the IP address of the primary WIP data server. This will not be used initially because no WIP data server will be replicating data from the standby server. However, it makes it easier to recover if the primary data server fails in the future. 5. Create a recovery.conf file in the data directory on the standby server. This file causes the standby server to connect to the primary for streaming replication. That is, the standby server streams data from the primary in near-real time as it's added or updated. Add the following content
12 8 Configuring the SAS Web Infrastructure Platform for High Availability PAPER TITLE to the recovery.conf file. Specify the administrative user. Be sure to update the IP address to the actual IP address of the machine that hosts your primary WIP data server. Note: The recovery.conf file must be in the DATA directory. standby_mode = 'on' # Specifies a connection string which is used for the standby server to connect # with the primary. primary_conninfo = 'host= port=9432 user=dbmsowner' # Specifies a trigger file whose presence should cause streaming replication to # end (i.e., failover). Use double-backslashes on Windows. trigger_file = 'C:\\path\\to\\trigger.tmp' On Windows, the backslashes (\) in the path to the trigger file must be escaped. Use double backslashes in the path; for example: C:\\path\\to\\trigger.tmp. 6. Start the standby WIP data server on host wipds2.sas.com. If configured correctly, it starts streaming replication. Use the same command to start WIP data server that you used when you first installed it. (See the section above on configuring the primary WIP data server for a reminder.) 7. On the standby server, check the WIP data server log file to ensure that the server is operating correctly, that it hasn't raised errors, and that streaming replication is working. At this point, the WIP data server is now configured for replication. Look in the log directory for the most recent file. The log file content should look something like this: LOG: entering standby mode LOG: consistent recovery state reached at 0/2EF9B8F0 LOG: redo starts at 0/2EF0E4D0 LOG: database system is ready to accept read only connections LOG: streaming replication successfully connected to primary Prepare for and Execute the SAS Deployment Wizard Before deploying SAS and using the SAS Deployment Wizard to populate the SharedServices database with data, you need to manually create the database. Follow these steps: 1. On the primary WIP data server, run psql in interactive mode: $ psql -p U <admin_user> -d postgres 2. Enter the following commands. The commands create the SharedServices database, switch the psql connection to the new SharedServices database, and add the required lo (Large Object) extension to the database: create database "SharedServices"; \c SharedServices create extension lo; \q
13 9 Configuring the SAS Web Infrastructure Platform for High Availability Configuring the SAS Web Infrastructure Platform for High Availability 9 3. Validate the creation of the SharedServices database and large object extension by specifying the administrative user and running: $ psql d SharedServices p 9432 U dbmsowner c select * from pg_extension where extname= lo You should see the following output: extname extowner extnamespace extrelocatable extversion extconfig extcondition lo t 1.0 (1 row) You can now use the SAS Deployment Wizard to install and configure your SAS deployment, including the SAS Web Infrastructure Platform Database and SAS Environment Manager. Let the SAS Deployment Wizard populate the SharedServices database with the appropriate data. You are asked to specify the connection information for the database. Specify the information for the primary WIP data server instance, wipds1. When the SAS Deployment Wizard populates the SharedServices database on the primary instance with content, the data and subsequent updates are replicated automatically from the primary to the standby instance. For full instructions, refer to the SAS 9.4 Intelligence Platform: Installation and Configuration Guide. To populate the SharedServices database on your replicated WIP data servers and install SAS Environment Manager so that it can be used to monitor the WIP data servers during SAS deployment, follow these guidelines: 1. On your middle-tier machine, separate the deployment into install and configure steps. That is, run the SAS Deployment Wizard once to install the software, and again to configure it. This is needed because the SAS Web Infrastructure Platform installs the WIP data server JDBC driver, which is needed during configuration of SAS Web Infrastructure Platform. Installing and then configuring WIP as separate steps ensures that the JDBC driver is available on the file system at the time it s needed. 2. Choose to install and configure SAS Environment Manager. Deploy one SAS Environment Manager server (typically installed on your mid-tier machine). Also, deploy a SAS Environment Manager agent on each WIP data server machine one on the primary server and one on the standby server. 3. In the Select Configuration Prompting Level window, select Custom. 4. In the SAS Web Infrastructure Platform Database: Data Server window, deselect (uncheck) the Use SAS Web Infrastructure Platform Data Server checkbox. Selecting the checkbox causes the SAS Deployment Wizard to configure WIP to use a stand-alone WIP data server. 5. In the SAS Web Infrastructure Platform: Database Type window, choose PostgreSQL as the database type. 6. In the JDBC Properties: Database Connections Properties window, fill in the hostname and port of your primary WIP data server. Also, provide the SAS Deployment Wizard with the path to a copy of the required WIP data server JDBC JAR file. During the installation step, the SAS Deployment Wizard installed the required JDBC driver in <SASHome>\SASWebInfrastructureDataBaseJDBCDrivers\9.4\Driver. Provide this path to the SDW on this screen. Leave the Use Catalog and Use Schema Pattern boxes unchecked, which they are by default. 7. In the second SAS Web Infrastructure Platform Database: JDBC Properties window, enter the credentials for the WIP data server administrator that you created when you set up the server. These credentials are used to connect to WIP data server. 8. Proceed with the rest of the deployment process as normal. 9. Install and configure a SAS Environment Manager Agent on both the primary and standby WIP data server machines, if not already done.
14 10 Configuring the SAS Web Infrastructure Platform for High Availability PAPER TITLE During configuration, specify the connection information for the SAS Environment Manager server that you installed earlier. CAUTION: Never run two or more primary WIP data servers simultaneously. Data can be lost or corrupted and can be difficult to retrieve without a full backup of the SharedServices database. As a best practice, make regular backups of the SharedServices database. Configure the SAS Middle Tier for WIP Data Server Failover You must configure the SAS middle tier to use the SAS 9.4 High-Availability JDBC shim in order for failover to work. The JDBC shim redirects queries and connections to the SharedServices database from a failed data server to a running data server. In conjunction with the SAS Environment Manager plug-in for SAS Web Infrastructure High-Availability Server, the SAS High-Availability JDBC shim allows the SAS middle tier to support fully automated WIP data server failover for the SharedServices database. Both databases must contain the content populated by the SAS Deployment Wizard during the configuration process. Configuration To configure a currently running SAS Web Infrastructure Platform and SAS Web Application Server to use the SAS High-Availability JDBC shim, perform the following steps: 1. Stop the Web App Server. a. In Windows, use the Services applet in the Control Panel. b. On UNIX, use the <config_dir>/<levn>/web/webappserver/sasserver1_1/bin/tcruntime-ctl.sh shell script. 2. Open a command prompt or UNIX shell and copy the High-Availability JDBC shim files (hapostgresql.jar and ha-jdbc-properties.xml) from the WEBINFDJDBC install directory. UNIX: If you installed SAS in /install/sas/sashome, copy the files in /install/sas/sashome/saswebinfrastructuredatabasejdbcdrivers/9.4/driver to the SASServer servlet container library within your config dir: <config_dir>/<levn>/web/webappserver/sasserver1_1/lib (for example /install/sas/config/lev1/web/webappserver/sasserver1_1/lib). Windows: If you installed SAS in C:\Program Files\SASHome, copy the files in this directory: C:\Program Files\SASHome\SASWebInfrastructureDataBaseJDBCDrivers\9.4\Driver to the SASServer servlet container library within your config dir, <config_dir>\<levn>\web\webappserver\sasserver1_1\lib (for example, C:\SAS\Config\Lev1\Web\WebAppServer\SASServer1_1\lib). 3. Change directories to the lib directory into which you just copied the two files above. 4. Modify the High-Availability JDBC shim configuration file ha-jdbc-properties.xml to define the Active Servers.
15 11 Configuring the SAS Web Infrastructure Platform for High Availability Configuring the SAS Web Infrastructure Platform for High Availability 11 Note: Make sure to modify the copy of the file within your SAS config directory, not the source copy in SASHome. Be sure to set the ActiveServerCount property to 2 to enable high availability. A zero value for the ActiveServerCount or a missing configuration file forces the High-Availability JDBC shim into pass-through mode to the native PostgreSQL JDBC driver. 5. Change directories to../conf -- that is, up one level, then into the conf subdirectory. 6. Copy server.xml to server.xml.orig to back up the file before editing it. 7. Open the server.xml file in your preferred editor. CAUTION: In the following step, modify only the lines for SharedServices resource files. You must not make changes to any other databases such as the Administration database. 8. Search for SharedServices and modify the SharedServices resource to reference the SAS High- Availability JDBC shim driver class and JDBC type. This requires two changes in the resource for SharedServices: a. For the driverclassname attribute, change org.postgresql.driver to com.sas.postgres.ha.driver. b. For the URL attribute, change postgresql to hapostgresql. See the code highlighted in bold italic: Old values for driverclassname= and url= <Resource auth= Container driverclassname= org.postgresql.driver factory="com.sas.vfabrictcsvr.atomikos.beanfactory" maxpoolsize="100" minpoolsize="10" name="sas/jdbc/sharedservices" password="${pw.sas.jdbc.sharedservices}" testquery="select 1" type="com.atomikos.jdbc.nonxa.atomikosnonxadatasourcebean" uniqueresourcename="sas/jdbc/sharedservices" url="jdbc:postgresql://server.example.com:9432/sharedservices" user="postgres"/> New values for driverclassname= and url= <Resource auth="container" driverclassname="com.sas.postgres.ha.driver" factory="com.sas.vfabrictcsvr.atomikos.beanfactory" maxpoolsize="100" minpoolsize="10" name="sas/jdbc/sharedservices" password="${pw.sas.jdbc.sharedservices}" testquery="select 1" type="com.atomikos.jdbc.nonxa.atomikosnonxadatasourcebean" uniqueresourcename="sas/jdbc/sharedservices" url="jdbc:hapostgresql://server.example.com:9432/sharedservices" user="postgres"/> Ensure that you changed only the line for the SharedServices database and not for another database. 9. Save and close the server.xml file. Open the log4j.xml file, which is in the same directory into which you copied the driver (SASServer1_1/lib).
16 12 Configuring the SAS Web Infrastructure Platform for High Availability PAPER TITLE 10. Add the class logging statements for the High-Availability JDBC shim (below) to the log4j.xml file. Some sections of log4j.xml are commented out. Be sure to add the statements to a part of the file that isn't commented out, so it'll take effect. Add this to log4j.xml: <category additivity="false" name="com.sas.postgres.ha"> <priority value="debug"/> <appender-ref ref="console"/> <appender-ref ref="file"/> </category> 11. Start the SAS Web Application Server and wait for this process to complete. The SAS Web Application Server has completely finished starting when it writes a statement like this to its server.log file: :50:46,766 INFO (main) [org.apache.catalina.startup.catalina] Server startup in ms
17 13 Configuring the SAS Web Infrastructure Platform for High Availability Configuring the SAS Web Infrastructure Platform for High Availability 13 Verification To verify that the SAS Web Application Server started without error, check the servlet container log file (server.log in the <Config_dir>\<LevN>\Web\WebAppServer\SASServer1_1\logs directory). It might take some time (perhaps 30 minutes) for the SAS Web Application Server to complete its startup. You see High-Availability JDBC shim log messages in this file. You should see log statements similar to these: INFO [main] - Driver#connect SAS 9.4 High Availability Driver for PostgreSQL JDBC4 (build 0001) DEBUG [main] - Driver#connect High availability properties were loaded from 'ha-jdbc-properties.xml' DEBUG [main] - Driver#findActiveServer Attempting to set active server #1... DEBUG [main] - Driver#findActiveServer Client URL: jdbc:postgresql://wipds1.sas.com:9432/dbitest?user=dbitest&password=xxxxxx DEBUG [main] - Driver#findActiveServer Active Server URL: jdbc:postgresql://wipds1.sas.com:9432/dbitest?user=dbitest&password=xxxxxx DEBUG [main] - Driver#findActiveServer Active Server: Active server #1 (wipds1.sas.com) was set. DEBUG [main] - Driver#connect Connected in 45 milliseconds, url=jdbc:postgresql://wipds1.sas.com:9432/dbitest?user=dbitest&password=xxxxxx CAUTION: Never run two or more primary WIP data servers simultaneously. Data can be lost or corrupted. It can be difficult to retrieve without a full backup of the SharedServices database. As a best practice, make regular backups of the SharedServices database. Configure SAS Environment Manager to Manage WIP Data Server The SAS Environment Manager plug-in for Web Infrastructure High-Availability Server (HA plug-in) must be configured, which involves these high-level steps: 1. Create a PostgreSQL password file. 2. Configure the plug-in to monitor both the primary WIP data server and the standby WIP data server. 3. Configure the plug-in to promote the standby server if the primary server fails. These steps are described in detail in the following instructions. Create the PostgreSQL Password File You must create a PostgreSQL password file that provides the credentials needed by the SAS Environment Manager agent in order to log on to a WIP data server. This password file is automatically used by PostgreSQL client components, including the psql command-line tool, which is used by the SAS Environment Manager plug-in for High Availability to monitor WIP data servers. Since the EV agent service on Windows is typically run as the LocalSystem account, the password file must be created in a special path contained within the Windows System32 directory.
18 14 Configuring the SAS Web Infrastructure Platform for High Availability PAPER TITLE To create the password file, follow the steps below. Start by performing these steps on the primary WIP data server machine, and then follow the same procedure for the standby WIP data server machine. 1. Before using credentials from the password file, the PostgreSQL client tools check for the environment variables PGPASSWORD and PGPASSFILE. Unless you plan to use alternative methods of password storage, ensure that these variables are not set. 2. Create the PostgreSQL password file in the appropriate place for your operating system: a. UNIX: In the home directory of the account running the EV agent process, create this file:.pgpass b. Windows: If the EV agent service is configured to run as the default LocalSystem account, create the file pgpass.conf in this directory: %SYSTEMROOT%\system32\config\systemprofile\AppData\Roaming\postgresql If this directory doesn t exist, create it before you create the pgpass.conf file. On both Windows and UNIX, the format of the information in the password file is the same: hostname:port:database:username:password An asterisk (*) in any of the first three fields specifies that the PostgreSQL client tools are to allow the specified user and password credentials to be used for connections regardless of the field s value. For example, an asterisk in the port field specifies for the PostgreSQL client tools to use those credentials when connecting to WIP Data Server on any port. 3. Choose a WIP data server user that is appropriate for the EV agent to use to access WIP data server. An example would be the administrative user that you created earlier when you set up WIP data server. No special permissions are needed within WIP data server other than the ability to connect to the postgres system database. 4. Add the credentials for the user to the password file. For example, the file might look like the following: *:*:*:dbmsowner:mypassword 5. On UNIX only: Restrict the permission on the.pgpass file to disallow group and world access. Failure to do so results in this password file being ignored by the server. For example, execute the following: chmod 0600 ~/.pgpass Perform the above steps on the standby WIP data server machine as well. Configure the SAS Environment Manager Plug-In for Web Infrastructure High Availability The following sections provide steps to configure the SAS Environment Manager plug-in for Web Infrastructure High Availability. Prepare to Configure the Plug-In (Windows Only) 1. Verify that you are logged on to the SAS Environment Manager as sasadm@saspw using the password you set during deployment in order to configure the plug-in. 2. Select Start > All Programs > Windows PowerShell version > Windows PowerShell. 3. On the PowerShell command line, query the execution policy by submitting Get-ExecutionPolicy.
19 15 Configuring the SAS Web Infrastructure Platform for High Availability Configuring the SAS Web Infrastructure Platform for High Availability If the policy is not set to Unrestricted, then submit Set-ExecutionPolicy Unrestricted. 5. Verify that the command did not produce any errors. 6. Type Exit at the PowerShell command prompt to end the session. Verify That the Correct Plug-In Is Installed 1. Log into SAS Environment Manager and click Manage in the toolbar.
20 16 Configuring the SAS Web Infrastructure Platform for High Availability PAPER TITLE 2. Click Plugin Manager under Server Settings. 3. Verify that the emi-services plug-in is listed on the following window:
21 17 Configuring the SAS Web Infrastructure Platform for High Availability Configuring the SAS Web Infrastructure Platform for High Availability 17 Configure the Monitoring Process The following steps configure the monitoring process for both the primary server and the standby server. 1. Click Resources in the top toolbar. 2. Click the name of the machine that is running the primary instance of WIP data server. Then, pull down the Tools menu and select New Platform Service. 3. Give the new service a name; for example, Postgres HA. Optionally, give the service a description. 4. Set the new service type as PGHA and click OK.
22 18 Configuring the SAS Web Infrastructure Platform for High Availability PAPER TITLE 5. In the next window, click Configuration Properties. 6. On the next window, you will enter the new WIP data server information that is unique to your installation. Use the descriptions in the table below to complete steps 7 and 8. Host Value pg_path pg_user Description Specify the path to the WIP data server directory that contains the bin directory. Do not put bin on the end. For example: C:\Program Files\SASHome\SASWebInfrastructurePlatformDataServer\9.4 or /install/sas/sashome/saswebinfrastructureplatformdataserver/9.4 Specify the WIP data server user ID that you want to use to monitor the WIP data server. This is case sensitive. This should be the same user that you added to the PostgreSQL password file earlier in this section. g_port Specify the port that the WIP data server is listening on; for example, pg_log Specify a location for the plug-in to write log files, or leave blank to take the default location.
23 19 Configuring the SAS Web Infrastructure Platform for High Availability Configuring the SAS Web Infrastructure Platform for High Availability 19 Host Value pg_trig Description Specify the exact path to the WIP data server trigger file. This path must match the path that was set as the trigger_file value in recovery.conf. If you are configuring the standby server, double-check the trigger file path that you specify. If the path is incorrect, the standby server is not promoted during failover, and the standby server does not take over from the failed primary. If you are configuring the primary server, enter the exact path to the trigger file you would use if the two servers swapped roles such that the standby became the new primary and this primary were recovered as a standby. This value is initially not used but can make recovering from a failure easier in the future. 7. After specifying the information for the primary server on the window shown below, click OK. 8. Repeat steps 2 7, specifying information specific to the standby server and click OK.
24 20 Configuring the SAS Web Infrastructure Platform for High Availability PAPER TITLE Check the Availability of Primary and Standby Servers To check the availability of the primary server, follow these steps: 1. Click Monitor in the Resource Monitor window toolbar. 2. Check the availability bar to ensure that it is at least partially green, for example, as shown in the below. Green indicates that the primary WIP data server instance is up and available. Repeat these steps to verify that the standby server is also available.
25 21 Configuring the SAS Web Infrastructure Platform for High Availability Configuring the SAS Web Infrastructure Platform for High Availability 21 Configure Failover Alert To configure SAS Environment Manager to generate an alert when the primary WIP data server is unavailable and automatically promote the standby WIP data server to primary, continue in the Resources Monitor window and follow these steps: 1. Click the name of the primary WIP data server in the top browse list. 2. Click the PGHA service that you created earlier. 3. Click Alert in the toolbar. 4. On the Alert Configuration window (not shown), click Configure. 5. Click the New button to bring up the next window. 6. On the Alert Definition window (shown below), configure your new alert. Note: Carefully follow the configuration in the window below. You are setting an alert for when the primary server s availability drops below 100%. You can use the percent sign (%) in the value field for the condition, as shown in the window. Optionally, you can enable the action filter Generate one alert and then disable alert definition until fixed. If this action filter is enabled when the primary server fails, the SAS Environment Manager raises one alert and makes one attempt to promote the standby server. Then, SAS Environment Manager stops until the problem is marked fixed. By default, SAS Environment Manager raises alerts every minute for as long as the primary server is down.
26 22 Configuring the SAS Web Infrastructure Platform for High Availability PAPER TITLE 7. Click OK to bring up the next window. 8. In the Configure Actions window, click Control Action.
27 23 Configuring the SAS Web Infrastructure Platform for High Availability Configuring the SAS Web Infrastructure Platform for High Availability On the next window, click Edit, near the bottom of the screen to add a control action definition. 10. Provide Control Action details for your site. Under Resource Name, be sure to select the name of your standby WIP data server. The control action promotes the standby server to primary, so this action must be taken on the standby server. 11. Click OK. Post-Setup Notes Following the steps above, you performed the following tasks: Configure the primary and standby WIP data servers. Enable the SAS High-Availability JDBC shim. Configure monitoring and promotion for both the primary and standby servers. The system is fully set up to handle the failure of the primary WIP data server and to automatically fail over to the standby if this occurs. With this high-availability configuration, your standby server maintains a constant duplicate of the data on the primary server. The standby server is read-only and is not usable by the SAS middle tier as a host for a live
28 24 Configuring the SAS Web Infrastructure Platform for High Availability PAPER TITLE SharedServices database. However, when a failure of the primary server is detected, the SAS Environment Manager plug-in for Web Infrastructure High-Availability Server creates a trigger file in the path indicated by the trigger_file setting that you configured in the recovery.conf file. When the standby server detects that this trigger file has been created, it promotes itself to become a primary server, which is read/write. In many cases, administration of this new setup is the same as with a single node instance. For example, use the pg_ctl command (UNIX) or the Services applet (Windows) to stop or restart either the primary or standby WIP data server. (Be careful stopping the primary server once high availability has been configured, because SAS Environment Manager will detect that it is down and automatically promote the standby server.) You need to follow different steps when promotion of the standby occurs or the nodes fall out of sync. See the next section. CAUTION: Never run two or more primary WIP data servers simultaneously. Data can be lost or corrupted, and the data can be difficult to retrieve without a full backup of the SharedServices database. As a best practice, make regular backups of the SharedServices database. Repairing Streaming Replication after a Failover If the primary server becomes unavailable and a failover occurs, the system should continue running normally after a brief period of possible errors as the failover occurs. After a failover, you no longer have a high-availability system. That is, you have only a single WIP data server the original standby. This original data server is now the new primary WIP data server. Now, you should bring up a second server, so the system can tolerate failures on the new primary server. The easiest thing to do is to bring up the original, failed primary server as a standby server. That is, the easiest course of action after a failover is to let the new primary server continue to act as the primary and bring up the original primary as the new standby. This effectively swaps the original roles of the two servers. To do this, follow the same steps as when you originally configured the standby server: Put the primary into base backup mode, copy its data directory to the standby, take the primary out of base backup mode, and then start the standby server. Follow the steps from the Initialize and Configure the Standby Server section of this document to bring up your original primary as the new standby and synchronize it with the new primary server. Make sure that the new standby machine has a recovery.conf file and that the trigger file is specified correctly, both in recovery.conf and in the configuration options for the PGHA plug-in. In SAS Environment Manager, be sure to first verify that the trigger file path is specified correctly in the configuration options for the PGHA plug-in. Then, follow the steps in the in the Configure Failover Alert section. CAUTION: There is a potential for data loss or corruption if this feature is used improperly. If two or more primary WIP data servers are used simultaneously, data loss or corruption can occur. This problem can be very difficult to recover from without full backups of the SharedServices database. Be very careful to not allow two active primary WIP data servers to be used. And, be sure to make regular backups of the SharedServices database. This feature is not a substitute for making regular backups.
29 25 Configuring the SAS Web Infrastructure Platform for High Availability Configuring the SAS Web Infrastructure Platform for High Availability 25 Recovering a Failed Standby Server If the standby server fails (and the primary is still functioning normally), use the same set of steps in the Initialize and Configure the Standby Server section of this document to resynchronize the standby server with the primary: 1. Put the primary server into base backup mode. 2. Copy the data directory to the standby server. 3. Take the primary out of base backup mode. 4. Start the standby server. When you start the standby server, it begins streaming replication as normal. If you want to check the log files to make sure, see step 7 in the Initialize and Configure the Standby Server section.
30 SAS Institute Inc. World Headquarters To contact your local SAS office, please visit: SAS and all other SAS Institute Inc. product or service names are registered trademarks or trademarks of SAS Institute Inc. in the USA and other countries. indicates USA registration. Other brand and product names are trademarks of their respective companies. Copyright 2015, SAS Institute Inc. All rights reserved. 3/11
Managing SAS Web Infrastructure Platform Data Server High-Availability Clusters
ABSTRACT Paper SAS1776-2015 Managing SAS Web Infrastructure Platform Data Server High-Availability Clusters Ken Young, SAS Institute Inc. The SAS Web Application Server is a lightweight server that provides
SAS 9.3 Foundation for Microsoft Windows
Software License Renewal Instructions SAS 9.3 Foundation for Microsoft Windows Note: In this document, references to Microsoft Windows or Windows include Microsoft Windows for x64. SAS software is licensed
PostgreSQL 9.0 Streaming Replication under the hood Heikki Linnakangas
PostgreSQL 9.0 Streaming Replication under the hood Heikki Linnakangas yright 2009 EnterpriseDB Corporation. All rights Reserved. Slide: 1 Built-in
Implementing a SAS 9.3 Enterprise BI Server Deployment TS-811. in Microsoft Windows Operating Environments
Implementing a SAS 9.3 Enterprise BI Server Deployment TS-811 in Microsoft Windows Operating Environments Table of Contents Introduction... 1 Step 1: Create a SAS Software Depot..... 1 Step 2: Prepare
Desktop Deployment Guide ARGUS Enterprise 10.6. 5/29/2015 ARGUS Software An Altus Group Company
ARGUS Enterprise 10.6 5/29/2015 ARGUS Software An Altus Group Company for ARGUS Enterprise Version 10.6 5/29/2015 Published by: ARGUS Software, Inc. 3050 Post Oak Boulevard Suite 900 Houston, Texas 77056
Configuring an Alternative Database for SAS Web Infrastructure Platform Services
Configuration Guide Configuring an Alternative Database for SAS Web Infrastructure Platform Services By default, SAS Web Infrastructure Platform Services is configured to use SAS Framework Data Server.
LifeKeeper for Linux PostgreSQL Recovery Kit. Technical Documentation
LifeKeeper for Linux PostgreSQL Recovery Kit Technical Documentation January 2012 This document and the information herein is the property of SIOS Technology Corp. (previously known as SteelEye Technology,
Configuring BEA WebLogic Server for Web Authentication with SAS 9.2 Web Applications
Configuration Guide Configuring BEA WebLogic Server for Web Authentication with SAS 9.2 Web Applications This document describes how to configure Web authentication with BEA WebLogic for the SAS Web applications.
EVALUATION ONLY. WA2088 WebSphere Application Server 8.5 Administration on Windows. Student Labs. Web Age Solutions Inc.
WA2088 WebSphere Application Server 8.5 Administration on Windows Student Labs Web Age Solutions Inc. Copyright 2013 Web Age Solutions Inc. 1 Table of Contents Directory Paths Used in Labs...3 Lab Notes...4
Users Guide. SelenioFlex File. Version 2.10.0
SelenioFlex File Version 2.10.0 August 2015 Publication Information 2015 Imagine Communications Corp. Proprietary and Confidential. Imagine Communications considers this document and its contents to be
There are numerous ways to access monitors:
Remote Monitors REMOTE MONITORS... 1 Overview... 1 Accessing Monitors... 1 Creating Monitors... 2 Monitor Wizard Options... 11 Editing the Monitor Configuration... 14 Status... 15 Location... 17 Alerting...
Configuring IBM HTTP Server as a Reverse Proxy Server for SAS 9.3 Web Applications Deployed on IBM WebSphere Application Server
Configuration Guide Configuring IBM HTTP Server as a Reverse Proxy Server for SAS 9.3 Web Applications Deployed on IBM WebSphere Application Server This document is revised for SAS 9.3. In previous versions
Initializing SAS Environment Manager Service Architecture Framework for SAS 9.4M2. Last revised September 26, 2014
Initializing SAS Environment Manager Service Architecture Framework for SAS 9.4M2 Last revised September 26, 2014 i Copyright Notice All rights reserved. Printed in the United States of America. No part
Implementing a SAS Metadata Server Configuration for Use with SAS Enterprise Guide
Implementing a SAS Metadata Server Configuration for Use with SAS Enterprise Guide Step 1: Setting Up Required Users and Groups o Windows Operating Systems Only Step 2: Installing Software Using the SAS
PostgreSQL 9.4 up and running.. Vasilis Ventirozos Database Administrator OmniTI
PostgreSQL 9.4 up and running.. Vasilis Ventirozos Database Administrator OmniTI 1 Who am I? DBA@OmniTI for the past 2.5 years PostgreSQL DBA since 7.x Working as DBA since 2001 (Informix, Postgres, MySQL,
Spector 360 Deployment Guide. Version 7
Spector 360 Deployment Guide Version 7 December 11, 2009 Table of Contents Deployment Guide...1 Spector 360 DeploymentGuide... 1 Installing Spector 360... 3 Installing Spector 360 Servers (Details)...
Backup and Restore FAQ
Backup and Restore FAQ Topic 50210 Backup and Restore Web, Data, and Email Security Solutions 11-Mar-2014 Applies to: Web Filter, Web Security, Web Security Gateway, and Web Security Gateway Anywhere,
Using DC Agent for Transparent User Identification
Using DC Agent for Transparent User Identification Using DC Agent Web Security Solutions v7.7, 7.8 If your organization uses Microsoft Windows Active Directory, you can use Websense DC Agent to identify
Enhanced Connector Applications SupportPac VP01 for IBM WebSphere Business Events 3.0.0
Enhanced Connector Applications SupportPac VP01 for IBM WebSphere Business Events 3.0.0 Third edition (May 2012). Copyright International Business Machines Corporation 2012. US Government Users Restricted
Archive Attender Version 3.5
Archive Attender Version 3.5 Getting Started Guide Sherpa Software (800) 255-5155 www.sherpasoftware.com Page 1 Under the copyright laws, neither the documentation nor the software can be copied, photocopied,
vcenter Operations Management Pack for SAP HANA Installation and Configuration Guide
vcenter Operations Management Pack for SAP HANA Installation and Configuration Guide This document supports the version of each product listed and supports all subsequent versions until a new edition replaces
EXPRESSCLUSTER X for Windows Quick Start Guide for Microsoft SQL Server 2014. Version 1
EXPRESSCLUSTER X for Windows Quick Start Guide for Microsoft SQL Server 2014 Version 1 NEC EXPRESSCLUSTER X 3.x for Windows SQL Server 2014 Quick Start Guide Document Number ECX-MSSQL2014-QSG, Version
Introduction to Hyper-V High- Availability with Failover Clustering
Introduction to Hyper-V High- Availability with Failover Clustering Lab Guide This lab is for anyone who wants to learn about Windows Server 2012 R2 Failover Clustering, focusing on configuration for Hyper-V
Installing and Configuring DB2 10, WebSphere Application Server v8 & Maximo Asset Management
IBM Tivoli Software Maximo Asset Management Installing and Configuring DB2 10, WebSphere Application Server v8 & Maximo Asset Management Document version 1.0 Rick McGovern Staff Software Engineer IBM Maximo
InventoryControl for use with QuoteWerks Quick Start Guide
InventoryControl for use with QuoteWerks Quick Start Guide Copyright 2013 Wasp Barcode Technologies 1400 10 th St. Plano, TX 75074 All Rights Reserved STATEMENTS IN THIS DOCUMENT REGARDING THIRD PARTY
Reference Manual. IQ Administrator Pro. and. PostgreSQL Database Server Installation Guide
Reference Manual IQ Administrator Pro and PostgreSQL Database Server Installation Guide Honeywell Analytics, Inc. 651 South Main Street (800) 711-6776 (860) 344-1079 Fax (860) 344-1068 Part number 13-296
StarWind Virtual SAN Installation and Configuration of Hyper-Converged 2 Nodes with Hyper-V Cluster
#1 HyperConverged Appliance for SMB and ROBO StarWind Virtual SAN Installation and Configuration of Hyper-Converged 2 Nodes with MARCH 2015 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the
User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream
User Manual Onsight Management Suite Version 5.1 Another Innovation by Librestream Doc #: 400075-06 May 2012 Information in this document is subject to change without notice. Reproduction in any manner
SelenioFlex TM Live Manager
User s Guide SelenioFlex TM Live Manager Product Version 2.1.0 06/11/2014 Publication Information 2014 Imagine Communications. Proprietary and Confidential. Imagine Communications considers this document
How To Run A Standby On Postgres 9.0.1.2.2 (Postgres) On A Slave Server On A Standby Server On Your Computer (Mysql) On Your Server (Myscientific) (Mysberry) (
The Magic of Hot Streaming Replication BRUCE MOMJIAN POSTGRESQL 9.0 offers new facilities for maintaining a current standby server and for issuing read-only queries on the standby server. This tutorial
WhatsUp Gold v16.3 Installation and Configuration Guide
WhatsUp Gold v16.3 Installation and Configuration Guide Contents Installing and Configuring WhatsUp Gold using WhatsUp Setup Installation Overview... 1 Overview... 1 Security considerations... 2 Standard
Using Logon Agent for Transparent User Identification
Using Logon Agent for Transparent User Identification Websense Logon Agent (also called Authentication Server) identifies users in real time, as they log on to domains. Logon Agent works with the Websense
Using RADIUS Agent for Transparent User Identification
Using RADIUS Agent for Transparent User Identification Using RADIUS Agent Web Security Solutions Version 7.7, 7.8 Websense RADIUS Agent works together with the RADIUS server and RADIUS clients in your
INSTALLATION MANUAL POSTGRESQL9
1 Installation Manual PostgreSQL9 Photo Supreme INSTALLATION MANUAL POSTGRESQL9 This documentation is provided or made accessible "AS IS" and "AS AVAILABLE" and without condition, endorsement, guarantee,
Zen Internet. Online Data Backup. Zen Vault Professional Plug-ins. Issue: 2.0.08
Zen Internet Online Data Backup Zen Vault Professional Plug-ins Issue: 2.0.08 Contents 1 Plug-in Installer... 3 1.1 Installation and Configuration... 3 2 Plug-ins... 5 2.1 Email Notification... 5 2.1.1
Metalogix SharePoint Backup. Advanced Installation Guide. Publication Date: August 24, 2015
Metalogix SharePoint Backup Publication Date: August 24, 2015 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this
Hosting Users Guide 2011
Hosting Users Guide 2011 eofficemgr technology support for small business Celebrating a decade of providing innovative cloud computing services to small business. Table of Contents Overview... 3 Configure
Configuring Apache HTTP Server as a Reverse Proxy Server for SAS 9.2 Web Applications Deployed on BEA WebLogic Server 9.2
Configuration Guide Configuring Apache HTTP Server as a Reverse Proxy Server for SAS 9.2 Web Applications Deployed on BEA WebLogic Server 9.2 This document describes how to configure Apache HTTP Server
Table of Contents. CHAPTER 1 About This Guide... 9. CHAPTER 2 Introduction... 11. CHAPTER 3 Database Backup and Restoration... 15
Table of Contents CHAPTER 1 About This Guide......................... 9 The Installation Guides....................................... 10 CHAPTER 2 Introduction............................ 11 Required
MICROSOFT BITLOCKER ADMINISTRATION AND MONITORING (MBAM)
MICROSOFT BITLOCKER ADMINISTRATION AND MONITORING (MBAM) MICROSOFT BITLOCKER ADMINISTRATION AND MONITORING (MBAM) Microsoft BitLocker Administration and Monitoring (MBAM) provides a simplified administrative
INSTALL AND CONFIGURATION GUIDE. Atlas 5.1 for Microsoft Dynamics AX
INSTALL AND CONFIGURATION GUIDE Atlas 5.1 for Microsoft Dynamics AX COPYRIGHT NOTICE Copyright 2012, Globe Software Pty Ltd, All rights reserved. Trademarks Dynamics AX, IntelliMorph, and X++ have been
How to Set Up pgagent for Postgres Plus. A Postgres Evaluation Quick Tutorial From EnterpriseDB
How to Set Up pgagent for Postgres Plus A Postgres Evaluation Quick Tutorial From EnterpriseDB February 19, 2010 EnterpriseDB Corporation, 235 Littleton Road, Westford, MA 01866, USA T +1 978 589 5700
Active Directory Management. Agent Deployment Guide
Active Directory Management Agent Deployment Guide Document Revision Date: April 26, 2013 Active Directory Management Deployment Guide i Contents System Requirements... 1 Hardware Requirements... 2 Agent
McAfee Directory Services Connector extension
Getting Started Guide Revision A McAfee Directory Services Connector extension For use with epolicy Orchestrator 4.6.1 through 5.0 COPYRIGHT Copyright 2013 McAfee, Inc. Do not copy without permission.
Matisse Installation Guide for MS Windows
Matisse Installation Guide for MS Windows July 2013 Matisse Installation Guide for MS Windows Copyright 2013 Matisse Software Inc. All Rights Reserved. This manual and the software described in it are
WhatsUp Gold v16.1 Installation and Configuration Guide
WhatsUp Gold v16.1 Installation and Configuration Guide Contents Installing and Configuring Ipswitch WhatsUp Gold v16.1 using WhatsUp Setup Installing WhatsUp Gold using WhatsUp Setup... 1 Security guidelines
Moving the TRITON Reporting Databases
Moving the TRITON Reporting Databases Topic 50530 Web, Data, and Email Security Versions 7.7.x, 7.8.x Updated 06-Nov-2013 If you need to move your Microsoft SQL Server database to a new location (directory,
How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows)
Introduction EASYLABEL 6 has several new features for saving the history of label formats. This history can include information about when label formats were edited and printed. In order to save this history,
DEPLOYING EMC DOCUMENTUM BUSINESS ACTIVITY MONITOR SERVER ON IBM WEBSPHERE APPLICATION SERVER CLUSTER
White Paper DEPLOYING EMC DOCUMENTUM BUSINESS ACTIVITY MONITOR SERVER ON IBM WEBSPHERE APPLICATION SERVER CLUSTER Abstract This white paper describes the process of deploying EMC Documentum Business Activity
Configuring Apache HTTP Server as a Reverse Proxy Server for SAS 9.3 Web Applications Deployed on Oracle WebLogic Server
Configuration Guide Configuring Apache HTTP Server as a Reverse Proxy Server for SAS 9.3 Web Applications Deployed on Oracle WebLogic Server This document describes how to configure Apache HTTP Server
Team Foundation Server 2012 Installation Guide
Team Foundation Server 2012 Installation Guide Page 1 of 143 Team Foundation Server 2012 Installation Guide Benjamin Day [email protected] v1.0.0 November 15, 2012 Team Foundation Server 2012 Installation
AUTOMATED DISASTER RECOVERY SOLUTION USING AZURE SITE RECOVERY FOR FILE SHARES HOSTED ON STORSIMPLE
AUTOMATED DISASTER RECOVERY SOLUTION USING AZURE SITE RECOVERY FOR FILE SHARES HOSTED ON STORSIMPLE Copyright This document is provided "as-is." Information and views expressed in this document, including
Active Directory Management. Agent Deployment Guide
Active Directory Management Agent Deployment Guide Document Revision Date: June 12, 2014 Active Directory Management Deployment Guide i Contents System Requirements...1 Hardware Requirements...1 Installation...3
Deploying System Center 2012 R2 Configuration Manager
Deploying System Center 2012 R2 Configuration Manager This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED, OR STATUTORY, AS TO THE INFORMATION IN THIS DOCUMENT.
CONFIGURING MICROSOFT SQL SERVER REPORTING SERVICES
CONFIGURING MICROSOFT SQL SERVER REPORTING SERVICES TECHNICAL ARTICLE November/2011. Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment
Technical Paper. Defining an ODBC Library in SAS 9.2 Management Console Using Microsoft Windows NT Authentication
Technical Paper Defining an ODBC Library in SAS 9.2 Management Console Using Microsoft Windows NT Authentication Release Information Content Version: 1.0 October 2015. Trademarks and Patents SAS Institute
Deploying Personal Virtual Desktops by Using RemoteApp and Desktop Connection Step-by-Step Guide
c623242f-20f0-40fe-b5c1-8412a094fdc7 Deploying Personal Virtual Desktops by Using RemoteApp and Desktop Connection Step-by-Step Guide Microsoft Corporation Published: June 2009 Updated: April 2010 Abstract
WhatsUp Gold v16.2 Installation and Configuration Guide
WhatsUp Gold v16.2 Installation and Configuration Guide Contents Installing and Configuring Ipswitch WhatsUp Gold v16.2 using WhatsUp Setup Installing WhatsUp Gold using WhatsUp Setup... 1 Security guidelines
User's Guide - Beta 1 Draft
IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft Cluster Server Agent vnext User's Guide - Beta 1 Draft SC27-2316-05 IBM Tivoli Composite Application Manager for Microsoft
How To Use Senior Systems Cloud Services
Senior Systems Cloud Services In this guide... Senior Systems Cloud Services 1 Cloud Services User Guide 2 Working In Your Cloud Environment 3 Cloud Profile Management Tool 6 How To Save Files 8 How To
SAS 9.4 Intelligence Platform: Migration Guide, Second Edition
SAS 9.4 Intelligence Platform: Migration Guide, Second Edition SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2015. SAS 9.4 Intelligence Platform:
Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide
Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide Table of Contents TABLE OF CONTENTS... 3 1.0 INTRODUCTION... 1 1.1 HOW TO USE THIS GUIDE... 1 1.2 TOPIC SUMMARY...
Securing SAS Web Applications with SiteMinder
Configuration Guide Securing SAS Web Applications with SiteMinder Audience Two application servers that SAS Web applications can run on are IBM WebSphere Application Server and Oracle WebLogic Server.
Configuring a Custom Load Evaluator Use the XenApp1 virtual machine, logged on as the XenApp\administrator user for this task.
Lab 8 User name: Administrator Password: Password1 Contents Exercise 8-1: Assigning a Custom Load Evaluator... 1 Scenario... 1 Configuring a Custom Load Evaluator... 1 Assigning a Load Evaluator to a Server...
User's Guide - Beta 1 Draft
IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft Hyper-V Server Agent vnext User's Guide - Beta 1 Draft SC27-2319-05 IBM Tivoli Composite Application Manager for Microsoft
Bitrix Site Manager ASP.NET. Installation Guide
Bitrix Site Manager ASP.NET Installation Guide Contents Introduction... 4 Chapter 1. Checking for IIS Installation... 5 Chapter 2. Using An Archive File to Install Bitrix Site Manager ASP.NET... 7 Preliminary
User's Guide. Product Version: 2.5.0 Publication Date: 7/25/2011
User's Guide Product Version: 2.5.0 Publication Date: 7/25/2011 Copyright 2009-2011, LINOMA SOFTWARE LINOMA SOFTWARE is a division of LINOMA GROUP, Inc. Contents GoAnywhere Services Welcome 6 Getting Started
EVault for Data Protection Manager. Course 361 Protecting Linux and UNIX with EVault
EVault for Data Protection Manager Course 361 Protecting Linux and UNIX with EVault Table of Contents Objectives... 3 Scenario... 3 Estimated Time to Complete This Lab... 3 Requirements for This Lab...
GO!NotifyLink. Database Maintenance. GO!NotifyLink Database Maintenance 1
GO!NotifyLink Database Maintenance GO!NotifyLink Database Maintenance 1 Table of Contents Database Maintenance 3 Database Cleanup... 3 Database Backups... 3 Database Configuration... 4 The Procedure via
1. Data Domain Pre-requisites. 2. Enabling OST
1. Data Domain Pre-requisites Before we begin to configure NetBackup, we need to verify the following:- Administrator rights and network access to the NetBackup master and media servers That the NetBackup
2. Boot using the Debian Net Install cd and when prompted to continue type "linux26", this will load the 2.6 kernel
These are the steps to build a hylafax server. 1. Build up your server hardware, preferably with RAID 5 (3 drives) plus 1 hotspare. Use a 3ware raid card, 8000 series is a good choice. Use an external
EMC NetWorker Module for Microsoft Exchange Server Release 5.1
EMC NetWorker Module for Microsoft Exchange Server Release 5.1 Installation Guide P/N 300-004-750 REV A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright
Bosch ReadykeyPRO Unlimited Installation Guide, product version 6.5. This guide is item number DOC-110-2-029, revision 2.029, May 2012.
Bosch ReadykeyPRO Unlimited Installation Guide, product version 6.5. This guide is item number DOC-110-2-029, revision 2.029, May 2012. Copyright 1995-2012 Lenel Systems International, Inc. Information
WhatsUp Gold v16.1 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2008 R2 Express
WhatsUp Gold v16.1 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2008 R2 Express Edition to Microsoft SQL Server 2005, 2008, or 2008 R2
Silect Software s MP Author
Silect MP Author for Microsoft System Center Operations Manager Silect Software s MP Author User Guide September 2, 2015 Disclaimer The information in this document is furnished for informational use only,
Backup and Recovery using PITR Mark Jones. 2015 EnterpriseDB Corporation. All rights reserved. 1
Backup and Recovery using PITR Mark Jones 2015 EnterpriseDB Corporation. All rights reserved. 1 Agenda Introduction Business Impact Vs Cost Downtime Scenarios Backup Methods SQL Dump Cold Backup (Offline
Plug-In for Informatica Guide
HP Vertica Analytic Database Software Version: 7.0.x Document Release Date: 2/20/2015 Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty statements
Grid Computing in SAS 9.4 Third Edition
Grid Computing in SAS 9.4 Third Edition SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2014. Grid Computing in SAS 9.4, Third Edition. Cary, NC:
Configuring IBM WebSphere Application Server 6.1 to Support SAS 9.2 Web Applications
Configuration Guide Configuring IBM WebSphere Application Server 6.1 to Support SAS 9.2 Web Applications This document is for SAS installers who want to configure IBM WebSphere Application Server for use
How To Install An Aneka Cloud On A Windows 7 Computer (For Free)
MANJRASOFT PTY LTD Aneka 3.0 Manjrasoft 5/13/2013 This document describes in detail the steps involved in installing and configuring an Aneka Cloud. It covers the prerequisites for the installation, the
Scheduling in SAS 9.3
Scheduling in SAS 9.3 SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc 2011. Scheduling in SAS 9.3. Cary, NC: SAS Institute Inc. Scheduling in SAS 9.3
Postgres Enterprise Manager Installation Guide
Postgres Enterprise Manager Installation Guide January 22, 2016 Postgres Enterprise Manager Installation Guide, Version 6.0.0 by EnterpriseDB Corporation Copyright 2013-2016 EnterpriseDB Corporation. All
Application. 1.1 About This Tutorial. 1.1.1 Tutorial Requirements. 1.1.2 Provided Files
About This Tutorial 1Creating an End-to-End HL7 Over MLLP Application 1.1 About This Tutorial 1.1.1 Tutorial Requirements 1.1.2 Provided Files This tutorial takes you through the steps of creating an end-to-end
Secure Web Gateway Version 11.7 High Availability
Secure Web Gateway Version 11.7 High Availability Legal Notice Copyright 2015 Trustwave Holdings, Inc. All rights reserved. This document is protected by copyright and any distribution, reproduction, copying,
Portions of this product were created using LEADTOOLS 1991-2009 LEAD Technologies, Inc. ALL RIGHTS RESERVED.
Installation Guide Lenel OnGuard 2009 Installation Guide, product version 6.3. This guide is item number DOC-110, revision 1.038, May 2009 Copyright 1992-2009 Lenel Systems International, Inc. Information
026-1010 Rev 7 06-OCT-2011. Site Manager Installation Guide
026-1010 Rev 7 06-OCT-2011 Site Manager Installation Guide Retail Solutions 3240 Town Point Drive NW, Suite 100 Kennesaw, GA 30144, USA Phone: 770-425-2724 Fax: 770-425-9319 Table of Contents 1 SERVER
WhatsUp Gold v16.2 Database Migration and Management Guide
WhatsUp Gold v16.2 Database Migration and Management Guide Contents CHAPTER 1 How to use this guide CHAPTER 2 Migrating the WhatsUp Gold Microsoft SQL Server 2008 R2 Express Edition database to Microsoft
Deploying Remote Desktop Connection Broker with High Availability Step-by-Step Guide
Deploying Remote Desktop Connection Broker with High Availability Step-by-Step Guide Microsoft Corporation Published: May 2010 Abstract This guide describes the steps for configuring Remote Desktop Connection
DC Agent Troubleshooting
DC Agent Troubleshooting Topic 50320 DC Agent Troubleshooting Web Security Solutions v7.7.x, 7.8.x 27-Mar-2013 This collection includes the following articles to help you troubleshoot DC Agent installation
Cloud Services ADM. Agent Deployment Guide
Cloud Services ADM Agent Deployment Guide 10/15/2014 CONTENTS System Requirements... 1 Hardware Requirements... 1 Installation... 2 SQL Connection... 4 AD Mgmt Agent... 5 MMC... 7 Service... 8 License
IceWarp to IceWarp Server Migration
IceWarp to IceWarp Server Migration Registered Trademarks iphone, ipad, Mac, OS X are trademarks of Apple Inc., registered in the U.S. and other countries. Microsoft, Windows, Outlook and Windows Phone
Performing Database and File System Backups and Restores Using Oracle Secure Backup
Performing Database and File System Backups and Restores Using Oracle Secure Backup Purpose This lesson introduces you to Oracle Secure Backup which enables you to perform database and file system backups
Management Utilities Configuration for UAC Environments
Management Utilities Configuration for UAC Environments For optimal use of SyAM Management Utilities, Windows client machines should be configured with User Account Control disabled or set to the least
DS License Server V6R2013x
DS License Server V6R2013x DS License Server V6R2013x Installation and Configuration Guide Contains JAVA SE RUNTIME ENVIRONMENT (JRE) VERSION 7 Contains IBM(R) 64-bit SDK for AIX(TM), Java(TM) Technology
Video Administration Backup and Restore Procedures
CHAPTER 12 Video Administration Backup and Restore Procedures This chapter provides procedures for backing up and restoring the Video Administration database and configuration files. See the following
PAYMENTVAULT TM LONG TERM DATA STORAGE
PAYMENTVAULT TM LONG TERM DATA STORAGE Version 3.0 by Auric Systems International 1 July 2010 Copyright c 2010 Auric Systems International. All rights reserved. Contents 1 Overview 1 1.1 Platforms............................
User Guide. Version R91. English
AuthAnvil User Guide Version R91 English August 25, 2015 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS as updated from
CA ARCserve Replication and High Availability for Windows
CA ARCserve Replication and High Availability for Windows Microsoft SQL Server Operation Guide r15 This documentation and any related computer software help programs (hereinafter referred to as the "Documentation")
Sage 200 Web Time & Expenses Guide
Sage 200 Web Time & Expenses Guide Sage (UK) Limited Copyright Statement Sage (UK) Limited, 2006. All rights reserved If this documentation includes advice or information relating to any matter other than
Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide
Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer.
