JSA KVM SUPPORT. Theodore Jencks, CSE Juniper Networks

Size: px
Start display at page:

Download "JSA KVM SUPPORT. Theodore Jencks, CSE Juniper Networks"

Transcription

1 JSA KVM SUPPORT Theodore Jencks, CSE

2 KVM IMAGE SPECIFICATIONS Image is a compressed qcow2 image 16.5G in size when compressed Md5sum: Uncompressed the image is a 512G QCOW2 Ubuntu LTS w/ KVM and OVS was used to validate the image for KVM Contrail was validate to run with the image / Kilo / Ocata Openstack Versions For best IO performance image metadata pre allocation is recommended as a minimum. Full allocation of the disk is required for max performance and recommend for all installs on KVM. Image role and resource requirements can be found here: vrt_ap_reqs.html 2

3 INSTALL INSTRUCTIONS ON KVM Considerations for NUMA. It is recommended that JSA VM s be instantiated on the same NUMA as the disk controller / RAID Controller on the host system. This is to optimize Disk IO operations and avoid crossing QPI. It is also recommend that NUMA policy be set as strict for KVM so that memory and CPU resources are all allocated from the same NUMA. Copy the jsa7.3.1p6.qcow2 image to a safe location on the virtualization host. Clone the image: qemu-img convert -p -f qcow2 -O qcow2 /iso/jsa7.3.1p6-final.qcow2 /vm/vjsa-tacon.qcow2 -o preallocation=metadata Full allocation recommened: qemu-img convert -p -f qcow2 -O qcow2 /iso/jsa7.3.1p6.qcow2 /vm/vjsa-tacon.qcow2 -o preallocation=falloc Install with virt-install: virt-install --hvm --name jsa7.3.1-tacon --cpu host --cpuset 2-10, vcpus sockets=18,cores=1,threads=1 --memory memorybacking hugepages=yes --disk path=/vm/vjsatacon.qcow2,format=qcow2 --os-type linux --os-variant rhel7.4 --memballoon virtio --network network:default,model=virtio --graphics vnc --console pty,target_type=virtio -import -print-xml > vjsa-tacon.xml The above command will print the XML necessary to define the VM in KVM. In this case we are going to print the output to a file then edit the file to complete our static CPU pinning. 3

4 INSTALL INSTRUCTIONS ON KVM Next Edit the file and add the following to the XML: <cputune> <vcpupin vcpu='0' cpuset='11'/> <vcpupin vcpu='1' cpuset='51'/> <vcpupin vcpu='2' cpuset='12'/> <vcpupin vcpu='3' cpuset='52'/> <vcpupin vcpu='4' cpuset='13'/> <vcpupin vcpu='5' cpuset='53'/> <vcpupin vcpu='6' cpuset='14'/> <vcpupin vcpu='7' cpuset='54'/> <vcpupin vcpu='8' cpuset='15'/> <vcpupin vcpu='9' cpuset='55'/> <vcpupin vcpu='10' cpuset='16'/> <vcpupin vcpu='11' cpuset='56'/> <vcpupin vcpu='12' cpuset='17'/> <vcpupin vcpu='13' cpuset='57'/> <vcpupin vcpu='14' cpuset='18'/> <vcpupin vcpu='15' cpuset='58'/> <vcpupin vcpu='16' cpuset='19'/> <vcpupin vcpu='17' cpuset='59'/> </cputune> Now define the VM: virsh define vjsa-tacon.xml 4

5 INSTALL INSTRUCTIONS ON KVM Here is the example output that you should see: virsh dumpxml jsa7.3.1-tacon <domain type='kvm'> <name>vjsa-tacon</name> <uuid>957426e8-e ac8f-6a2b7a3236a1</uuid> <memory unit='kib'> </memory> <currentmemory unit='kib'> </currentmemory> <memorybacking> <hugepages/> </memorybacking> <vcpu placement='static' cpuset='11-19,51-59'>18</vcpu> <cputune> <vcpupin vcpu='0' cpuset='11'/> <vcpupin vcpu='1' cpuset='51'/> <vcpupin vcpu='2' cpuset='12'/> <vcpupin vcpu='3' cpuset='52'/> <vcpupin vcpu='4' cpuset='13'/> <vcpupin vcpu='5' cpuset='53'/> <vcpupin vcpu='6' cpuset='14'/> <vcpupin vcpu='7' cpuset='54'/> <vcpupin vcpu='8' cpuset='15'/> <vcpupin vcpu='9' cpuset='55'/> <vcpupin vcpu='10' cpuset='16'/> <vcpupin vcpu='11' cpuset='56'/> <vcpupin vcpu='12' cpuset='17'/> <vcpupin vcpu='13' cpuset='57'/> <vcpupin vcpu='14' cpuset='18'/> <vcpupin vcpu='15' cpuset='58'/> <vcpupin vcpu='16' cpuset='19'/> <vcpupin vcpu='17' cpuset='59'/> </cputune> 5

6 INSTALL INSTRUCTIONS ON KVM Now start the VM and console into it with the following commands: virsh start vjsa-tacon virsh console vjsa-tacon Login as root / no password should be required. Step through the install wizard for the virtual appliance type you are creating in this case a Threat Analytics Console or (all in one) 6

7 INSTALL INSTRUCTIONS ON KVM CONTINUED Login as root at the prompt no password should be required. If you are prompted for a password something has gone wrong with the install please contact Juniper Support. Accept the EULA license and proceed 7

8 INSTALL INSTRUCTIONS ON KVM CONTINUED 8

9 INSTALL INSTRUCTIONS ON KVM CONTINUED 9

10 INSTALL INSTRUCTIONS ON KVM CONTINUED 10

11 INSTALL INSTRUCTIONS ON KVM CONTINUED 11

12 INSTALL INSTRUCTIONS ON KVM CONTINUED 12

13 INSTALL INSTRUCTIONS ON KVM CONTINUED 13

