AppLoader 7.7. Load Testing On Windows Azure

Size: px
Start display at page:

Download "AppLoader 7.7. Load Testing On Windows Azure"

Transcription

1 AppLoader 7.7 Load Testing On Windows Azure

2 CONTENTS INTRODUCTION... 3 PURPOSE... 3 CREATE A WINDOWS AZURE ACCOUNT... 3 CREATE A LOAD TESTING ENVIRONMENT ON THE CLOUD... 6 CONFIGURE A WINDOWS AZURE STORAGE ACCOUNT... 6 CREATE A VIRTUAL NETWORK... 8 CONFIGURE A WINDOWS AZURE VIRTUAL MACHINE FOR THE APPLOADER CONNNECT TO THE VIRTUAL MACHINE USING REMOTE DESKTOP CONFIGURE A SECOND VIRTUAL MACHINE FOR THE INJECTOR & SCENARIOBUILDER VALIDATING CONNECTIVITY WITH PING INSTALLING APPLOADER SUITE ON WINDOWS AZURE PREREQUISITES INSTALL APPLOADER CONTROLLER INSTALL INJECTOR INSTALL SCENARIOBUILDER INSTALL MICROSOFT.NET FRAMEWORK GETTING STARTED WITH APPLOADER CREATE AND EXECUTE A LOAD TEST MAKING IDENTICAL VMS USING A RE-USABLE IMAGE INDEX - TROUBLESHOOTING VIRTUAL MACHINES ARE GREYED OUT APPLOADER SERVICES VSTATION LOGS LICENSE NRG Global, Inc. All rights reserved. Page 2

3 INTRODUCTION Azure is an open and flexible cloud platform that enables you to quickly build, deploy and manage applications across a global network of Microsoft-managed datacenters. You can build applications using any language, tool or framework. And you can integrate your public cloud applications with your existing IT environment. You can use the Virtual Machines as a testing environment on their cloud networks to configure AppLoader. PURPOSE We are convinced that AppLoader will work in your environment and we are here to convince you! This guide will explain how to create a new Windows Azure Storage Account and Virtual Machine using the Windows Azure portal. After the machine is provisioned, you will connect to the virtual machine using Remote Desktop Protocol (RDP). Once connected, you will be able to perform tasks on the virtual machine just as you would for an on premise machine. You will learn how to build a test scenario, send it to the controller, and set up a load test with 5, 10, 20,50 or as many rusers as you want. Also you will be able to run multiple Load Tests with multiple Injectors by cloning the Injector. CREATE A WINDOWS AZURE ACCOUNT Below is a step-by-step guide to create a Virtual Machine with Windows Azure. Please follow the steps below to configure a free trial account with Azure. Click on the link below to setup an account. Next, click on Try for free. Then click on Try it Now. If you have an account, sign in to your Microsoft account, otherwise click on Don t have a Microsoft account? Sign up now link to create an account. (Be sure the account that is being created is 18 years or older) NRG Global, Inc. All rights reserved. Page 3

4 After creating an account or sign in to your Microsoft account, fill out the following form to sign up for Windows Azure account. You can choose the Free Trial subscription to have a full access to all services for 30 days. Next, login to your account s portal to start using the Window Azure s services NRG Global, Inc. All rights reserved. Page 4

5 Once you log in to your portal, you will be able to use all the Azure's services easily NRG Global, Inc. All rights reserved. Page 5

6 CREATE A LOAD TESTING ENVIRONMENT ON THE CLOUD CONFIGURE A WINDOWS AZURE STORAGE ACCOUNT In this part you will create a new Windows Azure Storage Account in the region closest to you. The underlying storage for virtual machines (VHD files) are saved in Windows Azure Storage. OS and Data Disks are stored in Windows Azure Storage Account, except for D:\ drive which is only temporary. 1. Click on the +NEW link at the bottom-left corner of the screen. 2. Select DATA SERVICE -> STORAGE ->QUICK CREATE. 3. Specify the storage account properties. a. A unique name for the storage account URL b. The Windows Azure Location to create the storage account in. c. Change REPLICATION to Locally Redundant. The Replication field refers to the location of a copy of the storage account. Selecting Geo-Redundant means that a copy of the Storage Account will be created in a different location (i.e. if storage account is created in West US, copy could be made in East US region). Selecting Locally Redudant means that a copy of the Storage Account will be created in the same region) NRG Global, Inc. All rights reserved. Page 6

7 4. Press the checkmark next to CREATE STORAGE ACCOUNT to provision the storage account. 5. Before proceeding wait for the storage account creation to complete. Once the storage account is finished being created, virtual machines can use this storage account to save data NRG Global, Inc. All rights reserved. Page 7

8 CREATE A VIRTUAL NETWORK Load Testing On Windows Azure : AppLoader 7.7 A cloud only virtual network with a DNS server specified. Creating a virtual network will provide more control over the IP address assigned to each virtual machine. 1. Click on the +NEW link at the bottom-left corner of the screen 2. Click on NETWORK SERVICES -> VIRTUAL NETWORK -> CUSTOM CREATE. 3. Set the Virtual Network Properties NRG Global, Inc. All rights reserved. Page 8

9 4. On the DNS Servers and VPN connectivity page, add a new DNS Server and specify the IP Address. 5. On the Virtual Network Address Spaces page, modify the default subnet and add additional subnets NRG Global, Inc. All rights reserved. Page 9

10 Once the network account is finished being created, you can see it on the Networks section NRG Global, Inc. All rights reserved. Page 10

11 CONFIGURE A WINDOWS AZURE VIRTUAL MACHINE FOR THE APPLOADER This first VM will host the AppLoader Controller. 1. Click +NEW link on the bottom left corner of the Portal 2. Select COMPUTE -> VIRTUAL MACHINE -> FROM GALLERY. 3. Select an image for the Virtual Machine, for the purpose of this guide, Windows Server 2008 R2 SP1 was selected. Then click the right arrow at the bottom of the dialog to move forward. Virtual Machines can be cloned by copying their images then accessing them under My Images NRG Global, Inc. All rights reserved. Page 11

12 4. Provide basic properties for the virtual machine. a. Specify nrgvmapploader as the VIRTUAL MACHINE NAME b. Provide a USER NAME and PASSWORD. This will be the credentials you will use to login into the machine. c. Click the right arrow at the bottom of the dialog to move forward link. A machine can be set up with only one core. Later when the machine is ready to be used for testing more cores can be added to the machine. 5. Specify the final configuration properties of the virtual machine. a. Specify a unique CLOUD SERVICE DNS NAME to act as the container for the virtual machine. b. Select the REGION where you previously created the storage account. c. Select the nrgstorage as STORAGE ACCOUNT that was created at the beginning of this guide. This storage account will be the location where the VHDs (disks) for this virtual machine are stored. d. Configure the Endpoints for the Virtual Machine. By default Windows based virtual machines have ports enabled for Remote Desktop and Remote PowerShell. Virtual Machines can be created under an existing Cloud Service by selecting it from the drop down. Selecting an existing Cloud Service will auto populate the Cloud Service DNS Name. Creating VMs within the same cloud service will allow them to find and communicate with one another NRG Global, Inc. All rights reserved. Page 12

13 6. Review the Virtual machine configuration and press the check mark button at the bottom of this dialog and Windows Azure will start provisioning the Virtual Machine. On the bottom right you will notice your machine is being created NRG Global, Inc. All rights reserved. Page 13

14 After your Server is created, select your Virtual Machines from the items pane on Windows Azure. Click on the VM from the list, then open the Dashboard to view the status and set up of the VM NRG Global, Inc. All rights reserved. Page 14

