Plexistor SDM User Guide

Size: px
Start display at page:

Download "Plexistor SDM User Guide"

Transcription

1 Plexistor SDM User Guide Latest version: m1fs v1.7.1 February 2016 The latest version of this document is available online at Plexistor SDM Community Edition (CE) is provided for free with limited support. That said, Plexistor respects your time and will be happy to guide and support you, so do not hesitate to contact our support team: Table of contents: Background Plexistor SDM Installation & Setup Installation Script The Basic configuration Uninstall System Information & Analytics Installed packages & version information Configuration Capacity Advanced Insight Performance sanity test Reporting a Bug Known Issues Appendix A: Configuring LVM2 to support multiple FLASH based devices Appendix B: Upgrading Ubuntu Appendix C: Using Plexistor s Automatic Installation Script Appendix D: Re mount All rights reserved to Plexistor 1

2 Background Plexistor s SDM is exposed as the m1fs file system. m1fs uses memory and FLASH as equally persistent tiers, which is perfect for either: 1. Ephemeral computing, in which local storage data is irrelevant following a power failure. This is the case in public and private clouds, share nothing architectures and many Test&Dev environments. 2. Persistent computing, in which traditional storage semantics are expected. This requires the usage of non volatile memory cards, so be sure to follow Plexistor`s hardware compatibility list (HCL) or purchase a pre installed and tuned server via one of the recommended integrators. Plexistor SDM software offers the fastest storage performance known. The latency of a few microseconds at the application level, while serving millions of file level accesses per second. m1fs performance boost is valid for all file and access types: Random and sequential access Small and large files Byte and page alignment and granularity Write and read intensive Sync (O_SYNC) and Direct I/O (O_DIRECT) as well as async usage The current version is provided with no warranty or support guarantees and should not be used in production or redistributed. Plexistor SDM Installation & Setup An SDM CE install script is available for download from our website: It is intended to be executed on a physical Intel XEON CPU based server, running a recent Linux distribution, such as Ubuntu 15.10, RHEL 7.2 or 7.1, CentOS 7.2 or 7.1, and Fedora 22. Installation Script Running the script: bashsdm_install.sh blk<device> <or> bashsdm_install.sh # ifnoflashtieravailable Replace <device> with the path to your FLASH tier device (for example /dev/nvme0n1) An optional flag perf_comp is available for user who wish to compare performance as an apples to apples comparison, e.g. m1fs versus NFS/ZFS/XFS/EXT4/... using the same hardware and identical memory footprints. This is a suboptimal configuration and should not be used in production A copy of the End User License Agreement (EULA) will remain in /usr/share/doc/plexistor/eula.txt All rights reserved to Plexistor 2

3 See appendix C for additional details regarding the installation script. The Basic configuration The install script aims to automate a basic configuration, which is convenient for preliminary performance tests, e.g. for comparing XFS, NFS and m1fs. The basic configuration includes: A single SDM mount point (/m1fs) At least 32GB of memory, and at least half of it assigned to Plexistor SDM first tier. Refer to tables 1 and 2 for examples. An optional 2nd FLASH based tier, with the following characteristics: Single device (you can use LVM to aggregate multiple devices, see appendix A ) For devices larger than 13.5 times the capacity of the 1st tier, SDM will create a partition. Refer to table 1 for examples. Activated call home agent (CHA) for proactive support. The call home agent collects various OS level logs and counters periodically. It does not collect user data stored in the file system. If your server operates behind a firewall, please enable outgoing port 443. Otherwise, Plexistor will not receive the telemetry and will not be able to provide proactive support. If other configurations are required contact support@plexistor.com. Physical memory OS memory Storage 1st tier Storage 2nd tier (Before installing m1fs, identical to Table 2) (left to OS and applications) (memory based) (FLASH based) 1 32 GB 16 GB 16 GB Up to 216 GB GB 32* GB 96 GB Up to 1296 GB GB 32* GB 224 GB Up to 3,024 GB Table 1 Examples of the default memory and Flash usage for Ephemeral computing ( * ) Traditional file systems and storage clients are typically the heaviest OS memory users. Plexistor`s SDM bypasses the OS page cache because it is not faster than the 1st storage tier. Physical memory OS memory (Available for applications) Storage 1st tier Storage 2nd tier 1 32 GB 16 GB 16 GB Up to 216 GB GB 64 GB 64 GB Up to 864 GB All rights reserved to Plexistor 3

4 3 256 GB 128 GB 128 GB Up to 1,728 GB Table 2 The default configuration presented in Table 1 is tuned for production purposes. This table shows the same machines, but installed with the perf_comp flag. The performance comparison flag is convenient for an apples to apples performance comparison of m1fs to NFS/ZFS/XFS/EXT4 and the likes. Uninstall To uninstall, run: sdm_uninstall.sh System Information & Analytics The current version does not provide a graphical dashboard. Please use the following command line tools for system information and analysis: Installed packages & version information The SDM uses your distribution package manager for installation. To see the SDM packages & version information on your system execute: rpm qa grep we'(m1fs sdm plexistor)' <or> dpkg l grep we'(m1fs sdm plexistor)' # forcentos/rhel # forubuntu Configuration Command mount t m1fs lsblk /dev/pmem* Description Display mounted m1fs file systems and their mount options Display persistent memory devices, their size and relation within m1fs file systems. Capacity Command df t m1fs Description Display m1fs file systems capacity information Note that the number of used blocks includes both data and metadata blocks. All rights reserved to Plexistor 4

