A SHORT INTRODUCTION TO BITNAMI WITH CLOUD & HEAT. Version

Size: px
Start display at page:

Download "A SHORT INTRODUCTION TO BITNAMI WITH CLOUD & HEAT. Version 1.12 2014-07-01"

Transcription

1 A SHORT INTRODUCTION TO BITNAMI WITH CLOUD & HEAT Version

2 PAGE _ 2 TABLE OF CONTENTS 1. Introduction Logging in to Cloud&Heat Dashboard Overview of Cloud&Heat Dashboard Adding an SSH key to the Dashboard for Admin Access Launching a Bitnami VM Accessing the Bitnami VM The Access Tab: A summary of VM Access Information Accessing the Bitnami VM via ssh ssh Access of the Bitnami VM from Linux/Mac OSX ssh Access of the Bitnami VM from Windows Accessing a Bitnami VM over Its Console Access over Swift API Endpoints Attaching Persistent Storage to the Bitnami VM Accessing the Bitnami Application Transferring files to and from the Bitnami VM File Transfers Using scp (secure remote copy) scp between a Local Linux/Mac OSX Computer and the Bitnami VM scp between a Local Windows Computer and the Bitnami VM File Transfer Using sftp (secure ftp) sftp between your Local Linux/Mac OSX Computer and the Bitnami VM sftp between your Local Windows Computer and the Bitnami VM Making a Snapshot of an Instance... 24

3 PAGE _ 3 1. INTRODUCTION Welcome to Cloud&Heat! The purpose of this document is to help you getting started running Bitnami images with Cloud&Heat. It covers how to setup and launch a Bitnami image running in the Cloud and how to access it securely. A Bitnami image or appliance is a virtual machine (VM) with preinstalled software. After start (and changing the default password to its application) it is ready to use. We do however strongly recommend attaching persistent storage to the Bitnami VM before using the Bitnami application, since all data by default is stored in ephemeral storage. In a nutshell you have to go through the following steps to start using your Bitnami application: 1) Logging into the Cloud&Heat Dashboard (Section 2). 2) Adding an SSH key to the Cloud&Heat Dashboard for admin access (Section 3). 3) Launching a Bitnami VM (Section 4). 4) Accessing the Bitnami VM (Section 5). 5) Attaching persistent storage to the Bitnami VM (Section 6). 6) Accessing the Bitnami application (Section 7). In Section 8 we explain how to transfer files to and from the Bitnami VM. Caution: Failing to perform the step of adding the SSH key to the Cloud&Heat Dashboard before launching a Bitnami VM, will prevent logging into the VM via ssh. This problem cannot be rectified later. Caution: Any data stored directly in the Bitnami application (without attaching persistent block storage and configure the application correctly) will be lost in case the Bitnami VM is terminated. To avoid losing data stored in the ephemeral storage on the VM, we strongly recommend attaching persistent block storage to the VM (Section 6). Note: For a more complete introduction of the features in the Cloud&Heat Dashboard, please see A Short Introduction to Cloud Compute.

4 PAGE _ 4 2. LOGGING IN TO CLOUD&HEAT DASHBOARD The Cloud&Heat Dashboard is the initial point of access for the Cloud&Heat products and infrastructure. When you signed up for an Cloud&Heat account you received a confirmation with, among other things, the URL for the Cloud&Heat Dashboard, your login information and project name. Please point your browser to the URL, and log in using your username and password (Figure 1). The password is the password you chose during the registration process. Figure 1: Cloud&Heat login page 2.1 Overview of Cloud&Heat Dashboard After logging in you will be at the the Cloud&Heat Dashboard Overview page (Figure 2). Please take some time to become familiar with the features of the Cloud&Heat Dashboard. Figure 2: Cloud&Heat Dashboard Overview page

5 PAGE _ 5 At the top of side bar on the left you can find the project name you were given at the time of signing up with Cloud&Heat. Below the project name there is a list of tabs, which we briefly explain below: CLOUD COMPUTE Overview: Provides an overview of the resource usage for the current project. Instances: Lists all (non-terminated) VM instances belonging to your project. From this page you can also: Launch new instances (Section 4) Create a snapshot from an already running instance (Section 9) By clicking on the name of the instance you can: Access the log of the VM Access the console of the VM Access information on how to access the VM Cloud Block Storage: Lists all volumes (persistent block storage) you have created, and you can attach and detach your volumes from the running VM instances. Please read Section 6 and A Short Introduction to Cloud Block Storage for more information. Images & Snapshots: Lists all images and snapshots that are available for use. To the right of each image there is a Launch button for launching the corresponding image. This creates a new instance and thus a new entry in the list of instances under the Instances tab (see above). Access & Security: Allows configuration of the security and access points of the VMs. Parts of the configuration need to be performed before starting any VM instances (see Section 3). CLOUD OBJECT STORAGE Containers: Lists all containers you have created or have access to. Please read A Short Introduction to Cloud Object Storage for more instructions on how to use containers for object storage. OTHER Bitnami Images: Lists all Bitnami Images or appliances. An appliance is a virtual machine with preinstalled software. After start (and changing the default password) it is ready to use. The list of appliances consists of all available Bitnami images, i.e., Owncloud, Jenkins, Redmine appliances, just to name a few. From the Bitnami Images tab you can launch the appliances, keep track of the ones you have running, and provide feedback as to which other appliances you would like to us to provide. Note: Cloud&Heat does not provide support for the usage of the Bitnami applications themselves.

6 PAGE _ 6 3. ADDING AN SSH KEY TO THE DASHBOARD FOR ADMIN ACCESS Once you have started a Bitnami VM the Bitnami application is ready to use. However, many kinds of system configuration, requires the administrator to login to the Bitnami VM via ssh and configure the application. For example, any data that is being created by the Bitnami application or uploaded to it, will be stored in ephemeral storage, and will therefore be permanently lost in case the VM is terminated. We therefore strongly recommend first configuring the Bitnami application to use persistent storage. If you decide to use persistent storage, or perform any other kind of system administration configuration of the Bitnami VM, you will have to access the Bitnami VM via ssh. Accessing the Bitnami VM via ssh requires inserting a public key into the VM at launch time, and you thus have to add your public ssh key to the Cloud&Heat Dashboard before launching the VM. This key together with the corresponding private key, a so-called keypair, allows you to securely access your instances without having to specify your password every time. Caution: It is not possible to add a keypair to an instance over the dashboard once the instance is running. Of course it is possible to later add keys via ssh, but the first key has to be inserted via the Cloud&Heat Dashboard. To add a keypair to the Cloud&Heat Dashboard, you can either create a new keypair, or import an existing one. These two possibilities are explained below in ALTERNATIVE 1A and ALTERNATIVE 1B, respectively. Only one of these two set of instructions need to be followed. ALTERNATIVE 1B is only possible to use if you already have generated a key, for example using the program keygen. You should use ALTERNATIVE 1A if you do not have an existing ssh key, or if you for some reason do not want to use it when logging in to the VMs you will launch. ALTERNATIVE 1A: CREATE A NEW KEYPAIR AND ADD IT TO THE CLOUD&HEAT DASHBOARD 1) Please select the Access & Security tab on the left in the Dashboard. 2) Select the Keypairs tab at the top of the right part of the Cloud&Heat Dashboard. All keypairs available to use in the Dashboard are listed in this list, and the first time you use the Dashboard this table will be empty. 3) Click on the Create Keypair button in the upper right corner of the table. You are presented with a dialog window. 4) Please specify a name for the key. Let us assume we call it KeypairOne. 5) Click on the Create Keypair button in the dialog window. 6) Your browser will download a file called keypairone.pem, which contains the private part of your keypair, and Cloud&Heat stores the public part of the keypair in the Dashboard. 7) KeypairOne now appears on the list of available keypairs in the table under Access & Security Keypairs.