14 INSTALL INSTRUCTIONS ON KVM CONTINUED 14

15 INSTALL INSTRUCTIONS ON KVM CONTINUED 15

16 INSTALL INSTRUCTIONS ON KVM CONTINUED 16

17 INSTALL INSTRUCTIONS ON KVM CONTINUED The below indicates that the installation has started. This process can take up to 6 hours depending on the speed of your system. Be patient and give the system an opportunity to complete, the system can seem hung or frozen at times when really the install just runs for a very long time. 17

18 INSTALL INSTRUCTIONS ON KVM CONTINUED The following output indicates a successful install of a Console system: Installing Qradar changes... psql: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/var/run/postgresql/.s.pgsql.5432"? Activating system with key 003V41-5T7A3E-077N7N-54512G. Appliance ID is Installing 'TA Threat Analytics "All-In-One" or Console' with id Configuring network... Setting time server to ntp.juniper.net. Synching time with server 'ntp.juniper.net' 8 Oct 16:42:41 ntpdate[10395]: adjust time server offset sec Restarting postgresql-qrd Running changeqradarpassword Stopping hostcontext Stopping httpd Stopping tomcat 1: waiting for port 7676 to start 2: waiting for port 7676 to start 3: waiting for port 7676 to start Mon Oct 8 16:43:39 PDT 2018 [setup-imq.sh] OK: IMQ Setup Completed Stopping httpd Stopping tomcat Updating db user password OK: Post Import Actions For Vulnerability Tables Are Successfully Completed.OK: Reseting Of Sequences Of Asset Related q_catalog Tables Is Successfully CompleteInstalling DSM rpms: done. Decompressing QidMap file /opt/qradar/conf/templates/ qidmap-import.xml.xz... Importing /opt/qradar/conf/templates/ qidmap-import.xml Finished updating QIDMap, took 1073 seconds to complete. 18

19 INSTALL INSTRUCTIONS ON KVM CONTINUED Known Issue: If during the Checking that tomcat is running and ready (attempt 0/30) phase goes past (attempt 10/30) it is recommended to use another SSH session to login to the systems IP during install and remove the imqbroker lock file as well as restart the imqbroker service as follows: If the install times out it is recommend to reboot the system and run through the setup for a second time. The second time through it should complete without issue. 19

20 KNOWN INSTALL ISSUES AND WORKAROUND Known Issue: If during the Checking that tomcat is running and ready (attempt 0/30) phase goes past (attempt 10/30) it is recommended to use another SSH session to login to the systems IP during install and remove the imqbroker lock file as well as restart the imqbroker service as follows: If the install times out it is recommend to reboot the system and run through the setup for a second time. The second time through it should complete without issue. 20

21 DISK IMAGE EXPANSION

22 DISK EXPANSION Currently the QCOW2 image is based on an image that is 512G in size. It may be desirable to increase the amount of storage allocated to a particular partition on the disk image. The following instructions cover the steps in order to expand the /store partition. First expand the qcow2 disk image. Please note the VM must be shutdown in order to perform this operation. Otherwise disk corruption of the qcow2 image file will occur. sudo qemu-img resize --preallocation=falloc vjsa-tacon.qcow2 +512G Image resized. Ensure the disk file is in good shape after the expansion. sudo qemu-img check -r all /vm/vjsa-tacon.qcow2 No errors were found on the image / = % allocated, 0.00% fragmented, 0.00% compressed clusters Image end offset: Now boot the disk image virsh start vjsa-tacon 22

23 DISK EXPANSION Now login via console or SSH virsh console vjsa-tacon Now run parted on the disk /dev/vda. Make sure to type fix when prompted parted /dev/vda GNU Parted 3.1 Using /dev/vda Welcome to GNU Parted! Type 'help' to view a list of commands. (parted) print Error: The backup GPT table is not at the end of the disk, as it should be. This might mean that another operating system believes the disk is smaller. Fix, by moving the backup to the end (and removing the old backup)? Fix/Ignore/Cancel? Fix Warning: Not all of the space available to /dev/vda appears to be used, you can fix the GPT to use all of the space (an extra blocks) or continue with the current setting? 23

24 DISK EXPANSION Now reboot so the new partition table is reflected reboot Now run parted to display free space and note beginning and ending blocks (parted) unit s print free Model: Virtio Block Device (virtblk) Disk /dev/vda: s Sector size (logical/physical): 512B/512B Partition Table: gpt Disk Flags: pmbr_boot Number Start End Size File system Name Flags 34s 2047s 2014s Free Space s 4095s 2048s bios_grub s s s xfs s s s xfs 24

25 DISK EXPANSION Now reboot to make sure the new partition fixes are reflected in the partition table create a new partition at the end of the existing partition (parted) mkpart Partition name? []? File system type? [ext2]? Start? End? (parted) unit s print free Model: Virtio Block Device (virtblk) Disk /dev/vda: s Sector size (logical/physical): 512B/512B Partition Table: gpt Disk Flags: pmbr_boot Number Start End Size File system Name Flags 25

26 DISK EXPANSION Now set the partition as an lvm partition (parted) set 7 lvm on (parted) unit s print free Model: Virtio Block Device (virtblk) Disk /dev/vda: s Sector size (logical/physical): 512B/512B Partition Table: gpt Disk Flags: pmbr_boot Number Start End Size File system Name Flags 34s 2047s 2014s Free Space s 4095s 2048s bios_grub s s s xfs s s s xfs s s s lvm 26

27 DISK EXPANSION Quit parted and add the new lvm partition as a physical volume to lvm sudo pvs PV VG Fmt Attr PSize PFree /dev/vda4 storerhel lvm2 a-- <387.99g 0 /dev/vda5 rootrhel lvm2 a g 0 pvcreate /dev/vda7 File descriptor 63 (pipe:[ ]) leaked on pvcreate invocation. Parent PID 8346: -bash Physical volume "/dev/vda7" successfully created. Now extend the volume group [root@vjsa-tacon ~]# vgextend storerhel /dev/vda7 File descriptor 63 (pipe:[ ]) leaked on vgextend invocation. Parent PID 8346: -bash Volume group "storerhel" successfully extended [root@vjsa-tacon ~]# vgs File descriptor 63 (pipe:[ ]) leaked on vgs invocation. Parent PID 8346: -bash 27

