Getting Started with Stratus. Evan Bollig 05/01/2017

Size: px
Start display at page:

Download "Getting Started with Stratus. Evan Bollig 05/01/2017"

Transcription

1 Getting Started with Stratus Evan Bollig 05/01/2017

2 Overview What is Stratus? Accessing Stratus Booting Virtual Machines (VMs) Connecting to VMs Working with Volumes Working with Storage Tiers Installing Software

3 What is Stratus?

4 Stratus Stratus is a subscription-based Research Compute Cloud with support for Protected Data Backed by HPE hardware and open-source software, OpenStack (Newton) and Ceph (Kraken) Three types of cloud storage: Block device Volumes S3-compatible Protected Object Cache S3-compatible Persistent Object Storage The Infrastructure-as-a-Service is hosted on-premise at the Minnesota Supercomputing Institute

5 Why Cloud Computing? Cloud computing supports non-traditional HPC workflows: Clinically certified pipelines -- version locked software stacks for reproducibility Software distributed as images and containers -- developer controlled environments Protected data -- ephemeral storage, network isolation, per-user ACLs Long running jobs (> 1 mo.) -- persist through maintenance windows

6 Stratus or Mesabi? Stratus does not compete with HPC Stratus has a self-service, on-demand model. You get what you want, when you want it. The caveat: you are responsible for management and security of your own VMs. Whenever possible, use Mesabi!

7 Managing Expectations Before you get started, let s clarify one more time: Stratus is not a managed HPC environment No software modules. Install your own. No job scheduler. Run jobs as scripts or install your own. No global Tier I Storage (i.e., Panasas) with group directories. Transfer data manually. No automatic backups of VMs, storage, or data. Hardware is oversubscribed to emphasize flexibility and capacity over performance Sane defaults for VM and port security are already applied. If you change settings, you are opting out of our protections at your own risk!

8 Accessing Stratus

9 Login Login with any web browser: Choose UMN OIT - Shibboleth (with Duo)

10 Login Enter your UMN ID and Password when prompted.

11 Duo Two-factor Authentication must be enabled for your account If this is your first time using Duo, follow the setup prompts in the left window. Refer to OIT for configuration help: duo-setup-use-two-factor-authentic ation-0

12 You re In! Congratulations, you are authenticated! If you have one or more Stratus allocations, you will see a list of all of your projects. To become a Stratus subscriber, or to get help with other login issues, contact help@msi.umn.edu

13 The Horizon Interface The OpenStack web interface is called Horizon Horizon provides visibility and control over all Virtual Machines (VMs) and Volumes within each Project The simple Web UI is backed by an advanced Web Service API Click around and kick the tires a bit! Horizon only shows you features that you can control

14 Switching Projects To switch projects, use the omnipresent pull-down

15 Project Quotas Each project has a set of Limits visible from the Project > Compute > Overview tab The base subscription* to Stratus includes: 16 vcpus 50 GB RAM 2 TB of Volume Storage Exhausted quotas prevent creation of new VMs and Volumes (*) à la carte pricing is available for larger allocations

16 Instances The Project > Compute > Instances tab shows active VMs You can Launch or Delete instances, as well as modify settings for individual instances All active and manageable VMs are listed in the table WARNING! A deleted VM is gone for good. Be careful what you delete

17 Volumes The Project > Compute > Volumes tab shows active data volumes Volumes store data, and/or active file systems within VMs You can Create or Delete volumes, as well as modify settings like volume size and attachments All active and manageable VMs are listed in the table WARNING! A deleted volume is gone for good

18 Images The Project > Compute > Images tab shows available images for new VMs MSI provides a number of blessed images. These images come with some pre-configured rules and software for data security Images can be Launched as VMs or converted into Volumes. Volumes created from images can also be launched as VMs

19 Security Groups The Project > Compute > Access & Security tab shows security settings (e.g., security groups and key pairs), plus API access information Security Groups control network traffic to VMs, and work like a firewall By default Security Groups reject all incoming traffic to VMs. Additional Security Groups can be added with rules to open ports (e.g., ssh to TCP port 22)

20 Key Pairs SSH keypairs are essential for accessing VMs Create a new key pair to generate and download a new private key, or Import a key pair to upload an existing public key Every VM will boot with one key pair associated with the default user. To login to the VM you will need the matching private key

21 API Access with OpenStack RC v3 Stratus is backed by many web service APIs that can be controlled directly Click Download OpenStack RC File v3 to get your OpenStack RC file for the current project When sourced in BASH, the OpenStack RC file activates the OpenStack Command Line Interface (CLI)

22 Setup CLI The OpenStack CLI can only connect to Stratus from the bastion host, stratus-bastion.msi.umn.edu To use the CLI: a) b) Transfer your OpenStack RC file to stratus-bastion.msi.umn.edu Source the file on stratus-bastion to authenticate the OpenStack CLI. Use your UMN Password You will be prompted to authenticate with Duo by the bastion host

23 You re Ready! Both Horizon and the OpenStack CLI are ready to roll Let s get started by booting VMs and moving some data!

24 Booting Virtual Machines (VMs)

25 Create a Key Pair (One Time Only) Use the bastion to import a new keypair: 1) 2) 3) Create the new key pair: ssh-keygen -t rsa -b f ~/.ssh/id_rsa Use the OpenStack CLI: openstack keypair create \ --public-key ~/.ssh/id_rsa.pub mykey Check the keypair with: openstack keypair list or go to: oject/access_and_security/ The key pair will be used to boot VMs. Stratus will hold onto the public key, and inject it into VMs, while you hold onto the private key.