15 CONNNECT TO THE VIRTUAL MACHINE USING REMOTE DESKTOP Once the machine has been provisioned, you will see the CONNECT link light up for the virtual machine. Click on CONNECT. 1. When prompted to open or save the Remote Desktop File (RDP), click on Open. 2. Next you will be challenged to enter the credentials to login to the virtual machine. In the Windows Security dialog, click on the Use Other Account option and enter the credentials you specified when setting the properties for the virtual machine. 3. You will be asked to confirm the connection. This is because the certificate used to secure the connection is not signed by a trusted certificate authority on your computer. Click on Yes to connect NRG Global, Inc. All rights reserved. Page 15

16 CONFIGURE A SECOND VIRTUAL MACHINE FOR THE INJECTOR & SCENARIOBUILDER After the first machine has been created successfully, a second VM will need to be created under the same cloud service. This second VM will host the Injector and ScenarioBuilder. 1. Click +NEW link on the bottom left corner of the screen. 2. Select COMPUTE -> VIRTUAL MACHINE -> FROM GALLERY. 3. Select an Image for the Virtual Machine, for the purpose of this document Windows Server 2008 R2 SP1 was selected NRG Global, Inc. All rights reserved. Page 16

17 4. Provide basic properties for the virtual machine. a. Specify nrgvminjector as the VIRTUAL MACHINE NAME. b. Provide a USER NAME and PASSWORD. This will be the credentials you will use to login into the machine. c. Click the right arrow at the bottom of the dialog to move forward link. 5. Specify the provisioning configuration settings of the virtual machine. a. Using the drop down select the cloud service that was created for AppLoader Controller machine. b. Select the previously created storage account as well. c. Configure the Endpoints for the Virtual Machine. By default Windows based virtual machines have ports enabled for Remote Desktop and Remote PowerShell NRG Global, Inc. All rights reserved. Page 17

18 6. Review the Virtual machine configuration and press the check mark button at the bottom of this dialog and Windows Azure will start provisioning the Virtual Machine. 7. Wait for nrgvminjector to move into the Running (Provisioning) state before proceeding NRG Global, Inc. All rights reserved. Page 18

19 After the VM is finished provisioning, you will notice that DNS name for the two machines is the same. Connect to the second virtual machine using Remote Desktop Connection. For more information please refer here NRG Global, Inc. All rights reserved. Page 19

20 VALIDATING CONNECTIVITY WITH PING Load Testing On Windows Azure : AppLoader 7.7 After both VMs have been created, communication must be established between them. To do this a Rule must be added to both of the machines. 1. Connect to nrgvmapploader using a Remote Desktop Session. 2. Once the machine has started, open a command prompt by pressing <Windows Key + R>, type CMD and press <Enter>. 3. Enter ping nrgvminjector and press <Enter>. 4. You should see that nrgvminjector has resolved to an IP address but you should receive timeouts in response to your ping request. This is because ICMP has not been enabled on either virtual machine's firewall. 5. Enter the following command on nrgvmapploader followed by <Enter> to enable this virtual machine to respond to ICMP (Ping) requests. netsh advfirewall firewall set rule name="file and Printer Sharing (Echo Request - ICMPv4-In)" new enable=yes A message should appear showing that the rule has been updated as seen above NRG Global, Inc. All rights reserved. Page 20

21 6. Connect to nrgvminjector using Remote Desktop using the same steps as you used to connect to nrgvmapploader. Start a command prompt and enable ICMP using the same command as in the previous step. netsh advfirewall firewall set rule name="file and Printer Sharing (Echo Request - ICMPv4-In)" new enable=yes 7. Validate the firewall rules by pinging nrgvmapploader from nrgvminjector and nrgvminjector from nrgvmapploader. This will ensure that the firewall rule was updated. Pinging second VM (nrgvminjector )from first VM (nrgvmapploader): Pinging first VM (nrgvmapploader )from second VM (nrgvminjector): 2014 NRG Global, Inc. All rights reserved. Page 21

22 INSTALLING APPLOADER SUITE ON WINDOWS AZURE PREREQUISITES The AppLoader Suite consists of three components AppLoader Controller, Injector and ScenarioBuilder. Together, they comprise NRG Global s easy-to-use, script-free load testing solution. AppLoader works with Terminal Services from Microsoft to generate multiple users simultaneously interacting with an application from one Windows Server. Install the AppLoader components in the following manner: 1. AppLoader Controller Install on a Windows Server. Installation sets up the Controller which manages, drives, and monitors load tests in real-time, and provides test analyses through summarized and detailed reports and graphs. 2. Injector Install on a Windows server. Installation sets up the Injector which hosts multiple users performing real life Scenarios on the application under test. Make sure that AppLoader Controller is already installed before installing the Injector. 3. ScenarioBuilder Install on a Windows Server (same machine or clone of the Injector Server). This easy-to-use tool facilitates the creation of a wide range of test Scenarios for load testing. Start by downloading the AppLoader installation package from the Downloads page on the NRG Global website.. Save the apploader_suite_setup.zip file in the first VM (nrgvmapploader) and extract the contents of the file to a new folder. You will find a separate folder for each of the components; AppLoader, Injector and ScenarioBuilder. Within each folder is a setup file for its respective component. Click here for a video guide through the installation of the three AppLoader components NRG Global, Inc. All rights reserved. Page 22

23 1. INSTALL APPLOADER CONTROLLER These are the steps to install AppLoader Controller: 1. Run the ALSetup.exe file in the AppLoader folder. 2. Click Next to advance to the End User License Agreement (EULA). 3. Review the terms of the EULA and click I accept the agreement and click Next to continue. 4. Select the destination folder for the AppLoader Controller program installation. Click Next to accept the default location or Browse to an alternate location, then click Next. 5. Enter the web server configuration and port settings and click Next. (Choose the defaults unless they are used by other applications. Web Server Port : 8888, Controller Port Range : ) 6. Review settings and click Install to initiate the installation process. 7. Click Finish to complete the AppLoader Controller installation. To view more detailed installation steps and screenshots, please refer to the AppLoader Installation Guide document. You can find it in AppLoader folder installed on your system or download it here NRG Global, Inc. All rights reserved. Page 23

24 2. INSTALL INJECTOR The Injector and the ScenarioBuilder should both be installed in the second VM (nrgvminjector). In order to install the Injector and ScenarioBuilder, there should be an RDP session open for each of the VMs. Start by copying the Injector and ScenarioBuilder folders found in the apploader_suite_setup file that were saved in the first VM (nrgvmapploader) in the previous section. 1. Run the IJSetup.exe file in the Injector folder. 2. Click Next to advance to the End User License Agreement (EULA). 3. Review the terms of the EULA and click I accept the agreement and click Next to continue. 4. Select the destination folder for the Injector program installation. Click Next to accept the default location or Browse to an alternate location, then click Next. 5. In this step you should enter the IP address of the Server hosting the Controller in the AppLoader Base IP Address field. Enter the AppLoader Web Server Port address use the same port that was assigned to the AppLoader Web Server Port in the AppLoader installation. (Choose the default one: Web Server Port: 8888 ), then click Next. Go to the Azure Portal and open the Dashboard of the machine that has the AppLoader Controller installed. Look for the Internal IP address: NRG Global, Inc. All rights reserved. Page 24

25 Copy and Paste the Internal IP Address to the Injector Installation Wizard. 6. The Injector setting will be configured automatically, Click Next NRG Global, Inc. All rights reserved. Page 25

26 7. Provide authorized user credentials to log in automatically whenever the Injector Server is started. 8. Review settings and click Install to initiate the installation process. 9. Click Finish to complete the Injector installation. Once installed, the Injector will start automatically. But if it does not start, you can start it from the Injector s folder in program menu. To view more detailed installation steps and screenshots, please refer to the AppLoader Installation Guide document. You can find it in AppLoader folder installed on your system or download it here NRG Global, Inc. All rights reserved. Page 26