5 Also note that the filesystem reserves the 1st tier capacity on the 2nd FLASH based tier when mounted with the t2sync flag. This is the default when using the install script. du s /m1fs Display m1fs file system size (counting only data blocks). Substitute /m1fs with your m1fs mount point. Advanced Insight Plexistor SDM provides several counters that give insight about the tiering mechanism and the system calls it serves. The counters are accessed, per mounted file system (represented by its primary mount device) with the m1fs_counters.py script: For example, if the mount directory is /m1fs, run the following to get the current counters values: m1fs_counters.py/m1fs This will print three counters called T1 hits, Tier ups and Tier downs. Tiering and data locality insight can be gained by sampling two points in time, calculating the delta values and then the 1st tier miss rate according to the following formula: Δ tier ups (Δtier ups + Δt1 hits) Application data access insight can be gained by viewing the system call counters (as seen by the file system). This is also true for the basic access size granularity. To do so, run the following command: m1fs_counters.py mi/m1fs This will show for example: All rights reserved to Plexistor 5

6 Additional help is available via m1fs_counters.py help Performance sanity test In addition to the m1fs counter, we provide a performance script to assess the local m1fs installation. Please run the script with an empty mounted m1fs (i.e., immediately after mounting m1fs for the first time after mkfs) and provide us with the results. To run, assuming m1fs is mounted on /m1fs: /opt/m1fs support/m1fsperf.py/m1fs The script may run for several minutes, depending on the file system s size and hardware configuration. All rights reserved to Plexistor 6

7 Reporting a Bug Please don t hesitate to contact us with any question or issue. support@plexistor.com When contacting about a bug, please attach the output file of the following script: /opt/m1fs support/collect_logs.sh The output file location is /tmp/m1fs support <date>.tar.gz All rights reserved to Plexistor 7

8 Known Issues The grayed out issues can be ignored as they are irrelevant for the installation type described in this document: Issue Description Bypass & Fix estimation PXS When using volatile memory as if it was persistent: The definition of the persistent memory block device (pmem), cannot overlap memory ranges reserved for I/O memory. In virtual machines these ranges span 0 1GB and 3.5 4GB. In physical machines the range is 0 4GB Running tail f " over a file residing on m1fs, will print the following warning: unrecognized file system type 0x d UEFI Secure Boot (Windows Secure Boot) not supported Upstream distribution updates might remove m1fs kernel as default boot kernel Kernel log includes the following message "d_pmem namespace0.0: unable to guarantee persistence of writes" Mount point does not exist, the sdm setup service failed (see with systemctl status sdm setup.service ) A possible packaging conflict with RHEL / CentOS GUI installation (Xorg x11 drv vmmouse) Irrelevant for NVDIMM users. Irrelevant for install script users. When reserving memory by yours, reserve memory after the 4GB mark. A false warning that can be ignored. It will be removed in a future Linux version. Irrelevant for install script users. Disable Secure Boot before installing the m1fs kernel After updating the host, please make sure that the m1fs kernel is still the default boot option. A false warning that can be ignored. It will be removed in a future Linux version. On very slow hosts, the mkfs command may be issued before udev completes. Restart the service by running systemctl restart sdm setup.service The install script offers to remove the conflicting package All rights reserved to Plexistor 8

9 Appendix A: Configuring LVM2 to support multiple FLASH based devices 1. Install LVM2 tools: yuminstall ylvm2 2. Create a volume group: vgcreate s1g<vg name><device1>[<device2>...] For example, to create a volume group called m1fs t2 vg1 with two NVMe devices /dev/nvme0n1 and /dev/nvme1n1, run: vgcreate s1gm1fs t2 vg1/dev/nvme0n1/dev/nvme1n1 3. Create a logical volume: lvcreate i<number of devices> I2M n<lv name> L<size><vg name> To continue our example from the setup chapter, create a logical volume called m1fs t2 lv1 that corresponds to the 128GB 1st tier size (128G*13.5=1.728T) by running: lvcreate i2 I2M nm1fs t2 lv1 L1.728Tm1fs t2 vg1 For volume groups that are smaller than 13.5 times the 1st tier size, it is also possible to use the entire volume group by replacing the L <size> argument with l 100%FREE. 4. Now you can use the created logical volume as the second tier device in mkfs.m1fs and mount commands. The device path is /dev/<vg name>/<lv name> In our example, the device path is /dev/m1fs t2 vg1/m1fs t2 lv1. 5. To verify the correct LVM configuration you may run the following command and review its output. lvs a o+devices,stripes,stripe_size,vg_extent_size All rights reserved to Plexistor 9