26 A New Instance via Horizon The easiest way to boot a VM is through Horizon ( Go to Project > Compute > Instances and click Launch Instance

27 A New Instance via Horizon Horizon provides a Wizard to help you launch VMs. Look for stars (*); those are required fields and can only be set before instance creation! To begin, we name the VM Note that we have the option of booting more than one VM at once by specifying Count

28 A New Instance via Horizon Next we specify the image to boot from. Choose an image, or a volume/snapshot. Enable Create New Volume; this backs the VM with a volume. If you accidentally delete the VM, the volume will persist (unless you agree to Delete Volume on Instance Delete). Specify your Volume Size (GB) based on the capacity needed for the operating system and software on your VM.

29 A New Instance via Horizon Next, choose a Flavor that fits your needs for RAM and vcpus. Total Disk does not matter as the VM storage comes from the backing Volume. Horizon nicely shows you current capacities and the impact on your quota

30 A New Instance via Horizon Next, specify optional settings like additional Security Groups. Don t worry: you can modify optional settings on running VMs, but setting them now will save you time.

31 A New Instance via Horizon Finally, click Launch Instance Stratus will start the boot process and show you details of its current state Inspect the VM by clicking on the Instance Name.

32 A New Instance via Horizon Your instance is ready to go once Status is Active, and Power State is Running

33 Connecting to VMs

34 Opening Port 22 (One Time Only) Before you SSH to a VM, you must open port 22 within the Security Groups Go to Project > Compute > Access & Security and Create Security Group

35 Opening Port 22 (One Time Only) Name the Security Group ssh

36 Opening Port 22 (One Time Only) Next click Manage Rules on the ssh Security Group

37 Opening Port 22 (One Time Only) Click Add Rule

38 Opening Port 22 (One Time Only) Pull down the Rule and choose SSH The default CIDR allows connections from anywhere. Adjust as necessary for your use-case.

39 Opening Port 22 (One Time Only) You re all set! Any VM with the SSH Security Group attached will openly receive ingress (incoming) communication on Port 22

40 Edit a VM s Security Groups To attach the security group, go to Project > Compute > Instances and pull down the instance menu to Edit Security Groups Remember to add the security groups when booting instances, and save time!

41 Edit a VM s Security Groups Apply the new ssh Security Group and click Save The port will be open almost immediately (no reboot required).

42 Choosing the Right Cloud User All cloud images have a default user* for SSH access: On Centos the user is centos On Ubuntu the user is ubuntu See this guide for further details: (*) In the future, some MSI-blessed images will have LDAP enabled for SSH access via your UMNID

43 SSH to VMs Stratus VMs can only be reached via the bastion host, stratus-bastion.msi.umn.edu Remember: a) b) c) VMs are addressed with an IP, not a hostname You must specify the Cloud User when you run ssh Always double check that the server shows the ssh Security Group as attached

44 Working with Volumes

45 Why Volumes? Volumes are created from Block Storage You control the Volume Size Volumes can be formatted as POSIX Filesystems Volumes can migrate between VMs and persist when VMs are stopped Volumes allow for Snapshots

46 Volume Quotas All volumes count against the Volume Storage quota Snapshots are also included

47 Creating a new Volume Go to Project > Compute > Volumes and Create Volume VMs already have volumes attached and in-use for their root filesystem

48 Creating a new Volume Name your volume and specify the desired size (in GB) The size can be grown later The Volume Quota appears on the right

49 Creating a new Volume Success! The volume is created and available. Now you need to attach and format it

50 Attaching a new Volume Pull down the Volume Menu and select Manage Attachments

51 Attaching a new Volume Choose an instance to attach to The Device Name is auto-populated, but you can specify an override

52 Attaching a new Volume The volume is attached! Remember where it is attached to inside the VM (/dev/vdb) Now you need to format and mount the volume

53 Format and Mount a Volume SSH to your VM and check if the volume is present (/dev/vdb) with ls Use mkfs.ext4 (or another mkfs.* command) to format the POSIX filesystem on the volume: sudo mkfs.ext4 /dev/vdb Remember to use sudo for these commands!

54 Format and Mount a Volume The filesystem is ready, but still needs to be mounted. Create a mountpoint with mkdir -p, then mount the filesystem to the mountpoint: sudo mkdir -p /mnt/workspace sudo mount /dev/vdb /mnt/workspace Check the status with df -h Notice that filesystems lose some capacity due to formatting. We ll teach you how to adjust the volume size later

55 Format and Mount a Volume You re almost ready to use the new workspace! Final detail: the mounted filesystem is read-only for regular users. If you want to avoid sudo on every command, open the permissions with chmod: chmod 777 /mnt/workspace

56 Detaching Volumes To safely detach a volume, umount the mount point first: sudo umount /mnt/workspace Confirm it is gone with df -h or ls

57 Detaching Volumes Now you can detach the volume within Horizon Go to Project > Compute > Volumes and pull down the Volume Menu to Manage Attachments

58 Detaching Volumes Click on Detach Volume

59 Detaching Volumes The volume is detached, but not deleted. All data is safe. The volume can be reattached to the previous VM or attached to another VM (e.g., another piece of the workflow)

60 Volume Snapshots Snapshots can be made of any attached or detached volumes Snapshots are static backups of a volume To snapshot a volume, go to Project > Compute > Volumes and choose Create Snapshot from the Volume Menu

61 Volume Snapshots Snapshots can be made of any attached or detached volumes Snapshots are static backups of a volume To snapshot a volume, go to Project > Compute > Volumes and choose Create Snapshot from the Volume Menu

62 Volume Snapshots Label your snapshots intuitively (*) Bug in Horizon: Horizon fails to update the quota for volume snapshots. This will be fixed in the near future.

63 Volume Snapshots If your snapshot exceeds the quota, you will not be able to save it

64 Volume Snapshots You can also snapshot running VMs to lock your software stack Simply create a snapshot of the root volume

65 Volume Snapshots Remember to label and describe the snapshot clearly If the volume is attached and in-use, you can force the snapshot without detaching the volume

66 Volume Snapshots The snapshot might take a while to create

67 Volume Snapshots Viola! The snapshot is ready for use

68 Restoring Snapshots Snapshots are versatile Create Volume will restore the snapshot to a new, attachable volume Launch as Instance restores to a new volume, attached to a new VM instance*. This requires the filesystem inside to be a bootable operating system. (*) Snapshots are your personal VM images

69 Quota Management Storage quotas are always the easiest to fill Remember to delete unused volumes and snapshots to free quota Boot VMs with small volumes (~10GB) and move large workspace volumes between VMs if you would like to purchase a larger quota (1 TB/yr increments)