27 3. INSTALL SCENARIOBUILDER Load Testing On Windows Azure : AppLoader 7.7 The Injector and the ScenarioBuilder should both be installed in the second VM. In order to install the Injector and ScenarioBuilder, there should be an RDP session open for each of the VMs. Make sure that ScenarioBuilder and Injecotr are installed in the same machine. 1. Run the SBSetup.exe file in the ScenarioBuilder folder. 2. Click Next to advance to the End User License Agreement (EULA). 3. Review the terms of the EULA and click I accept the agreement and click Next to continue. 4. Enter the IP address or name of the Server (nrgvmapploader)hosting the Controller in the Host Name field. Enter the Port Number address use the same port that was assigned for Web Server Port in the Controller/Base installation. (Choose the default one: Port Number: 8888 ), then click Next. 5. Select the destination folder for the ScenarioBuilder program installation. Click Next to accept the default location or Browse to an alternate location, then click Next NRG Global, Inc. All rights reserved. Page 27

28 6. Select the destination folder for the ScenarioBuilder program shortcuts. Click Next to accept the default location or Browse to an alternate location, then click Next. 7. Review settings and click Install to initiate the installation process. 8. Click Finish to complete the ScenarioBuilder installation. To view more detailed installation steps and screenshots, please refer to the AppLoader Installation Guide document. You can find it in AppLoader folder installed on your system or download it here. Optimize The Server: After all the components have been installed, follow the steps in the Server Configuratio.pdf document located in the apploader_suite_setup folder. The pdf document that should be used depends on which server is being used (i.e. Windows Server 2003, Windows Server 2008, Windows Server 2008 R2 or Windows Server 2012) NRG Global, Inc. All rights reserved. Page 28

29 INSTALL MICROSOFT.NET FRAMEWORK 3.5 After installing the AppLader Contoller, the Injector and ScenarioBuilder. Perform the following steps in both VMs. 1. Open the Server Manager. Click on Add Features. 2. Check.NET Framework Features. Click Next 2014 NRG Global, Inc. All rights reserved. Page 29

30 3. Click on Add Requested Role Services 2014 NRG Global, Inc. All rights reserved. Page 30

31 4. Click Next. 5. Click Next NRG Global, Inc. All rights reserved. Page 31

32 6. Click Install. 7. Wait for installation to finish. Restart machine NRG Global, Inc. All rights reserved. Page 32

33 GETTING STARTED WITH APPLOADER CREATE AND EXECUTE A LOAD TEST The communication flow for AppLoader is: AppLoader Controller Injector rusermanager VStation VStation - The VStation is the component that is installed under each ruser. The VStation is what will perform the playback of the scenario during the load test, without it the ruser will not perform the Scenario playback. The VStation is programmed to start automatically once the ruser is logged in. rusers - The real user accounts which exist in the Windows environment and are administered through AppLoader. rusermanager - This is the component of ScenarioBuilder that is used to oversee the rusers during Scenario playback. Also, it is better to create your scripts inside the rusermanager. Before launching the controller and starting load testing, make sure to start the Injector and the VSation. You can start them from the Injector s folder in program menu. Launch AppLoader Controller: After installing AppLoader, a shortcut will be created on the desktop. Launch the AppLoader Controller web interface to manage, run, and analyze your tests. 1. Double-click the AppLoader shortcut to launch the AppLoader Controller in your default browser. You can also launch the AppLoader Controller by entering IP address of the Server (or localhost ) and Web Server Port number into the address bar of a web browser NRG Global, Inc. All rights reserved. Page 33

34 2. Log in to AppLoader (User Name: admin / Password: admin) You ll notice the Injector has registered itself with the AppLoader Controller. If the Injector was not registered with the AppLoader Controller, turn off the Firewalls for both VMs (nrgvmapploader and nrgvminjector). Define rusers: Defining rusers is the first step in preparing a load test. Once rusers are defined, this step does not have to be repeated, unless rusers are deleted. Define rusers only applies to AppLoader suite if it is installed onto a server, if the AppLoader suite is installed on a PC, rusers cannot be defined. Check the Injector that you want to define rusers for. Then click the Define rusers the menu bar. Injector rusers form opens; button in 2014 NRG Global, Inc. All rights reserved. Page 34

35 Mode: Select the type of ruser accounts to create from the drop down menu (Incremental; From CSV File, One ruser). User Name: Provide a generic user name for ruser accounts. AppLoader will add a sequential numeric suffix to make each account unique (e.g. ruser001, ruser002, ruser003, etc ). User names must be compliant with the Windows server requirements. Recommended value: ruser) Password: Enter a password for the ruser accounts. Password must be compliant with the Windows server requirements. Recommended value: Password123). Click Submit to issue the Define rusers command. If rusers are not created prior to launching a test, ruser Manager will automatically create rusers for the test. Start rusers: The next step in the process is to Start rusers. This process launches the rusermanager on the Injector and initiates the ruser logins. Start rusers only applies to AppLoader suite if it is installed onto a Server. Click the Start rusers button. The Start rusers window pops up; # Of Users: Specify the number of users to start on the selected Injector. Launch Delay: Specify a launch delay in seconds. The system waits this amount of time after starting each ruser. Click Submit to start rusers. Started rusers can be viewed in the Real Time Results page of the Controller NRG Global, Inc. All rights reserved. Page 35

36 Once you start the rusers, ruser Manager will automatically start on the second VM (nrgvminjector). The rusermanager can be viewed throughout the test process, from the starting of rusers through the complete execution of the test. It can be minimized or maximized on the Injector as the test is in progress. However closing the rusermanager during the test would end Scenario playback and disrupt the test. You can view, manage, delete, stop, and disconnect rusers from AppLoader Controller and delete them from Windows Server NRG Global, Inc. All rights reserved. Page 36