10 Appendix B: Upgrading Ubuntu If you re running a version of Ubuntu that isn t supported by us, you can upgrade by following these instructions: If running the latest LTS version (14.04), edit the configuration file /etc/update manager/release upgrades and change Prompt=lts to Prompt=normal. Run the command do release upgrade as user root and follow the on screen instruction. It s possible to run the command multiple times to upgrade several versions forward. Appendix C: Using Plexistor s Automatic Installation Script Notes regarding the automatic install script: The script adds the Plexistor package repository to your package manager. The script installs Plexistor s flavored kernel for latest support of SDM devices. On boot a service called sdm setup will configure m1fs to be mounted on /m1fs with predefined recommended settings. It is possible to change the automatic setting by editing the file /etc/sdm.conf. Run systemctl restart sdm setup to apply the changes afterwards. To see the status of the setup process, run systemctl status sdm setup. Appendix D: Re mount When a 2nd FLASH based tier (t2) device is available to the install script, it mounts the m1fs file system using the t2sync flag. This forward compatibility feature means that upon a proper umount system call all data and metadata will be moved to the 2nd tier. When re mounting the m1fs file system, previously mounted under the above circumstances, be sure to run: mount tm1fs oephemeral,t2sync /dev/sdb /m1fs or mount tm1fs ot2sync /dev/sdb /m1fs Replace /dev/ sdb with the path to your 2nd FLASH based tier # WhenusingrealNVDIMMs All rights reserved to Plexistor 10

Plexistor SDM on AWS - User Guide

Plexistor SDM on AWS - User Guide Plexistor SDM on AWS - User Guide This guide was last updated for version: m1fs v1.7.0 December 2015 This AWS image is provided for free with limited support. That said, Plexistor respects your time and

More information

Intel Cache Acceleration Software (Intel CAS) for Linux* v2.8 (GA)

Intel Cache Acceleration Software (Intel CAS) for Linux* v2.8 (GA) Intel Cache Acceleration Software (Intel CAS) for Linux* v2.8 (GA) Quick Start Guide August 2015 Revision 001 Order Number: 332551-001US Intel may make changes to specifications and product descriptions

More information

Control Center Planning Guide

Control Center Planning Guide Release 1.2.0 Zenoss, Inc. www.zenoss.com Copyright 2016 Zenoss, Inc. All rights reserved. Zenoss and the Zenoss logo are trademarks or registered trademarks of Zenoss, Inc., in the United States and other

More information

Control Center Planning Guide

Control Center Planning Guide Control Center Planning Guide Release 1.4.2 Zenoss, Inc. www.zenoss.com Control Center Planning Guide Copyright 2017 Zenoss, Inc. All rights reserved. Zenoss, Own IT, and the Zenoss logo are trademarks

More information

Arch Linux with an SSD Cache using LVM on BCache. Jeremy Runyan

Arch Linux with an SSD Cache using LVM on BCache. Jeremy Runyan Arch Linux with an SSD Cache using LVM on BCache Jeremy Runyan 1 Table of Contents Introduction 3 Materials. 3 Prepare.... 4 Create Partitions.. 4-6 Format and Mount Partitions.. 6 Install Arch Linux.

More information

Ben Walker Data Center Group Intel Corporation

Ben Walker Data Center Group Intel Corporation Ben Walker Data Center Group Intel Corporation Notices and Disclaimers Intel technologies features and benefits depend on system configuration and may require enabled hardware, software or service activation.

More information

Acronis Backup Version 11.5 Update 6 INSTALLATION GUIDE. For Linux Server APPLIES TO THE FOLLOWING PRODUCTS

Acronis Backup Version 11.5 Update 6 INSTALLATION GUIDE. For Linux Server APPLIES TO THE FOLLOWING PRODUCTS Acronis Backup Version 11.5 Update 6 APPLIES TO THE FOLLOWING PRODUCTS For Linux Server INSTALLATION GUIDE Copyright Statement Copyright Acronis International GmbH, 2002-2015. All rights reserved. Acronis

More information

Deploy a High-Performance Database Solution: Cisco UCS B420 M4 Blade Server with Fusion iomemory PX600 Using Oracle Database 12c

Deploy a High-Performance Database Solution: Cisco UCS B420 M4 Blade Server with Fusion iomemory PX600 Using Oracle Database 12c White Paper Deploy a High-Performance Database Solution: Cisco UCS B420 M4 Blade Server with Fusion iomemory PX600 Using Oracle Database 12c What You Will Learn This document demonstrates the benefits

More information

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

Zenoss Resource Manager Upgrade Guide

Zenoss Resource Manager Upgrade Guide Zenoss Resource Manager Upgrade Guide Release 5.0.10 Zenoss, Inc. www.zenoss.com Zenoss Resource Manager Upgrade Guide Copyright 2016 Zenoss, Inc. All rights reserved. Zenoss and the Zenoss logo are trademarks

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

Manually Mount Usb Device Linux Command Line Ubuntu 12.04

Manually Mount Usb Device Linux Command Line Ubuntu 12.04 Manually Mount Usb Device Linux Command Line Ubuntu 12.04 4 answers, How to access a usb flash drive from the terminal? (How can I mount a flash drive manually?) Can't mount external usb driver on Ubuntu

More information

FORTINET DOCUMENT LIBRARY FORTINET VIDEO GUIDE FORTINET BLOG CUSTOMER SERVICE & SUPPORT FORTIGATE COOKBOOK FORTINET TRAINING SERVICES

FORTINET DOCUMENT LIBRARY FORTINET VIDEO GUIDE FORTINET BLOG CUSTOMER SERVICE & SUPPORT FORTIGATE COOKBOOK FORTINET TRAINING SERVICES Guide FORTINET DOCUMENT LIBRARY http://docs.fortinet.com FORTINET VIDEO GUIDE http://video.fortinet.com FORTINET BLOG https://blog.fortinet.com CUSTOMER SERVICE & SUPPORT https://support.fortinet.com http://cookbook.fortinet.com/how-to-work-with-fortinet-support/

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