70 Working with Storage Tiers

71 Storage Tiers Data can migrate between the following Tiers on Stratus: 1. Active Analysis Volume Storage 2. Secure Archive dbgap Cache (s3cache) Persistent Secure Storage (s3secure) 3. Sanitized Data (i.e., non-protected and non-governed) Tier II (tier2) Archive Tape Storage* (*) Availability TBD

72 Where can I use dbgap Data? You can run analysis on dbgap data at MSI, but you must have an active Data Access Plan with the NIH dbgap was previously stored in /panfs/single_copy. It now data goes onto Stratus (s3cache and s3secure)

73 S3 Cache (a.k.a. dbgap Cache) Intended for short-term caching of bulk protected data (e.g., NIH dbgap data). Consider this a scratch space. No source data; copies only! Capacity is limited to 400 TB total, shared by all dbgap users (fairshare). Don t be a jerk! Bucket ACLs are restricted to individual projects; do not open permissions If cache capacity is reached, objects are deleted following a First-In-First-Out rule regardless of 60-day lifecycle

74 S3 Secure Requires purchase (1 TB/yr increments) Dedicated object storage for protected data For data that cannot be made public No public sharing options Stream data directly in/out of VMs with mc and s3cmd

75 Tier II Storage Public sharing options Only for unprotected data! No dbgap clones or other data covered by policy Same archive storage that is available to the rest of MSI Move data between S3 Cache, S3 Secure, and Tier II using the mc or s3cmd commands on a VM Stage data from Tier I (Panasas) into Tier II before pulling into VMs

76 Encryption You are responsible for self-encrypting data at rest (i.e., within S3 Secure and S3 Cache). Use gpg with the S3cmd Use the encryption option with Minio Client* (*) Currently, Minio Client has limited support for encryption. This will improve in the near future.

77 Moving Data Between Tiers Stream data in/out of VMs with Minio Client (mc) or the S3 Command (s3cmd) Stage data from Tier I (Panasas) into Tier II, then pull data into VMs Pull data from NIH using gdc-client (pre-installed on VMs). Move data from VM to s3cache with mc Focus on staging read-write data on volumes, read-only/write-only data in object storage (s3cache and s3secure), and unprotected data in Tier II.

78 Setup Minio MSI blessed images have the Minio Client (mc) pre-installed To use the client: a) b) Upload your Minio config.json from stratus-bastion to the VM: scp \.mc/config.json On the VM: mc ls s3cache mc mb s3cache/dbgap-test mc cp test_file s3cache/dbgap-test/test_file

79 Moving Data Around Put a directory: mc cp -r./dbgap-test \ s3cache/dbgap-test Copy a single file: mc cp s3cache/dbgap-test/test_file \./dbgap-test-file.txt mc cp./dbgap-test-file.txt \ s3secure/dbgap-test/dbgap-test-file.txt Stream data from one storage platform to another: mc mirror s3secure/dbgap-test \ tier2/dbgap-test

80 Installing Software

81 SUDO Privileges Since VMs are self-service, users are in full control of what software gets installed Use sudo to escalate privileges to run commands as root

82 Software from a Package Manager Most operating systems come with a package manager Remember to run with sudo! On Centos use yum: sudo yum install <package> On Ubuntu use apt-get: sudo apt-get install <package>