7 PAGE _ 7 Note: It is recommended to store the private key (the downloaded keypairone.pem file) together with your other private keys. If you lose it, you will not be able to log into your VM. Note: If your local computer is a Windows computer, you will later need to convert the.pem key file into the.ppk format. We explain how to do this in Section 5.2. ALTERNATIVE 1B: IMPORT AN EXISTING KEYPAIR AND ADD IT TO THE CLOUD&HEAT DASHBOARD 1) If your existing keypair already is in the OpenSSH format, skip the next steps and continue with Alternative 1b Step 5). If on the other hand your key is of the.ppk format you will have to translate the public part into the OpenSSH format as follows. 2) To translate your public key into OpenSSH format, download the program Puttygen (available under and start it. 3) Click Load and point Puttygen to the location of your key on your local (Windows) computer. 4) You will be presented with a window similar to the one in Figure 3. When you in Step 9) are asked to copy the content of your public key, you should copy the the characters displayed at the top of this window. Figure 3: Puttygen window with the public part of a.ppk key highlighted for copying and pasting into the Cloud&Heat Dashboard. 5) Select the Access & Security tab on the left in the Cloud&Heat Dashboard. 6) Select the Keypairs tab on the right hand side. All keypairs available to use in the Dashboard are listed in this list, and the first time you use the Dashboard this table will be empty. 7) Click the Import Keypair button at the upper right hand corner. 8) Assign a name to the keypair by entering it into the Keypair Name text field. 9) Copy and paste the content of the public part of the keypair (e.g., the content of a file called id_rsa.pub) into the Public Key text field. 10) Click on the Import Keypair button in the dialog window. 11) Your newly imported keypair is available in the list of keypairs under Access & Security Keypairs.

8 PAGE _ 8 4. LAUNCHING A BITNAMI VM On the Bitnami Images page under the Available Bitnami Images tab (Figure 4) in the Cloud&Heat Dashboard, you find the many Bitnami images, or appliances, that we offer. These are images with preinstalled software, e.g., OwnCloud, Gitlab, or Jenkins, ready to use. At the top of the same page, there is also the Bitnami Instances tab, which lists all Bitnami instances that are in use in the current project, and a tab Bitnami Documentation providing links to the documentation for the Bitnami images. Under the Request a Bitnami Image tab you can give us feedback regarding what other kinds of appliances you would like us to offer. Figure 4: The Bitnami Images page. To launch a Bitnami VM, please follow the following steps: 1) Go to the Available Bitnami Images tab on the Bitnami Images page in the Cloud&Heat Dashboard (Figure 4). 2) Click on the desired Bitnami image. This will bring up the Launch Bitnami Image page (Figure 5). 3) Please select an Instance Name. The instance name will be the hostname of the resulting appliance, and should therefore be chosen carefully. 4) Please select a SSH-keypair. The SSH-keypair you select will be inserted into the VM. If you ever want to ssh into your Bitnami image, for example as an administrator, inserting a key is required. Please read Section 3 for more information. 5) Please select a Flavor. The Flavor is the hardware configuration of your appliance. When you make a selection in the menu, you can see the details of the configuration for that flavor on the right hand side. We pre-select a recommended flavor that gives the best experience when using the appliance. Some appliances will not start if there is too little memory available. For example, Jenkins requires a minimum of 2 GB of memory.

9 PAGE _ 9 Figure 5: The Launch Bitnami Image dialog window 6) Select the Details tab at the top of the Launch Bitnami Image dialog window, and select a security group. We automatically select a security group that opens ports 22/tcp and 443/tcp. This security group is called default_22_and_443. Port 22 lets you to connect to the instance using ssh, and over the 443 port you can also access the appliance using https. If you want to change this configuration, we refer to for instructions on how to proceed. 7) When you are done with your selections, please click the Launch button in the Launch Bitnami Image dialog window. 8) The Bitnami instance that you just launched will now appear in the table on the Bitnami Instances tab, and also as an instance in the table under the main Instances tab. 9) Please remember to change the default password of your appliance. The documentation provided by Bitnami ( explains how to do this. You will also find links to the documentation under the Bitnami Documentation tab on the Bitnami Images page.

10 PAGE _ ACCESSING THE BITNAMI VM Caution: Before storing data on the Bitnami VM we strongly recommend attaching persistent storage to it to avoid losing all data in case the VM terminates. To decide whether to use persistent storage please read Section 6. How to access a Bitnami VM depends on the needs of the user. If you only want to access the Bitnami application and not the VM where it is running, you can do so by pointing a browser to the correct location (see Section 7). In this section, however, we cover different ways of accessing the VM itself. In Section 5.1 we present the Access tab of an instance. This is where a summary of all access information is located. The Access tab provides the necessary commands and the current status of the accessibility of your instance. In Section 5.2 we explain in detail how to access a Bitnami VM using ssh. This allows you to perform any kind of configuration of the Bitnami VM that you might need, including attaching persistent storage to the VM, to avoid losing data stored in the ephemeral storage of the VM. After you have logged into the Bitnami VM using ssh, and reset the password for the default user, you can also use the console provided by the Cloud&Heat Dashboard to login to the VM (Section 5.3). Note: To allow access to a VM from outside of a deployment, over other ports than the ones used by ssh (22/ tcp), http (80/tcp) and https (443/tcp), you not only need to open the appropriate ports, you also have to assign a public IP address to your VM. We cover how to do this in. 5.1 The Access Tab: A summary of VM Access Information The Access tab of an instance (depicted in Figure 6) provides information on how to access this particular instance. Here you can find commands and other access information that pertain to current state of the the instance. For example you can see if you have inserted the necessary key, and opened the necessary ports to access the instance over a particular protocol. Information such as the IP addresses, default VM username, ssh commands and URLs for the instance can also be found here. To reach the Access tab, please follow the following steps: 1) Click on the Instances tab in the Cloud&Heat Dashboard. 2) Click on the name of the instance you want to access. 3) Select the Access tab on top of the resulting Instance Detail page (Figure 6).

11 PAGE _ 11 Figure 6: The Access tab on the Instance Detail page. 5.2 Accessing the Bitnami VM via ssh In this subsection we explain how to ssh into a Bitnami VM from your local Linux/Mac OSX computer using the OpenSSH tools (Section 5.2.1) and from a local Windows computer using the PuTTY tools (Section 5.2.2) ssh Access of the Bitnami VM from Linux/Mac OSX When connecting to a Bitnami VM using ssh you need to go through the following steps (which we explain below): Section 8.2 1) Open ssh port (22/tcp). 2) Give private key the correct permissions. 3) Add private key to ssh agent. 4) Connect to VM using ssh. If one needs to access an instance often, one can simplify the commands using the ssh configuration file. How to do so is explained in Section CONFIGURING OPENSSH. In Section USING AUTOSSH AND TMUX FOR PERSIS- TENT SESSIONS we explain how to automatically reestablish the connection to an instance in case it was lost. STEP 1: OPEN SSH PORT (22/TCP) To be able to ssh to your Bitnami VM the ssh port (22/tcp) must be open. The default selection of security groups during start up opens this port. If you did not change the default selection during startup you can therefore skip this step. Otherwise follow the instructions on how to open ports in.