28 DISK EXPANSION Now that the physical volume group is extended, extend the logical volume df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/rootrhel-root 13G 3.0G 9.5G 24% / devtmpfs 32G 0 32G 0% /dev tmpfs 32G 20K 32G 1% /dev/shm tmpfs 32G 34M 32G 1% /run tmpfs 32G 0 32G 0% /sys/fs/cgroup /dev/mapper/rootrhel-tmp 3.0G 135M 2.9G 5% /tmp /dev/vda3 32G 4.8G 28G 15% /recovery /dev/mapper/storerhel-store 311G 21G 290G 7% /store /dev/mapper/rootrhel-opt 13G 4.3G 8.3G 34% /opt /dev/mapper/rootrhel-home 1014M 33M 982M 4% /home /dev/mapper/rootrhel-storetmp 15G 44M 15G 1% /storetmp /dev/mapper/storerhel-transient 78G 34M 78G 1% /transient 28

29 DISK EXPANSION Now that the logical volume is extended extend the file system: xfs_growfs /store meta-data=/dev/mapper/storerhel-store isize=512 agcount=4, agsize= blks = sectsz=512 attr=2, projid32bit=1 = crc=1 finobt=0 spinodes=0 data = bsize=4096 blocks= , imaxpct=25 = sunit=0 swidth=0 blks naming =version 2 bsize=4096 ascii-ci=0 ftype=1 log =internal bsize=4096 blocks=39729, version=2 = sectsz=512 sunit=0 blks, lazy-count=1 realtime =none extsz=4096 blocks=0, rtextents=0 data blocks changed from to

iscsi storage is used as shared storage in Redhat cluster, VMware vsphere, Redhat Enterprise Virtualization Manager, Ovirt, etc.

iscsi storage is used as shared storage in Redhat cluster, VMware vsphere, Redhat Enterprise Virtualization Manager, Ovirt, etc. Configure iscsi Target & Initiator on CentOS 7 / RHEL7 iscsi stands for Internet Small Computer Systems Interface, IP-based storage, works on top of internet protocol by carrying SCSI commands over IP

More information

Landslide Virtual Machine Installation Instructions

Landslide Virtual Machine Installation Instructions Landslide Virtual Machine Installation Instructions Landslide Virtual Machine Installation Instructions 1 Virtualization Platform The choice and installation of virtualization platform and manager is left

More information

Changing user login password on templates

Changing user login password on templates Changing user login password on templates 1. Attach an ISO via the cloudstack interface and boot the VM to rescue mode. Click on attach iso icon highlighted below: A popup window appears from which select

More information

<Insert Picture Here> XFS The High Performance Enterprise File System. Jeff Liu

<Insert Picture Here> XFS The High Performance Enterprise File System. Jeff Liu XFS The High Performance Enterprise File System Jeff Liu Agenda About XFS Design Journal Self-describing metadata Performance ➏ What's new && in progress 2 General

More information

Cloning and Repartitioning sessionmgr Disks

Cloning and Repartitioning sessionmgr Disks This chapter describes the steps needed to repartition the sessionmgr disks so that the increased number of subscribers (> 10 million) can be accommodated. Cloning and Disk Repartitioning of Sessionmgr01

More information

Getting Started with Pentaho and Cloudera QuickStart VM

Getting Started with Pentaho and Cloudera QuickStart VM Getting Started with Pentaho and Cloudera QuickStart VM This page intentionally left blank. Contents Overview... 1 Before You Begin... 1 Prerequisites... 1 Use Case: Development Sandbox for Pentaho and

More information

Deploy the ASAv Using KVM

Deploy the ASAv Using KVM You can deploy the ASAv using the Kernel-based Virtual Machine (KVM). About ASAv Deployment Using KVM, on page 1 Prerequisites for the ASAv and KVM, on page 2 Prepare the Day 0 Configuration File, on page

More information

This section describes the procedures needed to add a new disk to a VM. vmkfstools -c 4g /vmfs/volumes/datastore_name/vmname/xxxx.

This section describes the procedures needed to add a new disk to a VM. vmkfstools -c 4g /vmfs/volumes/datastore_name/vmname/xxxx. Adding a New Disk, page 1 Mounting the Replication Set from Disk to tmpfs After Deployment, page 3 Manage Disks to Accommodate Increased Subscriber Load, page 5 Adding a New Disk This section describes

More information

Installing the Cisco IOS XRv 9000 Router in KVM Environments

Installing the Cisco IOS XRv 9000 Router in KVM Environments Installing the Cisco IOS XRv 9000 Router in KVM Environments These file types are needed to install Cisco IOS XRv 9000 Router on the KVM hypervisor:.qcow2 Used for booting the software image in KVM OpenStack

More information

KVM Guest Management With Virt-Manager On Ubuntu 8.10

KVM Guest Management With Virt-Manager On Ubuntu 8.10 By Falko Timme Published: 2009-02-08 18:56 Version 1.0 Author: Falko Timme Last edited 02/05/2009 Virt-Manager (Virtual Machine Manager) is a graphical interface for managing

More information

WISTAR: VIRTUAL NETWORK TOPOLOGY CREATION FOR AUTOMATION SOLUTIONS

WISTAR: VIRTUAL NETWORK TOPOLOGY CREATION FOR AUTOMATION SOLUTIONS WISTAR: VIRTUAL NETWORK TOPOLOGY CREATION FOR AUTOMATION SOLUTIONS Nathan Embery Senior Consulting Engineer This statement of direction sets forth Juniper Networks current intention and is subject to change

More information

As this method focuses on working with LVM, we will first confirm that our partition type is actually Linux LVM by running the below command.