PM Support in Linux and Windows. Dr. Stephen Bates, CTO, Eideticom Neal Christiansen, Principal Development Lead, Microsoft

PM Support in Linux and Windows. Dr. Stephen Bates, CTO, Eideticom Neal Christiansen, Principal Development Lead, Microsoft PM Support in Linux and Windows Dr. Stephen Bates, CTO, Eideticom Neal Christiansen, Principal Development Lead, Microsoft Windows Support for Persistent Memory 2 Availability of Windows PM Support Client

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

Quick Start Guide for Integrating Ziften Zenith and Microsoft Windows Defender ATP

Quick Start Guide for Integrating Ziften Zenith and Microsoft Windows Defender ATP Quick Start Guide for Integrating Ziften Zenith and Microsoft Windows Defender ATP Ziften and Microsoft have agreed to a technical partnership in which Ziften s Zenith platform is able to integrate in

More information

Linux Hardware Management. Linux System Administration COMP2018 Summer 2017

Linux Hardware Management. Linux System Administration COMP2018 Summer 2017 Linux Hardware Management Linux System Administration COMP2018 Summer 2017 Hardware Resources CPU refers to the primary computing resource and is measured in processor cores RAM refers to the volatile

More information

New types of Memory, their support in Linux and how to use them with RDMA

New types of Memory, their support in Linux and how to use them with RDMA 14 th ANNUAL WORKSHOP 2018 New types of Memory, their support in Linux and how to use them with RDMA Christoph Lameter, Ph.D., R&D Team Lead Jump Trading LLC April 5, 2018 Overview Why talk about memory?

More information

Veritas Storage Foundation Basic - Technical FAQ January 2009

Veritas Storage Foundation Basic - Technical FAQ January 2009 Veritas Storage Foundation Basic - Technical FAQ January 2009-1 - GENERAL QUESTIONS... 3 What is Veritas Storage Foundation Basic?... 3 What are edge-tier workloads?... 3 How much does Storage Foundation

More information

Red Hat Enterprise 7 Beta File Systems

Red Hat Enterprise 7 Beta File Systems Red Hat Enterprise 7 Beta File Systems New Scale, Speed & Features Ric Wheeler Director Red Hat Kernel File & Storage Team Red Hat Storage Engineering Agenda Red Hat Enterprise Linux 7 Storage Features

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

INSTALLING INSTALLING INSTALLING

INSTALLING INSTALLING INSTALLING Architect Version 7.0 Release Notes May 2015 0898600-7.0 READ READ READ ME ME ME BEFORE BEFORE BEFORE INSTALLING INSTALLING INSTALLING THIS THIS THIS PRODUCT PRODUCT PRODUCT Disclaimer The information

More information

Persistent Memory in Linux. Tom Coughlan (with Thanks to Jeff Moyer), Red Hat

Persistent Memory in Linux. Tom Coughlan (with Thanks to Jeff Moyer), Red Hat Persistent Memory in Linux Tom Coughlan (with Thanks to Jeff Moyer), Red Hat Since our last meeting... Fedora 23 shipped with pmem support (min. kernel version 4.4) RHEL 7.3 shipped with Full support for

More information

Veeam Agent for Linux

Veeam Agent for Linux Veeam Agent for Linux Version 2.0 User Guide December, 2017 2017 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may be reproduced,

More information

Flavors of Memory supported by Linux, their use and benefit. Christoph Lameter, Ph.D,

Flavors of Memory supported by Linux, their use and benefit. Christoph Lameter, Ph.D, Flavors of Memory supported by Linux, their use and benefit Christoph Lameter, Ph.D, Twitter: @qant Flavors Of Memory The term computer memory is a simple term but there are numerous nuances

More information

Linux+ Guide to Linux Certification, Third Edition. Chapter 2 Linux Installation and Usage

Linux+ Guide to Linux Certification, Third Edition. Chapter 2 Linux Installation and Usage Linux+ Guide to Linux Certification, Third Edition Chapter 2 Linux Installation and Usage Objectives Install Red Hat Fedora Linux using good practices Outline the structure of the Linux interface Enter

More information

Isilon InsightIQ. Version Installation Guide

Isilon InsightIQ. Version Installation Guide Isilon InsightIQ Version 4.1.0 Installation Guide Copyright 2009-2016 EMC Corporation All rights reserved. Published October 2016 Dell believes the information in this publication is accurate as of its

More information

Using Fluentd as an alternative to Splunk

Using Fluentd as an alternative to Splunk Using Fluentd as an alternative to Splunk As infrastructure within organizations grows in size and the number of hosts, the cost of Splunk may become prohibitive. I created this document to demonstrate,

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

INSTALLING INSTALLING INSTALLING Architect Version 6.0 Update 2 Release Notes April 2012 0898600-6.0-2 READ READ READ ME ME ME BEFORE BEFORE BEFORE INSTALLING INSTALLING INSTALLING THIS THIS THIS PRODUCT PRODUCT PRODUCT Disclaimer The

More information

New RHEL 7.5 features: VDO, USBGuard, NBDE and AIDE. RHUG Q Marc Skinner Principal Solutions Architect 3/21/2018