12 PAGE _ 12 STEP 2: CHANGE PERMISSIONS OF THE PRIVATE KEY To ssh into your instance you have to first make sure the permissions on the private key file are set correctly. The following two commands set the permissions of the key file and the directory where it is located and (if at all) only needs to be executed once. chmod 700 <private key directory> chmod 600 <private key> The variable <private key> is the file containing the private part of the key pair inserted into the VM when it was launched (Section 4), and <private key directory> is the directory where the private key is located. STEP 3: ADD PRIVATE KEY TO SSH-AGENT You also need to add your private key to the ssh agent. On Ubuntu you can do so by executing the following command: ssh-add <private key> An alternative is to configure OpenSSH as explained under CONFIGURING OPENSSH in this section. STEP 4: CONNECT TO VM USING SSH Now you are ready to execute the actual ssh command. This can be found under the Access tab on the Instance Details page, customized for your instance, allowing you to conveniently copy and paste the command into your terminal window. 1) Go to the Access tab for your instance (Section 5.1). 2) Select the section covering ssh access of a Linux VM from a Linux/Mac OSX computer. 3) Copy and paste the desired ssh command onto the command line and execute it. You will now be logged into the VM. CONFIGURING OPENSSH If you need to access an instance more often it might be more convenient to pre-configure ssh using the ssh config file, which normally can be found under ~/.ssh/con fig. If you add the following lines: Host MyHost User <proxy username> HostName <instance name>.<project name>.projects.cloudandheat.com Host CaH-Proxy User forward HostName ssh.<project name>.projects.cloudandheat.com

13 PAGE _ 13 Host MyHostOverProxy User <default VM name> HostName <private ip> ProxyCommand ssh CaH-Proxy nc -q0 <private ip> 22 to your ssh config file you can ssh to your VM using either of the following two commands: ssh MyHost ssh MyHostOverProxy The values to be used instead of the <>-variables are listed on the Access tab (Section 5.1) of the instance, and the strings MyHost and MyHostOverProxy can be chosen arbitrarily. Note: The same simplifying configuration can also be used for the scp and sftp commands (see Section 8.1 and Section 8.2). USING AUTOSSH AND TMUX FOR PERSISTENT SESSIONS To use persistent ssh connections, we recommend using AutoSSH. The AutoSSH utility keeps the connection alive and reconnects automatically in case of any interruptions. You can combine AutoSSH with Tmux (terminal multiplexer, similar to Screen) to keep your session alive even if you lose the connection to your VM. Tmux can keep the session on the VM to continue long running tasks (e.g., updating packages, archiving, etc.) until you reestablish the connection. An example (assuming the ssh-config setup described under CONFIGURING OPENSSH) would be: autossh -M 0 HyHost For persistent sessions, you should combine AutoSSH with Tmux (or Screen). The following command creates a new session or attaches to an existing session: autossh -M 0 MyHost -t tmux attach tmux new Please see the AutoSSH and Tmux documentation for more details ssh Access of the Bitnami VM from Windows To connect to your Bitnami VM from a Windows computer we recommend using the PuTTY tools ( PuTTY is a free implementation of Telnet and SSH for Windows which also includes an xterm terminal emulator.

14 PAGE _ 14 If you want to ssh into a Bitnami VM from a local Windows computer using PuTTY, you need to go through the following steps (which we explain below): 1) Open the port used for ssh (22/tcp). 2) Make sure your private key has the correct format:.ppk 3) Add your private key to Pageant. 4) Connect to the VM using PuTTY. STEP 1: OPEN SSH PORT (22/TCP) To be able to ssh to your Bitnami VM the ssh port (22/tcp) must be open. The default selection of security groups during start up opens this port. If you did not change the default selection during startup you can therefore skip this step. Otherwise follow the instructions on how to open ports in. STEP 2: CONVERT PRIVATE KEY TO.PPK FORMAT You first need to make sure your private key has the correct format. When you launched the VM you associated a keypair with the instance (Section 4), and the public part of this keypair was inserted into the VM. (If you do not know which keypair was associated with the instance, look at the instance table in the Instances tab on the Cloud&Heat Dashboard.) If the private part of the keypair is not of the putty (.ppk) format, it must first be transformed. To do so you need to run the widely available program PuTTYgen on your local Windows computer. To convert your private key into.ppk format: 1) Start PuTTYgen. 2) Load your existing private key file (e.g., keypairone.pem, which is of type SSH-2 RSA) by pressing the Load button in the resulting window. 3) Press the Save button to save your private key in the.ppk format. STEP 3: ADD PRIVATE KEY TO PAGEANT Now that the file is in the correct format, you need to use the program Pageant. This is an agent which keeps track of all your PuTTY keys. Please start Pageant and add your private key, i.e., the.ppk file, to it. STEP 4: CONNECT TO VM USING PUTTY To connect to your VM you need to: 1) Start the PuTTY program. 2) Click on Connection, SSH and then Auth in the left side bar (see Figure 7).

15 PAGE _ 15 Figure 7: PuTTY configuration: Allow agent forwarding must be checked, and the Private key file for authentication must be filled in. 3) On the resulting page, please check the check box Allow agent forwarding under Authentication parameters (Figure 7). 4) On the same page, please specify your Private key file for authentication (the.ppk file). 5) Click on Session at the top of the side bar on the left. 6) Enter under Hostname the username@hostname string given to you on the Access tab of your instance: 1. Go to the Access tab (see Section 5.1). 2. Find the section about SSH access, and its subsection on ssh access to a Linux VM from Windows. 3. Copy and paste the username@hostname string into the PuTTY window under Hostname. 7) Now press the Open button and you will be connected to your instance via ssh. 5.3 Accessing a Bitnami VM over Its Console The Cloud&Heat Dashboard provides a console over which you can access your Bitnami VM. You must, however, first access it using ssh and reset the password for the default user before you can log in over the console. To access the VM over the console you therefore first need to follow the instructions in Section 5.2 and reset the password of the default user.

16 PAGE _ 16 Figure 8: The Instances tab in the Cloud&Heat Dashboard To access the console of your VM in the Cloud&Heat Dashboard please follow these steps: 1) Click on the Instances tab in the Cloud&Heat Dashboard (shown in Figure 8). 2) Click on the name of your instance in the Instances table. This gets you to the Instance Detail page of your instance. 3) The console can be found under the Console tab at the top of the Instance Detail page (see Figure 9). Figure 9: The console of an Ubuntu instance 4) At the prompt you can log in using a username and password. The default username is given on the Access tab (Section 5.1), and as password you should use the password you selected when reseting the password for the default user after logging in to the VM via ssh. If you have not yet reset the password, you cannot log in.