37 Create A Scenario Using ScenarioBuilder Inside The rusermanager: In this part, you should create your scenario with ScenarioBuilder. Scenarios are the action sequences which emulate your real user activity within your application. Creating your first scenario is simple. If you know how to use your application, then you know how to script a scenario with ScenarioBuilder. For this guide, we creates three separate scenarios that are related to each other: Login, Search and Log off. The second scenario (Search)can include multiple scripts. You can create your own scenario. After you finish your scenario, do the following steps: 1. Playback scenario (as many times as necessary) to ensure that it performs as expected. 2. Set reference time (in execution report window after a successful scenario playback). 3. Save scenario. 4. Send it to Controller. You will see a dialog box indicating Send successful upon completion. To make sure that the scenario will be send to the correct controller, you can follow these steps: 1. Click on View in ScenarioBuilder toolbar 2. Go to Option 3. Click on Base 4. If you couldn t find the Controller address ( In this case, the IP address of the Controller is the Internal IP address of the first VM (nrgvmapploader: ), click on Add button to enter your Apploader Controller information NRG Global, Inc. All rights reserved. Page 37

38 5. Click on Test button to test the connection between ScenarioBuilder and Controller. 5. Close or minimize ScenarioBuilder. Please refer to the ScenarioBuilder User Guide for more information. You can download it from here. Click here for the complete ScenarioBuilder video tutorial series NRG Global, Inc. All rights reserved. Page 38

39 Manage Tests: Click the Manage Tests button to design a Test Plan. The Manage Tests page defaults to the Test Plans List view; it is empty if you have not created any Test Plans yet. Click the Create New Test Plan button in the menu bar. The Test Plan form opens; The below image shows how the Test Plan form looks upon opening. Fill out the required information in each field. Here are the quick steps: 1. Enter a name for the new Test Plan. 2. Attach a Template for backend monitoring (optional) NRG Global, Inc. All rights reserved. Page 39

40 3. Provide a Steady State Time in minutes that the user will actively play scenario. As you login (Open) and log off (Close) a website or an application only once, it is better to set value 0 for the Steady State Time filed when you create the Login and Log off Test Plans. 4. Ramp-up Time and Users/Minute will be automatically calculated based on the Test Plan details provided (these fields cannot be edited manually). 5. Select the Injector. There is only one Injector that can be selected from Injector field in TestPlan Details section. 6. Select the scenario that should be tested. 7. Enter the number of rusers to play the selected Scenario on the selected Injector. 8. Enter the time, in seconds, that each ruser waits before playing the Scenario. A Delay value of "0" results in all rusers beginning simultaneously. A Delay value of "5" results in each ruser beginning 5 second after the previous. A Delay value of 30 will be an appropriate value for the Login and Log off Test Plans. 9. As soon as you select the scenario from the Scenario field in the TestPlan Details, AppLoader automatically calculates the test duration and iterations and populates those fields on the form. All the information about that scenario, such as the CSV Files, etc. will be set automatically. Although you can change them, it is not necessary NRG Global, Inc. All rights reserved. Page 40

41 For more information on filling out these fields please refer to AppLoader UserGuide document. You can download it from here. After completing all of the applicable sections of the Test Plan, click the Save Details window to save your Test Plan. The following message will appear: button above the Click Yes to open the Execution Plan form for viewing and editing; The Execution Plan will show the ruser name, Host, assigned Scenario, assigned number of Iterations, Start Delay, CSV file, and Assigned CSV Rows NRG Global, Inc. All rights reserved. Page 41

42 Close the Execution Plan window to continue. The following message will appear: If you have only one scenario that you want to run, click Yes to run your test otherwise click No to exit without running. If you clicked Yes the following window opens. Specify a name for your load test and click Submit. AppLoader shifts to the Real Time Results page automatically after submitting the test NRG Global, Inc. All rights reserved. Page 42

43 For this guide, we create three scenarios. Therefore, we have to create three Test Plans for each of them. For Load Testing, we need to create an execution flow. Create An Execution Flow: With Execution Flows you are able to cue up a series of Test Plans to automatically play, one after the next. Click the Create New Execution Flow button in the menu bar. The Execution Flow Schedule form opens; The below image shows how the Execution Flow Schedule page looks upon opening. Fill out the required information in each field. Here are the quick steps: 1. Enter a name for the Execution Flow (avoid special characters). 2. Provide an optional description to help identify this Execution Flow. 3. Double-click on, the Available Test Plans pane the Test Plans you wish to include in your Execution Flow. 4. Use this feature to establish whether or not to execute tests on the rusers that failed in the previous test NRG Global, Inc. All rights reserved. Page 43

44 5. Click Save button to save the Exectution Flow. 6. To initiate a test using an Execution Flow, click Run button. 7. Click on Submit AppLoader shifts to the Real Time Results page automatically after submitting the test. Congratulations! Your Execution Flow or TestPlan has been submitted! Go to the Second VM (nrgvminjector) and maximize the rusermanager to see each ruser session executing scenarios in real time. For more information please refer to AppLoader UserGuide document. You can download it here NRG Global, Inc. All rights reserved. Page 44

45 Real Time Results: Click View Real Time Results for graphical view of the test in progress, from the Controller perspective. Click here for a video demonstration of Test Plan configuration and Real Time Results. Test Analysis: When test has completed, click Test Analysis for final results. The Test Analysis page contains four panes: Load Test; Pie Chart; Stats; Graph. Click here for a video demonstration of Test Analysis. Test Failures and Screenshots: View screenshots of application slowness or errors occurring during the playback in real-time NRG Global, Inc. All rights reserved. Page 45

46 MAKING IDENTICAL VMS USING A RE-USABLE IMAGE VM profiles can be saved as images, these images can be used to provision identical virtual machines. An image of the Injector VM can be saved an used to create more Injectors. Run The System Preparation Tool (Sysprep) To Prepare The Virtual Machine as An Image: 1. Connect to the existing virtual machine nrgvminjector using a new or existing Remote Desktop session. 2. Press <Windows Key + R>and type in C:\Windows\System32\Sysprep\sysprep.exe then press <Enter> 3. Once the System Preparation Tool Launches a. Check Generalize b. Change Shutdown Options to Shutdown c. Press OK 2014 NRG Global, Inc. All rights reserved. Page 46

47 Capture The Virtual Machine As A Reusable Image: Load Testing On Windows Azure : AppLoader 7.7 Open Windows Azure Management Portal and select Virtual Machines in the left navigation so you may view the current state of all virtual machines. Do not proceed until nrgvminjector is in the shutdown state (this may take several minutes as sysprep generalizes the virtual machine). 1. Select the Virtual Machine by clicking nrgvminjector 2. On the bottom of the page click the CAPTURE button to capture the virtual machine as a reusable image. 3. Type in a name in the IMAGE NAME box and check I have run Sysprep on the virtual machine. Press the check mark to start the capture operation. The VM will be deleted after the image is captured. 4. The portal will automatically open the Images tab in the Virtual Machines section NRG Global, Inc. All rights reserved. Page 47

48 5. Wait before the image status to be available before proceeding. Create A Virtual Machine Instance from the Image: 1. Click +NEW on the bottom left corner of the Portal 2. Select COMPUTE -> VIRTUAL MACHINE -> FROM GALLERY. 3. Select the custom image by clicking MY IMAGES on the left navigation and selecting opsvmimage and then click the right arrow at the bottom of the dialog to move forward NRG Global, Inc. All rights reserved. Page 48

49 4. Provide basic properties for the virtual machine. a. Specify nrgvminjector as the VIRTUAL MACHINE NAME b. Provide a USER NAME and PASSWORD. This will be the credentials you will use to login into the machine. c. Click the right arrow at the bottom of the dialog to move forward link. 5. Specify the provisioning configuration settings of the virtual machine. a. Select the cloud service that was created in the AppLoader Controller machine section. b. Select the previously created storage account as well. c. Configure the Endpoints for the Virtual Machine. By default Windows based virtual machines have ports enabled for Remote Desktop and Remote PowerShell NRG Global, Inc. All rights reserved. Page 49

50 6. Review the Virtual machine configuration and press the check mark button at the bottom of this dialog and Windows Azure will start provisioning the Virtual Machine. After the VM is finished provisioning, you will notice that DNS name for the two machines should be the same NRG Global, Inc. All rights reserved. Page 50

51 After cloning the Injector, you can start to create and execute your Load Tests with the new Injector. To view more detailed steps and screenshots, please refer to the Create And Execute A Load Test section. INDEX - TROUBLESHOOTING VIRTUAL MACHINES ARE GREYED OUT Check on the status of your Virtual Machines and Virtual Networks: If your status is YOU ARE QUEUED like above, please contact support to have gain access to this feature. Normally, you would be able to set up a Virtual Machine from the moment you create your account. Cloud Service acts as a network and security boundary. To prevent IP addresses from changing, keep at least 1 VM open on the cloud service. APPLOADER SERVICES 2014 NRG Global, Inc. All rights reserved. Page 51

52 Some issues that occur while using AppLoader can be solved by restarting the AppLoader services. For example, communication issues between the different components of AppLoader, graphs not updating, and Injectors not connecting to the AppLoader Controller. The AppLoader Suite has three services: 1. AppLoader Controller Suite 2. AppLoader Scheduler 3. AppLoader WebServer To restart these services: 1. Launch the Task Manager 2. Open the Services tab. 3. Click on the button on the bottom right corner. 4. Look for the three AppLoader services, right click on them and click on Restart. VSTATION Some issues that can be traced back to the vstation include: the rusers not playing the scenario not playing, the AppLoader Controller not displaying any rusers connected or displaying the incorrect number of rusers that are connected. If these issues occur, check that the VStation is running. Follow below steps for troubleshooting VStation: 1. Open the Task Manager 2. Under the Processes tab look for VStation.exe 3. If the process isn t running open the Injector folder and click on the Start VStation file. 4. If the process needs to be restarted, right click on it from the Task Manager list and select Stop. Then open the Injector folder and click on the Start VStation file. The VStation Log file can be found here: VStation C:\Program Files (x86)\nrgglobal\injector\logs LOGS 2014 NRG Global, Inc. All rights reserved. Page 52

53 The logs will log everything the Injector, rusermanager, and ruser does and gives details about each event. There is a time stamp on each line that shows each event that took place. In this folder, you will find these logs: Injector.log - Show logs regarding the communication between AppLoader Controller and Injector. rusermanager.log - Show the connection status of rusers and when the commands were sent. ruser.log - Show how each ruser performed each action the ruser played back and communication events. This will be helpful with resolving issues and seeing when and where events occurred when performing tests and checking configurations. If you are requesting technical support, it is recommended to send copies of your log files attached to the . You can find Logs files here: Injector, rusermanager, ruser C:\Program Files (x86)\nrgglobal\injector\logs LICENSE Some issues that can be traced back to the expired license include: AppLoader is not starting load testing, Scenario is not playing in the ScenarioBuilder, etc. Therefore, you need to renew your license. To request or purchase a new license, please contact NRG Global Sales team. To install the licenses, place the AppLoaderLicense.lic and sblicense.lic under the folders: AppLoader C:\Program Files (x86)\nrgglobal\ AppLoader\ license ScenarioBuilder C:\Program Files (x86)\nrgglobal\ ScenarioBuilder \ license Free POC! Need a Proof of Concept? Our experts will help establish AppLoader s viability so that your organization, from stakeholders down to data entry clerks, is 100% behind your decision to go forward with AppLoader! If at any point during your trial you need more help, our technicians are waiting to help you! Don t hesitate to call our experts at or NRG Global Support. support@nrgglobal.com 2014 NRG Global, Inc. All rights reserved. Page 53

Hands on Lab: Building a Virtual Machine and Uploading VM Images to the Cloud using Windows Azure Infrastructure Services

Hands on Lab: Building a Virtual Machine and Uploading VM Images to the Cloud using Windows Azure Infrastructure Services Hands on Lab: Building a Virtual Machine and Uploading VM Images to the Cloud using Windows Azure Infrastructure Services Windows Azure Infrastructure Services provides cloud based storage, virtual networks

More information

Lab 1: Windows Azure Virtual Machines

Lab 1: Windows Azure Virtual Machines Lab 1: Windows Azure Virtual Machines Overview In this hands-on Lab, you will learn how to deploy a simple web page to a Web server hosted in Windows Azure and configure load balancing. Objectives In this

More information

AppLoader7. Windows Server 2008 Injector Optimization. Protocol Independent Load Testing

AppLoader7. Windows Server 2008 Injector Optimization. Protocol Independent Load Testing AppLoader7 Windows Server 2008 Injector Optimization Protocol Independent Load Testing CONTENTS PREREQUISITES... 3 INTRODUCTION... 3 INJECTOR OPTIMIZATIONS... 3 GROUP POLICY CONFIGURATIONS... 3 Internet

More information

MATLAB Distributed Computing Server with HPC Cluster in Microsoft Azure

MATLAB Distributed Computing Server with HPC Cluster in Microsoft Azure MATLAB Distributed Computing Server with HPC Cluster in Microsoft Azure Introduction This article shows you how to deploy the MATLAB Distributed Computing Server (hereinafter referred to as MDCS) with

More information

We re convinced that AppsWatch is the performance monitoring solution for your environment. This step-by-step guide will help you:

We re convinced that AppsWatch is the performance monitoring solution for your environment. This step-by-step guide will help you: AppsWatch Monitor Your Apps in Your Environment Within 1 Hour! We re convinced that AppsWatch is the performance monitoring solution for your environment. This step-by-step guide will help you: Install

More information

SHAREPOINT 2013 IN INFRASTRUCTURE AS A SERVICE

SHAREPOINT 2013 IN INFRASTRUCTURE AS A SERVICE SHAREPOINT 2013 IN INFRASTRUCTURE AS A SERVICE Contents Introduction... 3 Step 1 Create Azure Components... 5 Step 1.1 Virtual Network... 5 Step 1.1.1 Virtual Network Details... 6 Step 1.1.2 DNS Servers

More information

MacroLan Azure cloud tutorial.

MacroLan Azure cloud tutorial. MacroLan Azure cloud tutorial. Create a Virtual Machine running Windows This tutorial shows you how easy it is to create an Azure virtual machine (VM) running Windows, using as an example a Windows Server

More information

TechNote. Configuring SonicOS for MS Windows Azure

TechNote. Configuring SonicOS for MS Windows Azure Network Security SonicOS Contents Overview...1 Deployment Considerations...2 Supported Platforms...2 Configuring a Policy-Based VPN...2 Configuring a Route-Based VPN...17 Overview This TechNote details

More information

Web Sites, Virtual Machines, Service Management Portal and Service Management API Beta Installation Guide

Web Sites, Virtual Machines, Service Management Portal and Service Management API Beta Installation Guide Web Sites, Virtual Machines, Service Management Portal and Service Management API Beta Installation Guide Contents Introduction... 2 Environment Topology... 2 Virtual Machines / System Requirements...

More information

Using and Contributing Virtual Machines to VM Depot

Using and Contributing Virtual Machines to VM Depot Using and Contributing Virtual Machines to VM Depot Introduction VM Depot is a library of open source virtual machine images that members of the online community have contributed. You can browse the library

More information

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream

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

More information

Getting Started with Vision 6

Getting Started with Vision 6 Getting Started with Vision 6 Version 6.9 Notice Copyright 1981-2009 Netop Business Solutions A/S. All Rights Reserved. Portions used under license from third parties. Please send any comments to: Netop

More information

CONNECT-TO-CHOP USER GUIDE

CONNECT-TO-CHOP USER GUIDE CONNECT-TO-CHOP USER GUIDE VERSION V8 Table of Contents 1 Overview... 3 2 Requirements... 3 2.1 Security... 3 2.2 Computer... 3 2.3 Application... 3 2.3.1 Web Browser... 3 2.3.2 Prerequisites... 3 3 Logon...

More information

Installing and Configuring Login PI

Installing and Configuring Login PI Installing and Configuring Login PI Login PI Hands-on lab In this lab, you will configure Login PI to provide performance insights for a Windows Server 2012 R2 Remote Desktop Services installation. To

More information

WHITE PAPER SETTING UP AND USING ESTATE MASTER ON THE CLOUD INTRODUCTION

WHITE PAPER SETTING UP AND USING ESTATE MASTER ON THE CLOUD INTRODUCTION WHITE PAPER SETTING UP AND USING ESTATE MASTER ON THE CLOUD INTRODUCTION Cloud Computing can provide great flexibility for the Estate Master user. You can access your feasibilities, manage you projects

More information

Bitrix Site Manager ASP.NET. Installation Guide

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

More information

Using Remote Web Workplace Version 1.01

Using Remote Web Workplace Version 1.01 Using Remote Web Workplace Version 1.01 Remote web workplace allows you to access your Windows XP desktop through Small Business Server 2003 from a web browser. 1. Connect to the Internet in your remote

More information

Deploy the client as an Azure RemoteApp program

Deploy the client as an Azure RemoteApp program Microsoft Dynamics AX 2012 R3 Deploy the client as an Azure RemoteApp program Microsoft Azure RemoteApp helps you provide secure, remote access to applications from many different user devices. This white

More information

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

Good Morning Wireless! SSID: MSFTOPEN No Username or Password Required

Good Morning Wireless! SSID: MSFTOPEN No Username or Password Required Good Morning Wireless! SSID: MSFTOPEN No Username or Password Required 2 Today s Agenda - 9:00-10:30 - Windows Azure Infrastructure Services - 10:30-10:45 - Break - 10:45-12:00 - Windows Azure Infrastructure

More information

QUANTIFY INSTALLATION GUIDE

QUANTIFY INSTALLATION GUIDE QUANTIFY INSTALLATION GUIDE Thank you for putting your trust in Avontus! This guide reviews the process of installing Quantify software. For Quantify system requirement information, please refer to the

More information

TAMUS Terminal Server Setup BPP SQL/Alva

TAMUS Terminal Server Setup BPP SQL/Alva We have a new method of connecting to the databases that does not involve using the Texas A&M campus VPN. The new way of gaining access is via Remote Desktop software to a terminal server running here

More information

TM Online Storage: StorageSync

TM Online Storage: StorageSync TM Online Storage: StorageSync 1 Part A: Backup Your Profile 1: How to download and install StorageSync? Where to download StorageSync? You may download StorageSync from your e-storage account. Please

More information

Installation & Configuration Guide

Installation & Configuration Guide Installation & Configuration Guide Bluebeam Studio Enterprise ( Software ) 2014 Bluebeam Software, Inc. All Rights Reserved. Patents Pending in the U.S. and/or other countries. Bluebeam and Revu are trademarks

More information

Gómez Script Recorder

Gómez Script Recorder Gómez Script Recorder GETTING STARTED October 2003 Overview The Gómez Performance Network (GPN) measures Web page and transaction performance globally in real-time, enabling organizations to continuously

More information

Desktop Surveillance Help

Desktop Surveillance Help Desktop Surveillance Help Table of Contents About... 9 What s New... 10 System Requirements... 11 Updating from Desktop Surveillance 2.6 to Desktop Surveillance 3.2... 13 Program Structure... 14 Getting

More information

Allworx OfficeSafe Operations Guide Release 6.0

Allworx OfficeSafe Operations Guide Release 6.0 Allworx OfficeSafe Operations Guide Release 6.0 No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopy,

More information

Biznet GIO Cloud Connecting VM via Windows Remote Desktop

Biznet GIO Cloud Connecting VM via Windows Remote Desktop Biznet GIO Cloud Connecting VM via Windows Remote Desktop Introduction Connecting to your newly created Windows Virtual Machine (VM) via the Windows Remote Desktop client is easy but you will need to make

More information

Spector 360 Deployment Guide. Version 7

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)...