83 Alternate Installations Refer to your application documentation for preferred installation methods Some packages are in platform agnostic repositories like CRAN ( or PyPi ( Some scientific applications are only available from source Remember: Stratus VMs are self-serve. MSI Staff cannot install software for you.

84 Docker Docker is installed by default on all MSI-blessed images Download and run Docker Container Images from DockerHub ( Try it out: docker run -it centos /bin/bash Or docker run -it biocontainers/samtools \ samtools --version

85 Ports 443 and 8443 To help protect users: a) b) Stratus only allows direct access to VM Ports 443 and 8443*. Any service/application running on these ports must have SSL enabled. All other ports are accessible from stratus-bastion.msi.umn.edu. (*) Security Groups do not open 443 or 8443 by default--follow the guide for Port 22 to open these ports

86 dbgap Software gdc-client is pre-installed on MSI blessed images Use gdc-client to stage data on a VM/volume and then push it into the dbgap Cache with the minio client (mc)

87 Questions? Contact the MSI Help Desk:

88 TODO: Booting from the CLI Creating a volume Attaching an instance to the volume

Interacting with dbgap Data on Stratus. Evan Bollig 08/24/2017

Interacting with dbgap Data on Stratus. Evan Bollig 08/24/2017 Interacting with dbgap Data on Stratus Evan Bollig 08/24/2017 Overview What is Stratus? Accessing Stratus Booting Virtual Machines (VMs) Connecting to VMs Working with Volumes Working with Storage Tiers

More information

Booting a Galaxy Instance

Booting a Galaxy Instance Booting a Galaxy Instance Create Security Groups First time Only Create Security Group for Galaxy Name the group galaxy Click Manage Rules for galaxy Click Add Rule Choose HTTPS and Click Add Repeat Security

More information

Quick Start Guide to Compute Canada Cloud Service

Quick Start Guide to Compute Canada Cloud Service Quick Start Guide to Compute Canada Cloud Service Launching your first instance (VM) Login to the East or West cloud Dashboard SSH key pair Importing an existing key pair Creating a new key pair Launching

More information

getting started guide

getting started guide Pure commitment. getting started guide Cloud Native Infrastructure version 2.0 Contents Introduction... 3 Intended audience... 3 Logging in to the Cloud Native Infrastructure dashboard... 3 Creating your

More information

Zadara Enterprise Storage in

Zadara Enterprise Storage in Zadara Enterprise Storage in Google Cloud Platform (GCP) Deployment Guide March 2017 Revision A 2011 2017 ZADARA Storage, Inc. All rights reserved. Zadara Storage / GCP - Deployment Guide Page 1 Contents

More information

cpouta exercises

cpouta exercises CSC Bioweek. 8.2. 2018 cpouta exercises 1 Table of Contents cpouta exercises 8.2. 2018 1. Launching a virtual machine... 2 1.1 Login to cpouta interface in... 2 1.2 Create your own SSH key pair... 2 A.

More information

CSC- Bioweek 2018 Using cpouta for cloud computing Kimmo Mattila, Shubham Kapoor, Ari-Matti Saren (Jukka Nousiainen)

CSC- Bioweek 2018 Using cpouta for cloud computing Kimmo Mattila, Shubham Kapoor, Ari-Matti Saren (Jukka Nousiainen) CSC- Bioweek 2018 Using cpouta for cloud computing 8.2.2018 Kimmo Mattila, Shubham Kapoor, Ari-Matti Saren (Jukka Nousiainen) CSC Finnish research, education and public administration ICT knowledge centre

More information

labibi Documentation Release 1.0 C. Titus Brown

labibi Documentation Release 1.0 C. Titus Brown labibi Documentation Release 1.0 C. Titus Brown Jun 05, 2017 Contents 1 Start here: Start an Amazon Web Services computer: 3 1.1 Click here to go to the workshop etherpad................................

More information

ElasterStack 3.2 User Administration Guide - Advanced Zone

ElasterStack 3.2 User Administration Guide - Advanced Zone ElasterStack 3.2 User Administration Guide - Advanced Zone With Advance Zone Configuration TCloud Computing Inc. 6/22/2012 Copyright 2012 by TCloud Computing, Inc. All rights reserved. This document is

More information

OpenStack End User Guide. SUSE OpenStack Cloud 8

OpenStack End User Guide. SUSE OpenStack Cloud 8 OpenStack End User Guide SUSE OpenStack Cloud 8 OpenStack End User Guide SUSE OpenStack Cloud 8 ABSTRACT OpenStack is an open-source cloud computing platform for public and private clouds. A series of

More information

VMware vcloud Air User's Guide

VMware vcloud Air User's Guide vcloud Air This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document,

More information

Amazon Elastic Compute Cloud

Amazon Elastic Compute Cloud Amazon Elastic Compute Cloud Getting Started Guide AWS Management Console Table of Contents What s New...1 Introduction...2 Setting Up...3 Setting up an AWS Account...3 Signing up for Amazon EC2...3 Signing

More information

USING NGC WITH AZURE. DU _v01 September Setup Guide

USING NGC WITH AZURE. DU _v01 September Setup Guide USING NGC WITH AZURE DU-08833-001 _v01 September 2018 Setup Guide TABLE OF CONTENTS Chapter Introduction to... 1 Chapter 2. Before You Start... 2 2. Prerequisites... 2 2.2. Setting Up SSH Keys...3 2.3.

More information

File Storage Level 100

File Storage Level 100 File Storage Level 100 Rohit Rahi November 2018 1 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be

More information

CIT 668: System Architecture. Amazon Web Services

CIT 668: System Architecture. Amazon Web Services CIT 668: System Architecture Amazon Web Services Topics 1. AWS Global Infrastructure 2. Foundation Services 1. Compute 2. Storage 3. Database 4. Network 3. AWS Economics Amazon Services Architecture Regions

More information

Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide

Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide Oded Nahum Principal Systems Engineer PLUMgrid EMEA November 2014 Page 1 Page 2 Table of Contents Table

More information

271 Waverley Oaks Rd. Telephone: Suite 206 Waltham, MA USA

271 Waverley Oaks Rd. Telephone: Suite 206 Waltham, MA USA Contacting Leostream Leostream Corporation http://www.leostream.com 271 Waverley Oaks Rd. Telephone: +1 781 890 2019 Suite 206 Waltham, MA 02452 USA To submit an enhancement request, email features@leostream.com.

More information

USING NGC WITH GOOGLE CLOUD PLATFORM

USING NGC WITH GOOGLE CLOUD PLATFORM USING NGC WITH GOOGLE CLOUD PLATFORM DU-08962-001 _v02 April 2018 Setup Guide TABLE OF CONTENTS Chapter 1. Introduction to... 1 Chapter 2. Deploying an NVIDIA GPU Cloud Image from the GCP Console...3 2.1.

More information

OpenStack Havana All-in-One lab on VMware Workstation

OpenStack Havana All-in-One lab on VMware Workstation OpenStack Havana All-in-One lab on VMware Workstation With all of the popularity of OpenStack in general, and specifically with my other posts on deploying the Rackspace Private Cloud lab on VMware Workstation,

More information

VMware AirWatch Content Gateway Guide for Linux For Linux

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

More information

Eucalyptus User Console Guide

Eucalyptus User Console Guide Eucalyptus 4.0.2 User Console Guide 2014-11-05 Eucalyptus Systems Eucalyptus Contents 2 Contents User Console Overview...5 Install the Eucalyptus User Console...6 Install on Centos / RHEL 6.3...6 Configure

More information

Deploying Rubrik Datos IO to Protect MongoDB Database on GCP

Deploying Rubrik Datos IO to Protect MongoDB Database on GCP DEPLOYMENT GUIDE Deploying Rubrik Datos IO to Protect MongoDB Database on GCP TABLE OF CONTENTS INTRODUCTION... 1 OBJECTIVES... 1 COSTS... 2 BEFORE YOU BEGIN... 2 PROVISIONING YOUR INFRASTRUCTURE FOR THE

More information

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

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

More information

Eucalyptus User Console Guide

Eucalyptus User Console Guide Eucalyptus 3.4.1 User Console Guide 2013-12-11 Eucalyptus Systems Eucalyptus Contents 2 Contents User Console Overview...5 Install the Eucalyptus User Console...6 Install on Centos / RHEL 6.3...6 Configure

More information

Veeam Cloud Connect. Version 8.0. Administrator Guide

Veeam Cloud Connect. Version 8.0. Administrator Guide Veeam Cloud Connect Version 8.0 Administrator Guide June, 2015 2015 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may be reproduced,

More information

LENS Server Maintenance Guide JZ 2017/07/28

LENS Server Maintenance Guide JZ 2017/07/28 LENS Server Maintenance Guide JZ 2017/07/28 Duty Maintain LENS server with minimum downtime Patch critical vulnerabilities Assist LAB member for using the LENS services Evaluate for custom requirements

More information

VMware Integrated OpenStack User Guide. VMware Integrated OpenStack 4.1

VMware Integrated OpenStack User Guide. VMware Integrated OpenStack 4.1 VMware Integrated OpenStack User Guide VMware Integrated OpenStack 4.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about

More information

Contents. Note: pay attention to where you are. Note: Plaintext version. Note: pay attention to where you are... 1 Note: Plaintext version...

Contents. Note: pay attention to where you are. Note: Plaintext version. Note: pay attention to where you are... 1 Note: Plaintext version... Contents Note: pay attention to where you are........................................... 1 Note: Plaintext version................................................... 1 Hello World of the Bash shell 2 Accessing

More information

Azure Marketplace. Getting Started Tutorial. Community Edition

Azure Marketplace. Getting Started Tutorial. Community Edition Azure Marketplace Getting Started Tutorial Community Edition Introduction NooBaa software provides a distributed storage solution for unstructured data such as analytics data, multi-media, backup, and

More information

Getting Started and System Guide. Version

Getting Started and System Guide. Version Version 1.0.29 2016 Waterford Technologies. All Rights Reserved. Information in this document is subject to change without notice. No part of this document may be reproduced or transmitted in any form

More information

Inception Cloud User s Guide

Inception Cloud User s Guide Inception Cloud User s Guide 1 Overview Creating an inception cloud consists of preparing your workstation, preparing the VM environment by adding a temporary boot-up machine, and then executing the orchestrator

More information

Red Hat CloudForms 4.5

Red Hat CloudForms 4.5 Red Hat CloudForms 4.5 Installing Red Hat CloudForms on Red Hat OpenStack Platform How to install and configure Red Hat CloudForms on a Red Hat OpenStack Platform environment Last Updated: 2018-10-10 Red

More information

Ansible Tower Quick Setup Guide

Ansible Tower Quick Setup Guide Ansible Tower Quick Setup Guide Release Ansible Tower 2.4.5 Red Hat, Inc. Jun 06, 2017 CONTENTS 1 Quick Start 2 2 Login as a Superuser 3 3 Import a License 4 4 Examine the Tower Dashboard 6 5 The Setup

More information

System Requirements ENTERPRISE

System Requirements ENTERPRISE System Requirements ENTERPRISE Hardware Prerequisites You must have a single bootstrap node, Mesos master nodes, and Mesos agent nodes. Bootstrap node 1 node with 2 cores, 16 GB RAM, 60 GB HDD. This is

More information

Setting up a Chaincoin Masternode

Setting up a Chaincoin Masternode Setting up a Chaincoin Masternode Introduction So you want to set up your own Chaincoin Masternode? You ve come to the right place! These instructions are correct as of April, 2017, and relate to version

More information

Quick Start Guide for Intel FPGA Development Tools on the Microsoft* Azure* Platform

Quick Start Guide for Intel FPGA Development Tools on the Microsoft* Azure* Platform Quick Start Guide for Intel FPGA Development Tools on the Microsoft* Azure* Platform Updated for Intel Quartus Prime Design Suite: 17.1 Subscribe Send Feedback Latest document on the web: PDF HTML Contents

More information

271 Waverley Oaks Rd. Telephone: Suite 206 Waltham, MA USA

271 Waverley Oaks Rd. Telephone: Suite 206 Waltham, MA USA f Contacting Leostream Leostream Corporation http://www.leostream.com 271 Waverley Oaks Rd. Telephone: +1 781 890 2019 Suite 206 Waltham, MA 02452 USA To submit an enhancement request, email features@leostream.com.

More information

Deployment Guide for Nuage Networks VSP

Deployment Guide for Nuage Networks VSP Page 1 of 29 view online Overview This document discusses the deployment and configuration of Avi Vantage Load Balancer in a Nuage Networks integrated OpenStack platform for a single tenant mode. The following

More information

Azure Marketplace Getting Started Tutorial. Community Edition

Azure Marketplace Getting Started Tutorial. Community Edition Azure Marketplace Getting Started Tutorial Community Edition Introduction NooBaa software provides a distributed storage solution for unstructured data such as analytics data, multi-media, backup, and

More information

Deployment Guide for Nuage Networks VSP

Deployment Guide for Nuage Networks VSP Page 1 of 11 view online Overview This document discusses the deployment and configuration of Avi Vantage Load Balancer in a Nuage Networks integrated OpenStack platform for a single tenant mode. The following

More information

VMware Integrated OpenStack User Guide

VMware Integrated OpenStack User Guide VMware Integrated OpenStack User Guide VMware Integrated OpenStack 3.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

More information

An introduction to Docker

An introduction to Docker An introduction to Docker Ing. Vincenzo Maffione Operating Systems Security Container technologies on Linux Several light virtualization technologies are available for Linux They build on cgroups, namespaces

More information

1. INTRODUCTION to AURO Cloud Computing

1. INTRODUCTION to AURO Cloud Computing 1. INTRODUCTION to AURO Cloud Computing Welcome to AURO! The purpose of this document is to help you get started with using AURO s Public Cloud Compute. This document covers how to setup and launch a virtual

More information

Pivotal Greenplum Database Azure Marketplace v4.0 Release Notes

Pivotal Greenplum Database Azure Marketplace v4.0 Release Notes Pivotal Greenplum Database Azure Marketplace v4.0 Release Notes Updated: February 2019 Overview Pivotal Greenplum is deployed on Azure using an Azure Resource Manager (ARM) template that has been optimized

More information

Andrew Pullin, Senior Software Designer, School of Computer Science / x4338 / HP5165 Last Updated: September 26, 2016

Andrew Pullin, Senior Software Designer, School of Computer Science / x4338 / HP5165 Last Updated: September 26, 2016 SCS OpenStack Cloud Table of Contents Introduction... 2 Who Can Access the SCS OpenStack?... 2 SCS OpenStack Statistics... 3 Definitions... 3 Using the Openstack Web Interface... 4 Logging into the OpenStack

More information

This tutorial will guide you how to setup and run your own minecraft server on a Linux CentOS 6 in no time.

This tutorial will guide you how to setup and run your own minecraft server on a Linux CentOS 6 in no time. This tutorial will guide you how to setup and run your own minecraft server on a Linux CentOS 6 in no time. Running your own server lets you play together with your friends and family with your own set

More information

Information Security Policy

Information Security Policy Information Security Policy Information Security is a top priority for Ardoq, and we also rely on the security policies and follow the best practices set forth by AWS. Procedures will continuously be updated

More information

Using the vrealize Orchestrator OpenStack Plug-In 2.0. Modified on 19 SEP 2017 vrealize Orchestrator 7.0

Using the vrealize Orchestrator OpenStack Plug-In 2.0. Modified on 19 SEP 2017 vrealize Orchestrator 7.0 Using the vrealize Orchestrator OpenStack Plug-In 2.0 Modified on 19 SEP 2017 vrealize Orchestrator 7.0 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Pexip Infinity and Google Cloud Platform Deployment Guide

Pexip Infinity and Google Cloud Platform Deployment Guide Pexip Infinity and Google Cloud Platform Deployment Guide Contents Introduction 1 Deployment guidelines 2 Configuring your Google VPC network 4 Obtaining and preparing disk images for GCE Virtual Machines

More information

HySecure Quick Start Guide. HySecure 5.0

HySecure Quick Start Guide. HySecure 5.0 HySecure Quick Start Guide HySecure 5.0 Last Updated: 25 May 2017 2012-2017 Propalms Technologies Private Limited. All rights reserved. The information contained in this document represents the current

More information

Data Protection and Synchronization for Desktop and Laptop Users VERITAS BACKUP EXEC 9.1 FOR WINDOWS SERVERS DESKTOP AND LAPTOP OPTION

Data Protection and Synchronization for Desktop and Laptop Users VERITAS BACKUP EXEC 9.1 FOR WINDOWS SERVERS DESKTOP AND LAPTOP OPTION Data Protection and Synchronization for Desktop and Laptop Users VERITAS BACKUP EXEC 9.1 FOR WINDOWS SERVERS DESKTOP AND LAPTOP OPTION 1 TABLE OF CONTENTS VERITAS BACKUP EXEC 9.1 FOR WINDOWS SERVERS...1

More information

VMware AirWatch Content Gateway Guide For Linux

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

More information

DenyAll WAF User guide for AWS

DenyAll WAF User guide for AWS DenyAll WAF User guide for AWS Version 6.x 06/13/2017 Summary 1. About this document... 3 1.1 Purpose... 3 2. Getting started... 3 2.1 Introduction... 3 2.2 AMI description... 3 2.3 Requirements... 3 2.4

More information

CSCI 350 Virtual Machine Setup Guide

CSCI 350 Virtual Machine Setup Guide CSCI 350 Virtual Machine Setup Guide This guide will take you through the steps needed to set up the virtual machine to do the PintOS project. Both Macintosh and Windows will run just fine. We have yet

More information

8/3/17. Encryption and Decryption centralized Single point of contact First line of defense. Bishop

8/3/17. Encryption and Decryption centralized Single point of contact First line of defense. Bishop Bishop Encryption and Decryption centralized Single point of contact First line of defense If working with VPC Creation and management of security groups Provides additional networking and security options

More information

Getting Started Guide 6/5/2018

Getting Started Guide 6/5/2018 Getting Started Guide 6/5/2018 Copyright 2016, 2018, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions

More information

Anvil: HCC's Cloud. June Workshop Series - June 26th

Anvil: HCC's Cloud. June Workshop Series - June 26th Anvil: HCC's Cloud June Workshop Series - June 26th Anvil: HCC's Cloud OpenStack Cloud Resource offering customizable virtual machines For projects not well served by a traditional Linux environment: Software

More information

INSTALLATION RUNBOOK FOR Triliodata + TrilioVault

INSTALLATION RUNBOOK FOR Triliodata + TrilioVault INSTALLATION RUNBOOK FOR Triliodata + TrilioVault Application Type: [Backup and disaster recovery] Application Version: [2.1] MOS Version: [7.0] OpenStack version: [Kilo] Content Document History 1 Introduction

More information

Flexible Engine. Startup Guide

Flexible Engine. Startup Guide Flexible Engine Startup Guide This guide presents the deployment of a web server accessible from the internet and its database, on the Flexible Engine platform 2017 Orange Business Services version July

More information

Bacula BackUp Server Einrichten eines Bacula BackUp Servers. Version: 1.2

Bacula BackUp Server Einrichten eines Bacula BackUp Servers. Version: 1.2 Bacula BackUp Server Einrichten eines Bacula BackUp Servers Version: 1.2 2 Bacula BackUp Server Datum: 02.05.2016 Inhaltsverzeichnis Inhaltsverzeichnis... ii 1 Introduction... 3 2 Create and start your

More information

Andrew Pullin, Senior Software Designer, School of Computer Science / x4338 / HP5165 Last Updated: October 05, 2015

Andrew Pullin, Senior Software Designer, School of Computer Science / x4338 / HP5165 Last Updated: October 05, 2015 SCS OpenStack Cloud Table of Contents Table of Contents... 1 Introduction... 2 Who Can Access the SCS OpenStack?... 2 SCS OpenStack Statistics... 3 Definitions... 3 How To... 4 Logging into the OpenStack

More information

Gateway Guide. Leostream Gateway. Advanced Capacity and Connection Management for Hybrid Clouds

Gateway Guide. Leostream Gateway. Advanced Capacity and Connection Management for Hybrid Clouds Gateway Guide Leostream Gateway Advanced Capacity and Connection Management for Hybrid Clouds Version 9.0 June 2018 Contacting Leostream Leostream Corporation 271 Waverley Oaks Rd Suite 206 Waltham, MA

More information

NetApp Cloud Volumes Service for AWS

NetApp Cloud Volumes Service for AWS NetApp Cloud Volumes Service for AWS AWS Account Setup Cloud Volumes Team, NetApp, Inc. March 29, 2019 Abstract This document provides instructions to set up the initial AWS environment for using the NetApp

More information

Table of Contents. Configure and Manage Logging in to the Management Portal Verify and Trust Certificates

Table of Contents. Configure and Manage Logging in to the Management Portal Verify and Trust Certificates Table of Contents Configure and Manage Logging in to the Management Portal Verify and Trust Certificates Configure System Settings Add Cloud Administrators Add Viewers, Developers, or DevOps Administrators

More information

akkadian Provisioning Manager Express

akkadian Provisioning Manager Express akkadian Provisioning Manager Express Version 4.11.04 Release Notes September 14 th, 2017 Copyright and Trademarks: I. Copyright: This website and its content is copyright 2017 Akkadian Labs, LLC. All

More information

Paperspace. Deployment Guide. Cloud VDI. 20 Jay St. Suite 312 Brooklyn, NY Technical Whitepaper

Paperspace. Deployment Guide. Cloud VDI. 20 Jay St. Suite 312 Brooklyn, NY Technical Whitepaper Deployment Guide Cloud VDI Copyright 2017 Paperspace, Co. All Rights Reserved September - 1-2017 Technical Whitepaper Whitepaper: Deployment Guide Paperspace Content 1. Overview... 3 2. User Management...

More information

Singularity: container formats

Singularity: container formats Singularity Easy to install and configure Easy to run/use: no daemons no root works with scheduling systems User outside container == user inside container Access to host resources Mount (parts of) filesystems

More information

How to Use This Lab Manual

How to Use This Lab Manual 3 Contents How to Use This Lab Manual........................................ 5 Lab 1: Setting Up the Student System.................................. 7 Lab 2: Installing Fedora............................................

More information

Installing Cisco CMX in a VMware Virtual Machine

Installing Cisco CMX in a VMware Virtual Machine Installing Cisco CMX in a VMware Virtual Machine This chapter describes how to install and deploy a Cisco Mobility Services Engine (CMX) virtual appliance. Cisco CMX is a prebuilt software solution that

More information

Who is Docker and how he can help us? Heino Talvik

Who is Docker and how he can help us? Heino Talvik Who is Docker and how he can help us? Heino Talvik heino.talvik@seb.ee heino.talvik@gmail.com What is Docker? Software guy view: Marriage of infrastucture and Source Code Management Hardware guy view:

More information

docker & HEP: containerization of applications for development, distribution and preservation

docker & HEP: containerization of applications for development, distribution and preservation docker & HEP: containerization of applications for development, distribution and preservation Sébastien Binet LAL/IN2P3 2015-04-13 S. Binet (LAL) docker-hep 2015-04-13 1 / 16 Docker: what is it? http://www.docker.io/

More information

FEPS. SSH Access with Two-Factor Authentication. RSA Key-pairs

FEPS. SSH Access with Two-Factor Authentication. RSA Key-pairs FEPS SSH Access with Two-Factor Authentication RSA Key-pairs access.eps.surrey.ac.uk Contents: Introduction - 3 RSA Key-pairs - 3 Where can I use my RSA Key-Pair? - 3 Step 1 Prepare to generate your RSA

More information

Deploying a Production Gateway with Airavata

Deploying a Production Gateway with Airavata Deploying a Production Gateway with Airavata Table of Contents Pre-requisites... 1 Create a Gateway Request... 1 Gateway Deploy Steps... 2 Install Ansible & Python...2 Deploy the Gateway...3 Gateway Configuration...

More information

Deploying Actifio Sky in the Microsoft Azure Cloud

Deploying Actifio Sky in the Microsoft Azure Cloud Deploying Actifio Sky in the Microsoft Azure Cloud Copyright, Trademarks, and other Legal Matter Copyright 2010 2016 Actifio, Inc. All rights reserved. Actifio is a registered trademark of Actifio, Inc.

More information

AWS Course Syllabus. Linux Fundamentals. Installation and Initialization:

AWS Course Syllabus. Linux Fundamentals. Installation and Initialization: AWS Course Syllabus Linux Fundamentals Installation and Initialization: Installation, Package Selection Anatomy of a Kickstart File, Command line Introduction to Bash Shell System Initialization, Starting

More information

KubeNow Documentation

KubeNow Documentation KubeNow Documentation Release 0.3.0 mcapuccini Dec 13, 2017 Getting Started 1 Prerequisites 3 1.1 Install Docker.............................................. 3 1.2 Get KubeNow..............................................

More information

SQL Server Administration on Linux 2017

SQL Server Administration on Linux 2017 @kleegeek davidklee.net heraflux.com davidaklee Specialties / Focus Areas / Passions: Performance Tuning Business Continuity Virtualization & Cloud Infrastructure Architecture Health & Efficiency Capacity

More information

CPM. Quick Start Guide V2.4.0

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

More information

Amazon Web Services EC2 Helix Server

Amazon Web Services EC2 Helix Server Amazon Web Services EC2 Helix Server 14.3.0 Tuesday, July 24, 2012 Copyright The information contained herein is the property of RealNetworks Table of contents 1. Operating Systems...3 2. Summary of Steps...3

More information

SUREedge DR Installation Guide for Windows Hyper-V

SUREedge DR Installation Guide for Windows Hyper-V SUREedge DR Installation Guide for Windows Hyper-V Contents 1. Introduction... 2 1.1 SUREedge DR Deployment Scenarios... 2 1.2 Installation Overview... 3 2. Obtaining SUREedge Software and Documentation...

More information

DC/OS on Google Compute Engine

DC/OS on Google Compute Engine DC/OS on Google Compute Engine You can configure a DC/OS cluster on Google Compute Engine (GCE) by using these scripts. Configure bootstrap node Install the DC/OS GCE scripts Configure parameters Important:

More information

SmartCash SmartNode Setup Guide v1.2. Windows 10. Date: 13/01/2018. By (Jazz) yoyomonkey

SmartCash SmartNode Setup Guide v1.2. Windows 10. Date: 13/01/2018. By (Jazz) yoyomonkey SmartCash SmartNode Setup Guide v1.2 Date: Introduction Welcome to this step by step guide that will take you through the process of creating your own SmartCash SmartNode. This guide is aimed at the casual

More information

Presented By: Gregory M. Kurtzer HPC Systems Architect Lawrence Berkeley National Laboratory CONTAINERS IN HPC WITH SINGULARITY

Presented By: Gregory M. Kurtzer HPC Systems Architect Lawrence Berkeley National Laboratory CONTAINERS IN HPC WITH SINGULARITY Presented By: Gregory M. Kurtzer HPC Systems Architect Lawrence Berkeley National Laboratory gmkurtzer@lbl.gov CONTAINERS IN HPC WITH SINGULARITY A QUICK REVIEW OF THE LANDSCAPE Many types of virtualization

More information

SmartCash SmartNode Setup Guide V1.2 Windows 10 13/01/2018 By (Jazz) yoyomonkey Page 1

SmartCash SmartNode Setup Guide V1.2 Windows 10 13/01/2018 By (Jazz) yoyomonkey Page 1 SmartCash SmartNode Setup Guide v1.2 Date: Introduction Welcome to this step by step guide that will take you through the process of creating your own SmartCash SmartNode. This guide is aimed at the casual

More information

Critical Analysis and last hour guide for RHCSA/RHCE Enterprise 7

Critical Analysis and last hour guide for RHCSA/RHCE Enterprise 7 Critical Analysis and last hour guide for RHCSA/RHCE Enterprise 7 Disclaimer: I haven t gone through RHCSA/RHCE EL 7. I am preparing for upgrade of my RHCE certificate from RHCE EL4 to RHCE EL7. I don

More information

Configuration Guide for Veeam Backup & Replication with the HPE Hyper Converged 250 System

Configuration Guide for Veeam Backup & Replication with the HPE Hyper Converged 250 System Configuration Guide for Veeam Backup & Replication with the HPE Hyper Converged 250 System 1 + 1 = 3 HPE + Veeam Better Together Contents Intended audience...3 Veeam Backup & Replication overview...3 Adding

More information

Red Hat Quay 2.9 Deploy Red Hat Quay - Basic

Red Hat Quay 2.9 Deploy Red Hat Quay - Basic Red Hat Quay 2.9 Deploy Red Hat Quay - Basic Deploy Red Hat Quay Last Updated: 2018-09-14 Red Hat Quay 2.9 Deploy Red Hat Quay - Basic Deploy Red Hat Quay Legal Notice Copyright 2018 Red Hat, Inc. The

More information

Red Hat Enterprise Linux Atomic Host 7 Getting Started with Cockpit

Red Hat Enterprise Linux Atomic Host 7 Getting Started with Cockpit Red Hat Enterprise Linux Atomic Host 7 Getting Started with Cockpit Getting Started with Cockpit Red Hat Atomic Host Documentation Team Red Hat Enterprise Linux Atomic Host 7 Getting Started with Cockpit

More information

DreamFactory Security Guide

DreamFactory Security Guide DreamFactory Security Guide This white paper is designed to provide security information about DreamFactory. The sections below discuss the inherently secure characteristics of the platform and the explicit

More information

Preparing Your Google Cloud VM for W4705

Preparing Your Google Cloud VM for W4705 Preparing Your Google Cloud VM for W4705 August 27, 2017 1. Get a cloud.cs.columbia.edu account 1. Sign up for a cloud Columbia CS account using this link. Note that is is an entirely new account and is

More information

SaaSaMe Transport Workload Snapshot Export for. Alibaba Cloud

SaaSaMe Transport Workload Snapshot Export for. Alibaba Cloud SaaSaMe Transport Workload Snapshot Export for Alibaba Cloud Contents About This Document... 3 Revision History... 3 Workload Snapshot Export for Alibaba Cloud... 4 Workload Snapshot Export Feature...

More information

Getting Started Guide 6/1/2017

Getting Started Guide 6/1/2017 Getting Started Guide 6/1/2017 Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions

More information

NexentaStor VVOL

NexentaStor VVOL NexentaStor 5.1.1 VVOL Admin Guide Date: January, 2018 Software Version: NexentaStor 5.1.1 VVOL Part Number: 3000-VVOL-5.1.1-000065-A Table of Contents Preface... 3 Intended Audience 3 References 3 Document

More information

Cloudera s Enterprise Data Hub on the Amazon Web Services Cloud: Quick Start Reference Deployment October 2014

Cloudera s Enterprise Data Hub on the Amazon Web Services Cloud: Quick Start Reference Deployment October 2014 Cloudera s Enterprise Data Hub on the Amazon Web Services Cloud: Quick Start Reference Deployment October 2014 Karthik Krishnan Page 1 of 20 Table of Contents Table of Contents... 2 Abstract... 3 What

More information

High-performance computing on Microsoft Azure: GlusterFS

High-performance computing on Microsoft Azure: GlusterFS High-performance computing on Microsoft Azure: GlusterFS Introduction to creating an Azure HPC cluster and HPC storage Azure Customer Advisory Team (AzureCAT) April 2018 Contents Introduction... 3 Quick

More information

CIT 668: System Architecture

CIT 668: System Architecture CIT 668: System Architecture Amazon Web Services I Topics 1. Economics 2. Key Concepts 3. Key Services 4. Elastic Compute Cloud 5. Creating an EC2 Instance Images from AWS EC2 User Guide or Wikipedia unless

More information

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

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

More information

Copyright Heraflux Technologies. Do not redistribute or copy as your own. 1

Copyright Heraflux Technologies. Do not redistribute or copy as your own. 1 @kleegeek davidklee.net heraflux.com in/davidaklee Specialties / Focus Areas / Passions: Performance Tuning Business Continuity Virtualization & Cloud Infrastructure Architecture Health & Efficiency Capacity

More information

Installation of Informatica Services on Amazon EC2

Installation of Informatica Services on Amazon EC2 Installation of Informatica Services on Amazon EC2 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording

More information

PrinterOn Print Delivery Station

PrinterOn Print Delivery Station PrinterOn Print Delivery Station Installation and Administration Guide Version 4.0.2 Contents Chapter 1: Introduction... 5 About the Print Delivery Station software... 5 PDS instances... 5 Print Delivery

More information