17 PAGE _ 17 Note: If there is a problem getting the console to recognize the keyboard input please press the gray status bar at the top of the console window. Or alternatively click on the text offering to display the console only. Note: If the console is all black, the screen saver is on. Hit return to remove it. 5.4 Access over Swift API Endpoints One can also access the VMs using the Swift API endpoints. All endpoints pertaining to your project, are available under the API Access tab under the Access & Security tab in the Cloud&Heat Dashboard. Please refer to the documentation from openstack ( on how to use them.

18 PAGE _ ATTACHING PERSISTENT STORAGE TO THE BITNAMI VM This section contains information which is very important to consider when using Cloud Compute. When data is written to the file system on a running VM, it accessible as long as the VM is running. But once the VM has crashed or has been terminated (as opposed to shutdown), the data is lost. This kind of storage is called ephemeral storage. There are several ways to avoid this problem. For example, one can make a habit of taking a snapshot of the running VM, every so often. These snapshots can then be used as a backup or as a checkpoint. For example, if you are installing or developing something that you know is risky, you can first make a snapshot and, if needed, do a rollback by terminating the instance and launching the snapshot. This is however only an alternative if you can allow the instance to be offline until the snapshot has been relaunched. In many situations this is not an option. Another way of solving the problem is to attach persistent block storage to the instance once it has been launched. Cloud&Heat calls the pieces of persistent block storage volumes, and the data on them is replicated three times. Volumes can be thought of as external hard drives that you can attach, detach and reattach to your VMs. You can attach a volume to many different instances (but only one at a time), and you can simultaneously attach several volumes to the same instance. Please see A Short Introduction to Cloud Block Storage for further information. Once you have attached persistent block storage to your Bitnami VM you can configure the Bitnami application to use the location of the persistent block storage when storing data. For other kinds of persistent storage that Cloud&Heat offers, we refer to A Short Introduction to Cloud Object Storage, A Short Introduction to Cyberduck with Cloud Object Storage and A Short Introduction to Duplicity with Cloud Object Storage for information.

19 PAGE _ ACCESSING THE BITNAMI APPLICATION The URL to use when accessing the Bitnami application running on your Bitnami VM is shown in the section regarding web access on the Access tab of your instance (Section 5.1). The URL has been customized for your VM and can conveniently be used for copying and pasting.

20 PAGE _ TRANSFERRING FILES TO AND FROM THE BITNAMI VM In this section we explain how to use scp and sftp to transfer files to and from the Bitnami VM. Depending on the Bitnami application it is running there might be other ways of transfering files on the application layer. This section is only covering the transfer of files to and from the VM itself. To use scp and sftp you need to make sure your public key was inserted into the VM and the port 22/tcp was opened. If you can ssh to your instance this will be the case, but to verify you can also perform the following two steps: 1) Make sure your public key was inserted into the instance at launch time. 1. Go to the Access tab of your instance (see Section 5.1). 2. Under the section on SSH access, make sure there is no warning regarding a missing key. 3. Verify that the private part of the keypair mentioned under Key Name has been added to your ssh client. 2) Make sure port 22/tcp is open 1. Go to the Access tab of your instance (see Section 5.1). 2. In the section on SSH access, make sure there is no warning regarding the SSH port being closed. Once you have verified the above two steps you can now follow the instructions in the following Section 8.1 and Section 8.2 for using scp and sftp, respectively. 8.1 File Transfers Using scp (secure remote copy) Depending on the operating system of your local computer, you should follow the instructions in Section or Section scp between a Local Linux/Mac OSX Computer and the Bitnami VM On your local Linux/Mac OSX computer, make sure that the OpenSSH tools are installed, and that your private key has been added to your ssh client. To transfer a file from your local file system to the VM in the Cloud execute the following scp command in your terminal: scp -o ProxyCommand= ssh forward@ssh.<project name>.projects.cloudandheat.com nc -q0 <private ip> 22 <sou rce file> <default VM username>@<private ip>:<destination file>

21 PAGE _ 21 For <source file> substitute the path pointing to the file to be copied, and for <destination file> substitute the desired target location. The values to use for the other <>-variables are explained on the Access tab of the instance (Section 5.1). To transfer a file from a VM in the Cloud to your local file system, please execute the following scp command in your terminal: scp -o ProxyCommand= ssh forward@ssh.<project name>.projects.cloudandheat.com nc -q0 <private ip> 22 <default VM username>@<private ip>:<source file> <destination file> One can also use scp to copy files from one VM to another. Please see the man page of scp for more details. Note: Please see CONFIGURING OPENSSH in Section for instructions on how to configure OpenSSH to simplify the above commands. Note: If you have not added your private key to your ssh client you can also add the -i <private key> flag to the above scp commads scp between a Local Windows Computer and the Bitnami VM To copy files between a Windows computer and a Bitnami VM we recommend using the program WinSCP. (This documentation is written for WinSCP ) A prerequisite is however that Pageant is running on your local Windows computer and that your private key has been added to it. Please see Section for instructions if it is not. Figure 10: WinSCP window configuring ssh to use agent forwarding.

22 PAGE _ 22 To copy files to and from your Bitnami VM: 1) Start WinSCP and click the New button. 2) Then click on SSH and Authentication on the left (Figure 10). 3) Check the box Allow agent forwarding under the heading Authentication parameters. 4) Now click on Session in the side bar on the left. 5) Choose SCP as the protocol in the dropdown menu. 6) Enter under Hostname the username@hostname string given to you on the Access tab of your instance. 1. Go to the Access tab (Section 5.1). 2. Find the section regarding SSH access, and its subsection on ssh access to a Linux VM from a Windows computer. 3. Copy and paste the username@hostname string into the PuTTY window under Hostname. 7) Point WinSCP to your private key under Private key for authentication. This key should be in the.ppk format please see Section for instructions on how to use PuTTYgen to convert a private key into this format if needed. 8) Now press the Login button and you will be connected to your instance via scp. A window will appear with a graphical user interface allowing you to transfer files between your local computer and the VM. Note: In case the connection fails, please make sure Pageant is running and contains your private.ppk key. 8.2 File Transfer Using sftp (secure ftp) To access your VM using sftp from a local Linux/Mac OSX computer please see Section and from a local Windows computer, please see Section sftp between your Local Linux/Mac OSX Computer and the Bitnami VM Please make sure that the OpenSSH tools are installed on your local computer, and that your private key has been added to your ssh client. If you want to do file transfers over ftp you can execute the following sftp command in your local terminal window: sftp -o ProxyCommand= ssh forward@ssh.<project name>.projects.cloudandheat.com nc -q0 <private ip> 22 <default VM username>@<private ip> The values to use for the <>-variables are listed on the Access tab of the instance (Section 5.1). You will be presented with a command line prompt at which you can type either help or? to see all available commands. Please see the documentation of sftp for more details. Note: Please see CONFIGURING OPENSSH in Section for instructions on how to configure OpenSSH to simplify the above command.

23 PAGE _ sftp between your Local Windows Computer and the Bitnami VM To connect to your VM using sftp, you can follow the instructions in Section with only one exception. Instead of choosing the SCP protocol you should choose SFTP from the dropdown menu. Otherwise the process is the same.

24 PAGE _ MAKING A SNAPSHOT OF AN INSTANCE A snapshot is a copy of a VM instance, including all its state and data. This can for example be used as a mean of backing up ones work, or to share a setup of a VM between many users so that for example the installation of certain programs only have to be performed once. It is also a good way of having a valid state to return to in case changes you made do not work. Caution: During the process of making a snapshot the VM instance will not be responsive. To make a snapshot, please follow the following steps: 1) Go to the table of instances under the Instances tab (Figure 11) and find the instance of which you would like to make a snapshot. Figure 11: The Instances tab. 2) Then press the Create Snapshot button on the right hand side of the line corresponding to the instance. A dialog window will appear (Figure 12). 3) Specify the name you want the snapshot to have. Caution: The following step can take a long time, depending on how much data already was written to the ephemeral storage of the VM. 4) Click the Create Snapshot button in the dialog window. 5) The resulting snapshot can then be found under the Images & Snapshots tab (Figure 13) under the Project tab. The images provided by Cloud&Heat can be found under the Public tab.