More information

Load testing with. WAPT Cloud. Quick Start Guide

Load testing with. WAPT Cloud. Quick Start Guide Load testing with WAPT Cloud Quick Start Guide This document describes step by step how to create a simple typical test for a web application, execute it and interpret the results. 2007-2015 SoftLogica

More information

User guide. Business Email

User guide. Business Email User guide Business Email June 2013 Contents Introduction 3 Logging on to the UC Management Centre User Interface 3 Exchange User Summary 4 Downloading Outlook 5 Outlook Configuration 6 Configuring Outlook

More information

Lab 00: Configuring the Microsoft Lync Ignite Environment Cloud Hosted Version

Lab 00: Configuring the Microsoft Lync Ignite Environment Cloud Hosted Version Lab 00: Configuring the Microsoft Lync Ignite Environment Cloud Hosted Version DISCLAIMER 2013 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Forefront, Hyper-V, Internet Explorer,

More information

Software Version 5.1 November, 2014. Xerox Device Agent User Guide

Software Version 5.1 November, 2014. Xerox Device Agent User Guide Software Version 5.1 November, 2014 Xerox Device Agent User Guide 2014 Xerox Corporation. All rights reserved. Xerox and Xerox and Design are trademarks of Xerox Corporation in the United States and/or

More information

Infinity Web Viewer Reference Guide