New RHEL 7.5 features: VDO, USBGuard, NBDE and AIDE. RHUG Q Marc Skinner Principal Solutions Architect 3/21/2018 New RHEL 7.5 features: VDO, USBGuard, NBDE and AIDE RHUG Q1.2018 Marc Skinner Principal Solutions Architect 3/21/2018 RHEL7.5beta :: New Features Storage - Virtual Data Optimizer (VDO) Security - NBDE

More information

Dell EMC NVDIMM-N Persistent Memory. User Guide

Dell EMC NVDIMM-N Persistent Memory. User Guide Dell EMC NVDIMM-N Persistent Memory User Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates either

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

Purpose. Target Audience. Solution Overview NCPA. Using NCPA For Passive Checks

Purpose. Target Audience. Solution Overview NCPA. Using NCPA For Passive Checks Using For Passive Checks Purpose This document describes how to configure the Nagios Cross Platform Agent () to send passive check results to Nagios XI or Nagios Core using Nagios Remote Data Processor

More information

Manually Mount Usb Flash Drive Ubuntu Server Command Line

Manually Mount Usb Flash Drive Ubuntu Server Command Line Manually Mount Usb Flash Drive Ubuntu Server Command Line 4 answers, How to access a usb flash drive from the terminal? (How can I mount a flash drive manually?) sudo mount -t ntfs-3g /dev/sdb1 /media/external.

More information

Manually Mount Usb Flash Drive Linux Command Line Redhat

Manually Mount Usb Flash Drive Linux Command Line Redhat Manually Mount Usb Flash Drive Linux Command Line Redhat How to Format USB in Linux using Command Line. This article will help you to format USB Flash drive in Ubuntu systems via Command line. So first

More information

Acronis Backup & Recovery 11.5

Acronis Backup & Recovery 11.5 Acronis Backup & Recovery 11.5 Installation Guide Applies to the following editions: Update 2 Advanced Server Server for Windows Virtual Edition Server for Linux Advanced Server SBS Edition Workstation

More information

Upgrade Tool Guide. July

Upgrade Tool Guide. July Upgrade Tool Guide July 2015 http://www.liveaction.com 4.X to 5.0 The Upgrade Guide from 4.X to 5.0 consists of three parts: Upgrading the LiveAction Server Upgrading the LiveAction Node Upgrading the

More information

Panel: Persistent Memory Adoption in Operating Systems (-ish) Moderator: Jeff Chang AgigA Tech, NVDIMM SIG Co-Chair

Panel: Persistent Memory Adoption in Operating Systems (-ish) Moderator: Jeff Chang AgigA Tech, NVDIMM SIG Co-Chair Panel: Persistent Memory Adoption in Operating Systems (-ish) Moderator: Jeff Chang AgigA Tech, NVDIMM SIG Co-Chair Meet The Experts Tom Talpey Architect Tom Coughlan Senior Engineering Manager Amit Golander

More information

Virtual Data Center (vdc) Manual

Virtual Data Center (vdc) Manual Virtual Data Center (vdc) Manual English Version 1.0 Page 1 of 43 Content 1 HOW TO USE CLOUD PORTAL (VMWARE VIRTUAL DATA CENTER)... 3 2 VMWARE SYSTEM DETAILS... 5 3 HOW TO MANAGE VIRTUAL MACHINE... 6 Edit

More information

Connecting to a Tactical Subject Using The F-Response Accelerator on Linux

Connecting to a Tactical Subject Using The F-Response Accelerator on Linux Mission Guide: TACTICAL v7 Connecting to a Tactical Subject Using The F-Response Accelerator on Linux Overview Step 1: Start the Tactical Subject... 1 Step 2: Mount the Tactical Examiner USB... 2 Step

More information

INSTALLING INSTALLING INSTALLING

INSTALLING INSTALLING INSTALLING Architect Version 7.3 Release Notes October 2017 0898600-7.3 READ READ READ ME ME ME BEFORE BEFORE BEFORE INSTALLING INSTALLING INSTALLING THIS THIS THIS PRODUCT PRODUCT PRODUCT Disclaimer The information

More information

Using NVDIMM under KVM. Applications of persistent memory in virtualization

Using NVDIMM under KVM. Applications of persistent memory in virtualization Using NVDIMM under KVM Applications of persistent memory in virtualization Stefan Hajnoczi About me QEMU contributor since 2010 Focus on storage, tracing, performance Work in Red

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

SPDK Blobstore: A Look Inside the NVM Optimized Allocator

SPDK Blobstore: A Look Inside the NVM Optimized Allocator SPDK Blobstore: A Look Inside the NVM Optimized Allocator Paul Luse, Principal Engineer, Intel Vishal Verma, Performance Engineer, Intel 1 Outline Storage Performance Development Kit What, Why, How? Blobstore

More information

GL-280: Red Hat Linux 7 Update. Course Description. Course Outline

GL-280: Red Hat Linux 7 Update. Course Description. Course Outline GL-280: Red Hat Linux 7 Update Course Description This is a differences course that focuses on the new technologies and features that made their appearance in Red Hat Enterprise Linux v7. It is intended

More information

Red Hat Network Satellite 5.0.0: Virtualization Step by Step

Red Hat Network Satellite 5.0.0: Virtualization Step by Step Red Hat Network Satellite 5.0.0: Virtualization Step by Step By Máirín Duffy, Red Hat Network Engineering Abstract Red Hat Network Satellite 5.0 is the first Satellite release to include virtual platform