25 PAGE _ 25 Figure 12: The Create Snapshot dialog window. Figure 13: The Images & Snapshots tab. Note: After having created a snapshot the tab is automatically changed to the Project tab. Therefore it might first look like the images provided by Cloud&Heat have disappeared. They are however available under the Public tab, just like before.

CloudCIX Bootcamp. The essential IaaS getting started guide. http://www.cix.ie

CloudCIX Bootcamp. The essential IaaS getting started guide. http://www.cix.ie The essential IaaS getting started guide. http://www.cix.ie Revision Date: 17 th August 2015 Contents Acronyms... 2 Table of Figures... 3 1 Welcome... 4 2 Architecture... 5 3 Getting Started... 6 3.1 Login

More information

OCS Virtual image. User guide. Version: 1.3.1 Viking Edition

OCS Virtual image. User guide. Version: 1.3.1 Viking Edition OCS Virtual image User guide Version: 1.3.1 Viking Edition Publication date: 30/12/2012 Table of Contents 1. Introduction... 2 2. The OCS virtualized environment composition... 2 3. What do you need?...

More information

Deploying Bitnami Stacks on Windows Azure

Deploying Bitnami Stacks on Windows Azure Deploying Bitnami Stacks on Windows Azure In this whitepaper we walk you through the process of setting up a Bitnami cloud image stack on Windows Azure and look at the advantages over other deployment

More information

Zend Server Amazon AMI Quick Start Guide

Zend Server Amazon AMI Quick Start Guide Zend Server Amazon AMI Quick Start Guide By Zend Technologies www.zend.com Disclaimer This is the Quick Start Guide for The Zend Server Zend Server Amazon Machine Image The information in this document

More information

MATLAB on EC2 Instructions Guide

MATLAB on EC2 Instructions Guide MATLAB on EC2 Instructions Guide Contents Welcome to MATLAB on EC2...3 What You Need to Do...3 Requirements...3 1. MathWorks Account...4 1.1. Create a MathWorks Account...4 1.2. Associate License...4 2.

More information

Source Code Management for Continuous Integration and Deployment. Version 1.0 DO NOT DISTRIBUTE

Source Code Management for Continuous Integration and Deployment. Version 1.0 DO NOT DISTRIBUTE Source Code Management for Continuous Integration and Deployment Version 1.0 Copyright 2013, 2014 Amazon Web Services, Inc. and its affiliates. All rights reserved. This work may not be reproduced or redistributed,

More information

WinSCP PuTTY as an alternative to F-Secure July 11, 2006

WinSCP PuTTY as an alternative to F-Secure July 11, 2006 WinSCP PuTTY as an alternative to F-Secure July 11, 2006 Brief Summary of this Document F-Secure SSH Client 5.4 Build 34 is currently the Berkeley Lab s standard SSH client. It consists of three integrated

More information

Secure Shell. The Protocol

Secure Shell. The Protocol Usually referred to as ssh The name is used for both the program and the protocol ssh is an extremely versatile network program data encryption and compression terminal access to remote host file transfer

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

Install and configure SSH server

Install and configure SSH server Copyright IBM Corporation 2009 All rights reserved Install and configure SSH server What this exercise is about... 1 What you should be able to do... 1 Introduction... 1 Part 1: Install and configure freesshd

More information

VXOA AMI on Amazon Web Services

VXOA AMI on Amazon Web Services 2013 Silver Peak Systems, Inc. QUICK START GUIDE VXOA AMI on Amazon Web Services A Silver Peak Virtual Appliance (VX) can be deployed within an Amazon Web Services (AWS) cloud environment to accelerate

More information

SOA Software API Gateway Appliance 7.1.x Administration Guide

SOA Software API Gateway Appliance 7.1.x Administration Guide SOA Software API Gateway Appliance 7.1.x Administration Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software, Inc. Other product names,

More information

CASHNet Secure File Transfer Instructions

CASHNet Secure File Transfer Instructions CASHNet Secure File Transfer Instructions Copyright 2009, 2010 Higher One Payments, Inc. CASHNet, CASHNet Business Office, CASHNet Commerce Center, CASHNet SMARTPAY and all related logos and designs are

More information

Configuring for SFTP March 2013

Configuring for SFTP March 2013 Configuring for SFTP March 2013 Overview You can upload files to and download files from Optimal Payments securely via SFTP. In order to be configured to upload and download files via SFTP, contact Technical

More information

Eucalyptus 3.4.2 User Console Guide

Eucalyptus 3.4.2 User Console Guide Eucalyptus 3.4.2 User Console Guide 2014-02-23 Eucalyptus Systems Eucalyptus Contents 2 Contents User Console Overview...4 Install the Eucalyptus User Console...5 Install on Centos / RHEL 6.3...5 Configure

More information

Online Backup Guide for the Amazon Cloud: How to Setup your Online Backup Service using Vembu StoreGrid Backup Virtual Appliance on the Amazon Cloud

Online Backup Guide for the Amazon Cloud: How to Setup your Online Backup Service using Vembu StoreGrid Backup Virtual Appliance on the Amazon Cloud Online Backup Guide for the Amazon Cloud: How to Setup your Online Backup Service using Vembu StoreGrid Backup Virtual Appliance on the Amazon Cloud Here is a step-by-step set of instructions to get your

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

Installing and Using the vnios Trial

Installing and Using the vnios Trial Installing and Using the vnios Trial The vnios Trial is a software package designed for efficient evaluation of the Infoblox vnios appliance platform. Providing the complete suite of DNS, DHCP and IPAM

More information

Upgrading Redwood Engine Software. Version 2.0.x to 3.1.0

Upgrading Redwood Engine Software. Version 2.0.x to 3.1.0 Upgrading Redwood Engine Software Version 2.0.x to 3.1.0 December 2013 APP NOTE Table of Contents 1 Introduction... 3 1.1 Backing Up the Redwood Engine Configuration, Statistics, and Log Files... 3 2 Checking

More information

How To Set Up Egnyte For Netapp Sync For Netapp

How To Set Up Egnyte For Netapp Sync For Netapp Egnyte Storage Sync For NetApp Installation Guide Introduction... 2 Architecture... 2 Key Features... 3 Access Files From Anywhere With Any Device... 3 Easily Share Files Between Offices and Business Partners...

More information

Overview. Remote access and file transfer. SSH clients by platform. Logging in remotely

Overview. Remote access and file transfer. SSH clients by platform. Logging in remotely Remote access and file transfer Overview Remote logins to Bio-Linux with ssh Running software from another machine Logging in from another machine Getting files on and off Bio-Linux Transferring files

More information