Infinity Web Viewer Reference Guide Infinity Web Viewer Reference Guide Table of Contents Overview... 1 Security Considerations... 1 System Setup... 1 Infinity Configuration... 1 Workstation Prerequisites... 2 Configuring Internet Security...

More information

2X ApplicationServer & LoadBalancer Manual

2X ApplicationServer & LoadBalancer Manual 2X ApplicationServer & LoadBalancer Manual 2X ApplicationServer & LoadBalancer Contents 1 URL: www.2x.com E-mail: info@2x.com Information in this document is subject to change without notice. Companies,

More information

Version 3.8. Installation Guide

Version 3.8. Installation Guide Version 3.8 Installation Guide Copyright 2007 Jetro Platforms, Ltd. All rights reserved. This document is being furnished by Jetro Platforms for information purposes only to licensed users of the Jetro

More information

Sophos for Microsoft SharePoint startup guide

Sophos for Microsoft SharePoint startup guide Sophos for Microsoft SharePoint startup guide Product version: 2.0 Document date: March 2011 Contents 1 About this guide...3 2 About Sophos for Microsoft SharePoint...3 3 System requirements...3 4 Planning

More information

AVG Business SSO Connecting to Active Directory

AVG Business SSO Connecting to Active Directory AVG Business SSO Connecting to Active Directory Contents AVG Business SSO Connecting to Active Directory... 1 Selecting an identity repository and using Active Directory... 3 Installing Business SSO cloud

More information

Allworx Installation Course

Allworx Installation Course VPN Hello and welcome. In the VPN section we will cover the steps for enabling the VPN feature on the Allworx server and how to set up a VPN connection to the Allworx System from your PC. Page 1 VPN The

More information

2XApplication Server XG v10.6

2XApplication Server XG v10.6 2XApplication Server XG v10.6 Introduction 1 URL: www.2x.com E-mail: info@2x.com Information in this document is subject to change without notice. Companies, names, and data used in examples herein are

More information

How To Use Senior Systems Cloud Services

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

More information

2X ApplicationServer & LoadBalancer Manual

2X ApplicationServer & LoadBalancer Manual 2X ApplicationServer & LoadBalancer Manual 2X ApplicationServer & LoadBalancer Contents 1 URL: www.2x.com E-mail: info@2x.com Information in this document is subject to change without notice. Companies,

More information

Virtual Owl. Guide for Windows. University Information Technology Services. Training, Outreach, Learning Technologies & Video Production

Virtual Owl. Guide for Windows. University Information Technology Services. Training, Outreach, Learning Technologies & Video Production Virtual Owl Guide for Windows University Information Technology Services Training, Outreach, Learning Technologies & Video Production Copyright 2015 KSU Division of University Information Technology Services

More information

ICONICS Using the Azure Cloud Connector

ICONICS Using the Azure Cloud Connector Description: Guide to use the Azure Cloud Connector General Requirement: Valid account for Azure, including Cloud Service, SQL Azure and Azure Storage. Introduction Cloud Connector is a FrameWorX Server

More information

This How To guide will take you through configuring Network Load Balancing and deploying MOSS 2007 in SharePoint Farm.

This How To guide will take you through configuring Network Load Balancing and deploying MOSS 2007 in SharePoint Farm. Quick Brief This How To guide will take you through configuring Network Load Balancing and deploying MOSS 2007 in SharePoint Farm. This document will serve as prerequisite for Enterprise Portal deployment

More information

IIS, FTP Server and Windows

IIS, FTP Server and Windows IIS, FTP Server and Windows The Objective: To setup, configure and test FTP server. Requirement: Any version of the Windows 2000 Server. FTP Windows s component. Internet Information Services, IIS. Steps:

More information

Quick Start Guide for VMware and Windows 7

Quick Start Guide for VMware and Windows 7 PROPALMS VDI Version 2.1 Quick Start Guide for VMware and Windows 7 Rev. 1.1 Published: JULY-2011 1999-2011 Propalms Ltd. All rights reserved. The information contained in this document represents the