More information

Zend Server Cluster Manager 5.x Installation Guide

Zend Server Cluster Manager 5.x Installation Guide Zend Server Cluster Manager 5.x Installation Guide By Zend Technologies www.zend.com This is the Installation Guide for Server Cluster Manager, Version 5.0. The information in this document is subject

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

INSTALLING INSTALLING INSTALLING

INSTALLING INSTALLING INSTALLING Architect Version 7.5-1 Release Notes March 2019 0898600-7.5-1 READ READ READ ME ME ME BEFORE BEFORE BEFORE INSTALLING INSTALLING INSTALLING THIS THIS THIS PRODUCT PRODUCT PRODUCT Disclaimer The information

More information

Installation and Cluster Deployment Guide for KVM

Installation and Cluster Deployment Guide for KVM ONTAP Select 9 Installation and Cluster Deployment Guide for KVM Using ONTAP Select Deploy 2.6 November 2017 215-12637_B0 doccomments@netapp.com Updated for ONTAP Select 9.3 Table of Contents 3 Contents

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

Disks, Filesystems, Booting Todd Kelley CST8177 Todd Kelley 1

Disks, Filesystems, Booting Todd Kelley CST8177 Todd Kelley 1 Disks, Filesystems, Booting Todd Kelley kelleyt@algonquincollege.com CST8177 Todd Kelley 1 sudo and PATH (environment) disks partitioning formatting file systems: mkfs command checking file system integrity:

More information

This is Worksheet and Assignment 12. Disks, Partitions, and File Systems

This is Worksheet and Assignment 12. Disks, Partitions, and File Systems This is Worksheet and Assignment 12 This is a combined Worksheet and Assignment.. Quizzes and tests may refer to work done in this Worksheet and Assignment; save your answers. You will use a checking program

More information

This is sometimes necessary to free up disk space on a volume that cannot have extra disk space easily added.

This is sometimes necessary to free up disk space on a volume that cannot have extra disk space easily added. Movin g /var/log/ Article Number: 473 Rating: Unrated Last Updated: Tue, Mar 29, 2016 at 5:56 PM O ve r vie w This KB article will walk you through the steps of moving the /var/log directory to a new disk/volume

More information

How To Manually Install Driver Ubuntu Server On Virtualbox

How To Manually Install Driver Ubuntu Server On Virtualbox How To Manually Install Driver Ubuntu 12.04 Server On Virtualbox I'm using virtual box in order to configure Ubuntu 12.04 Server. Video tutorials on youtube most people use ubuntu desktop and after odoo

More information

Zend Server Cluster Manager 5.6 Installation Guide

Zend Server Cluster Manager 5.6 Installation Guide Zend Server Cluster Manager 5.6 Installation Guide By Zend Technologies www.zend.com Abstract This is the Installation Guide for Zend Server Cluster Manager Version 5.6. The information in this document

More information

Dell EMC NVDIMM-N Persistent Memory. User Guide

Dell EMC NVDIMM-N Persistent Memory. User Guide Dell EMC NVDIMM-N Persistent Memory User Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates either

More information

ONTAP Select with NVMe Storage

ONTAP Select with NVMe Storage Technical Report ONTAP Select with NVMe Storage Architecture and Configuration Guide Arvind Jagannath, NetApp September 2017 TR-4625 Abstract This report provides an architecture overview and serves as

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

SONAS Best Practices and options for CIFS Scalability

SONAS Best Practices and options for CIFS Scalability COMMON INTERNET FILE SYSTEM (CIFS) FILE SERVING...2 MAXIMUM NUMBER OF ACTIVE CONCURRENT CIFS CONNECTIONS...2 SONAS SYSTEM CONFIGURATION...4 SONAS Best Practices and options for CIFS Scalability A guide

More information

Veeam Agent for Linux

Veeam Agent for Linux Veeam Agent for Linux Version 2.0.1 User Guide July, 2018 2018 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may be reproduced,

More information

percona-agent Documentation

percona-agent Documentation percona-agent Documentation Release 1.0.10 Percona June 30, 2015 Contents 1 Getting Started with Percona Cloud Tools 3 1.1 How PCT Works............................................. 3 1.2 Tools...................................................

More information

Manual Install Ubuntu Server From Usb Drive

Manual Install Ubuntu Server From Usb Drive Manual Install Ubuntu 12.04 Server From Usb Drive The following sections describe how to install Ubuntu in UEFI mode, either if you use the manual partitioning ("Something else"), the difference is that

More information

Leveraging Docker and CoreOS to provide always available Cassandra at Instaclustr

Leveraging Docker and CoreOS to provide always available Cassandra at Instaclustr Leveraging Docker and CoreOS to provide always available Cassandra at Instaclustr Adam Zegelin Founding Software Engineer & Co-founder of Instaclustr adam@instaclustr.com @zegelin Instaclustr Managed Apache

More information

Parallels Virtuozzo Containers 4.6 for Linux Readme

Parallels Virtuozzo Containers 4.6 for Linux Readme Parallels Virtuozzo Containers 4.6 for Linux Readme This document provides the first-priority information about Parallels Virtuozzo Containers 4.6 for Linux and supplements the included documentation.

More information

Zend Server Cluster Manager 5.5 Beta. Installation Guide. By Zend Technologies.