As this method focuses on working with LVM, we will first confirm that our partition type is actually Linux LVM by running the below command. How to Increase the size of a Linux LVM by adding a new disk This post will cover how to increase the disk space for a VMware virtual machine running Linux that is using logical volume manager (LVM). First

More information

Installing the Cisco CSR 1000v in KVM Environments

Installing the Cisco CSR 1000v in KVM Environments Installing the Cisco CSR 1000v in KVM Environments Kernel Virtual Machine Support Information, page 1 KVM Support on OpenStack, page 2 Installation Requirements for KVM Cisco IOS XE Fuji 16.7, page 2 Creating

More information

Adding a block devices and extending file systems in Linux environments

Adding a block devices and extending file systems in Linux environments Adding a block devices and extending file systems in Linux environments In this exercise we simulate situation where user files partition /home fills up and needs to be extended. Also we migrate from static

More information

Magneto-Optical Disk Drive

Magneto-Optical Disk Drive SMO-F551 / RMO-S551 Magneto-Optical Disk Drive Installation Guide 1.3 Contents Installation Procedure on DOS and Windows3.1 3 Installation Procedure on Windows95/98 5 Installation Procedure on WindowsNT

More information

DUAL OS INSTALLATION

DUAL OS INSTALLATION Ex.No:15 Date: DUAL OS INSTALLATION Aim: To install and configure Ubuntu OS alongside Windows as installing dual OS. PROCEDURE: 1. Backup your Windows partition To open the Dell Backup and Recovery software

More information

GMS. 1 Create and configure the virtual machine 2 Configure the virtual GMS server. Quick Start Guide. KVM Hypervisor.

GMS. 1 Create and configure the virtual machine 2 Configure the virtual GMS server. Quick Start Guide. KVM Hypervisor. Quick Start Guide GMS KVM Hypervisor 2013 Silver Peak Systems, Inc. Before You Begin Comply with the GMS Host System Requirements [PN 200476-001] Download the QCOW2 image file for the GMS: - For a free

More information

Configure Windows Server 2003 Release 2 Server Network File Share (NFS) as an authenticated storage repository for XenServer

Configure Windows Server 2003 Release 2 Server Network File Share (NFS) as an authenticated storage repository for XenServer Summary This document outlines the process to perform the following tasks. 1. Configure Windows Server 2003 Release 2 Server Network File Share (NFS) as an authenticated storage repository for XenServer.

More information

Storage Performance Tuning for FAST! Virtual Machines

Storage Performance Tuning for FAST! Virtual Machines Storage Performance Tuning for FAST! Virtual Machines Fam Zheng Senior Software Engineer LC3-2018 Outline Virtual storage provisioning NUMA pinning VM configuration options Summary Appendix 2 Virtual storage

More information

BT Cloud Compute. Adding a Volume to an existing VM running Linux. The power to build your own cloud solutions to serve your specific business needs

BT Cloud Compute. Adding a Volume to an existing VM running Linux. The power to build your own cloud solutions to serve your specific business needs Adding a Volume to an existing VM running Linux BT Cloud Compute The power to build your own cloud solutions to serve your specific business needs Issue 3 Introduction This guide has been designed to walk

More information

Controller Installation

Controller Installation The following describes the controller installation process. Installing the Controller, page 1 Controller Deployment, page 2 Controller Virtual Hard Disk Storage, page 4 Custom Controller Web UI Certificates,

More information

7. Try shrinking / -- what happens? Why? Cannot shrink the volume since we can not umount the / logical volume.

