Administrator s Notes For ASAS 2.4 and Above 2 Overview........................................................................ 2 2.1 s........................................................................ 2 2.1.1 ASAS Server............................................................................... 2 2.1.1.1 ASAS Server System s..............................................................2 2.1.1.2 ASAS Server Software s.............................................................2 2.1.2 WMC Administrator Console................................................................... 3 2.1.2.1 Software s........................................................................3 2 Migrating the ASAS Database....................................................... 4 2.1 Preparing for Migration................................................................. 4 2.2 Exporting the Database................................................................ 4 2.3 Setting Up the New Machine............................................................ 5 Copyright 2001-2005 Authenex, Inc. All rights reserved. Authenex, A-Key, ASAS, AOne, SAC, HDLock, ASafe, ACert, A-Remote and associated logos are registered or unregistered trademarks of Authenex, Inc. All other registered and unregistered trademarks in this document are the sole property of their respective owners. Document Version 2.4.1 Release date: October 2004 Please check Authenex.com for updated documentation. Authenex, Inc. 1489 Salmon Way, Hayward, CA 94544
2 Overview 2.1 s 2.1.1 ASAS Server 2.1.1.1 ASAS Server System s Processor RAM Disk Space Network USB Port Radius Ports SQL Server Pentium-compatible CPU 256 MB or higher 8 Gigabytes of free Hard Disk space (after OS) 1 10Base-T/100Base-Tx Ethernet network adapter One USB Port must be available (version 1.1 is supported) Ports 1812 and 1813 should be available for ASAS. MS SQL Server must be configured for SQL and Windows authentication 2.1.1.2 ASAS Server Software s Operating System Microsoft Windows 2000 and 2003 Server Edition Service Packs Microsoft Windows 2000 Service Pack 3 or above. It is recommended that the latest Windows service pack be installed for all Windows machines. Java Runtime Engine 1.4 or greater (included) Apache Tomcat 4.1 and above (included) Server Software SQL Server 2000 or MSDE (included) Failover Setup Primary ASAS Server must have SQL Server pre-installed.sql Server must be configured for SQL Windows Authorization. Authenex 2
2.1.2 WMC Administrator Console 2.1.2.1 Software s Operating System Windows 2000 or Windows XP Internet Explorer 6.0 or above Authenex 3
2 Migrating the ASAS Database 2.1 Preparing for Migration 1. Back up the contents of the C:\Authenex directory on your database server. 2. On the ASAS server, back up the following files: C:\Program Files\Authenex\ASAS Server\lib\Authserver.properties C:\Program Files\Apache Group\Tomcat 4.1\webapps\asas\WEB- INF\classes\config.properties These files contain your configuration information. 3. Run the Installer of the Database CD onto the server onto which you intend to move your database. When the ASAS Initialization window appears, cancel it. 4. Navigate to the C:\Authenex directory and double-click install.bat. Important! Install the database ONLY, not the data. 2.2 Exporting the Database 1. Select Start Programs Microsoft SQL Server Import and Export Data. The DTS Import/ Export Wizard appears. 2. Click Next. The Choose a Data Source dialog appears. 3. Click the Use Windows Authentication radio button. 4. Select local from the Server dropdown list, choose AuthenexDB from the Database dropdown list and click Next. The Choose Destination dialog appears 5. Click the Use Windows Authentication radio button. 6. Select the name of your old database server from the Server dropdown list, choose AuthenexDB from the Database dropdown list and click Next. The Specify Table Copy or Query dialog appears. 7. Click the Copy Table(s) and Views From the Source Database radio button and click Next. The Select Source Tables and Views dialog appears. 8. Click Select All and click Next. The Save, Schedule, and Replicate Package dialog appears. 9. Accept all defaults (make sure the Run immediately checkbox is checked) and click Next. The Completing the DTS IMport/Export dialog appears. 10. Verify the settings and click Finish. Authenex 4
2.3 Setting Up the New Machine On the new database machine: 1. Check the data in the database, either through the command prompt or through the SQL Enterprise tools. 2. On the ASAS Server, change the following entry in C:\Program Files\Apache Group\Tomcat 4.1\webapps\asas\WEB-INF\classes\config.properties: dbname=jdbc:microsoft:sqlserver://{ip_address}:1433; databasename=authenexdb Where {IP_ADDRESS} = the actual IP address of your new database server. 3. Restart the MSSQL and MSSQL Agent services on the new database server. 4. Restart the ASAS Server services on the ASAS server. 5. Attempt to connect with your Web Management Client (WMC) on a separate machine, and verify that your data is viewable and accessible. If so, then you are done! Authenex 5