More information

Step-By-Step Guide to Deploying Lync Server 2010 Enterprise Edition

Step-By-Step Guide to Deploying Lync Server 2010 Enterprise Edition Step-By-Step Guide to Deploying Lync Server 2010 Enterprise Edition The installation of Lync Server 2010 is a fairly task-intensive process. In this article, I will walk you through each of the tasks,

More information

StrikeRisk v6.0 IEC/EN 62305-2 Risk Management Software Getting Started

StrikeRisk v6.0 IEC/EN 62305-2 Risk Management Software Getting Started StrikeRisk v6.0 IEC/EN 62305-2 Risk Management Software Getting Started Contents StrikeRisk v6.0 Introduction 1/1 1 Installing StrikeRisk System requirements Installing StrikeRisk Installation troubleshooting

More information

VMware/Hyper-V Backup Plug-in User Guide

VMware/Hyper-V Backup Plug-in User Guide VMware/Hyper-V Backup Plug-in User Guide COPYRIGHT No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical, photocopying,

More information

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link:

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: ftp://ftp.software.ibm.com/storage/tivoli-storagemanagement/maintenance/client/v6r2/windows/x32/v623/

More information

Sharp Remote Device Manager (SRDM) Server Software Setup Guide

Sharp Remote Device Manager (SRDM) Server Software Setup Guide Sharp Remote Device Manager (SRDM) Server Software Setup Guide This Guide explains how to install the software which is required in order to use Sharp Remote Device Manager (SRDM). SRDM is a web-based

More information

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 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

More information

CentreWare Internet Services Setup and User Guide. Version 2.0

CentreWare Internet Services Setup and User Guide. Version 2.0 CentreWare Internet Services Setup and User Guide Version 2.0 Xerox Corporation Copyright 1999 by Xerox Corporation. All rights reserved. XEROX, The Document Company, the digital X logo, CentreWare, and

More information

Software Installation Requirements

Software Installation Requirements Software Installation Guide PrintIQ TM Software Installation Requirements Please use the following guide to ensure that you're meeting all requirements prior to installing the PrintIQ TM Xerox Device Agent

More information

ILTA HANDS ON Securing Windows 7

ILTA HANDS ON Securing Windows 7 Securing Windows 7 8/23/2011 Table of Contents About this lab... 3 About the Laboratory Environment... 4 Lab 1: Restricting Users... 5 Exercise 1. Verify the default rights of users... 5 Exercise 2. Adding

More information

VIVIDESK Desktops can be accessed with a Macintosh Computer by one of two methods:

VIVIDESK Desktops can be accessed with a Macintosh Computer by one of two methods: VIVIDESK Desktops can be accessed with a Macintosh Computer by one of two methods: 1. If you have Macintosh OS version IX, then VIVIDESK is best viewed using Windows emulation software. 2. If you have

More information

Deploying Remote Desktop Connection Broker with High Availability Step-by-Step Guide

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

More information

TANDBERG MANAGEMENT SUITE 10.0

TANDBERG MANAGEMENT SUITE 10.0 TANDBERG MANAGEMENT SUITE 10.0 Installation Manual Getting Started D12786 Rev.16 This document is not to be reproduced in whole or in part without permission in writing from: Contents INTRODUCTION 3 REQUIREMENTS

More information

StarWind Virtual SAN Installation and Configuration of Hyper-Converged 2 Nodes with Hyper-V Cluster

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

More information

Hosting Users Guide 2011

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

More information

Administration Guide. . All right reserved. For more information about Specops Gpupdate and other Specops products, visit www.specopssoft.

Administration Guide. . All right reserved. For more information about Specops Gpupdate and other Specops products, visit www.specopssoft. . All right reserved. For more information about Specops Gpupdate and other Specops products, visit www.specopssoft.com Copyright and Trademarks Specops Gpupdate is a trademark owned by Specops Software.

More information

2X ApplicationServer & LoadBalancer Manual

2X ApplicationServer & LoadBalancer Manual 2X ApplicationServer & LoadBalancer Manual 2X ApplicationServer & LoadBalancer Contents 1 URL: www.2x.com E-mail: info@2x.com Information in this document is subject to change without notice. Companies,

More information

How To Backup Your Computer With A Remote Drive Client On A Pc Or Macbook Or Macintosh (For Macintosh) On A Macbook (For Pc Or Ipa) On An Uniden (For Ipa Or Mac Macbook) On

How To Backup Your Computer With A Remote Drive Client On A Pc Or Macbook Or Macintosh (For Macintosh) On A Macbook (For Pc Or Ipa) On An Uniden (For Ipa Or Mac Macbook) On Remote Drive PC Client software User Guide -Page 1 of 27- PRIVACY, SECURITY AND PROPRIETARY RIGHTS NOTICE: The Remote Drive PC Client software is third party software that you can use to upload your files

More information

How to Configure Windows 8.1 to run ereports on IE11

How to Configure Windows 8.1 to run ereports on IE11 How to Configure Windows 8.1 to run ereports on IE11 Description: Windows 8.1 ships with IE10, but can be updated to IE11. There is a special mode in IE11 called Enterprise Mode that can be used to emulate

More information

Windows Server 2008 R2 Initial Configuration Tasks

Windows Server 2008 R2 Initial Configuration Tasks Windows Server 2008 R2 Initial Configuration Tasks I am not responsible for your actions or their outcomes, in any way, while reading and/or implementing this tutorial. I will not provide support for the

More information

How To Set Up A Xerox Econcierge Powered By Xerx Account

How To Set Up A Xerox Econcierge Powered By Xerx Account Xerox econcierge Account Setup Guide Xerox econcierge Account Setup Guide The free Xerox econcierge service provides the quickest, easiest way for your customers to order printer supplies for all their

More information

Global VPN Client Getting Started Guide

Global VPN Client Getting Started Guide Global VPN Client Getting Started Guide 1 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your system. CAUTION: A CAUTION indicates potential

More information

SonicWALL SSL VPN 3.5: Virtual Assist

SonicWALL SSL VPN 3.5: Virtual Assist SonicWALL SSL VPN 3.5: Virtual Assist Document Scope This document describes how to use the SonicWALL Virtual Assist add-on for SonicWALL SSL VPN security appliances. This document contains the following

More information

Bullet Proof: A Guide to Tableau Server Security

Bullet Proof: A Guide to Tableau Server Security Bullet Proof: A Guide to Tableau Server Security PDF Guide Tableau Conference 2014 Bryan Naden & Ray Randall Tableau Server Security Hands On To begin the exercise we are going to start off fresh by restoring

More information

Contents. VPN Instructions. VPN Instructions... 1

Contents. VPN Instructions. VPN Instructions... 1 VPN Instructions Contents VPN Instructions... 1 Download & Install Check Point VPN Software... 2 Connect to FPUA by VPN... 6 Connect to Your Computer... 8 Determine Your Machine Type... 10 Identify 32-bit

More information

Desktop Deployment Guide ARGUS Enterprise 10.6. 5/29/2015 ARGUS Software An Altus Group Company

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

More information

How To Test Your Web Site On Wapt On A Pc Or Mac Or Mac (Or Mac) On A Mac Or Ipad Or Ipa (Or Ipa) On Pc Or Ipam (Or Pc Or Pc) On An Ip

How To Test Your Web Site On Wapt On A Pc Or Mac Or Mac (Or Mac) On A Mac Or Ipad Or Ipa (Or Ipa) On Pc Or Ipam (Or Pc Or Pc) On An Ip Load testing with WAPT: Quick Start Guide This document describes step by step how to create a simple typical test for a web application, execute it and interpret the results. A brief insight is provided

More information