7. Try shrinking / -- what happens? Why? Cannot shrink the volume since we can not umount the / logical volume. OPS235 Lab 4 [1101] Sample/suggested Answers/notes (Please ask your professor if you need any clarification or more explanation on concepts you don't understand.) Investigation 1: How are LVMs managed

More information

Scrutinizer Virtual Appliance Deployment Guide Page i. Scrutinizer Virtual Appliance Deployment Guide. plixer

Scrutinizer Virtual Appliance Deployment Guide Page i. Scrutinizer Virtual Appliance Deployment Guide. plixer Scrutinizer Virtual Appliance Deployment Guide Page i Scrutinizer Virtual Appliance Deployment Guide Contents What you need to know about deploying a Scrutinizer virtual appliance.. 1 System Requirements..................................2

More information

Connection Broker Where Virtual Desktops Meet Real Business. Installing Leostream Connect on HP Thin Clients

Connection Broker Where Virtual Desktops Meet Real Business. Installing Leostream Connect on HP Thin Clients Connection Broker Where Virtual Desktops Meet Real Business Installing Leostream Connect on HP Thin Clients January 4, 206 Contacting Leostream Leostream Corporation 465 Waverley Oaks Rd Suite 200 Waltham,

More information

Performing Administrative Tasks

Performing Administrative Tasks This chapter describes how to perform administrative tasks using Cisco CMX. Users who are assigned administration privileges can perform administrative tasks. Cisco CMX User Accounts, page 1 Backing Up

More information

SUSE Enterprise Storage 5 and iscsi

SUSE Enterprise Storage 5 and iscsi Whitepaper Storage www.suse.com SUSE Enterprise Storage 5 and iscsi Table of Contents Table of Contents... 2 Introduction... 3 The Ceph Storage System... 3 iscsi Block Storage... 4 lrbd... 5 Deployment

More information

Red Hat Enterprise Linux 8.0 Beta

Red Hat Enterprise Linux 8.0 Beta Red Hat Enterprise Linux 8.0 Beta Configuring and managing virtualization A guide to managing virtualization on Red Hat Enterprise Linux 8.0 Beta Last Updated: 2018-11-30 Red Hat Enterprise Linux 8.0

More information

Tuning Your SUSE Linux Enterprise Virtualization Stack. Jim Fehlig Software Engineer

Tuning Your SUSE Linux Enterprise Virtualization Stack. Jim Fehlig Software Engineer Tuning Your SUSE Linux Enterprise Virtualization Stack Jim Fehlig Software Engineer jfehlig@suse.com Agenda General guidelines Network Disk CPU Memory NUMA 2 General Guidelines Minimize software installed

More information

Contrail Cloud Deployment Guide

Contrail Cloud Deployment Guide Contrail Cloud Deployment Guide Release 10.0 Modified: 2018-08-06 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net Juniper Networks, the Juniper Networks

More information

FUJITSU Software Infrastructure Manager V2.3 Infrastructure Manager for PRIMEFLEX V2.3. Operating Procedures

FUJITSU Software Infrastructure Manager V2.3 Infrastructure Manager for PRIMEFLEX V2.3. Operating Procedures FUJITSU Software Infrastructure Manager V2.3 Infrastructure Manager for PRIMEFLEX V2.3 Operating Procedures CA92344-2507-01 August 2018 Preface Purpose This manual describes the installation procedure

More information

Virtualization Provisioning & Centralized Management with iscsi. RACF Brookhaven National Laboratory James Pryor CHEP 2010

Virtualization Provisioning & Centralized Management with iscsi. RACF Brookhaven National Laboratory James Pryor CHEP 2010 RACF Brookhaven National Laboratory James Pryor CHEP 2010 Who we are & What we support Virtualization Provisioning & Management Past Present Future This is not about VM worker nodes or VM batch processing

More information

Virtual Route Reflector

Virtual Route Reflector Virtual Route Reflector Getting Started Guide for KVM Modified: 2018-04-13 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net Juniper Networks, the

More information

An introduction to Logical Volume Management

An introduction to Logical Volume Management An introduction to Logical Volume Management http://distrowatch.com/weekly.php?issue=20090309 For users new to Linux, the task of switching operating systems can be quite daunting. While it is quite similar

More information

F5 iworkflow and Linux KVM: Setup. Version 2.0.2

F5 iworkflow and Linux KVM: Setup. Version 2.0.2 F5 iworkflow and Linux KVM: Setup Version 2.0.2 Table of Contents Table of Contents Getting Started with iworkflow Virtual Edition... 5 What is iworkflow Virtual Edition?... 5 About iworkflow VE compatibility

More information

kernels-in-kernels kernels within kernels by Lee Elston Version 1.0 c CC-BY SA4

kernels-in-kernels kernels within kernels by Lee Elston Version 1.0 c CC-BY SA4 kernels within kernels by Lee Elston Version 1.0 ii The C-ALE (Cloud & Container Apprentice Linux Engineer) is a series of seminars held at existing conferences covering topics which are fundamental to

More information

Install ISE on a VMware Virtual Machine

Install ISE on a VMware Virtual Machine Supported VMware Versions, page 1 Support for VMware vmotion, page 1 Support for Open Virtualization Format, page 2 Virtual Machine Requirements, page 3 Virtual Machine Resource and Performance Checks,

More information

DESS. User Guide. Issue 06 Date HUAWEI TECHNOLOGIES CO., LTD.

DESS. User Guide. Issue 06 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 06 Date 2018-12-20 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

Newsreader virtual machines Technical Report NWR

Newsreader virtual machines Technical Report NWR Newsreader virtual machines Technical Report NWR-2014-4 Version FINAL Aitor Soroa 1, Enrique Fernández 2 1 University of Basque Country Donostia, Basque Country a.soroa@ehu.es 2 University of Basque Country

More information

FUJITSU Software ServerView Infrastructure Manager V2.2. Operating Procedures

FUJITSU Software ServerView Infrastructure Manager V2.2. Operating Procedures FUJITSU Software ServerView Infrastructure Manager V2.2 Operating Procedures CA92344-2052-02 March 2018 Preface Purpose This manual describes overviews of the initial settings and the operating procedures

More information

BIG-IP Virtual Edition and Linux KVM: Setup. Version 12.1

BIG-IP Virtual Edition and Linux KVM: Setup. Version 12.1 BIG-IP Virtual Edition and Linux KVM: Setup Version 12.1 Table of Contents Table of Contents Getting Started with BIG-IP Virtual Edition on KVM...5 Steps to deploy BIG-IP VE...5 Prerequisites for BIG-IP

More information

RHEL 5 Essentials. Red Hat Enterprise Linux 5 Essentials

RHEL 5 Essentials. Red Hat Enterprise Linux 5 Essentials Red Hat Enterprise Linux 5 Essentials 2 Red Hat Enterprise Linux 5 Essentials First Edition 2010 Payload Media. This ebook is provided for personal use only. Unauthorized use, reproduction and/or distribution

More information

KVM 在 OpenStack 中的应用. Dexin(Mark) Wu

KVM 在 OpenStack 中的应用. Dexin(Mark) Wu KVM 在 OpenStack 中的应用 Dexin(Mark) Wu Agenda Overview CPU Memory Storage Network Architecture Overview nova-api REST API nova-scheduler nova-conductor nova-compute DB RPC Call libvirt driver libvirt Cinder

More information

How To Resize ext3 Partitions Without Losing Data

How To Resize ext3 Partitions Without Losing Data By Falko Timme Published: 2007-01-07 17:12 How To Resize ext3 Partitions Without Losing Data Version 1.0 Author: Falko Timme Last edited 12/31/2006 This article is about

More information

Spectrum Scale Virtualization in Test and Development

Spectrum Scale Virtualization in Test and Development May 17 th, 2018 GPFS User s Group (Boston) Spectrum Scale Virtualization in Test and Development Aaron Palazzolo (aspalazz@us.ibm.com) Virtualization Milestones in test/dev environment Trial VM 2008 2010

More information

Prerequisites: General computing knowledge and experience. No prior knowledge with Linux is required. Supported Distributions:

Prerequisites: General computing knowledge and experience. No prior knowledge with Linux is required. Supported Distributions: This course prepares students to take the 101 exam of the LPI level 1 certification. The Linux Professional Institute (LPI) is the go to certification body for vendor independent Linux certifications.

More information

GRID SOFTWARE. DU _v4.6 January User Guide

GRID SOFTWARE. DU _v4.6 January User Guide GRID SOFTWARE DU-06920-001 _v.6 January 2018 User Guide TABLE OF CONTENTS Chapter 1. Introduction to NVIDIA... 1 1.1. How this guide is organized... 1 1.2. GRID vgpu architecture... 2 1.3. Supported GPUs...

More information

Start Up and Shutdown Procedures (Unix)

Start Up and Shutdown Procedures (Unix) Start Up and Shutdown Procedures (Unix) Start Up On Main Console 1. Press the Server main power button ON 2. The system will automatically go through the start-up procedures, which will be displayed on

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

Install ISE on a VMware Virtual Machine

Install ISE on a VMware Virtual Machine ISE Features Not Supported in a Virtual Machine, page 1 Supported VMware Versions, page 1 Support for VMware vmotion, page 2 Support for Open Virtualization Format, page 2 Virtual Machine Requirements,

More information

REDCENTRIC VSPHERE AGENT VERSION

REDCENTRIC VSPHERE AGENT VERSION REDCENTRIC VSPHERE AGENT VERSION 7.36.5686 RELEASE NOTES, MAY 17, 2016 vsphere Agent Version 7.36.5686 Release Notes, May 17, 2016 Contents 1 OVERVIEW 1.1 Release History 1.2 Supported Platforms/VMware

More information

Course 55187B Linux System Administration

Course 55187B Linux System Administration Course Outline Module 1: System Startup and Shutdown This module explains how to manage startup and shutdown processes in Linux. Understanding the Boot Sequence The Grand Unified Boot Loader GRUB Configuration

More information

Oracle VM Template for MySQL Enterprise Edition =========================================================================== ===

Oracle VM Template for MySQL Enterprise Edition =========================================================================== === Oracle VM Template for MySQL Enterprise Edition =========================================================================== === Note: * This is first release of MySQL in a Template delivery for installation

More information

CompTIA Linux+ Guide to Linux Certification Fourth Edition. Chapter 2 Linux Installation and Usage

CompTIA Linux+ Guide to Linux Certification Fourth Edition. Chapter 2 Linux Installation and Usage CompTIA Linux+ Guide to Linux Certification Fourth Edition Chapter 2 Linux Installation and Usage Objectives Prepare for and install Fedora Linux using good practices Outline the structure of the Linux

More information

Juniper Secure Analytics Patch Release Notes

Juniper Secure Analytics Patch Release Notes Juniper Secure Analytics Patch Release Notes 7.3.0 January 2018 7.3.0.20171205025101 patch resolves several known issues in Juniper Secure Analytics (JSA). Contents Administrator Notes..................................................

More information

Author : admin. 1. Getting information about current file system partitions with fdisk and mount

Author : admin. 1. Getting information about current file system partitions with fdisk and mount Changing '33 days has gone without being checked' automated fsck filesystem check on Debian Linux Desktops - Reduce FS check waiting on Linux notebooks Author : admin The periodic scheduled file system

More information

Exam LFCS/Course 55187B Linux System Administration

Exam LFCS/Course 55187B Linux System Administration Exam LFCS/Course 55187B Linux System Administration About this course This four-day instructor-led course is designed to provide students with the necessary skills and abilities to work as a professional

More information

CS370 Operating Systems

CS370 Operating Systems CS370 Operating Systems Colorado State University Yashwant K Malaiya Fall 2017 Lecture 25 File Systems Slides based on Text by Silberschatz, Galvin, Gagne Various sources 1 1 FAQ Q 2 Data and Metadata

More information

Cymmetria MazeRunner INSTALLATION GUIDE

Cymmetria MazeRunner INSTALLATION GUIDE Cymmetria MazeRunner INSTALLATION GUIDE September 12, 2016 Supported environments (all must have nested virtualization enabled follow the links below to learn more) VMware Player (7 or higher) VMware Workstation

More information

Virtualization at Scale in SUSE Linux Enterprise Server

Virtualization at Scale in SUSE Linux Enterprise Server Virtualization at Scale in SUSE Linux Enterprise Server Jim Fehlig Software Engineer jfehlig@suse.com Agenda General guidelines Network guidelines Disk guidelines CPU and memory guidelines NUMA guidelines

More information

Install ISE on a VMware Virtual Machine

Install ISE on a VMware Virtual Machine Supported VMware Versions, page 1 Support for VMware vmotion, page 1 Support for Open Virtualization Format, page 2 Virtual Machine Requirements, page 2 Virtual Machine Resource and Performance Checks,

More information

UNIVERSITY OF BOLTON CREATIVE TECHNOLOGIES COMPUTING WITH WEBSITE DEVELOPMENT SEMESTER ONE EXAMINATIONS 2018/2019 UNIX MODULE NO: CPU5003

UNIVERSITY OF BOLTON CREATIVE TECHNOLOGIES COMPUTING WITH WEBSITE DEVELOPMENT SEMESTER ONE EXAMINATIONS 2018/2019 UNIX MODULE NO: CPU5003 [CRT08] UNIVERSITY OF BOLTON CREATIVE TECHNOLOGIES COMPUTING WITH WEBSITE DEVELOPMENT SEMESTER ONE EXAMINATIONS 2018/2019 UNIX MODULE NO: CPU5003 Date: Wednesday 16 th January 2019 Time: 10:00 12:00 INSTRUCTIONS

More information

Deploy the ExtraHop Discover Appliance on a Linux KVM

Deploy the ExtraHop Discover Appliance on a Linux KVM Deploy the ExtraHop Discover Appliance on a Linux KVM Published: 2018-07-16 The following procedure guides you through the deployment process of the ExtraHop Discover EDA 1000v or EDA 2000v virtual appliance

More information

Install ISE on a VMware Virtual Machine

Install ISE on a VMware Virtual Machine Supported VMware Versions, page 1 Support for VMware vmotion, page 1 Support for Open Virtualization Format, page 2 Virtual Machine Requirements, page 3 Virtual Machine Resource and Performance Checks,

More information

Install ISE on a VMware Virtual Machine

Install ISE on a VMware Virtual Machine ISE Features Not Supported in a Virtual Machine, page 1 Supported VMware Versions, page 1 Support for VMware vmotion, page 2 Support for Open Virtualization Format, page 2 Virtual Machine Requirements,

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

Unless otherwise noted, all references to STRM refer to STRM, STRM Log Manager, and STRM Network Anomaly Detection.

Unless otherwise noted, all references to STRM refer to STRM, STRM Log Manager, and STRM Network Anomaly Detection. TECHNICAL CONFIGURING iscsi AUGUST 2012 You can use a iscsi storage network in your STRM deployment. This document provides information on configuring and using iscsi devices with your deployment. Unless

More information

Configuring Virtual Blades

Configuring Virtual Blades CHAPTER 14 This chapter describes how to configure virtual blades, which are computer emulators that reside in a WAE or WAVE device. A virtual blade allows you to allocate WAE system resources for use

More information

At course completion. Overview. Audience profile. Course Outline. : 55187B: Linux System Administration. Course Outline :: 55187B::

At course completion. Overview. Audience profile. Course Outline. : 55187B: Linux System Administration. Course Outline :: 55187B:: Module Title Duration : 55187B: Linux System Administration : 4 days Overview This four-day instructor-led course is designed to provide students with the necessary skills and abilities to work as a professional

More information

Migration of Existing NSM Server from standalone to an Extended HA environment

Migration of Existing NSM Server from standalone to an Extended HA environment Migration of Existing NSM Server from standalone to an Extended HA environment The below procedure is to migrate the existing Standalone NSM server setup to a 4 Server HA environment where the GUI Server

More information

F5 BIG-IQ Centralized Management Disk Space Management. Version 5.4

F5 BIG-IQ Centralized Management Disk Space Management. Version 5.4 F5 BIG-IQ Centralized Management Disk Space Management Version 5.4 Table of Contents Table of Contents BIG-IQ Virtual Edition Disk Space Overview...5 File System Details... 7 Default File System Sizes...

More information

"Charting the Course... MOC B: Linux System Administration. Course Summary

Charting the Course... MOC B: Linux System Administration. Course Summary Description Course Summary This four-day instructor-led course is designed to provide students with the necessary skills and abilities to work as a professional Linux system administrator. The course covers

More information

F5 BIG-IQ Centralized Management andlinux KVM: Setup. Version 5.0

F5 BIG-IQ Centralized Management andlinux KVM: Setup. Version 5.0 F5 BIG-IQ Centralized Management andlinux KVM: Setup Version 5.0 Table of Contents Table of Contents Getting Started with BIG-IQ Virtual Edition...5 What is BIG-IQ Virtual Edition?...5 About BIG-IQ VE

More information

System Administration. Storage Systems

System Administration. Storage Systems System Administration Storage Systems Agenda Storage Devices Partitioning LVM File Systems STORAGE DEVICES Single Disk RAID? RAID Redundant Array of Independent Disks Software vs. Hardware RAID 0, 1,

More information

File system implementation

File system implementation 20.1. LOW-LEVEL FILE SYSTEM BASICS 205 Partitions coarsely multiplex a disk among file systems, but aren t really much of a file system themselves. Chapter 20 File system implementation How are file systems

More information

File system implementation

File system implementation Chapter 20 File system implementation How are file systems implemented? Let s start at the bottom. 20.1 Low-level file system basics Definition 20.1 (Volume). A volume is the generic name for a storage

More information

Juniper Secure Analytics Virtual Appliance Installation Guide

Juniper Secure Analytics Virtual Appliance Installation Guide Juniper Secure Analytics Virtual Appliance Installation Guide Release 7.3.0 Modified: 2017-09- Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 9089 USA 08-75-2000 www.juniper.net Copyright

More information

It is recommended to complete the tutorial using a web browser from the same operating system as your Putty or SSH client (e.g. Ubuntu terminal).

It is recommended to complete the tutorial using a web browser from the same operating system as your Putty or SSH client (e.g. Ubuntu terminal). TCSS 562: Software Engineering Institute of Technology for Cloud Computing University of Washington Tacoma Spring 2017 http://faculty.washington.edu/wlloyd/courses/tcss562 Tutorial 1 Benchmarking Amazon

More information

Juniper Secure Analytics Configuring Offboard Storage Guide

Juniper Secure Analytics Configuring Offboard Storage Guide Juniper Secure Analytics Configuring Offboard Storage Guide Release 7.3.0 Modified: 2017-09-13 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net Copyright

More information

Bare Metal Server. User Guide. Issue 11 Date

Bare Metal Server. User Guide. Issue 11 Date Issue 11 Date 2018-03-30 Contents Contents 1 Getting Started... 1 1.1 Registering an Account in the Public Cloud System...1 1.2 Creating a Key Pair...1 1.3 Purchasing a BMS... 5 1.4 Logging In to a Linux

More information

How to Secure SSH with Google Two-Factor Authentication

How to Secure SSH with Google Two-Factor Authentication How to Secure SSH with Google Two-Factor Authentication WELL, SINCE IT IS QUITE COMPLEX TO SET UP, WE VE DECIDED TO DEDICATE A WHOLE BLOG TO THAT PARTICULAR STEP! A few weeks ago we took a look at how

More information

FortiManager VM - Install Guide. Version 5.6

FortiManager VM - Install Guide. Version 5.6 FortiManager VM - Install Guide Version 5.6 FORTINET DOCUMENT LIBRARY http://docs.fortinet.com FORTINET VIDEO GUIDE http://video.fortinet.com FORTINET BLOG https://blog.fortinet.com CUSTOMER SERVICE &

More information

Installing and Upgrading Cisco Network Registrar Virtual Appliance

Installing and Upgrading Cisco Network Registrar Virtual Appliance CHAPTER 3 Installing and Upgrading Cisco Network Registrar Virtual Appliance The Cisco Network Registrar virtual appliance includes all the functionality available in a version of Cisco Network Registrar

More information

FileCruiser VM Quick Configuration Guide For Trial Version V1.0

FileCruiser VM Quick Configuration Guide For Trial Version V1.0 FileCruiser VM Quick Configuration Guide For Trial Version V1.0 Contents How to configure FileCruiser VM... 4 Setup Wizard: Time Zone page... 6 Setup Wizard: Network page... 7 Setup Wizard: Service Server

More information

Install Cisco ISE on a Linux KVM

Install Cisco ISE on a Linux KVM KVM Hypervisor Support, on page 1 Obtain the Cisco ISE Evaluation Software, on page 4 Install Cisco ISE on KVM, on page 4 KVM Hypervisor Support Cisco ISE supports KVM hypervisor on Red Hat Enterprise

More information

Ubuntu installation alongside windows 8/8.1 and 10

Ubuntu installation alongside windows 8/8.1 and 10 Ubuntu installation alongside windows 8/8.1 and 10 Important safety precautions in windows - Before starting the installation process NOTE:1. If you are already using Windows OS in your computer, take

More information

v5: How to restore a backup image

v5: How to restore a backup image This article describes how to restore a backup image Restoring a backup image is very simple using Macrium Reflect. If the image contains only data, it is a matter of restoring it back to its original

More information

Configuring and Benchmarking Open vswitch, DPDK and vhost-user. Pei Zhang ( 张培 ) October 26, 2017

Configuring and Benchmarking Open vswitch, DPDK and vhost-user. Pei Zhang ( 张培 ) October 26, 2017 Configuring and Benchmarking Open vswitch, DPDK and vhost-user Pei Zhang ( 张培 ) pezhang@redhat.com October 26, 2017 Agenda 1. Background 2. Configure Open vswitch, DPDK and vhost-user 3. Improve network

More information

Backing Chain Management in libvirt and qemu. Eric Blake KVM Forum, August 2015

Backing Chain Management in libvirt and qemu. Eric Blake KVM Forum, August 2015 Backing Chain Management in libvirt and qemu Eric Blake KVM Forum, August 2015 In this presentation How does the qcow2 format track point-in-time snapshots What are the qemu building

More information

client X11 Linux workstation

client X11 Linux workstation LPIC1 LPIC Linux: System Administrator LPIC 1 LPI command line LPIC-1 Linux LPIC-1 client X11 Linux workstation Unix GNU Linux Fundamentals Unix and its Design Principles FSF and GNU GPL - General Public

More information

Appliance Guide. Version 1.0

Appliance Guide. Version 1.0 Appliance Guide Version 1.0 Contents Contents 1 Revision history 2 Getting Started 3 Getting to Know the R7-3000/5000/5000x 5 Getting to Know the R7-1000 6 Setting Up the Appliance 7 Logging in to the

More information

SDK. About the Cisco SDK. Installing the SDK. Procedure. This chapter contains the following sections:

SDK. About the Cisco SDK. Installing the SDK. Procedure. This chapter contains the following sections: This chapter contains the following sections: About the Cisco, page 1 Installing the, page 1 Using the to Build Applications, page 2 About ISO, page 3 Installing the ISO, page 3 Using the ISO to Build

More information

Deploying VNFs Using AutoVNF

Deploying VNFs Using AutoVNF This chapter describes the following topics: Introduction, page 1 VNF Deployment Automation Overview, page 1 Pre-VNF Installation Verification, page 5 Deploy the USP-based VNF, page 5 Upgrading/Redeploying

More information

1 LINUX KERNEL & DEVICES

1 LINUX KERNEL & DEVICES GL-250: Red Hat Linux Systems Administration Course Length: 5 days Course Description: The GL250 is an in-depth course that explores installation, configuration and maintenance of Linux systems. The course

More information

Know your competition A review of qemu and KVM for System z

Know your competition A review of qemu and KVM for System z Know your competition A review of qemu and KVM for System z Mark Post SUSE Tuesday, August 5, 2014 Session 15693 Insert Custom Session QR if Desired. Agenda What is qemu and KVM High-level architecture

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

Installing Prime Optical

Installing Prime Optical 5 CHAPTER This section describes how to install Cisco Prime Optical 9.8 with an Oracle 11g database. To ensure a successful installation, use the checklist provided in the Installation Scenarios and Checklists,

More information

for Cloud Computing University of Washington Tacoma Fall

for Cloud Computing University of Washington Tacoma Fall TCSS 562: Software Engineering School of Engineering and Technology for Cloud Computing University of Washington Tacoma Fall 2018 http://faculty.washington.edu/wlloyd/courses/tcss562 Tutorial 3 Introduction

More information

Junos Space Virtual Appliance Installation and Configuration Guide

Junos Space Virtual Appliance Installation and Configuration Guide Junos Space Virtual Appliance Installation and Configuration Guide Release 15.1 Modified: 2017-12-15 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net

More information

MediaSense Installation

MediaSense Installation Install MediaSense, page 1 Initial Configuration, page 9 Upgrade MediaSense, page 15 Rollback Cluster, page 23 Install COP Files, page 24 Language Pack, page 25 Install MediaSense This section describes

More information

XEN and KVM in INFN production systems and a comparison between them. Riccardo Veraldi Andrea Chierici INFN - CNAF HEPiX Spring 2009

XEN and KVM in INFN production systems and a comparison between them. Riccardo Veraldi Andrea Chierici INFN - CNAF HEPiX Spring 2009 XEN and KVM in INFN production systems and a comparison between them Riccardo Veraldi Andrea Chierici INFN - CNAF HEPiX Spring 2009 Outline xen kvm Test description Benchmarks Conclusions Riccardo.Veraldi@cnaf.infn.it

More information