GSE z/os Systems Working Group s390-tools
|
|
|
- Clarence Bailey
- 10 years ago
- Views:
Transcription
1 Bertrand Jouniaux 2011/06/15 GSE z/os Systems Working Group s390-tools
2 Based on s390-tools: The Swiss Army Knife for Linux on System z System Administration Hans-Joachim Picht Running Linux on System z as a z/vm Guest: Useful Things to Know Hans-Joachim Picht 2
3 S390-TOOLS: THE SWISS ARMY KNIFE FOR LINUX ON SYSTEM Z SYSTEM ADMINISTRATION 3
4 The Linux on System z Life Cycle IPL INIT Maintain Debug You need the s390-tool at every stage of the life cycle of a Linux guest (LPAR & z/vm) 4
5 What is the s390-tools package? s390-tools is a package with a set of user space utilities to be used with the Linux on System z distributions It is the essential tool box for Linux on System z It contains everything from the boot loader to dump related tools for system crash analysis The latest version is and was released in 2011/05/19 This software package is contained in all major (and IBM supported) distributions which support s390 RedHat Enterprise Linux 4 (s390-tools-1.3.2) RedHat Enterprise Linux 5 (s390-tools since RHEL 5.4) SuSE Linux Enterprise Server 10 (s390-tools since SLES 10 SP2 ) SuSE Linux Enterprise Server 11 (s390-tools-1.8.0) Website: 5
6 What is the s390-tools package? More than 50 tools exclusively dedicated to Linux on z 6
7 The 10 tools boxes 7 Change chccwdev chchp chreipl chshut chzcrypt Display lscss lschp lsdasd lsluns lsqeth lsreipl lsshut lstape lszcrypt lszfcp DASD dasdfmt dasdinfo dasdview fdasd tunedasd MONITOR mon_fsstatd mon_procd ziomon Network ip_watcher osasnmpd qetharp qethconf Tape tape390_crypt tape390_display Debug dbginfo dumpconf zfcpdump zfcpdbf zgetdump scsi_logging_level zvm vmconvert vmcp vmur Misc cpuplugd iucvconn Iucvtty ts-shell Boot zipl
8 Selection of 14 essential tools 8 Change chccwdev chchp chreipl chshut chzcrypt Display lscss lschp lsdasd lsluns lsqeth lsreipl lsshut lstape lszcrypt lszfcp DASD dasdfmt dasdinfo dasdview fdasd tunedasd MONITOR mon_fsstatd mon_procd ziomon Network ip_watcher osasnmpd qetharp qethconf Tape tape390_crypt tape390_display Debug dbginfo dumpconf zfcpdump zfcpdbf zgetdump scsi_logging_level zvm vmconvert vmcp vmur Misc cpuplugd iucvconn Iucvtty ts-shell Boot zipl
9 CHANGE chccwdev chchp chreipl chshut chzcrypt chccwdev The chccwdev command with the -e flag activates the unused DASD. And with the -d flag deactivate a DASD Example # chccwdev -e Setting device online 9
10 CHANGE chccwdev chchp chreipl chshut chzcrypt Chreipl (Shutdown action tools ) Configure a disk or change a an entry in the Boot menu for the next boot cycle. Example ~> chreipl node /dev/dasda ~> chreipl node /dev/sda 10
11 CHANGE chccwdev chchp chreipl chshut chzcrypt Chshut (Shutdown action tools ) Change the entries in /sys/firmware to configure the shutdown behaviour Example 11 chshut halt ipl chshut halt vmcmd LOGOFF chshut poff vmcmd "MSG MASTER Going down" vmcmd "LOGOFF"
12 CHANGE chccwdev chchp chreipl chshut chzcrypt Chzcrypt (modify zcrypt configuration) Use the chzcrypt command to configure cryptographic adapters managed by zcrypt and modify zcrypt s AP bus attributes. Example chzcrypt -e chzcrypt -d -a 12
13 DASD dasdfmt dasdinfo dasdview fdasd tunedasd Dasdfmt (formatting of DASD (ECKD) disk drives) dasdfmt formats a DASD (ECKD) disk drive to prepare it for usage with Linux. The device is the node of the device (e.g. /dev/dasda ). Any device node created by udev for kernel 2.6 can be used (e.g. /dev/dasd/0.0.b100/disc ). Before formatting a DASD, you must bring it online with the chccwdev command. Example dasdfmt -b y -f /dev/dasda 13
14 DASD dasdfmt dasdinfo dasdview fdasd tunedasd Dasdinfo dasdinfo displays specific information about a specified DASD device. It is normally called from a udev rule, to provide udev with a unique id string and additional information (type, serial) for an S390 DASD drive. Udev can use this information to create symlinks in /dev/disk/by-id and /dev/disk/ by-label to the real device node. Example dasdinfo -u -i 0.0.e910 dasdinfo -u -b dasdb dasdinfo -u -d /dev/dasdb All three examples should return the same unique ID for the same DASD device, e.g. IBM e In case this uid is not available, dasdinfo will return the volume label instead, e.g. 0XE910.
15 Debug dbginfo dumpconf zfcpdump zfcpdbf zgetdump scsi_logging_level Dbginfo.sh dbginfo.sh is a script to collect various system related files, for debugging purposes. It generates a tar-archive which can be attached to PMRs / Bugzilla entries. Please use the data from this tool is you open a Bugzilla (Novell/ RedHat) or a PMR. 15
16 Debug dbginfo dumpconf zfcpdump zfcpdbf zgetdump scsi_logging_level dumpconf Configure automatic dump for Linux on z. The command can be installed as service script under /etc/init.d/ dumpconf or can be called manually. Start service: service dumpconf start It reads the configuration file /etc/sysconfig/dumpconf. 16
17 Debug dbginfo dumpconf zfcpdump zfcpdbf zgetdump scsi_logging_level dumpconf Example Example configuration for FCP dump device (SCSI disk): ON_PANIC=dump DUMP_TYPE=fcp DEVICE= Example configuration for re-ipl without taking a dump, if a kernel panic occurs: ON_PANIC=reipl Example of executing a CP command, and rebooting from device 4711 if a kernel panic occurs (MASTER is a VM Guest Name): ON_PANIC=vmcmd VMCMD_1="MSG MASTER Starting VMDUMP" VMCMD_2="VMDUMP" VMCMD_3="IPL 4711" 17
18 zvm vmconvert vmcp vmur vmcp Using the z/vm CP interface device driver (vmcp), you can send control program (CP) commands to the VM hypervisor and display VM s response. Before using this command, you must load the vmcp module by using the modprobe command Example ~> vmcp "q dasd grep T DASD 4DE0 ATTACHED TO T DE0 R/W 0X4DE0 DASD 4DE1 ATTACHED TO T DE1 R/W 0X4DE1 DASD 4DE2 ATTACHED TO T DE2 R/W 0X4DE DASD 4DE3 ATTACHED TO T DE3 R/W 0X4DE3 18
19 Misc cpuplugd iucvconn Iucvtty ts-shell Cpuplugd (CPU and Memory Hotplug Daemon) cpuplugd is a daemon that dynamically enables and disables cpus or increases the memory based on a set of rules. The rules can incorporate certain system load variables. Manage memory under z/vm. Configuration file: /etc/sysconfig/cpuplugd Init-Script: /etc/init.d/cpuplugd {start, stop, restart} 19
20 Misc cpuplugd iucvconn Iucvtty ts-shell Cpuplugd (CPU and Memory Hotplug Daemon) Example (/etc/sysconfig/cpuplugd) update="60 cpu_min="2 cpu_max="5 cmm_min="32 cmm_max="4096 cmm_inc="128 hotplug = "(loadavg > onumcpus) & (idle < 10.0) hotunplug = "(loadavg < onumcpus ) (idle > 50) memplug = "(swaprate +10 > freemem) & (freemem+10 < apcr) memunplug = "(swaprate > (freemem ))" 20
21 Display lscss lsdasd lsreipl Lsshut Lscss (list channel subsystem devices) The lscss command is used to list all or a subset of devices that are managed by to common I/O subsystem. Example lscss List all devices that are managed by the common I/O subsystem. lscss -t 3390 Same as above but shows only 3390 devices. 21
22 Display lscss lsdasd lsreipl Lsshut Lsdasd (list channel subsystem devices) The lsdasd command provides an overview of available DASD devices. Example # lsdasd (ECKD) at (94: 0) is dasda : active at blocksize 4096, blocks, 2347 MB (ECKD) at (94: 4) is dasdb : active at blocksize 4096, blocks, 2122 MB (ECKD) at (94: 8) is dasdc : active at blocksize 4096, blocks, 2347 MB (ECKD) at (94:12) is dasdd : active at blocksize 4096, blocks, 2347 MB 22
23 Display lscss lsdasd lsreipl Lsshut Lsreipl (List the re-ipl configuration for Linux on System z) lsreipl lists the re-ipl (and ipl) configuration for Linux on System z. Using this tool you can see from which device your system will boot after you issue the reboot command. Furthermore you can query the system for information about the current boot device. Example ~> lsreipl Re-IPL type: ccw Device: 0.0.4bb8 Loadparm: 23
24 Display lscss lsdasd lsreipl Lsshut lsshut(print the shutdown action configuration for Linux on System z) Command to see what the system should do in one of the following states. Example ~> lsshut Trigger Action ======================== Halt stop Panic stop Power off stop Reboot reipl 24
25 Boot zipl Zipl (boot loader for IBM S/390 and zseries architectures) zipl is a boot loader tool for IBM S/390 and zseries machines. It can be used to prepare devices for initial program load (IPL). The following functions are supported: - booting a Linux kernel with optional ramdisk and kernel command line - taking a snapshot of the current system status (system dump) - loading a data file to initialize named saved segments (NSS) Example (/etc/zipl.conf) [defaultboot] default=ipl 25 [ipl] target=/boot/zipl image=/boot/zilo-kernel/image #ramdisk=/boot/initrd parameters="dasd=0150 root=/dev/dasda2 noinitrd"
26 RUNNING LINUX ON SYSTEM Z AS A Z/VM GUEST: USEFUL THINGS TO KNOW 26
27 Logging on to z/vm (creating a virtual machine) 27
28 How can you read files on a CMS disk with Linux? Allows to mount a z/vm minidisk to a Linux mount point The cmsfs fuse file system transparently integrates the files on the minidisk into the Linux VFS, no special command required ~> cmsfs-fuse /dev/dasde /mnt/cms ~> ls -la /mnt/cms/profile.exec -r--r--- 1 root root 3360 Jun /mnt/fuse PROFILE.EXEC Mount with '-t' to get automatic EBCDIC to ASCII conversion ~> cmsfs-fuse -t /dev/dasde /mnt/cms Use fusermount to unmount the file system ~> fusermount -u /mnt/cms 28
29 Configuring standby memory To see how much central and expanded storage (memory) are installed and allocated to a system use the QUERY STORAGE and QUERY XSTOR commands. For example : ==> q stor STORAGE = 16G CONFIGURED = 16G INC = 256M STANDBY = 0 RESERVED = 0 Modify the directory entry by adding a COMMAND statement. This will give the virtual machine an additional 768 MB of standby memory : USER LINUX01 LNX4VM 256M 2G G INCLUDE LNXDFLT COMMAND DEFINE STORAGE 256M STANDBY 768M OPTION APPLMON MDISK UM63A9 MR LNX4VM LNX4VM LNX4VM MDISK UM63A9 MR LNX4VM LNX4VM LNX4VM 29
30 chmem Setting memory online or offline The chmem command sets a particular size or range of memory online or offline Setting memory online might fail if the hypervisor does not have enough memory left For example, because memory was overcommitted Setting memory offline might fail if Linux cannot free the memory If only part of the requested memory could be set online or offline, a message tells you how much memory was set online or offline instead of the requested amount 30
31 chmem Setting memory online or offline To request 1024 MB of memory to be set online, issue : # chmem --enable 1024 This command revoke 512 MB of memory : # chmem --disable
32 z/vm 5.4: Virtual CPU SHARE Redistribution Allows z/vm guests to expand or contract the number of virtual processors it uses without affecting the overall CPU capacity it is allowed to consume Guests can dynamically optimize their multiprogramming capacity based on workload demand Starting and stopping virtual CPUs does not affect the total amount of CPU capacity the guest is authorized to use Linux CPU hotplug daemon starts and stops virtual CPUs based on Linux load average value Helps enhance the overall efficiency of a Linux-on-z/VM environment Previously, stopped virtual processors were given a portion of the guest share. 32
33 z/vm 5.4: Virtual CPU SHARE Redistribution 33
34 Cooperative Memory Management (CMM) 34
35 CMM: Linux Implementation 35
36 CMM: Linux Implementation Linux uses a IUCV special message interface for z/vm interaction (CMMSHRINK/CMMRELEASE/CMMREUSE) ~# modprobe cmm ~# echo 100 > /proc/sys/vm/cmm_timed_pages ~# echo 10 1 > /proc/sys/vm/cmm_timeout ~# echo 100 > /proc/sys/vm/cmm_pages 36
37 appldata - Linux monitoring modules Kernel modules which gather information from the Linux kernel appldata_os CPU utilization, processes appldata_mem memory, paging, cache appldata_net_sum packets, bytes, errors ~# modprobe appldata_os ~# echo 1 > /proc/sys/appldata/os ~# modprobe appldata_mem ~# echo 1 > /proc/sys/appldata/mem ~# modprobe appldata_net_sum ~# echo 1 > /proc/sys/appldata/net_sum 37
38 appldata - Linux monitoring modules Linux monitoring data collected by appldata_os as processed and displayed by z/vm Performance Toolkit: 38
39 appldata - Linux monitoring modules Linux monitoring data collected by appldata_mem as processed and displayed by z/vm Performance Toolkit: 39
40 Monitoring with hypfs Virtual Linux file system Uses diagnose calls to gather guest data from hypervisor Works with LPAR hypervisor or z/vm Resources controlled by hypervisor, i.e. physical CPUs Resources provided to guest systems, i.e virtual CPUs Preconditions LPAR: enable Global performance data control checkbox in HMC activation profile of the guest where hypfs is mounted z/vm: privilege class B required for the guest where hypfs is mounted 40
41 Monitoring with hypfs mounting hypfs: ~# mount -t s390_hypfs /sys/hypervisor/s390/ hypfs is populated with initial data when being mounted and hypfs data is only updated on request: ~# echo 1 > /sys/hypervisor/s390/update 41
42 Monitoring with hypfs 42
43 Monitoring with hypfs /sys/hypervisor/s390/systems/h /mem/share_kib: /sys/hypervisor/s390/systems/h /mem/used_kib: /sys/hypervisor/s390/systems/h /mem/max_kib: /sys/hypervisor/s390/systems/h /mem/min_kib: 0 /sys/hypervisor/s390/systems/h /cpus/weight_cur: 100 /sys/hypervisor/s390/systems/h /cpus/weight_max: /sys/hypervisor/s390/systems/h /cpus/weight_min: 6 /sys/hypervisor/s390/systems/h /cpus/count: 6 /sys/hypervisor/s390/systems/h /cpus/dedicated: 0 /sys/hypervisor/s390/systems/h /cpus/capped: 0 /sys/hypervisor/s390/systems/h /cpus/cputime_us: /sys/hypervisor/s390/systems/h /onlinetime_us:
44 hyptop - Display hypervisor performance data The hyptop command provides a dynamic real-time view of a hypervisor environment on System z. It works with both the z/vm and the LPAR PR/SM hypervisor. Depending on the available data it shows, for example, CPU and memory information about running LPARs or z/vm guest operating systems. 44
45 hyptop - Display hypervisor performance data The following things are required to run hyptop: The debugfs file system must be mounted. The hyptop user must have read permission for the required debugfs files: z/vm: <debugfs mount point>/s390_hypfs/diag_2fc LPAR: <debugfs mount point>/s390_hypfs/diag_204 To monitor all LPARs or z/vm guest operating systems of the hypervisor, your system must have additional permissions: For z/vm: The guest must be privilege class B. For LPAR: On the HMC or SE security menu of the LPAR activation profile, select the Global performance data control checkbox. 45
46 hyptop - Display hypervisor performance data 46
47 hyptop - Display hypervisor performance data 47
48 END 48
Running Linux on System z as a z/vm Guest: Useful Things to Know
Hans-Joachim Picht, Linux on System z Initiatives & Linux Champion EMEA Running Linux on System z as a z/vm Guest: Useful Things to Know Session 8649 Friday, March 4, 2011: 9:30 AM-10:30
Configuring EMC Symmetrix Arrays for Linux on System z
Applied Technology Abstract This white paper discusses how to configure an EMC Symmetrix array in a Linux on System z environment. October 2009 Copyright 2009 EMC Corporation. All rights reserved. EMC
Monitoring Linux Guests and Processes with Linux Tools
Monitoring Linux Guests and Processes with Linux Tools Martin Schwidefsky ([email protected]) Linux on System z Development IBM Lab Boeblingen, Germany Session 9266 Agenda CP Time Accounting z/vm
User Experience Implementing SSL and Terminal Servers in z/vm 6.1
User Experience Implementing SSL and Terminal Servers in z/vm 6.1 Jim Moling US Treasury, Financial Management Service Friday, August 12, 2011 Session Number 10047 Disclaimers The opinions & ideas expressed
BEST PRACTICES FOR RED HAT ENTERPRISE LINUX ON SYSTEM Z
BEST PRACTICES FOR RED HAT ENTERPRISE LINUX ON SYSTEM Z Brad Hinson [email protected] IBM RED HAT RHEL SOE AUDIT REPORT Project Delivery Documentation Red Hat Asia Pacifc Level 5 455 Bourke Street Melbourne
Making z/vm and Linux Guests Production Ready Best Practices
Making z/vm and Linux Guests Production Ready Best Practices IBM Washington Systems Center Advanced Technical Support Jon von Wolfersdorf [email protected] Trademarks The following are trademarks of the
Current & Future Linux on System z Technology
Current & Future Linux on System z Technology Martin Schwidefsky IBM Lab Böblingen, Germany Trademarks & Disclaimer The following are trademarks of the International Business Machines Corporation in the
Linux on z/vm Memory Management
Linux on z/vm Memory Management Rob van der Heij rvdheij @ velocitysoftware.com IBM System z Technical Conference Brussels, 2009 Session LX45 Velocity Software, Inc http://www.velocitysoftware.com/ Copyright
z/vm and Linux on zseries Performance Monitoring An Update on How and With What Products
Tivoli Software z/vm and Linux on zseries Performance Monitoring An Update on How and With What Products Laura Knapp [email protected] August 2006 2006 IBM Corporation Agenda Opportunity New work loads
Customer Experiences:
Customer Experiences: Managing the z/vm and Linux on z Systems Infrastructure Tracy Dean IBM [email protected] June 2015 Agenda What does managing include? What tools or products can you use? Customer scenarios
EXPLORING LINUX KERNEL: THE EASY WAY!
EXPLORING LINUX KERNEL: THE EASY WAY! By: Ahmed Bilal Numan 1 PROBLEM Explore linux kernel TCP/IP stack Solution Try to understand relative kernel code Available text Run kernel in virtualized environment
IBM Infrastructure Suite for z/vm and Linux
IBM Infrastructure Suite for z/vm and Linux Tracy Dean, IBM [email protected] October 2015 Agenda Solution introduction Solution details Summary, contacts, and more information 2 IBM Infrastructure Suite
Managing z/vm and Linux Performance Best Practices
Managing z/vm and Linux Performance Best Practices Mike Sine IBM February 7, 2013 Session Number 12471 Special Notices and Trademarks Special Notices This presentation reflects the IBM Advanced Technical
Disaster Recovery Cookbook for Linux Part 1: Before the Storm
Disaster Recovery Cookbook for Linux Part 1: Before the Storm David Boyes 2007 Where to Get This Presentation The presentation and sample execs can be downloaded from: http://www.sinenomine.net/publications/presentations
How To Install A Virtual Image Facility On Linux (Amd64) On A 3390 Dasd 3390 (Amd32) Dasda (Amd86) (Amd66) (Dasd) (Virtual Image Facility) (For
S/390 Virtual Image Facility for Linux (VIF) WAVV 2000 Colorado Springs October, 2000 Agenda Introduction Product Overview Planning Installation Positioning Availability Introduction S/390 Virtual Image
Managing z/vm & Linux Performance Best Practices
Managing z/vm & Linux Performance Best Practices Mike Sine Session: 16476 Thursday, March 5, 2015: 3:15 PM-4:15 PM Insert Custom Session QR if Desired. Special Notices and Trademarks Special Notices This
1. Dynamic management of DASD devices in Linux running on zseries. 3. Linux on IBM zseries: Configuring gcc as a cross-compiler
Table of Contents 1. Dynamic management of DASD devices in Linux running on zseries 2. Formatting and labeling a DASD volume for Linux guests running under z/vm 3. Linux on IBM zseries: Configuring gcc
Performance and scalability of a large OLTP workload
Performance and scalability of a large OLTP workload ii Performance and scalability of a large OLTP workload Contents Performance and scalability of a large OLTP workload with DB2 9 for System z on Linux..............
Cloud Computing with xcat on z/vm 6.3
IBM System z Cloud Computing with xcat on z/vm 6.3 Thang Pham z/vm Development Lab [email protected] Trademarks The following are trademarks of the International Business Machines Corporation in the
IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft Hyper-V Server Agent Version 6.3.1 Fix Pack 2.
IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft Hyper-V Server Agent Version 6.3.1 Fix Pack 2 Reference IBM Tivoli Composite Application Manager for Microsoft Applications:
SUSE Linux Enterprise 10 SP2: Virtualization Technology Support
Technical White Paper LINUX OPERATING SYSTEMS www.novell.com SUSE Linux Enterprise 10 SP2: Virtualization Technology Support Content and modifications. The contents of this document are not part of the
Options for Backing Up and Restoring a z/vm Cluster and Linux on System z Guests
Options for Backing Up and Restoring a z/vm Cluster and Linux on System z Guests SHARE Session 14588 Tracy Dean, IBM [email protected] March 2014 Agenda Recommended practices and available options Backing
Support Notes for SUSE LINUX Enterprise Server 10 Service Pack 2 for HP Integrity Servers
Support Notes for SUSE LINUX Enterprise Server 10 Service Pack 2 for HP Integrity Servers HP Part Number: 5992-4774 Edition: E0708 Copyright 2008 Hewlett-Packard Development Company, L.P. Legal Notices
CommuniGate Pro SIP Performance Test on IBM System z9. Technical Summary Report Version V03
CommuniGate Pro SIP Performance Test on IBM System z9 Technical Summary Report Version V03 Version : 03 Status : final Updated : 16 March 2007. PSSC IBM Customer Centre Montpellier March 16, 2007 Page
Logical Volume Management for Linux on System z
Logical Volume Management for Linux on System z Horst Hummel IBM [email protected] February 29 th 2008 Session 9282 Agenda Logical volume management overview RAID levels Striping Mirroring Multipathing
Restoring a Suse Linux Enterprise Server 9 64 Bit on Dissimilar Hardware with CBMR for Linux 1.02
Cristie Bare Machine Recovery Restoring a Suse Linux Enterprise Server 9 64 Bit on Dissimilar Hardware with CBMR for Linux 1.02 This documentation shows how to restore or migrate a Linux system on dissimilar
Tracy Dean, IBM [email protected]. August 2014. Backing Up and Restoring a z/vm Cluster and Linux on System z Guests. SHARE Session #15727.
Backing Up and Restoring a z/vm Cluster and Linux on System z Guests SHARE Session #15727 Tracy Dean, IBM [email protected] August 2014 Agenda Recommended practices and available options Backing up and restoring
Red Hat enterprise virtualization 3.0 feature comparison
Red Hat enterprise virtualization 3.0 feature comparison at a glance Red Hat Enterprise is the first fully open source, enterprise ready virtualization platform Compare the functionality of RHEV to VMware
Monitoring z/vm and z/linux. Jürgen Hofmann [email protected]
Monitoring z/vm and z/linux Jürgen Hofmann [email protected] Agenda Architektur Installation Hauptfunktionen Screenshots Testinstallation MV for Linux Servers während Evaluierungsphase Automation
Options for Backing Up and Restoring z/vm and Linux Guests
Options for Backing Up and Restoring z/vm and Linux Guests Tracy Dean, IBM [email protected] June 2013 Agenda Recommended practices and available options Backing up and restoring z/vm Backing up and restoring
Virtual Linux Server Disaster Recovery Planning
Virtual Linux Server Disaster Recovery Planning Rick Barlow Nationwide Insurance August 2013 Session 13726 Agenda Definitions Our Environment Business Recovery Philosophy at Nationwide Planning Execution
Backup Strategies for z/vm and Linux on z Systems
Backup Strategies for z/vm and Linux on z Systems Tracy Dean IBM [email protected] June 2015 Agenda Positioning Recommended practices and available options Backing up and restoring z/vm Backing up and restoring
z/vm Capacity Planning Overview SHARE 117 Orlando Session 09561
Making systems practical and profitable for customers through virtualization and its exploitation. - z/vm z/vm Capacity Planning Overview SHARE 117 Orlando Session 09561 Bill Bitner z/vm Customer Care
Systemverwaltung 2009 AIX / LPAR
Systemverwaltung 2009 AIX / LPAR Course materials may not be reproduced in whole or in part without the prior written permission of IBM. 4.0.1 Integrated Virtualization Manager (IVM) (1 of 2) Provides
Virtualization. Michael Tsai 2015/06/08
Virtualization Michael Tsai 2015/06/08 What is virtualization? Let s first look at a video from VMware http://bcove.me/x9zhalcl Problems? Low utilization Different needs DNS DHCP Web mail 5% 5% 15% 8%
Abstract. Microsoft Corporation Published: August 2009
Linux Integration Components Version 2 for Hyper-V (Windows Server 2008, Windows Server 2008 R2, Microsoft Hyper-V Server 2008, and Microsoft Hyper-V Server 2008 R2) Readme Microsoft Corporation Published:
RedHat (RHEL) System Administration Course Summary
Contact Us: (616) 875-4060 RedHat (RHEL) System Administration Course Summary Length: 5 Days Prerequisite: RedHat fundamentals course Recommendation Statement: Students should have some experience with
Non-disruptively Migrating z/vm and Linux Guests in Their Entirety
Non-disruptively Migrating z/vm and Linux Guests in Their Entirety Michael MacIsaac INNOVATION Data Processing [email protected] VM Workshop Thu June 25th, 2015 Binghamton, NY Copyright 2015
Program Directory for Backup and Restore Manager for z/vm. version 1 release 2.0. Program Number 5697-J06
IBM Program Directory for Backup and Restore Manager for z/vm version 1 release 2.0 Program Number 5697-J06 for Use with z/vm version 5 release 4 z/vm version 6 release 2 z/vm version 6 release 3 Document
How to Configure Intel X520 Ethernet Server Adapter Based Virtual Functions on Citrix* XenServer 6.0*
How to Configure Intel X520 Ethernet Server Adapter Based Virtual Functions on Citrix* XenServer 6.0* Technical Brief v1.0 December 2011 Legal Lines and Disclaimers INFORMATION IN THIS DOCUMENT IS PROVIDED
z/vm Capacity Planning Overview
z/vm Capacity Planning Overview Bill Bitner z/vm Development Lab Customer Focus and Care [email protected] 2012, 2013 IBM Corporation Trademarks The following are trademarks of the International Business
Effectively running Linux on IBM System z in a virtualized environment and cloud
Effectively running Linux on IBM System z in a virtualized environment and cloud May 2013 Enterprise End User Summit 2013 New York 1 Wilhelm Mild sen. IT Architect IBM R&D Lab. Germany [email protected]
iseries Logical Partitioning
iseries Logical Partitioning Logical Partition (LPAR) SYS1 1:00 Japan SYS2 10:00 USA SYS3 11:00 Brazil SYS4 15:00 UK ORD EMEPROGRESSO i5/os Linux i5/os AIX LPARs operate independently! iseries Partition
Oracle VM Server Recovery Guide. Version 8.2
Oracle VM Server Recovery Guide Version 8.2 Oracle VM Server for x86 Recovery Guide The purpose of this document is to provide the steps necessary to perform system recovery of an Oracle VM Server for
Linux on z/vm Configuration Guidelines
Linux on z/vm Configuration Guidelines Barton Robinson, Velocity Software, Inc [email protected] HTTP://VelocitySoftware.de HTTP://VelocitySoftware.com If you can t Measure it, I am Just Not
RELEASE NOTES. StoneGate Firewall/VPN v2.2.11 for IBM zseries
RELEASE NOTES StoneGate Firewall/VPN v2.2.11 for IBM zseries Copyright 2006 Stonesoft Corp. All rights reserved. All trademarks or registered trademarks are property of their respective owners. Disclaimer:
SuSE Linux High Availability Extensions Hands-on Workshop
SHARE Orlando August 2011 SuSE Linux High Availability Extensions Hands-on Workshop Richard F. Lewis IBM Corp [email protected] Trademarks The following are trademarks of the International Business Machines
Understanding Linux on z/vm Steal Time
Understanding Linux on z/vm Steal Time June 2014 Rob van der Heij [email protected] Summary Ever since Linux distributions started to report steal time in various tools, it has been causing
SUSE Manager. A Comprehensive Linux Server Management the Linux Way. Name. Title Email
SUSE Manager A Comprehensive Linux Server Management the Linux Way Name Title Email Agenda 2 Product Overview Features and Functionality Management Module Provisioning Module Monitoring Roadmap Pricing
UNISOL SysAdmin. SysAdmin helps systems administrators manage their UNIX systems and networks more effectively.
1. UNISOL SysAdmin Overview SysAdmin helps systems administrators manage their UNIX systems and networks more effectively. SysAdmin is a comprehensive system administration package which provides a secure
FDR/UPSTREAM and INNOVATION s other z/os Solutions for Managing BIG DATA. Protection for Linux on System z.
FDR/UPSTREAM and INNOVATION s other z/os Solutions for Managing BIG DATA. Protection for Linux on System z. Patrick Fitzsimmons [email protected] INNOVATION Data Processing August 6, 2014 Insert
Understand the New Enterprise Cloud System
Understand the New Enterprise Cloud System August 4, 2014 Kershaw Mehta [email protected] Introduction to IBM Enterprise Cloud System Converged Infrastructure-as-a-Service solution, providing a highly
Tutorial on Managing z/vm through the xcat-ui. Thang Pham Version 0.2 July 1, 2013
Tutorial on Managing z/vm through the xcat-ui Thang Pham Version 0.2 July 1, 2013 1 The purpose of this tutorial is to show you how to configure and manage z/vm and its virtual machines through the xcat-ui.
Open Mic on IBM Notes Traveler Best Practices. Date: 11 July, 2013
Open Mic on IBM Notes Traveler Best Practices Date: 11 July, 2013 Open Mic Team Jayesh Parmar - IBM ICS Support engineer Presenter Shrikant Ahire - IBM ICS Support engineer Presenter Ranjit Rai - IBM ICS
Windows Server 2008 R2 Hyper V. Public FAQ
Windows Server 2008 R2 Hyper V Public FAQ Contents New Functionality in Windows Server 2008 R2 Hyper V...3 Windows Server 2008 R2 Hyper V Questions...4 Clustering and Live Migration...5 Supported Guests...6
Virtualizare sub Linux: avantaje si pericole. Dragos Manac
Virtualizare sub Linux: avantaje si pericole Dragos Manac 1 Red Hat Enterprise Linux 5 Virtualization Major Hypervisors Xen: University of Cambridge Computer Laboratory Fully open sourced Set of patches
Abstract. Microsoft Corporation Published: November 2011
Linux Integration Services Version 3.2 for Hyper-V (Windows Server 2008, Windows Server 2008 R2, Microsoft Hyper-V Server 2008, and Microsoft Hyper-V Server 2008 R2) Readme Microsoft Corporation Published:
Virtual Machines. www.viplavkambli.com
1 Virtual Machines A virtual machine (VM) is a "completely isolated guest operating system installation within a normal host operating system". Modern virtual machines are implemented with either software
Support Notes for SUSE LINUX Enterprise Server 9 Service Pack 3 for the Intel Itanium 2 Processor Family
Support Notes for SUSE LINUX Enterprise Server 9 Service Pack 3 for the Intel Itanium 2 Processor Family *5991-5301* Part number: 5991-5301 Edition: 3, E0406 Copyright 2006 Hewlett-Packard Development
Linux. Managing your server with service and productivity tools
Linux Managing your server with service and productivity tools Linux Managing your server with service and productivity tools Note Before using this information and the product it supports, read the information
Tips on Monitoring and Managing your z/vm and Linux on System z
Tivoli Monitoring Tips on Monitoring and Managing your z/vm and Linux on System z Session 9152 Bob Neill ([email protected]) Tracy Dean ([email protected]) 2009 IBM Corporation Acknowledgements The following
Implementing Tivoli Storage Manager on Linux on System z
IBM Software Group Implementing Tivoli Storage Manager on Linux on System z Laura Knapp [email protected] 2006 Tivoli Software 2006 IBM Corporation Agenda Why use Linux on System z for TSM TSM Some basics
VI Performance Monitoring
VI Performance Monitoring Preetham Gopalaswamy Group Product Manager Ravi Soundararajan Staff Engineer September 15, 2008 Agenda Introduction to performance monitoring in VI Common customer/partner questions
LSN 10 Linux Overview
LSN 10 Linux Overview ECT362 Operating Systems Department of Engineering Technology LSN 10 Linux Overview Linux Contemporary open source implementation of UNIX available for free on the Internet Introduced
QuickSpecs. HP Integrity Virtual Machines (Integrity VM) Overview. Currently shipping versions:
Currently shipping versions: HP Integrity VM (HP-UX 11i v2 VM Host) v3.5 HP Integrity VM (HP-UX 11i v3 VM Host) v4.1 Integrity Virtual Machines (Integrity VM) is a soft partitioning and virtualization
z/vm and Linux Disaster Recovery A Customer Experience Lee Stewart Sirius Computer Solutions (DSP)
z/vm and Disaster Recovery A Customer Experience Lee Stewart Sirius Computer Solutions (DSP) Date Thursday, August 14 th, 2008 Session 9210 2008 Sirius Computer Solutions The Business Partner Sirius Computer
Managed Backup Service - Agent for Linux 6.00.2415- Release Notes
Managed Backup Service - Agent for Linux 6.00.2415- Release Notes 1 Managed Backup Service Agent for Linux Version 6.00.2415 Release Notes, 9 th June 2008 1 OVERVIEW This document contains release notes
<Insert Picture Here>
1 Session 254 Installing and Tuning Oracle 11.2.0.3 on RedHat 6 on Linux on IBM System z Collaborate13 April 7-11 2013, Denver, Colorado Damian Gallagher Senior Technical Lead, Linux
How To Run A Power5 On A Powerbook On A Mini Computer (Power5) On A Microsoft Powerbook (Power4) On An Ipa (Power3) On Your Computer Or Ipa On A Minium (Power2
Planning for Virtualization Jaqui Lynch Userblue [email protected] http://www.circle4.com/papers/ubvirtual.pdf Agenda Partitioning Concepts Virtualization Planning Hints and Tips References 1 Partitioning
What's New in the z/vm 6.3 Hypervisor
SHARE Boston August 2013 What's New in the z/vm 6.3 Hypervisor John Franciscovich [email protected] Session 13593 Trademarks The following are trademarks of the International Business Machines Corporation
Virtual Private Systems for FreeBSD
Virtual Private Systems for FreeBSD Klaus P. Ohrhallinger 06. June 2010 Abstract Virtual Private Systems for FreeBSD (VPS) is a novel virtualization implementation which is based on the operating system
How To Manage Your Volume On Linux 2.5.5 (Evms) 2.4.5 On A Windows Box (Amd64) On A Raspberry Powerbook (Amd32) On An Ubuntu Box (Aes) On Linux
www.suse.com/documentation Storage Administration Guide SUSE Linux Enterprise Server 10 SP3/SP4 March 6, 2011 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents
Using VMware Player. VMware Player. What Is VMware Player?
VMWARE APPLICATION NOTE VMware Player Using VMware Player This document contains the following sections: Work and Play in a Virtual World on page 1 Options and Features in VMware Player on page 4 Installing
Linux Integration Services 3.4 for Hyper-V Readme
Linux Integration Services 3.4 for Hyper-V Readme Microsoft Corporation Published: September 2012 Abstract This guide discusses the installation and functionality of Linux Integration Services for Hyper-V
CICS Transactions Measurement with no Pain
CICS Transactions Measurement with no Pain Prepared by Luiz Eduardo Gazola 4bears - Optimize Software, Brazil December 6 10, 2010 Orlando, Florida USA This paper presents a new approach for measuring CICS
IBM z/vm Version 6 Release 1 Security Target
Version: Status: Last Update: Classification: 1.1 Released 2013-01-18 Public Trademarks The following terms are trademarks or registered trademarks of International Business Machines Corporation in the
Management with IBM Director
IBM System z Technical Conference Dresden Germany May 5-9 z/vm Linux Guest System Deployment and Management with IBM Director Chuck Brazie z/vm Development - IBM Endicott, NY Session L72 2008 IBM Corporation
Audit Trail Administration
Audit Trail Administration 0890431-030 August 2003 Copyright 2003 by Concurrent Computer Corporation. All rights reserved. This publication or any part thereof is intended for use with Concurrent Computer
Audit & Tune Deliverables
Audit & Tune Deliverables The Initial Audit is a way for CMD to become familiar with a Client's environment. It provides a thorough overview of the environment and documents best practices for the PostgreSQL
Chapter 3 Operating-System Structures
Contents 1. Introduction 2. Computer-System Structures 3. Operating-System Structures 4. Processes 5. Threads 6. CPU Scheduling 7. Process Synchronization 8. Deadlocks 9. Memory Management 10. Virtual
RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES
RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS Server virtualization offers tremendous benefits for enterprise IT organizations server
Linux for IBM System z9 and IBM zseries
Front cover Linux for IBM System z9 and IBM zseries Running Linux on IBM System z9 and IBM zseries Using and configuring the Linux 2.6 kernel Virtualizing with z/vm Gregory Geiselhart Robert Brenneman
CHAPTER 15: Operating Systems: An Overview
CHAPTER 15: Operating Systems: An Overview The Architecture of Computer Hardware, Systems Software & Networking: An Information Technology Approach 4th Edition, Irv Englander John Wiley and Sons 2010 PowerPoint
Linux on IBM Eserver zseries and S/390:
Front cover Linux on IBM Eserver zseries and S/390: Performance Measurement and Tuning Understanding Linux performance on zseries z/vm performance concepts Tuning z/vm Linux guests Gregory Geiselhart Laurent
Advanced SUSE Linux Enterprise Server Administration (Course 3038) Chapter 5 Manage Backup and Recovery
Advanced SUSE Linux Enterprise Server Administration (Course 3038) Chapter 5 Manage Backup and Recovery Objectives Develop a Backup Strategy Create Backup Files with tar Work with Magnetic Tapes Copy Data
FOR SERVERS 2.2: FEATURE matrix
RED hat ENTERPRISE VIRTUALIZATION FOR SERVERS 2.2: FEATURE matrix Red hat enterprise virtualization for servers Server virtualization offers tremendous benefits for enterprise IT organizations server consolidation,
Citrix XenServer 5.6 OpenSource Xen 2.6 on RHEL 5 OpenSource Xen 3.2 on Debian 5.0(Lenny)
Installing and configuring Intelligent Power Protector On Xen Virtualized Architecture Citrix XenServer 5.6 OpenSource Xen 2.6 on RHEL 5 OpenSource Xen 3.2 on Debian 5.0(Lenny) 1 Introduction... 3 1. Citrix
ENTERPRISE LINUX SYSTEM ADMINISTRATION
ENTERPRISE LINUX SYSTEM ADMINISTRATION The GL250 is an in-depth course that explores installation, configuration and maintenance of Linux systems. The course focuses on issues universal to every workstation
NI Real-Time Hypervisor for Windows
QUICK START GUIDE NI Real-Time Hypervisor Version 2.1 The NI Real-Time Hypervisor provides a platform you can use to develop and run LabVIEW and LabVIEW Real-Time applications simultaneously on a single
Welcome to the IBM Education Assistant module for Tivoli Storage Manager version 6.2 Hyper-V backups. hyper_v_backups.ppt.
Welcome to the IBM Education Assistant module for Tivoli Storage Manager version 6.2 Hyper-V backups. Page 1 of 21 You are familiar with Tivoli Storage Manager version 5.5 or higher. Page 2 of 21 When