Citrix EdgeSight for Load Testing User s Guide. Citrix EdgeSight for Load Testing 3.8

Citrix EdgeSight for Load Testing User s Guide. Citrix EdgeSight for Load Testing 3.8 Citrix EdgeSight for Load Testing User s Guide Citrix EdgeSight for Load Testing 3.8 Copyright Use of the product documented in this guide is subject to your prior acceptance of the End User License Agreement.

More information

owncloud Configuration and Usage Guide

owncloud Configuration and Usage Guide owncloud Configuration and Usage Guide This guide will assist you with configuring and using YSUʼs Cloud Data storage solution (owncloud). The setup instructions will include how to navigate the web interface,

More information

5nine Cloud Security Azure Pack Extension. Version 5.2

5nine Cloud Security Azure Pack Extension. Version 5.2 5nine Cloud Security Azure Pack Extension Version 5.2 June 2015 2015 5nine Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may be

More information

Virtual Office Remote Installation Guide

Virtual Office Remote Installation Guide Virtual Office Remote Installation Guide Table of Contents VIRTUAL OFFICE REMOTE INSTALLATION GUIDE... 3 UNIVERSAL PRINTER CONFIGURATION INSTRUCTIONS... 12 CHANGING DEFAULT PRINTERS ON LOCAL SYSTEM...

More information

Virtual Private Server Manual

Virtual Private Server Manual Virtual Private Server Manual How to access your VPS....Page 2 Downloading MetaTrader 4.Page 6 Automatic Performance Updates and MT4 Restart.. Page 10 Troubleshooting.Page 14 Loading an EA..Page 15 1 How

More information

Quick Start Guide for Parallels Virtuozzo

Quick Start Guide for Parallels Virtuozzo PROPALMS VDI Version 2.1 Quick Start Guide for Parallels Virtuozzo Rev. 1.1 Published: JULY-2011 1999-2011 Propalms Ltd. All rights reserved. The information contained in this document represents the current

More information

2X ApplicationServer & LoadBalancer & VirtualDesktopServer Manual

2X ApplicationServer & LoadBalancer & VirtualDesktopServer Manual 2X ApplicationServer & LoadBalancer & VirtualDesktopServer Manual 2X VirtualDesktopServer Contents 1 2X VirtualDesktopServer Contents 2 URL: www.2x.com E-mail: info@2x.com Information in this document

More information

WhatsUp Gold v16.3 Installation and Configuration Guide

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

More information

2XApplication Server XG v10.1

2XApplication Server XG v10.1 2XApplication Server XG v10.1 Introduction 1 URL: www.2x.com E-mail: info@2x.com Information in this document is subject to change without notice. Companies, names, and data used in examples herein are

More information

4.0 SP1 (4.0.1.0) November 2014 702P03296. Xerox FreeFlow Core Installation Guide: Windows Server 2008 R2

4.0 SP1 (4.0.1.0) November 2014 702P03296. Xerox FreeFlow Core Installation Guide: Windows Server 2008 R2 4.0 SP1 (4.0.1.0) November 2014 702P03296 Installation Guide: Windows Server 2008 R2 2014 Xerox Corporation. All rights reserved. Xerox, Xerox and Design, FreeFlow, and VIPP are trademarks of Xerox Corporation

More information

Portions of this product were created using LEADTOOLS 1991-2009 LEAD Technologies, Inc. ALL RIGHTS RESERVED.

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

More information

Advanced Event Viewer Manual

Advanced Event Viewer Manual Advanced Event Viewer Manual Document version: 2.2944.01 Download Advanced Event Viewer at: http://www.advancedeventviewer.com Page 1 Introduction Advanced Event Viewer is an award winning application

More information

Creating client-server setup with multiple clients

Creating client-server setup with multiple clients Creating client-server setup with multiple clients Coffalyser.Net uses a SQL client server database model to store all project/experiment- related data. The client-server model has one main application

More information

Migrating to Azure SQL Database

Migrating to Azure SQL Database Migrating to Azure SQL Database Contents Azure account required for lab... 3 SQL Azure Migration Wizard Overview... 3 Provisioning an Azure SQL Database... 4 Exercise 1: Analyze and resolve... 8 Exercise

More information

Browser Client 2.0 Admin Guide

Browser Client 2.0 Admin Guide Browser Client is a web-based application that allows users to point their browser at a URL and view live video from a set of Intellex units. Browser Client 2.0 is compatible with Intellex 3.2 software.

More information

Backup & Disaster Recovery Appliance User Guide

Backup & Disaster Recovery Appliance User Guide Built on the Intel Hybrid Cloud Platform Backup & Disaster Recovery Appliance User Guide Order Number: G68664-001 Rev 1.0 June 22, 2012 Contents Registering the BDR Appliance... 4 Step 1: Register the

More information

Installing Windows Server Update Services (WSUS) on Windows Server 2012 R2 Essentials

Installing Windows Server Update Services (WSUS) on Windows Server 2012 R2 Essentials Installing Windows Server Update Services (WSUS) on Windows Server 2012 R2 Essentials With Windows Server 2012 R2 Essentials in your business, it is important to centrally manage your workstations to ensure

More information

Virtual Data Centre. User Guide

Virtual Data Centre. User Guide Virtual Data Centre User Guide 2 P age Table of Contents Getting Started with vcloud Director... 8 1. Understanding vcloud Director... 8 2. Log In to the Web Console... 9 3. Using vcloud Director... 10

More information

Title: Setting Up A Site to Site VPN Between Microsoft Azure and the Corporate Network

Title: Setting Up A Site to Site VPN Between Microsoft Azure and the Corporate Network Dean Suzuki Blog Title: Setting Up A Site to Site VPN Between Microsoft Azure and the Corporate Network Created: 6/17/2014 Description: In this blog post, I record the process that I went through to: Setup

More information

RSA Authentication Manager 8.1 Virtual Appliance Getting Started

RSA Authentication Manager 8.1 Virtual Appliance Getting Started RSA Authentication Manager 8.1 Virtual Appliance Getting Started Thank you for purchasing RSA Authentication Manager 8.1, the world s leading two-factor authentication solution. This document provides

More information

Installation Notes for Outpost Network Security (ONS) version 3.2

Installation Notes for Outpost Network Security (ONS) version 3.2 Outpost Network Security Installation Notes version 3.2 Page 1 Installation Notes for Outpost Network Security (ONS) version 3.2 Contents Installation Notes for Outpost Network Security (ONS) version 3.2...

More information

Installation Guide for Pulse on Windows Server 2008R2

Installation Guide for Pulse on Windows Server 2008R2 MadCap Software Installation Guide for Pulse on Windows Server 2008R2 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software

More information

Contents Introduction... 3 Introduction to Active Directory Services... 4 Installing and Configuring Active Directory Services...

Contents Introduction... 3 Introduction to Active Directory Services... 4 Installing and Configuring Active Directory Services... Contents 1. Introduction... 3 1.1. Setup... 3 2. Introduction to Active Directory Services... 4 3. Installing and Configuring Active Directory Services... 5 3.1. Joining to Domain... 5 3.2. Promoting Member

More information

Deploying BitDefender Client Security and BitDefender Windows Server Solutions

Deploying BitDefender Client Security and BitDefender Windows Server Solutions Deploying BitDefender Client Security and BitDefender Windows Server Solutions Quick Install Guide Copyright 2010 BitDefender; 1. Installation Overview Thank you for selecting BitDefender Business Solutions

More information

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows)

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,

More information

QIAsymphony Management Console User Manual

QIAsymphony Management Console User Manual April 2012 QIAsymphony Management Console User Manual For use with software version 4.0 Sample & Assay Technologies Trademarks QIAGEN, QIAsymphony, Rotor-Gene (QIAGEN Group). InstallShield (Informer Technologies,

More information