Zend Server Cluster Manager 5.5 Beta. Installation Guide. By Zend Technologies. Zend Server Cluster Manager 5.5 Beta Installation Guide By Zend Technologies www.zend.com Abstract This is the Installation Guide for Zend Server Cluster Manager Version 5.5 Beta. The information in this

More information

Disks, Filesystems Todd Kelley CST8177 Todd Kelley 1

Disks, Filesystems Todd Kelley CST8177 Todd Kelley 1 Disks, Filesystems Todd Kelley kelleyt@algonquincollege.com CST8177 Todd Kelley 1 sudo and PATH (environment) disks partitioning formatting file systems: mkfs command checking file system integrity: fsck

More information

Implementing Software RAID

Implementing Software RAID Implementing Software RAID on Dell PowerEdge Servers Software RAID is an inexpensive storage method offering fault tolerance and enhanced disk read-write performance. This article defines and compares

More information

NVIDIA DGX OS SERVER VERSION 4.0.3

NVIDIA DGX OS SERVER VERSION 4.0.3 NVIDIA DGX OS SERVER VERSION 4.0.3 DA-08260-403_v03 November 2018 Release Notes and Update Guide TABLE OF CONTENTS NVIDIA DGX OS Server Release Notes for Version 4.0.3... 3 Update Advisement... 4 About

More information

Scale-Out backups with Bareos and Gluster. Niels de Vos Gluster co-maintainer Red Hat Storage Developer

Scale-Out backups with Bareos and Gluster. Niels de Vos Gluster co-maintainer Red Hat Storage Developer Scale-Out backups with Bareos and Gluster Niels de Vos Gluster co-maintainer Red Hat Storage Developer ndevos@redhat.com Agenda Gluster integration in Bareos Introduction into GlusterFS Quick Start Example

More information

CS3600 SYSTEMS AND NETWORKS

CS3600 SYSTEMS AND NETWORKS CS3600 SYSTEMS AND NETWORKS NORTHEASTERN UNIVERSITY Lecture 11: File System Implementation Prof. Alan Mislove (amislove@ccs.neu.edu) File-System Structure File structure Logical storage unit Collection

More information

Persistent Memory, NVM Programming Model, and NVDIMMs. Presented at Storage Field Day June 15, 2017

Persistent Memory, NVM Programming Model, and NVDIMMs. Presented at Storage Field Day June 15, 2017 Persistent Memory, NVM Programming Model, and NVDIMMs Presented at Storage Field Day June 15, 2017 Contents Introductions Persistent Memory Overview NVM Programming Model NVDIMM 2 Speakers Rob Peglar,

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

NVMe SSDs with Persistent Memory Regions

NVMe SSDs with Persistent Memory Regions NVMe SSDs with Persistent Memory Regions Chander Chadha Sr. Manager Product Marketing, Toshiba Memory America, Inc. 2018 Toshiba Memory America, Inc. August 2018 1 Agenda q Why Persistent Memory is needed

More information

Installation Guide. Connection Broker. Advanced Capacity and Connection Management for Hybrid Clouds

Installation Guide. Connection Broker. Advanced Capacity and Connection Management for Hybrid Clouds Installation Guide Connection Broker Advanced Capacity and Connection Management for Hybrid Clouds Version 9.0 October 2018 Contacting Leostream Leostream Corporation http://www.leostream.com 271 Waverley

More information

Capabilities and System Benefits Enabled by NVDIMM-N

Capabilities and System Benefits Enabled by NVDIMM-N Capabilities and System Benefits Enabled by NVDIMM-N Bob Frey Arthur Sainio SMART Modular Technologies August 7, 2018 Santa Clara, CA 1 NVDIMM-N Maturity and Evolution If there's one takeaway you should

More information

Getting Started Guide. Installation and Setup Instructions. For version Copyright 2009 Code 42 Software, Inc. All rights reserved

Getting Started Guide. Installation and Setup Instructions. For version Copyright 2009 Code 42 Software, Inc. All rights reserved Installation and Setup Instructions For version 06.11.2009 Copyright 2009 Code 42 Software, Inc. All rights reserved About This Guide This guide shows you how to install, activate and back up with CrashPlan

More information

Acronis Backup & Recovery 11 Server for Linux

Acronis Backup & Recovery 11 Server for Linux Acronis Backup & Recovery 11 Server for Linux Update 0 Installation Guide Copyright Acronis, Inc., 2000-2011. All rights reserved. Acronis and Acronis Secure Zone are registered trademarks of Acronis,

More information

Installation Requirements

Installation Requirements Before installing Prime Cable Provisioning, review the licensing and the installation requirements described in this chapter. This chapter contains the following sections: Licensing, page 1 System Requirements,

More information

Performance and Optimization Issues in Multicore Computing

Performance and Optimization Issues in Multicore Computing Performance and Optimization Issues in Multicore Computing Minsoo Ryu Department of Computer Science and Engineering 2 Multicore Computing Challenges It is not easy to develop an efficient multicore program

More information

Z-Drive R4 and 4500 Linux Device Driver

Z-Drive R4 and 4500 Linux Device Driver User Guide Driver Version 4.2 Contents Introduction............................................................................ 3 New features of driver version 4.2...........................................................

More information

McAfee Endpoint Security Threat Prevention Installation Guide - Linux