How To Set Up A Backupassist For An Raspberry Netbook With A Data Host On A Nsync Server On A Usb 2 (Qnap) On A Netbook (Qnet) On An Usb 2 On A Cdnap (

How To Set Up A Backupassist For An Raspberry Netbook With A Data Host On A Nsync Server On A Usb 2 (Qnap) On A Netbook (Qnet) On An Usb 2 On A Cdnap ( WHITEPAPER BackupAssist Version 5.1 www.backupassist.com Cortex I.T. Labs 2001-2008 2 Contents Introduction... 3 Hardware Setup Instructions... 3 QNAP TS-409... 3 Netgear ReadyNas NV+... 5 Drobo rev1...

More information

Quick Start Guide. Cerberus FTP is distributed in Canada through C&C Software. Visit us today at www.ccsoftware.ca!

Quick Start Guide. Cerberus FTP is distributed in Canada through C&C Software. Visit us today at www.ccsoftware.ca! Quick Start Guide Cerberus FTP is distributed in Canada through C&C Software. Visit us today at www.ccsoftware.ca! How to Setup a File Server with Cerberus FTP Server FTP and SSH SFTP are application protocols

More information

Extreme Control Center, NAC, and Purview Virtual Appliance Installation Guide

Extreme Control Center, NAC, and Purview Virtual Appliance Installation Guide Extreme Control Center, NAC, and Purview Virtual Appliance Installation Guide 9034968 Published April 2016 Copyright 2016 All rights reserved. Legal Notice Extreme Networks, Inc. reserves the right to

More information

If you prefer to use your own SSH client, configure NG Admin with the path to the executable:

If you prefer to use your own SSH client, configure NG Admin with the path to the executable: How to Configure SSH Each Barracuda NG Firewall system is routinely equipped with an SSH daemon listening on TCP port 22 on all administrative IP addresses (the primary box IP address and all other IP

More information

Virtual Appliance Setup Guide

Virtual Appliance Setup Guide The Barracuda SSL VPN Vx Virtual Appliance includes the same powerful technology and simple Web based user interface found on the Barracuda SSL VPN hardware appliance. It is designed for easy deployment

More information

VMware vcenter Log Insight Getting Started Guide

VMware vcenter Log Insight Getting Started Guide VMware vcenter Log Insight Getting Started Guide vcenter Log Insight 1.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

Building a Private Cloud Cloud Infrastructure Using Opensource

Building a Private Cloud Cloud Infrastructure Using Opensource Cloud Infrastructure Using Opensource with Ubuntu Server 10.04 Enterprise Cloud (Eucalyptus) OSCON (Note: Special thanks to Jim Beasley, my lead Cloud Ninja, for putting this document together!) Introduction

More information

Tips for getting started! with! Virtual Data Center!

Tips for getting started! with! Virtual Data Center! Tips for getting started with Virtual Data Center Last Updated: 1 July 2014 Table of Contents Safe Swiss Cloud Self Service Control Panel 2 Please note the following about for demo accounts: 2 Add an Instance

More information

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

More information

DVS-100 Installation Guide

DVS-100 Installation Guide DVS-100 Installation Guide DVS-100 can be installed on any system running the Ubuntu 14.04 64 bit Linux operating system, the guide below covers some common installation scenarios. Contents System resource

More information

Thinspace deskcloud. Quick Start Guide

Thinspace deskcloud. Quick Start Guide Thinspace deskcloud Quick Start Guide Version 1.2 Published: SEP-2014 Updated: 16-SEP-2014 2014 Thinspace Technology Ltd. All rights reserved. The information contained in this document represents the

More information

RETRIEVING NMR DATA JB Stothers NMR Facility Materials Science Addition 0216 Department of Chemistry Western University

RETRIEVING NMR DATA JB Stothers NMR Facility Materials Science Addition 0216 Department of Chemistry Western University JB Stothers NMR Facility Materials Science Addition 0216 Department of Chemistry Western University 1 1. INTRODUCTION 1.1. About these Notes and Related Notes These notes describe how to retrieve NMR data

More information

TS-800. Configuring SSH Client Software in UNIX and Windows Environments for Use with the SFTP Access Method in SAS 9.2, SAS 9.3, and SAS 9.

TS-800. Configuring SSH Client Software in UNIX and Windows Environments for Use with the SFTP Access Method in SAS 9.2, SAS 9.3, and SAS 9. TS-800 Configuring SSH Client Software in UNIX and Windows Environments for Use with the SFTP Access Method in SAS 9.2, SAS 9.3, and SAS 9.4 dsas Table of Contents Overview... 1 Configuring OpenSSH Software

More information

http://www.trendmicro.com/download

http://www.trendmicro.com/download Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,

More information

Secure access to the DESY network using SSH

Secure access to the DESY network using SSH 1 November 29, 2007 Secure access to the DESY network using SSH UCO @ DESY November 29, 2007, Hamburg 2 Contents 1 General Information 4 1.1 How to reach UCO............................... 4 2 Introduction

More information

Kaltura On-Prem Evaluation Package - Getting Started

Kaltura On-Prem Evaluation Package - Getting Started Kaltura On-Prem Evaluation Package - Getting Started Thank you for your interest in the Kaltura On-Prem Online Video Platform (OVP). Before you get started with your Kaltura On-Prem evaluation, a Kaltura

More information

Deploying the BIG-IP LTM system and Microsoft Windows Server 2003 Terminal Services

Deploying the BIG-IP LTM system and Microsoft Windows Server 2003 Terminal Services Deployment Guide Deploying the BIG-IP System with Microsoft Windows Server 2003 Terminal Services Deploying the BIG-IP LTM system and Microsoft Windows Server 2003 Terminal Services Welcome to the BIG-IP

More information

Virtual Appliance Setup Guide

Virtual Appliance Setup Guide The Virtual Appliance includes the same powerful technology and simple Web based user interface found on the Barracuda Web Application Firewall hardware appliance. It is designed for easy deployment on

More information

Tutorial: Using HortonWorks Sandbox 2.3 on Amazon Web Services

Tutorial: Using HortonWorks Sandbox 2.3 on Amazon Web Services Tutorial: Using HortonWorks Sandbox 2.3 on Amazon Web Services Sayed Hadi Hashemi Last update: August 28, 2015 1 Overview Welcome Before diving into Cloud Applications, we need to set up the environment

More information

Storage Sync for Hyper-V. Installation Guide for Microsoft Hyper-V

Storage Sync for Hyper-V. Installation Guide for Microsoft Hyper-V Installation Guide for Microsoft Hyper-V Egnyte Inc. 1890 N. Shoreline Blvd. Mountain View, CA 94043, USA Phone: 877-7EGNYTE (877-734-6983) www.egnyte.com 2013 by Egnyte Inc. All rights reserved. Revised

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.7.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

File transfer clients manual File Delivery Services

File transfer clients manual File Delivery Services File transfer clients manual File Delivery Services Publisher Post CH Ltd Information Technology Webergutstrasse 12 CH-3030 Berne (Zollikofen) Contact Post CH Ltd Information Technology Webergutstrasse

More information

13.1 Backup virtual machines running on VMware ESXi / ESX Server

13.1 Backup virtual machines running on VMware ESXi / ESX Server 13 Backup / Restore VMware Virtual Machines Tomahawk Pro This chapter describes how to backup and restore virtual machines running on VMware ESX, ESXi Server or VMware Server 2.0. 13.1 Backup virtual machines

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

Virtual Web Appliance Setup Guide

Virtual Web Appliance Setup Guide Virtual Web Appliance Setup Guide 2 Sophos Installing a Virtual Appliance Installing a Virtual Appliance This guide describes the procedures for installing a Virtual Web Appliance. If you are installing

More information

WhatsUp Gold v16.2 MSP Edition Deployment Guide This guide provides information about installing and configuring WhatsUp Gold MSP Edition to central

WhatsUp Gold v16.2 MSP Edition Deployment Guide This guide provides information about installing and configuring WhatsUp Gold MSP Edition to central WhatsUp Gold v16.2 MSP Edition Deployment Guide This guide provides information about installing and configuring WhatsUp Gold MSP Edition to central and remote sites. Contents Table of Contents Using WhatsUp

More information

Required Virtual Interface Maps to... mgmt0. bridge network interface = mgmt0 wan0. bridge network interface = wan0 mgmt1

Required Virtual Interface Maps to... mgmt0. bridge network interface = mgmt0 wan0. bridge network interface = wan0 mgmt1 VXOA VIRTUAL APPLIANCE KVM Hypervisor In-Line Deployment (Bridge Mode) 2012 Silver Peak Systems, Inc. Support Limitations In Bridge mode, the virtual appliance only uses mgmt0, wan0, and lan0. This Quick

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

Virtual Managment Appliance Setup Guide

Virtual Managment Appliance Setup Guide Virtual Managment Appliance Setup Guide 2 Sophos Installing a Virtual Appliance Installing a Virtual Appliance As an alternative to the hardware-based version of the Sophos Web Appliance, you can deploy

More information

Virtual Appliance for VMware Server. Getting Started Guide. Revision 2.0.2. Warning and Disclaimer

Virtual Appliance for VMware Server. Getting Started Guide. Revision 2.0.2. Warning and Disclaimer Virtual Appliance for VMware Server Getting Started Guide Revision 2.0.2 Warning and Disclaimer This document is designed to provide information about the configuration and installation of the CensorNet

More information

MultiSite Manager. User Guide

MultiSite Manager. User Guide MultiSite Manager User Guide Contents 1. Getting Started... 2 Opening the MultiSite Manager... 2 Navigating MultiSite Manager... 2 2. The All Sites tabs... 3 All Sites... 3 Reports... 4 Licenses... 5 3.

More information

Distributed convex Belief Propagation Amazon EC2 Tutorial

Distributed convex Belief Propagation Amazon EC2 Tutorial 6/8/2011 Distributed convex Belief Propagation Amazon EC2 Tutorial Alexander G. Schwing, Tamir Hazan, Marc Pollefeys and Raquel Urtasun Distributed convex Belief Propagation Amazon EC2 Tutorial Introduction

More information

Service Product: IBM Cloud Automated Modular Management (AMM) for SAP HANA One

Service Product: IBM Cloud Automated Modular Management (AMM) for SAP HANA One User Guide Service Product: IBM Cloud Automated Modular Management (AMM) for SAP HANA One Release: 06/22/2015 Copyright IBM Corporation 2008, 2015. US Government Users Restricted Rights Use, duplication

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

Guide to the Configuration and Use of SFTP Clients for Uploading Digital Treatment Planning Data to IROC RI

Guide to the Configuration and Use of SFTP Clients for Uploading Digital Treatment Planning Data to IROC RI Guide to the Configuration and Use of SFTP Clients for Uploading Digital Treatment Planning Data to IROC RI The Quality Assurance Review Center has tested several SFTP client programs for submitting digital

More information

DSI File Server Client Documentation

DSI File Server Client Documentation Updated 11/23/2009 Page 1 of 10 Table Of Contents 1.0 OVERVIEW... 3 1.0.1 CONNECTING USING AN FTP CLIENT... 3 1.0.2 CONNECTING USING THE WEB INTERFACE... 3 1.0.3 GETTING AN ACCOUNT... 3 2.0 TRANSFERRING

More information

BaseManager & BACnet Manager VM Server Configuration Guide

BaseManager & BACnet Manager VM Server Configuration Guide BaseManager & BACnet Manager VM Server Configuration Guide For Self-Hosted BaseManager & BACnet Manager Servers Deployed as Virtual Machines August 27, 2015 Customer Service 1-866-294-5847 i Baseline Inc.

More information

This presentation covers virtual application shared services supplied with IBM Workload Deployer version 3.1.

This presentation covers virtual application shared services supplied with IBM Workload Deployer version 3.1. This presentation covers virtual application shared services supplied with IBM Workload Deployer version 3.1. WD31_VirtualApplicationSharedServices.ppt Page 1 of 29 This presentation covers the shared

More information

F-SECURE MESSAGING SECURITY GATEWAY

F-SECURE MESSAGING SECURITY GATEWAY F-SECURE MESSAGING SECURITY GATEWAY DEFAULT SETUP GUIDE This guide describes how to set up and configure the F-Secure Messaging Security Gateway appliance in a basic e-mail server environment. AN EXAMPLE

More information

Renderbot Tutorial. Intro to AWS

Renderbot Tutorial. Intro to AWS Renderbot Tutorial Thanks for choosing to render your Blender projects in the cloud using Renderbot. This guide will introduce Amazon AWS, walk you through the setup process, and help you render your first

More information

DEPLOYMENT GUIDE Version 1.2. Deploying F5 with Oracle E-Business Suite 12

DEPLOYMENT GUIDE Version 1.2. Deploying F5 with Oracle E-Business Suite 12 DEPLOYMENT GUIDE Version 1.2 Deploying F5 with Oracle E-Business Suite 12 Table of Contents Table of Contents Introducing the BIG-IP LTM Oracle E-Business Suite 12 configuration Prerequisites and configuration

More information

LifeSize Control Installation Guide

LifeSize Control Installation Guide LifeSize Control Installation Guide April 2005 Part Number 132-00001-001, Version 1.0 Copyright Notice Copyright 2005 LifeSize Communications. All rights reserved. LifeSize Communications has made every

More information

Defender 5.7 - Token Deployment System Quick Start Guide

Defender 5.7 - Token Deployment System Quick Start Guide Defender 5.7 - Token Deployment System Quick Start Guide This guide describes how to install, configure and use the Defender Token Deployment System, based on default settings and how to self register

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

Accessing VirtualBox Guests from Host using SSH, WinSCP and Tunnelling

Accessing VirtualBox Guests from Host using SSH, WinSCP and Tunnelling Accessing VirtualBox Guests from Host using S... 1 Accessing VirtualBox Guests from Host using SSH, WinSCP and Tunnelling By Steven Gordon on Thu, 15/08/2013-3:49pm Previously I described how to setup

More information

The Wingu guide to creating your first cloud server.

The Wingu guide to creating your first cloud server. The Wingu guide to creating your first cloud server. This guide explains how to create your very first server in the Wingu cloud by using our easy to use cloud dashboard. 1. Login to the dashboard by pointing

More information

ArcGIS 10.3 Server on Amazon Web Services

ArcGIS 10.3 Server on Amazon Web Services ArcGIS 10.3 Server on Amazon Web Services Copyright 1995-2015 Esri. All rights reserved. Table of Contents Introduction What is ArcGIS Server on Amazon Web Services?............................... 5 Quick

More information

DVS-100 Installation Guide

DVS-100 Installation Guide DVS-100 Installation Guide DVS-100 can be installed on any system running the Ubuntu 14.04 64 bit Linux operating system, the guide below covers some common installation scenarios. Contents System resource

More information

Introduction to Mobile Access Gateway Installation

Introduction to Mobile Access Gateway Installation Introduction to Mobile Access Gateway Installation This document describes the installation process for the Mobile Access Gateway (MAG), which is an enterprise integration component that provides a secure

More information

Introducing the BIG-IP and SharePoint Portal Server 2003 configuration

Introducing the BIG-IP and SharePoint Portal Server 2003 configuration Deployment Guide Deploying Microsoft SharePoint Portal Server 2003 and the F5 BIG-IP System Introducing the BIG-IP and SharePoint Portal Server 2003 configuration F5 and Microsoft have collaborated on

More information

Core Protection for Virtual Machines 1

Core Protection for Virtual Machines 1 Core Protection for Virtual Machines 1 Comprehensive Threat Protection for Virtual Environments. Installation Guide e Endpoint Security Trend Micro Incorporated reserves the right to make changes to this

More information

MadCap Software. Upgrading Guide. Pulse

MadCap Software. Upgrading Guide. Pulse MadCap Software Upgrading Guide Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document is furnished

More information

Installation Guide for Pulse on Windows Server 2012

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

More information

Upgrading a Single Node Cisco UCS Director Express, page 2. Supported Upgrade Paths to Cisco UCS Director Express for Big Data, Release 2.

Upgrading a Single Node Cisco UCS Director Express, page 2. Supported Upgrade Paths to Cisco UCS Director Express for Big Data, Release 2. Upgrading Cisco UCS Director Express for Big Data, Release 2.0 This chapter contains the following sections: Supported Upgrade Paths to Cisco UCS Director Express for Big Data, Release 2.0, page 1 Upgrading

More information

WhatsUp Gold v16.1 Installation and Configuration Guide

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

More information

VMware vcenter Log Insight Administration Guide

VMware vcenter Log Insight Administration Guide VMware vcenter Log Insight Administration Guide vcenter Log Insight 1.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

SSH Secure Client (Telnet & SFTP) Installing & Using SSH Secure Shell for Windows Operation Systems

SSH Secure Client (Telnet & SFTP) Installing & Using SSH Secure Shell for Windows Operation Systems SSH Secure Client (Telnet & SFTP) Installing & Using SSH Secure Shell for Windows Operation Systems What is SSH?: SSH is an application that protects the TCP/IP connections between two computers. The software

More information

Rally Installation Guide

Rally Installation Guide Rally Installation Guide Rally On-Premises release 2015.1 rallysupport@rallydev.com www.rallydev.com Version 2015.1 Table of Contents Overview... 3 Server requirements... 3 Browser requirements... 3 Access

More information

GRAVITYZONE HERE. Deployment Guide VLE Environment

GRAVITYZONE HERE. Deployment Guide VLE Environment GRAVITYZONE HERE Deployment Guide VLE Environment LEGAL NOTICE All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical, including

More information

Service & Support. How do you create a communication of VNC with an Industrial Thin Client SIMATIC ITC? Thin Client.

Service & Support. How do you create a communication of VNC with an Industrial Thin Client SIMATIC ITC? Thin Client. Cover How do you create a communication of VNC with an Industrial Thin Client SIMATIC ITC? Thin Client FAQ August 2012 Service & Support Answers for industry. Question This entry is from the Siemens Industry

More information

Guide to the LBaaS plugin ver. 1.0.2 for Fuel

Guide to the LBaaS plugin ver. 1.0.2 for Fuel Guide to the LBaaS plugin ver. 1.0.2 for Fuel Load Balancing plugin for Fuel LBaaS (Load Balancing as a Service) is currently an advanced service of Neutron that provides load balancing for Neutron multi

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

INSTALLING KAAZING WEBSOCKET GATEWAY - HTML5 EDITION ON AN AMAZON EC2 CLOUD SERVER

INSTALLING KAAZING WEBSOCKET GATEWAY - HTML5 EDITION ON AN AMAZON EC2 CLOUD SERVER INSTALLING KAAZING WEBSOCKET GATEWAY - HTML5 EDITION ON AN AMAZON EC2 CLOUD SERVER A TECHNICAL WHITEPAPER Copyright 2012 Kaazing Corporation. All rights reserved. kaazing.com Executive Overview This document

More information

TELNET CLIENT 5.11 SSH SUPPORT

TELNET CLIENT 5.11 SSH SUPPORT TELNET CLIENT 5.11 SSH SUPPORT This document provides information on the SSH support available in Telnet Client 5.11 This document describes how to install and configure SSH support in Wavelink Telnet

More information

Red Hat Enterprise Linux OpenStack Platform 7 OpenStack Data Processing

Red Hat Enterprise Linux OpenStack Platform 7 OpenStack Data Processing Red Hat Enterprise Linux OpenStack Platform 7 OpenStack Data Processing Manually provisioning and scaling Hadoop clusters in Red Hat OpenStack OpenStack Documentation Team Red Hat Enterprise Linux OpenStack

More information

DEPLOYMENT GUIDE. Deploying the BIG-IP LTM v9.x with Microsoft Windows Server 2008 Terminal Services

DEPLOYMENT GUIDE. Deploying the BIG-IP LTM v9.x with Microsoft Windows Server 2008 Terminal Services DEPLOYMENT GUIDE Deploying the BIG-IP LTM v9.x with Microsoft Windows Server 2008 Terminal Services Deploying the BIG-IP LTM system and Microsoft Windows Server 2008 Terminal Services Welcome to the BIG-IP

More information

http://docs.trendmicro.com

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

More information

Installation Guidelines (MySQL database & Archivists Toolkit client)

Installation Guidelines (MySQL database & Archivists Toolkit client) Installation Guidelines (MySQL database & Archivists Toolkit client) Understanding the Toolkit Architecture The Archivists Toolkit requires both a client and database to function. The client is installed

More information

Managing Software and Configurations

Managing Software and Configurations 55 CHAPTER This chapter describes how to manage the ASASM software and configurations and includes the following sections: Saving the Running Configuration to a TFTP Server, page 55-1 Managing Files, page

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

1. Product Information

1. Product Information ORIXCLOUD BACKUP CLIENT USER MANUAL LINUX 1. Product Information Product: Orixcloud Backup Client for Linux Version: 4.1.7 1.1 System Requirements Linux (RedHat, SuSE, Debian and Debian based systems such

More information

Accops HyWorks v2.5. Quick Start Guide. Last Update: 4/18/2016

Accops HyWorks v2.5. Quick Start Guide. Last Update: 4/18/2016 Accops HyWorks v2.5 Quick Start Guide Last Update: 4/18/2016 2016 Propalms Technologies Pvt. Ltd. All rights reserved. The information contained in this document represents the current view of Propalms

More information

http://docs.trendmicro.com

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

More information

UP L18 Enhanced MDM and Updated Email Protection Hands-On Lab

UP L18 Enhanced MDM and Updated Email Protection Hands-On Lab UP L18 Enhanced MDM and Updated Email Protection Hands-On Lab Description The Symantec App Center platform continues to expand it s offering with new enhanced support for native agent based device management

More information

Quadro Configuration Console User's Guide. Table of Contents. Table of Contents

Quadro Configuration Console User's Guide. Table of Contents. Table of Contents Epygi Technologies Table of Contents Table of Contents About This User s Guide... 3 Introducing the Quadro Configuration Console... 4 Technical Specification... 6 Requirements... 6 System Requirements...

More information

Installation Instructions

Installation Instructions Installation Instructions 25 February 2014 SIAM AST Installation Instructions 2 Table of Contents Server Software Requirements... 3 Summary of the Installation Steps... 3 Application Access Levels... 3

More information

NovaBACKUP xsp Version 15.0 Upgrade Guide

NovaBACKUP xsp Version 15.0 Upgrade Guide NovaBACKUP xsp Version 15.0 Upgrade Guide NovaStor / November 2013 2013 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject

More information

WhatsUp Gold v16.2 Installation and Configuration Guide

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

More information

Using Internet or Windows Explorer to Upload Your Site

Using Internet or Windows Explorer to Upload Your Site Using Internet or Windows Explorer to Upload Your Site This article briefly describes what an FTP client is and how to use Internet Explorer or Windows Explorer to upload your Web site to your hosting

More information