McAfee Endpoint Security Threat Prevention Installation Guide - Linux McAfee Endpoint Security 10.5.1 - Threat Prevention Installation Guide - Linux COPYRIGHT Copyright 2018 McAfee, LLC TRADEMARK ATTRIBUTIONS McAfee and the McAfee logo, McAfee Active Protection, epolicy

More information

Infoblox Kubernetes1.0.0 IPAM Plugin

Infoblox Kubernetes1.0.0 IPAM Plugin 2h DEPLOYMENT GUIDE Infoblox Kubernetes1.0.0 IPAM Plugin NIOS version 8.X August 2018 2018 Infoblox Inc. All rights reserved. Infoblox Kubernetes 1.0.0 IPAM Deployment Guide August 2018 Page 1 of 18 Overview...

More information

VIRTUAL GPU SOFTWARE R384 FOR HUAWEI UVP

VIRTUAL GPU SOFTWARE R384 FOR HUAWEI UVP VIRTUAL GPU SOFTWARE R384 FOR HUAWEI UVP RN-07939-001 _v5.0 through 5.2 January 2018 Release Notes TABLE OF CONTENTS Chapter 1. Release Notes... 1 Chapter 2. Validated Platforms...3 2.1. Supported NVIDIA

More information

Non-Volatile Memory Through Customized Key-Value Stores

Non-Volatile Memory Through Customized Key-Value Stores Non-Volatile Memory Through Customized Key-Value Stores Leonardo Mármol 1 Jorge Guerra 2 Marcos K. Aguilera 2 1 Florida International University 2 VMware L. Mármol, J. Guerra, M. K. Aguilera (FIU and VMware)

More information

Exam Name: Red Hat Certified Engineer on Redhat

Exam Name: Red Hat Certified Engineer on Redhat Vendor: Red Hat Exam Code: RH302 Exam Name: Red Hat Certified Engineer on Redhat Version: DEMO QUESTION 1 One Logical Volume is created named as myvol under vo volume group and is mounted. The Initial

More information

Aerie: Flexible File-System Interfaces to Storage-Class Memory [Eurosys 2014] Operating System Design Yongju Song

Aerie: Flexible File-System Interfaces to Storage-Class Memory [Eurosys 2014] Operating System Design Yongju Song Aerie: Flexible File-System Interfaces to Storage-Class Memory [Eurosys 2014] Operating System Design Yongju Song Outline 1. Storage-Class Memory (SCM) 2. Motivation 3. Design of Aerie 4. File System Features

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

Upgrade Guide. This document details the upgrade process for customers moving from the full version of OnApp Cloud v2.3.1 to v2.3.2.

Upgrade Guide. This document details the upgrade process for customers moving from the full version of OnApp Cloud v2.3.1 to v2.3.2. Upgrade Guide v2.3.2 This document details the upgrade process for customers moving from the full version of OnApp Cloud v2.3.1 to v2.3.2. It explains important changes to the backup system, network config

More information

Installation and Cluster Deployment Guide for KVM

Installation and Cluster Deployment Guide for KVM ONTAP Select 9 Installation and Cluster Deployment Guide for KVM Using ONTAP Select Deploy 2.9 August 2018 215-13526_A0 doccomments@netapp.com Updated for ONTAP Select 9.4 Table of Contents 3 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

Server Monitoring. AppDynamics Pro Documentation. Version 4.1.x. Page 1

Server Monitoring. AppDynamics Pro Documentation. Version 4.1.x. Page 1 Server Monitoring AppDynamics Pro Documentation Version 4.1.x Page 1 Server Monitoring......................................................... 4 Standalone Machine Agent Requirements and Supported Environments............

More information

RH133. Red Hat Linux System Administration

RH133. Red Hat Linux System Administration RH133 Red Hat Linux System Administration Version 3.5 QUESTION NO: 1 RH133 John works as a Network Administrator for Perfect Solutions Inc. The company has a Linux-based network. He is working as a root

More information

8 ISSUE 02 SPECIAL EDITION. Installing opensuse Ready to get started? This article shows you how to install opensuse from the disc

8 ISSUE 02 SPECIAL EDITION. Installing opensuse Ready to get started? This article shows you how to install opensuse from the disc Installing opensuse 11.0 Ready to get started? This article shows you how to install opensuse from the disc included with this special edition. BY MARCEL HILZINGER he two-sided DVD included with this special

More information

Dell PowerEdge R730xd Servers with Samsung SM1715 NVMe Drives Powers the Aerospike Fraud Prevention Benchmark

Dell PowerEdge R730xd Servers with Samsung SM1715 NVMe Drives Powers the Aerospike Fraud Prevention Benchmark Dell PowerEdge R730xd Servers with Samsung SM1715 NVMe Drives Powers the Aerospike Fraud Prevention Benchmark Testing validation report prepared under contract with Dell Introduction As innovation drives

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

A New Key-value Data Store For Heterogeneous Storage Architecture Intel APAC R&D Ltd.

A New Key-value Data Store For Heterogeneous Storage Architecture Intel APAC R&D Ltd. A New Key-value Data Store For Heterogeneous Storage Architecture Intel APAC R&D Ltd. 1 Agenda Introduction Background and Motivation Hybrid Key-Value Data Store Architecture Overview Design details Performance

More information

Installation Requirements

Installation Requirements Before installing Prime Cable Provisioning, review the licensing and the installation requirements described in this chapter. This chapter contains the following sections: Licensing, page 1 System Requirements,

More information